display pim-snooping routing-table

Use display pim-snooping routing-table to display PIM snooping routing entries.

Syntax

In standalone mode:

display pim-snooping routing-table [ vlan vlan-id | vsi vsi-name ] [ slot slot-number ] [ verbose ]

In IRF mode:

display pim-snooping routing-table [ vlan vlan-id | vsi vsi-name ] [ chassis chassis-number slot slot-number ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

vlan vlan-id: Specifies a VLAN by its VLAN ID in the range of 1 to 4094. If you do not specify a VLAN, this command displays PIM snooping routing entries for all VLANs.

vsi vsi-name: Specifies a VSI by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VSI, this command displays PIM snooping routing entries for all VSIs.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays PIM snooping routing entries for the MPU. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. If you do not specify a card, this command displays PIM snooping routing entries for the global active MPU. (In IRF mode.)

verbose: Displays detailed information about PIM snooping routing entries. If you do not specify the keyword, this command displays brief information about PIM snooping routing entries.

Examples

# Display detailed information about PIM snooping routing entries for VLAN 2.

<Sysname> display pim-snooping routing-table vlan 2 verbose
Total 1 entries.
FSM Flag: NI-no info, J-join, PP-prune pending

VLAN 2: Total 1 entries.
  (172.10.10.1, 225.1.1.1)
    FSM information: dummy
    Upstream neighbor: 20.1.1.1
      Upstream Slots (0 in total):
      Upstream Ports (1 in total):
        HGE1/0/1
      Downstream Slots (0 in total):
      Downstream Ports (2 in total):
        HGE1/0/2
          Expires: 00:03:01, FSM: J
          Downstream Neighbors (2 in total):
            7.1.1.1
              Expires: 00:59:19, FSM: J
            7.1.1.11
              Expires: 00:59:20, FSM: J
        HGE1/0/3
          Expires: 00:02:21, FSM: PP

# Display brief information about PIM snooping routing entries for VSI aaa.

<Sysname> display pim-snooping routing-table vsi aaa
Total 1 entries.
FSM Flag: NI-no info, J-join, PP-prune pending

VSI aaa: Total 1 entries.
  (172.10.10.1, 225.1.1.1)
    Upstream neighbor: 20.1.1.1
      Upstream Ports (1 in total):
        HGE1/0/3 (Link ID 0)
      Downstream Ports (1 in total):
        Tun0 (VXLAN ID 0)
           Expires: 00:03:23, FSM: J

Table 16: Command output

Field

Description

Total 1 entries

Total number of (S, G) entries and (*, G) entries.

FSM Flag: NI-no info, J-join, PP-prune pending

State machine flag of the downstream port:

  • NI—Initial state.

  • J—Join.

  • PP—Prune pending.

VLAN 2: Total 1 entries

Total number of (S, G) entries and (*, G) entries in VLAN 2.

VSI aaa: Total 1 entries

Total number of (S, G) entries and (*, G) entries in VSI aaa.

(172.10.10.1, 225.1.1.1)

(S, G) entry.

FSM information

Finite state machine information of the entry:

  • delete—The entry attributes have been deleted.

  • dummy—The entry is a new temporary entry.

  • no info—The entry does not exist.

  • normal—The entry is a correct entry.

Upstream neighbor

Upstream neighbor of the (S, G) or (*, G) entry.

Upstream Slots (0 in total)

(In standalone mode.) Slot numbers and total number of the cards that have the upstream neighbor, except for the specified card or the MPU when no card is specified.

(In IRF mode.) Chassis numbers, slot numbers, and total number of the cards that have the upstream neighbor, except for the specified card or the global active MPU when no card is specified.

Upstream Ports (1 in total)

Upstream ports, and the total number of upstream ports.

(In standalone mode.) This field is displayed when one of the following conditions exists:

  • The port is on the specified card.

  • The port is on the MPU and no card is specified.

(In IRF mode.) This field is displayed when one of the following conditions exists:

  • The port is on the specified card.

  • The port is on the global active MPU and no card is specified.

Downstream Slots (0 in total)

(In standalone mode.) Slot numbers and total number of the cards that have downstream ports, except for the specified card or the MPU when no card is specified.

(In IRF mode.) Chassis numbers, slot numbers, and total number of the cards that have downstream ports, except for the specified card or the global active MPU when no card is specified.

Downstream Ports (2 in total)

Downstream ports of the upstream neighbor, and the total number of the downstream ports.

Downstream Neighbors (2 in total)

Downstream neighbors of the downstream port, and the total number of the downstream neighbors.

Expires: 00:03:01, FSM: J

Remaining aging time for the downstream port or downstream neighbor, and the finite state machine information.

For a global port, this field is always displayed.

(In standalone mode.) For a non-global port, this field is displayed when one of the following conditions exists:

  • The port is on the specified card.

  • The port is on the MPU and no card is specified.

(In IRF mode.) For a non-global port, this field is displayed when one of the following conditions exists:

  • The port is on the specified card.

  • The port is on the global active MPU and no card is specified.

HGE1/0/3 (Link ID 0)

Layer 3 Ethernet interface and its link ID.

NPW (Link ID 8)

N-PW interface and its link ID.

UPW (Link ID 9)

U-PW interface and its link ID.

Tun0 (VXLAN ID 0)

VXLAN tunnel interface and its VXLAN ID.