Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show pim snooping join

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show pim snooping join
<brief | detail | extensive>
<instance instance-name>
<logical-system logical-system-name>
<vlan-id vlan-id>

Description

Display information about Protocol Independent Multicast (PIM) snooping joins.

Options

none

Display detailed information.

brief | detail | extensive

(Optional) Display the specified level of output.

instance instance-name

(Optional) Display PIM snooping join information for the specified routing instance.

logical-system logical-system-name

(Optional) Display information about a particular logical system, or type ’all’.

vlan-id vlan-identifier

(Optional) Display PIM snooping join information for the specified VLAN.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show pim snooping join command. Output fields are listed in the approximate order in which they appear.

Table 1: show pim snooping join Output Fields

Field Name

Field Description

Level of Output

Instance

Routing instance for PIM snooping.

All levels

Learning-Domain

Learning domain for PIM snooping.

All levels

Group

Multicast group address.

All levels

Source

Multicast source address:

  • * (wildcard value)

  • <ipv4-address>

  • <ipv6-address>

All levels

Flags

PIM flags:

  • bidirectional—Bidirectional mode entry.

  • dense—Dense mode entry.

  • rptree—Entry is on the rendezvous point tree.

  • sparse—Sparse mode entry.

  • spt—Entry is on the shortest-path tree for the source.

  • wildcard—Entry is on the shared tree.

All levels

Upstream state

Information about the upstream interface:

  • Join to RP—Sending a join to the rendezvous point.

  • Join to Source—Sending a join to the source.

  • Local RP—Sending neither join messages nor prune messages toward the RP, because this router is the rendezvous point.

  • Local Source—Sending neither join messages nor prune messages toward the source, because the source is locally attached to this routing device.

  • Prune to RP—Sending a prune to the rendezvous point.

  • Prune to Source—Sending a prune to the source.

Note:

RP group range entries have None in the Upstream state field because RP group ranges do not trigger actual PIM join messages between routers.

All levels

Upstream neighbor

Information about the upstream neighbor: Direct, Local, Unknown, or a specific IP address.

For bidirectional PIM, Direct means that the interface is directly connected to a subnet that contains a phantom RP address.

All levels

Upstream port

RPF interface toward the source address for the source-specific state (S,G) or toward the rendezvous point (RP) address for the non-source-specific state (*,G).

For bidirectional PIM, RP Link means that the interface is directly connected to a subnet that contains a phantom RP address.

All levels

Downstream port

Information about downstream interfaces.

extensive

Downstream neighbors

Address of the downstream neighbor.

extensive

Timeout

Time remaining until the downstream join state is updated (in seconds).

extensive

Sample Output

show pim snooping join

content_copy zoom_out_map
user@host> show pim snooping join
Instance: vpls1

Learning-Domain: vlan-id 10
Group: 198.51.100.2
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 192.0.2.4, port: ge-1/3/5.10


Learning-Domain: vlan-id 20
Group: 198.51.100.3
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 203.0.113.4, port: ge-1/3/5.20

show pim snooping join extensive

content_copy zoom_out_map
user@host> show pim snooping join extensive
Instance: vpls1
Learning-Domain: vlan-id 10

Group: 198.51.100.2
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 192.0.2.4, port: ge-1/3/5.10
Downstream port: ge-1/3/1.10
Downstream neighbors:
192.0.2.2 State: Join Flags: SRW Timeout: 166

Learning-Domain: vlan-id 20
Group: 198.51.100.3
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 203.0.113.4, port: ge-1/3/5.20
Downstream port: ge-1/3/3.20
Downstream neighbors:
203.0.113.3 State: Join Flags: SRW Timeout: 168

show pim snooping join instance

content_copy zoom_out_map
user@host> show pim snooping join instance vpls1
Instance: vpls1

Learning-Domain: vlan-id 10
Group: 198.51.100.2
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 192.0.2.4, port: ge-1/3/5.10

Learning-Domain: vlan-id 20
Group: 198.51.100.3
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 203.0.113.4, port: ge-1/3/5.20

show pim snooping join vlan-id

content_copy zoom_out_map
user@host> show pim snooping join vlan-id 10
Instance: vpls1
Learning-Domain: vlan-id 10
Group: 198.51.100.2
Source: *
Flags: sparse,rptree,wildcard
Upstream state: None
Upstream neighbor: 192.0.2.4, port: ge-1/3/5.10

Release Information

Command introduced in Junos OS Release 12.3.

footer-navigation