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

Table Of Contents
1394 Brocade Network Advisor IP User Manual
53-1002947-01
CLI Templates
G
TABLE 78 Network OS VLAN – Disable Native VLAN Configuration
Feature Description CLI Commands
VLAN To disable native VLAN from a trunk
interface.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
no switchport trunk native-vlan $<VLAN_ID|INTEGER>
TABLE 79 Network OS VLAN – Access Interface Configuration
Feature Description CLI Commands
VLAN To configure the interface as an
access interface.
interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
switchport
switchport mode access
switchport access vlan $<VLAN_ID|INTEGER>
TABLE 80 Network OS VLAN – Disable Access Interface Configuration
Feature Description CLI Commands
VLAN To disable the access interface. interface tengigabitethernet $<INTERFACE_NUM|SLOT_PORT>
no switchport access vlan $<VLAN_ID|INTEGER>
TABLE 81 Network OS VLAN – Enable Spanning Tree Protocol on NOS VLAN
Feature Description CLI Commands
VLAN To enable spanning tree protocol on
VLAN for Network OS 4.0.
interface vlan $<VLAN_ID|INTEGER>
no spanning-tree shutdown
! To enable spanning tree protocol on VLAN for NOS 3.0.
interface vlan $<VLAN_ID|INTEGER>
no shutdown
TABLE 82 Network OS VLAN – Disable Spanning Tree Protocol on Network OS VLAN
Feature Description CLI Commands
VLAN To disable spanning tree protocol on
VLAN for Network OS version 4.0
and later.
interface vlan $<VLAN_ID|INTEGER>
spanning-tree shutdown
To disable spanning tree protocol on
VLAN for Network OS greater than or
equal to (>=) version 3.0 and less
than (<) version 4.0 .
interface vlan $<VLAN_ID|INTEGER>
shutdown