Network os vlan – access interface configuration 5 – Brocade Network Advisor SAN + IP User Manual v12.1.0 User Manual

Page 2054

Advertising
background image

Brocade Network Advisor SAN + IP User Manual

2015

53-1002949-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

Advertising