Reference Guide

interface vlan
Creates a VLAN interface.
Syntax
interface vlan vlan-id
Parameters vlan-id — Enter the VLAN ID number (1 to 4093).
Default VLAN 1
Command Mode CONFIGURATION
Usage Information FTP, TFTP, MAC ACLs, and SNMP operations are not supported — IP ACLs are supported on VLANs only. The no
version of this command deletes the interface.
Example
OS10(config)# interface vlan 10
OS10(conf-if-vl-10)#
Supported Releases 10.2.0E or later
show vlan
Displays VLAN congurations.
Syntax
show vlan vlan-id
Parameters vlan-id — (Optional) Enter a VLAN ID number (1 to 4093).
Default Not congured
Command Mode EXEC
Usage Information Use this command to view VLAN conguration information for a specic VLAN ID.
Example
OS10(config)# do show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 Active A Eth1/1/15
A Po100
2101 Active T Eth1/1/1,1/1/3
T Po100
2102 Active T Eth1/1/1,1/1/3
Supported Releases 10.2.0E or later
Port monitoring
Port monitoring enables monitoring of ingress or egress trac of one port to another for analysis. A monitoring port (MG) or destination
port, is the port where the monitored trac is sent for analysis. A monitored port (MD) is the source interface which is monitored for trac
analysis, also called source port.
Depending on the location of the destination interface, port monitoring is performed as follows:
Local port monitoring — The port monitoring is performed in the same switch. The switch forwards a copy of incoming and outgoing
trac from one port to another port for further analysis.
Remote port monitoring (RPM) — The port monitoring is performed on trac running across a remote device in the same network.
The monitored trac is carried over the L2 network.
Layer 2
255