show evpn mpls counters

This command to display the ingress/egress evpn-mpls network port statistic counters for both BUM and known unicast data traffic.

To see the statistics, you must enable the command hardware-profile statistics evpn-mpls enable and reboot the board for the command to take effect.

Command syntax

Copy
show evpn mpls counters ((network (ingress|(egress dst <A.B.C.D>)))| vpn-id <1-16777215> (network (ingress|(egress dst <A.B.C.D>))))

Parameters

<1-16777215>

VPN identifier

A.B.C.D

Ipv4 address

Command Mode

Execution mode

Applicability

This command was introduced in OcNOS version 4.2.

Examples

Copy
DUT2#show evpn mpls counters network egress
+----------+---------------+-----------+-----------+
|  VPN-ID  |  DESTINATION  |    BUM    |  Unicast  |
|          |     PEER      | TX (pkts) | TX (pkts) |
+----------+---------------+-----------+-----------+
 2000        2.2.2.2         140136      68900
 1999        2.2.2.2         140138      68899
 1998        2.2.2.2         140136      68899
 1997        2.2.2.2         140137      68897
DUT2#
DUT2#show evpn mpls counters network ingress
+----------+-----------+-----------+
|  VPN-ID  |    BUM    |  Unicast  |
|          | RX (pkts) | RX (pkts) |
+----------+-----------+-----------+
 30          0           800122
 10          0           727383
 4001        5           727362
 3003        0           0
 3002        727368      0
 3001        3           727364
DUT2#