8 show interface switchport, 9 vlan classifier activate – CANOGA PERKINS 9175 Command Reference User Manual

Page 95

Advertising
background image

CanogaOS Command Reference

6-5

6.8 show interface switchport

Use this command to show the vlan configurations on all bridge ports or a bridge port.

Command Syntax

show interface switchport {interface IFNAME|}

Command Mode

EXEC

Usage

None

Examples

This example shows how to display the vlan configurations on all bridge ports or a bridge port:

Switch# show interface switchport interface eth-0-1

Related Commands

switchport mode access

switchport mode trunk

6.9 vlan classifier activate

Use this command to apply vlan classifier group to an interface.

To remove it, use the no form of this command.

Command Syntax

vlan classifier activate group-id based {ip|mac|protocol}

no vlan classifier activate

group-id: <0-31> VLAN classifier group id

{ip|mac|protocol}: based on ip or mac or protocol

Command Mode

Interface configuration

Usage

An interface can only be applied by one vlan classifier group.

One vlan classifier group can apply more than one interface.

This command apply vlan classifier group to interface, and the interface can classify packets to different

vlan according to the rule in vlan classifier group.

To create the rule, reference to vlan classifier rule command.

To create the group, reference to vlan classifier group command.

Examples

Advertising