The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Fibre Channel, virtual Fibre Channel, and Fibre Channel over Ethernet (FCoE) commands that begin with B.
To bind an interface to a virtual Fibre Channel interface, use the bind command. To remove the binding of an interface, use the no form of this command.
bind interface {ethernet chassis-id/slot/port | port-channel channel-no | vethernet veth-num}
no bind interface {ethernet chassis-id/slot/port | port-channel channel-no | vethernet veth-num}
Disabled
Virtual Fibre Channel interface configuration mode
The Ethernet or EtherChannel interface that you bind to the virtual Fibre Channel interface must be a trunk port.
Before you bind a virtual Fibre Channel interface to a virtual Ethernet interface, you must enable the Cisco Adapter Fabric Extender (Adapter-FEX) on the switch by using the feature-set virtualization command.
This example shows how to bind a virtual Fibre Channel interface 3 to an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/1
switch(config-if)# switchport mode trunk
switch(config-if)# exit
switch(config)# interface vfc 3
switch(config-if)# bind interface ethernet 1/1
switch(config-if)#
This example shows how to bind a virtual Fibre Channel interface 2 to a virtual Ethernet interface:
switch# configure terminal
switch(config)# interface vfc 2
switch(config-if)# bind interface vethernet 100
switch(config-if)# exit
switch(config)# interface vethernet 100
switch(config-if)# bind interface ethernet 101/1/1 channel 5
switch(config-if)#
To bind a virtual Fibre Channel interface to a MAC address, use the bind mac-address command. To remove the binding of an interface, use the no form of this command.
bind mac-address mac-address
no bind mac-address mac-address
mac-address |
MAC address. Use the format EEEE.EEEE.EEEE. |
Disabled
Virtual Fibre Channel interface configuration mode
|
|
5.0(3)N2(1) |
This command was introduced. |
Before you use this command, make sure you enable Fibre Channel over Ethernet (FCoE) N-Port Virtualizer (NPV) on the switch by using the feature fcoe-npv command.
This command requires the FCoE NPV license.
This example shows how to bind a virtual Fibre Channel interface 3 to a MAC address:
switch# configire terminal
switch(config)# interface vfc 3
switch(config-if)# bind mac-address 0050.3e8d.6400
switch(config-if)#
|
|
---|---|
interface vfc |
Configures a virtual Fibre Channel interface. |
show interface vfc |
Displays the specified VFC interface, attributes, and status. |