Cisco AP775A - Nexus Converged Network Switch 5010 Nota di rilascio - Pagina 9
Sfoglia online o scarica il pdf Nota di rilascio per Interruttore Cisco AP775A - Nexus Converged Network Switch 5010. Cisco AP775A - Nexus Converged Network Switch 5010 26. Cisco nexus 5000 series release notes release 4.1(3)n1(1) (ol-16601-01 h0, july 2009)
Anche per Cisco AP775A - Nexus Converged Network Switch 5010: Nota di rilascio (48 pagine), Nota di rilascio (44 pagine), Manuale di riferimento rapido (14 pagine), Nota di rilascio (26 pagine)
S e n d d o c u m e n t a t i o n c o m m e n t s t o n e x u s 5 k d o c s @ c i s c o . c o m
Each virtual Fibre Channel interface is bound directly to an FCoE-enabled physical Ethernet interface
in Release 4.0(1a)N1(1a). This change simplifies the interface vfc command as shown in the following
example:
switch# configure terminal
switch(config)# interface vfc 1
switch(config-if)# bind interface ethernet 1/1
The Ethernet interface that you bind the virtual Fibre Channel interface to must be configured as follows:
•
•
•
•
VSAN-to-VLAN Mapping
In previous Cisco NX-OS 4.0(0)-based releases, FCoE had no dependence on the VLANs defined on the
switch.
In Release 4.0(1a)N1(1a), each virtual Fibre Channel interface is associated with only one VSAN. Any
VSAN with associated virtual Fibre Channel interfaces must be mapped to a dedicated FCOE-enabled
VLAN as shown in the following example:
switch# configure terminal
switch(config)# vlan 200
switch(config-vlan)# fcoe vsan 2
switch(config-vlan)# exit
switch(config)# interface ethernet 1/1
switch(config-if)# switchport mode trunk
switch(config-if)# switchport trunk native vlan 1
switch(config-if)# switchport trunk allowed vlan 1,200
switch(config-if)# exit
switch(config)# interface vfc 1
switch(config-if)# bind interface ethernet 1/1
switch(config-if)# exit
switch(config)# vsan database
switch(config-vsan)# vsan 2 interface vfc 1
The FCoE VLAN must be exclusively reserved for FCoE traffic; it must not be used for non-FCoE
Note
Ethernet forwarding.
Example of Virtual Interface Configuration Changes
Cisco NX-OS 4.0(0)-based Release Configuration
interface vig 1
bind interface Ethernet 1/1
interface vethernet 1/1
switchport access vlan 2
OL-16601-01
It must be a trunk port (use the switchport mode trunk command).
The FCoE VLAN that corresponds to virtual Fibre Channel's VSAN must be in the allowed VLAN
list.
FCoE VLAN must not be configured as the native VLAN of the trunk port.
The Ethernet interface must be configured as PortFast (use the spanning-tree port type edge trunk
command).
Changes to the FCoE Model and Related Configuration
Cisco Nexus 5000 Series Release Notes, Release 4.0(1a)N1(1a)
9