Interface vlan, Switchport acceptable-frame-types, Interface vlan switchport acceptable-frame-types – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual

Page 431

Advertising
background image

Brocade 6910 Ethernet Access Switch Configuration Guide

381

53-1002581-01

Configuring VLAN Interfaces

20

interface vlan

This command enters interface configuration mode for VLANs, which is used to configure VLAN
parameters for a physical interface.

Syntax

[no] interface vlan vlan-id

vlan-id - ID of the configured VLAN. (Range: 1-4093)

Default Setting

None

Command Mode

Global Configuration

Example

The following example shows how to set the interface configuration mode to VLAN 1, and then
assign an IP address to the VLAN:

Console(config)#interface vlan 1

Console(config-if)#ip address 192.168.1.254 255.255.255.0

Console(config-if)#

Related Commands

shutdown (268)
interface (262)
vlan (379)

switchport acceptable-frame-types

This command configures the acceptable frame types for a port. Use the no form to restore the
default.

Syntax

switchport acceptable-frame-types {all | tagged}

no switchport acceptable-frame-types

all - The port accepts all frames, tagged or untagged.

tagged - The port only receives tagged frames.

Default Setting

All frame types

Command Mode

Interface Configuration (Ethernet, Port Channel)

Advertising