Specifications

Table Of Contents
Multiprotocol Label Switching Commands
clear mpls counters
MP-34
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
In the following example, the first show mpls l2 vc detail command shows that 15 packets were received
and sent, 1656 bytes were received, and 1986 bytes were sent. The clear mpls counters command clears
the counters. The second show mpls l2 transport vc detail command shows that no bytes or packets
were received or sent.
Router# show mpls l2 vc detail
Local interface: Et0/0.10 up, line protocol up, Eth VLAN 10 up
MPLS VC type is Eth VLAN, interworking type is Ethernet
Destination address: 10.0.0.2, VC ID: 10, VC status: up
Output interface: Et1/0, imposed label stack {16}
Preferred path: not configured
Default path: active
Next hop: 10.0.0.2
Create time: 00:19:35, last status change time: 00:19:09
Signaling protocol: LDP, peer 10.0.0.2:0 up
MPLS VC labels: local 16, remote 16
Group ID: local 0, remote 0
MTU: local 1500, remote 1500
Remote interface description:
Sequencing: receive enabled, send enabled
VC statistics:
packet totals: receive 15, send 15 <---- packet totals
byte totals: receive 1656, send 1986 <---- byte totals
packet drops: receive 0, seq error 0, send 0
Router# clear m
pls counters
Clear "show mpls forwarding-table" counters [confirm] mpls forward
counters cleared
Router# show mp
ls l2 vc detail
Local interface: Et0/0.10 up, line protocol up, Eth VLAN 10 up
MPLS VC type is Eth VLAN, interworking type is Ethernet
Destination address: 10.0.0.2, VC ID: 10, VC status: up
Output interface: Et1/0, imposed label stack {16}
Preferred path: not configured
Default path: active
Next hop: 10.0.0.2
Create time: 00:22:55, last status change time: 00:22:29
Signaling protocol: LDP, peer 10.0.0.2:0 up
MPLS VC labels: local 16, remote 16
Group ID: local 0, remote 0
MTU: local 1500, remote 1500
Remote interface description:
Sequencing: receive enabled, send enabled
VC statistics:
packet totals: receive 0, send 0 <---- packet totals
byte totals: receive 0, send 0 <---- byte totals
packet drops: receive 0, seq error 0, send 0
Related Commands Command Description
show mpls
f
orwarding-table
Displays the contents of the MPLS FIB.