User's Manual

1354 Brocade Network Advisor IP User Manual
53-1003056-01
CLI Templates
G
TABLE 84 IronWare OS VLANDisable Spanning Tree Protocol on IOS VLAN
Feature Description CLI Commands
VLAN To disable spanning tree protocol on
VLAN.
vlan $<VLAN_ID|INTEGER>
no spanning-tree
TABLE 85 Network OS VLAN – VLAN Interface Creation
Feature Description CLI Commands
VLAN To create a VLAN Interface. interface vlan $<VLAN_ID|INTEGER>
TABLE 86 Network OS VLAN – VLAN Interface Deletion
Feature Description CLI Commands
VLAN To delete a VLAN Interface. no interface vlan $<VLAN_ID|INTEGER>
TABLE 87 Network OS VLAN – Layer2 Switch Port Configuration
Feature Description CLI Commands
VLAN To confiure an interface port as a
Layer 2 switch port.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
switchport
TABLE 88 Network OS VLAN – Trunk Interface Configuration with allowed VLAN list
Feature Description CLI Commands
VLAN To configure the interface as a trunk
interface and Specify whether all,
one, or none of the VLAN interfaces
are allowed to transmit and receive
through the DCB interface.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
switchport
switchport mode trunk
switchport trunk allowed vlan all
switchport trunk allowed vlan none
switchport trunk allowed vlan add $<VLAN_ID|INTEGER>
switchport trunk allowed vlan remove $<VLAN_ID|INTEGER>
switchport trunk allowed vlan except $<VLAN_ID|INTEGER>
TABLE 89 Network OS VLAN – Configure Layer2 Interface as an Interface Port
Feature Description CLI Commands
VLAN To configure Layer2 interface as an
interface port.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
no switchport
TABLE 90 Network OS VLAN – Native VLAN Configuration
Feature Description CLI Commands
VLAN To confiure the trunk interface as a
native VLAN.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
switchport
switchport mode trunk
switchport trunk native-vlan $<VLAN_ID|INTEGER>