Enable Remote Monitoring on an Interface

Use the following procedure to enable Remote Monitoring (RMON) on an interface.

Before you begin

  • Enable RMON globally.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Enable RMON on a particular VLAN:

    vlan rmon <1-4059>

  3. Enter GigabitEthernet Interface Configuration mode:

    enable

    configure terminal

    interface GigabitEthernet {slot/port[/sub-port][-slot/port[/sub-port]][,...]}

    Note

    Note

    If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.

  4. Enable RMON on a particular port:

    rmon

Examples

Enable RMON on VLAN 2:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#vlan rmon 2

Enable RMON on port 3/8:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#interface gigabitethernet 3/8
Switch:1(config-if)#rmon

Variable Definitions

Use the data in this table to use the vlan rmon command.

Variable

Value

<1-4059>

Specifies the VLAN ID on which to configure RMON.