Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Verifying Unicast RPF Status

    Purpose

    Verify that unicast reverse-path forwarding (RPF) is enabled and is working on the interface.

    Action

    Use one of the show interfaces interface-name commands with either the extensive or detail options to verify that unicast RPF is enabled and working on the switch. The example below displays output from the show interfaces ge- extensive command.

    user@switch> show interfaces ge-1/0/10 extensive
    Physical interface: ge-1/0/10, Enabled, Physical link is Down
      Interface index: 139, SNMP ifIndex: 58, Generation: 140
      Link-level type: Ethernet, MTU: 1514, Speed: Auto, MAC-REWRITE Error: None,
      Loopback: Disabled, Source filtering: Disabled, Flow control: Enabled,
      Auto-negotiation: Enabled, Remote fault: Online
      Device flags   : Present Running
      Interface flags: Hardware-Down SNMP-Traps Internal: 0x0
      Link flags     : None
      CoS queues     : 8 supported, 8 maximum usable queues
      Hold-times     : Up 0 ms, Down 0 ms
      Current address: 00:19:e2:50:95:ab, Hardware address: 00:19:e2:50:95:ab
      Last flapped   : Never
      Statistics last cleared: Never
      Traffic statistics:
       Input  bytes  :                    0                    0 bps
       Output bytes  :                    0                    0 bps
       Input  packets:                    0                    0 pps
       Output packets:                    0                    0 pps
       IPv6 transit statistics:
        Input  bytes  :                   0
        Output bytes  :                   0
        Input  packets:                   0
        Output packets:                   0
      Input errors:
        Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Policed discards: 0,
        L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0,
        FIFO errors: 0, Resource errors: 0
      Output errors:
        Carrier transitions: 0, Errors: 0, Drops: 0, Collisions: 0, Aged packets: 0,
        FIFO errors: 0, HS link CRC errors: 0, MTU errors: 0, Resource errors: 0
      Egress queues: 8 supported, 4 in use
      Queue counters:       Queued packets  Transmitted packets      Dropped packets
        0 best-effort                    0                    0                    0
        1 assured-forw                   0                    0                    0
        5 expedited-fo                   0                    0                    0
        7 network-cont                   0                    0                    0
      Active alarms  : LINK
      Active defects : LINK
      MAC statistics:                      Receive         Transmit
        Total octets                             0                0
        Total packets                            0                0
        Unicast packets                          0                0
        Broadcast packets                        0                0
        Multicast packets                        0                0
        CRC/Align errors                         0                0
        FIFO errors                              0                0
        MAC control frames                       0                0
        MAC pause frames                         0                0
        Oversized frames                         0
        Jabber frames                            0
        Fragment frames                          0
        VLAN tagged frames                       0
        Code violations                          0
      Filter statistics:
        Input packet count                       0
        Input packet rejects                     0
        Input DA rejects                         0
        Input SA rejects                         0
        Output packet count                                       0
        Output packet pad count                                   0
        Output packet error count                                 0
        CAM destination filters: 0, CAM source filters: 0
      Autonegotiation information:
        Negotiation status: Incomplete
      Packet Forwarding Engine configuration:
        Destination slot: 1
    
      Logical interface ge-1/0/10.0 (Index 69) (SNMP ifIndex 59) (Generation 135)
        Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2
        Traffic statistics:
         Input  bytes  :                    0
         Output bytes  :                    0
         Input  packets:                    0
         Output packets:                    0
         IPv6 transit statistics:
          Input  bytes  :                   0
          Output bytes  :                   0
          Input  packets:                   0
          Output packets:                   0
        Local statistics:
         Input  bytes  :                    0
         Output bytes  :                    0
         Input  packets:                    0
         Output packets:                    0
        Transit statistics:
         Input  bytes  :                    0                    0 bps
         Output bytes  :                    0                    0 bps
         Input  packets:                    0                    0 pps
         Output packets:                    0                    0 pps
         IPv6 transit statistics:
          Input  bytes  :                   0
          Output bytes  :                   0
          Input  packets:                   0
          Output packets:                   0
            Protocol inet, Generation: 144, Route table: 0
          Flags: uRPF
          Addresses, Flags: Is-Preferred Is-Primary 
    

    Meaning

    The show interfaces ge-1/0/10 extensive command (and the show interfaces ge-1/0/10 detail command) displays in-depth information about the interface. The Flags: output field near the bottom of the display reports the unicast RPF status. If unicast RPF has not been enabled, the uRPF flag is not displayed.

    On EX3200 and EX4200 switches, unicast RPF is implicitly enabled on all switch interfaces, including aggregated Ethernet interfaces (also referred to as link aggregation groups or LAGs) and routed VLAN interfaces (RVIs) when you enable unicast RPF on a single interface. However, the unicast RPF status is shown as enabled only on interfaces for which you have explicitly configured unicast RPF. Thus, the uRPF flag is not displayed on interfaces for which you have not explicitly configured unicast RPF even though unicast RPF is implicitly enabled on all interfaces on EX3200 and EX4200 switches.

    Published: 2012-12-07