Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

EvPC with FCoE

$
0
0

Hi folks, something I have put together, but not tested yet.  I hope it works.  Please reply to post if you think there is anything I have missed.  Please note, this IS NOT Adapter Fex.  Also, I have only put in config for N5K1 (LHS).

Normal 0 false false false EN-GB X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0cm; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;}

install feature-set fex

feature-set fex

feature vpc

feature lacp

feature fcoe

 

int mgmt0

  ip address 10.0.0.1/24

  vrf member management

 

vpc domain 50

  vpc peer-keepalive destination  

  10.0.0.2

  role priority 1

  system priority 1

 

vlan 10

vlan 11

  fcoe vsan 11

 

vsan database

  vsan 11

  vsan 11 interface vfc11

 

fex 101

  pinning max-links 1

  fcoe

  description ***fcoe for SAN A***

 

fex 102

  pinning max-links 1

 

int port-channel 1

  switchport mode trunk

  switchport trunk allowed vlan 10

  spanning-tree port type network

  vpc peer-link

 

int port-channel 2

  description **PC to CNA on Server**

  switchport mode trunk

  switchport trunk allowed vlan 10,11

  spanning-tree port type edge trunk

 

Normal 0 false false false EN-GB X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0cm; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;}

int port-channel 101

  switchport mode fex-fabric

  fex-associate 101

  vpc 101

 

int port-channel 102

  switchport mode fex-fabric

  fex-associate 102

  vpc 102

 

int e1/1-2

  channel-group 1 mode active

 

int e1/3

  channel-group 101 mode active

 

int e1/4

  channel-group 102 mode active

 

int e101/1/1

  channel-group 2 mode active

 

int vfc11

  switchport mode f

  bind interface e101/1/1


Viewing all articles
Browse latest Browse all 10744

Trending Articles