Brocade Network OS Command Reference v4.1.0 User Manual

Page 370

Advertising
background image

332

Network OS Command Reference

53-1003115-01

interface (range specification)

2

Ranges can be applied only to interfaces that belong to the same RBridge.

For the fibre channel interface, ranges can be applied only to interfaces that belong to the same
RBridge.

An FCoE interface from one node cannot be combined with a bind configuration of a physical
port/port-channel that belongs to another node in the cluster. Refer to the Examples.

A set of FCoE ports cannot be bound to the same MAC address.On the Brocade VDX family of
switches, VLANs are treated as interfaces from a configuration point of view. By default, all the
DCB ports are assigned to VLAN 1 (VLAN ID equals 1). Valid VLAN IDs are as follows:

On Brocade VDX 8770 switches: 1 through 4086 for 802.1Q VLANs (VLAN IDs 4087
through 4095 are reserved on these switches), and 4096 through 8191 for service or
transport VFs in a Virtual Fabrics context.

On all other Brocade VDX switches: 1 through 3962 for 802.1Q VLANs (VLAN IDs 3963
through 4095 are reserved on these switches), and 4096 through 8191 for service or
transport VFs in a Virtual Fabrics context.

Examples

FCoE example

To configure binding between a range of FCoE ports (0 to 20 in this example) to the
tengigabitethernet port 10/0/1:

switch# configure

switch(config)# interface Fcoe 1/10/0 - 1/10/20

sw0(conf-Fcoe-1/10/0-20) bind te 10/0/1

The FCoE interfaces and the bind configuration of the physical port/port-channel must belong to
the same node in the cluster. An example of an unsupported configuration is:

switch# configure

switch(config)# interface Fcoe 1/10/0 - 1/10/20

sw0(conf-Fcoe-1/10/0-20)# bind te 20/0/1

Tengigabitethernet example for VCS mode

To enter interface subtype configuration mode on a tengigabitethernet interface with an RBridge
ID of 25 and a slot of 0, with a port range of 1 through 10, 17 through 21, and 24:

sw0(config)# interface TenGigabitEthernet 25/0/1-10,17-21,24

sw0(conf-if-te-25/0/1-10,17-21,24)#

Tengigabitethernet example for standalone mode

To enter interface subtype configuration mode on a tengigabitethernet interface with a slot of 0,
for a port range of 1 through 10, and 17 through 21:

sw0(config)# interface TenGigabitEthernet 0/1-10,17-21

sw0(conf-if-te-0/1-10,17-21)#

See Also

interface management, interface vlan, interface ve, show interface

Advertising