Brocade Network Advisor 12.1.X Documentation Updates (53-1003016-05, January 2014)

Table Of Contents
Brocade Network Advisor IP User Manual 1393
53-1002947-01
CLI Templates
G
TABLE 71 IronWare OS VLAN – Disable 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 72 Network OS VLAN – VLAN Interface Creation
Feature Description CLI Commands
VLAN To create a VLAN Interface. interface vlan $<VLAN_ID|INTEGER>
TABLE 73 Network OS VLAN – VLAN Interface Deletion
Feature Description CLI Commands
VLAN To delete a VLAN Interface. no interface vlan $<VLAN_ID|INTEGER>
TABLE 74 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 75 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 76 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 77 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>