Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
Brocade Network Advisor IP User Manual 1355
53-1003056-01
CLI Templates
G
TABLE 91 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 92 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 93 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 94 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 95 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