Control Plane Security Operational Commands

Show Commands

This section describes operational commands available to verify various control-plane security features.

Verifying ACLs

The show acl command allows to verify protocol ACLs as well as user-defined ACLs.

Syntax:

show acl <options>

Option Description

detail

Displays all ACL details

<acl-name>

Displays the details for a single ACL

Example 1: Protocol ACL with Control-Plane Security enabled

supervisor@rtbrick: op> show acl detail
Rule: _DEFAULT_MTU_POLICER_TRAP_ACL
  ACL type: l2
  Ordinal: -             Priority: 1
    Match:
      Attachment point: recycle-0/0/211
      Direction: ingress
      Physical Interface: recycle-0/0/211
    Action:
      Redirect to CPU: True
      Policer profile name: _DEFAULT_POLICER_20_MB
    Result:
      ACL Handle: 26
    Statistics:
      Units      Total       Accepted    Dropped
      Packets    -           -           -
      Bytes      -           -           -
Rule: recycle-0/0/215/1_bypass_acl
  ACL type: ext_l3v4
  Ordinal: -             Priority: 2
    Match:
      Direction: external
      Logical Interface: recycle-0/0/215/1
    Action:
      Stats enabled: True
    Result:
      Trap ID: user-defined
      ACL Handle: 3
      External:
        Value: 2367517
          Is Trap ID: Yes
          Trap ID: 14
          Trap Strength: 0
          Is QoS: Yes
          Class: 0
          Policer ID: 18
  ACL type: ext_l3v6
  Ordinal: -             Priority: 2
    Match:
      Direction: external
      Logical Interface: recycle-0/0/215/1
    Action:
      Stats enabled: True
    Result:
      Trap ID: user-defined
      ACL Handle: 6
      External:
        Value: 2498589
          Is Trap ID: Yes
          Trap ID: 14
          Trap Strength: 0
          Is QoS: Yes
          Class: 0
          Policer ID: 19
<...>

Example 2: User-defined ACL to Protect "my IP"

supervisor@rtbrick: op> show acl rule mpls.oam.destination.ipv4.trap.rule
Rule: mpls.oam.destination.ipv4.trap.rule
  ACL type: ext_l3v4
  Ordinal: -             Priority: 50
    Match:
      Direction: external
      Destination IPv4 prefix: 127.0.0.0/8
      Destination L4 port: 3503
      IP protocol: udp
    Action:
      Policer profile name: _DEFAULT_POLICER_OAM_GLOBAL_20MB
    Result:
      Trap ID: oam
      ACL Handle: 1
      External:
        Value: 77082513
          Is Trap ID: Yes
          Trap ID: 200
          Trap Strength: 7
          Is QoS: Yes
          Class: 0
          Policer ID: 588

Verifying ACL Counters

The show acl statistics command displays information about the ACL packet counters. The counters are useful to verify if the ACL rules actually match, and if potentially malicious traffic gets dropped.

Syntax:

show acl statistics

Example: ACL statistics information

supervisor@rtbrick: op> show acl statistics
ACL                                        Ordinal    Type              Units      Total       Accepted    Dropped
lldp.ifp-0/1/32.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/32.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/32.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/41.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/41.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/41.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/42.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/42.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/42.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
mpls.oam.destination.ipv6.trap.rule        -          ext_l3v6          Packets    1           1           0
                                                                        Bytes      56          56          0
mpls.oam.destination.ipv4.trap.rule        -          ext_l3v4          Packets    1           1           0
                                                                        Bytes      56          56          0
mpls.oam.source.ipv4.trap.rule             -          ext_l3v4          Packets    1           1           0
                                                                        Bytes      56          56          0
_DEFAULT_MTU_POLICER_TRAP_ACL              -          l2                Packets    -           -           -
                                                                        Bytes      -           -           -
lldp.ifp-0/1/46.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/46.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/46.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
recycle-0/0/215/1_bypass_acl               -          ext_l3v4          Packets    174         174         0
                                                                        Bytes      12352       12352       0
recycle-0/0/215/1_bypass_acl               -          ext_l3v6          Packets    96          84          12
                                                                        Bytes      7957        7111        846
lldp.ifp-0/1/49.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/49.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/49.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/97.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/97.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/97.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/3.trap.rule.0                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/3.trap.rule.1                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/3.trap.rule.2                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/47.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/47.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/47.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
recycle-0/0/215_bypass_acl                 -          l2                Packets    -           -           -
                                                                        Bytes      -           -           -
lldp.ifp-0/1/16.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/16.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/16.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/0.trap.rule.0                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/0.trap.rule.1                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/0.trap.rule.2                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/33.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/33.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/33.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/96.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/96.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/96.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
mpls.oam.source.ipv6.trap.rule             -          ext_l3v6          Packets    1           1           0
                                                                        Bytes      56          56          0
lldp.ifp-0/1/48.trap.rule.0                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/48.trap.rule.1                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/48.trap.rule.2                -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/2.trap.rule.0                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/2.trap.rule.1                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0
lldp.ifp-0/1/2.trap.rule.2                 -          l2                Packets    269         269         0
                                                                        Bytes      37153       37153       0

Verifying Control Plane Policers

This command allows to view the policers created by the control-plane security feature.

Syntax:

show qos policer <options>

Option Description

-

Displays all policers, including those created by the control-plane security feature.

<policer-name>

Displays information about a specified policer.

counter

Displays all policer counters.

Example 1: Display information of all policers created by the control-plane security feature.

supervisor@rtbrick: op> show qos policer
Policer: _DEFAULT_NAT_POLICER_50_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_100_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        100000         100000         33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_10_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        10000          10000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_1_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        1000           1000           33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_20_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        20000          20000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_250_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        250000         250000         33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_500_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        500000         500000         33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_50_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_5_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        5000           5000           33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_ARP_GLOBAL_10MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        10000          10000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_BGP_GLOBAL_100MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        100000         100000         10000          10000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_HOSTPATH_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_IPoE_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_ISIS_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_LACP_GLOBAL_20MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        20000          20000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_LDP_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_LLDP_GLOBAL_10MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        10000          10000          1000           1000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_OAM_GLOBAL_20MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        20000          20000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_OSPF_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_PPPOE_GLOBAL_50MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          5000           5000           -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_RADIUS_GLOBAL_20MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        20000          20000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_TRAP_20_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        20000          20000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -
Policer: _DEFAULT_POLICER_TRAP_TTL1
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        10000          10000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -

Example 2: Display information of a specific policer

supervisor@rtbrick: op> show qos policer _DEFAULT_POLICER_50_MB
Policer: _DEFAULT_POLICER_50_MB
Type: two-rate-three-color, Levels: 1, Flags: -
  Level    CIR(Kbps)      PIR(Kbps)      CBS(Kbits)     PBS(Kbits)     Max CIR(Kbps)  Max PIR(Kbps)
  1        50000          50000          33000          33000          -              -
  2        -              -              -              -              -              -
  3        -              -              -              -              -              -
  4        -              -              -              -              -              -

Example 3: Display policer counters

supervisor@rtbrick: op> show qos policer counter
Interface                         Level  Units      Total            Received         Dropped
global_lldp                       1      Packets    55               55               0
                                         Bytes      7087             7087             0
arp_acl_untag                     1      Packets    1318             1318             0
                                         Bytes      84352            84352            0
arp_acl_double_tag                1      Packets    1318             1318             0
                                         Bytes      84352            84352            0
arp_acl_single_tag                1      Packets    1318             1318             0
                                         Bytes      84352            84352            0
ipv6_ll_prefix_acl                1      Packets    175              175              0
                                         Bytes      17656            17656            0
arp_acl_s_single_tag              1      Packets    1318             1318             0
                                         Bytes      84352            84352            0
arp_acl_sc_double_tag             1      Packets    1318             1318             0
                                         Bytes      84352            84352            0
ipv6_mcast_ff01_prefix_acl        1      Packets    175              175              0
                                         Bytes      17656            17656            0
ipv6_mcast_ff02_prefix_acl        1      Packets    175              175              0
                                         Bytes      17656            17656            0
lldp.ifp-0/1/0.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/0.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/0.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/2.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/2.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/2.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/3.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/3.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/3.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/5.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/5.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/5.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/6.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/6.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/6.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/7.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/7.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/7.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/8.trap.rule.0        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/8.trap.rule.1        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/8.trap.rule.2        1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/10.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/10.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/10.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/12.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/12.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/12.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/14.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/14.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/14.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/16.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/16.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/16.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/22.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/22.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/22.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/24.trap.rule.0       1      Packets    23               23               0
                                         Bytes      3642             3642             0
lldp.ifp-0/1/24.trap.rule.1       1      Packets    23               23               0
                                         Bytes      3642             3642             0
lldp.ifp-0/1/24.trap.rule.2       1      Packets    23               23               0
                                         Bytes      3642             3642             0
lldp.ifp-0/1/26.trap.rule.0       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/26.trap.rule.1       1      Packets    55               55               0
                                         Bytes      7087             7087             0
lldp.ifp-0/1/26.trap.rule.2       1      Packets    55               55               0
                                         Bytes      7087             7087             0
<...>
This view displays multiple rules, such as the four PPPoE rules, all referencing the same policer. This shared reference explains why they exhibit identical counter values, as they point to a single policer instance.

Example 4: Display trap statistics

supervisor@rtbrick: op> show trap statistics
Trap Name                          Statistics ID   Units     Forwarded   Dropped
_RPF_STRICT_FAIL_TRAP              1               Packets   0           0
                                                   Bytes     0           0
_MTU_VIOLATED_TRAP                 2               Packets   0           0
                                                   Bytes     0           0
_DEFAULT_POLICER_TRAP_TTL1         528             Packets   0           0
                                                   Bytes     0           0
_MPLS_UNKNOWN_LABEL_TRAP           6               Packets   0           0
                                                   Bytes     0           0
_CPU_TRAP                          596             Packets   82          0
                                                   Bytes     7356        0