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

fcoe-npv mode

$
0
0

Normal 0 false false false EN-GB X-NONE X-NONE MicrosoftInternetExplorer4

/* 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:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman","serif";}

Hi there,

 I’ve been testing fcoe-npv between 2 N5K’s and am not sure if I’m hitting a problem or not.  I have my N5K1 in fcoe-npiv mode, and N5K2 with fcoe-npv, both with 2x VSANs configured (10 & 20).  Below is the config.  The problem I am having (if you go to the bottom) is that VSAN 20 is not in the ‘up’ state.  I am wondering if this is because I only have 2 switches in the vsans up and running, and I don’t have any E-Nodes configured?

 As you can see, VSAN 10 is fine, and there is no difference in config between vsans/vlans 10 and 20.  I’m just thinking because I have no E nodes, that only one vsan will come up?  Unless I’m missing something…..

 Any help appreciated.

 Thanks

 Dominic

 N5K1:

 feature npiv

feature fport-channel-trunk

feature lacp

 

vlan 10

  fcoe vsan 10

vlan 20

  fcoe vsan 20

 

vsan database

  vsan 10

  vsan 20

 

fcdomain fcid database

  vsan 20 wwn 20:00:00:0d:ec:e1:6d:3f fcid 0x2b0000 dynamic

  vsan 10 wwn 20:01:00:0d:ec:e1:6d:3f fcid 0x5f0000 dynamic

 

interface port-channel1

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  spanning-tree bpduguard enable

  speed 10000

 

interface vfc1

  bind interface port-channel1

  switchport trunk allowed vsan 10

  switchport trunk allowed vsan add 20

  no shutdown

 

interface Ethernet1/3

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  channel-group 1 mode active

  no shutdown

 

interface Ethernet1/4

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  channel-group 1 mode active

  no shutdown

 

N5K2:

 

N5K2(config)# sh feature

fcoe-npv              1         enabled

 

vlan 10

  fcoe vsan 10

vlan 20

  fcoe vsan 20

 

vsan database

  vsan 10

  vsan 20

 

 

interface port-channel1

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  spanning-tree bpdufilter enable

  speed 10000

 

interface vfc1

  bind interface port-channel1

  switchport mode NP

  switchport trunk allowed vsan 10

  switchport trunk allowed vsan add 20

  no shutdown

 

interface Ethernet1/3

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  channel-group 1 mode active

  no shutdown

 

interface Ethernet1/4

  switchport mode trunk

  switchport trunk allowed vlan 10,20

  spanning-tree port type edge trunk

  channel-group 1 mode active

  no shutdown

 

N5K1(config)#     sh vsan

vsan 1 information

         name:VSAN0001  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operational state:down

 

vsan 10 information

         name:VSAN0010  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operationalstate:down

 

vsan 20 information

         name:VSAN0020  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operationalstate:up

 

N5K2(config)# sh vsan

vsan 1 information

         name:VSAN0001  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operational state:down

 

vsan 10 information

         name:VSAN0010  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operationalstate:down

 

vsan 20 information

         name:VSAN0020  state:active

         interoperability mode:default

         loadbalancing:src-id/dst-id/oxid 

         operationalstate:up

 

 Also, VSAN 10 is 'waiting for flogi' (see below).  So I think that VSAN 20 has been chosen as the intial vsan, and when I get a host on VSAN 10 that flogi's, it will come up?

N5K1(config)# sh interface vfc1 trunk vsan 10-20
vfc1 is trunking
    Vsan 10 is down (waiting for flogi)
    Vsan 20 is up (None)

 


Viewing all articles
Browse latest Browse all 10744

Trending Articles