show pim source
Syntax
show pim source <brief | detail> <inet | inet6> <instance instance-name> <logical-system (all | logical-system-name)> <source-prefix>
Syntax (EX Series Switch and the QFX Series)
show pim source <brief | detail> <inet | inet6> <instance instance-name> <source-prefix>
Description
Display information about the Protocol Independent Multicast (PIM) source reverse path forwarding (RPF) state.
Options
| none | Display standard information about the PIM RPF state for all supported family addresses for all routing instances. |
| brief | detail | (Optional) Display the specified level of output. |
| inet | inet6 | (Optional) Display information for IPv4 or IPv6 family addresses, respectively. |
| instance instance-name | (Optional) Display information about the RPF state for a specific PIM-enabled routing instance. |
| logical-system (all | logical-system-name) | (Optional) Perform this operation on all logical systems or on a particular logical system. |
| source-prefix | (Optional) Display the state for source RPF states in the given range. |
Required Privilege Level
view
Output Fields
Table 1 describes
the output fields for the show pim source command. Output
fields are listed in the approximate order in which they appear.
Field Name |
Field Description |
|---|---|
|
Name of the routing instance. |
|
Address of the source or reverse path. |
|
Prefix and prefix length for the route used to reach the RPF address. |
|
Protocol toward the source address. |
|
RPF interface toward the source address. A pseudo multipoint LDP (M-LDP) interface appears on egress nodes in M-LDP point-to-multipoint LSPs with inband signaling. |
|
Address of the RPF neighbor used to reach the source address. The multipoint LDP (M-LDP) root appears on egress nodes in M-LDP point-to-multipoint LSPs with inband signaling. |
Sample Output
- show pim source
- show pim source brief
- show pim source detail
- show pim source (Egress Node with Multipoint LDP Inband Signaling for Point-to-Multipoint LSPs)
show pim source
user@host> show pim source
Instance: PIM.master Family: INET
Source 10.255.14.144
Prefix 10.255.14.144/32
Upstream interface Local
Upstream neighbor Local
Source 10.255.70.15
Prefix 10.255.70.15/32
Upstream interface so-1/0/0.0
Upstream neighbor 10.111.10.2
Instance: PIM.master Family: INET6show pim source brief
The output for the show pim source brief command
is identical to that for the show pim source command. For
sample output, see show pim source.
show pim source detail
user@host> show pim source detail
Instance: PIM.master Family: INET
Source 10.255.14.144
Prefix 10.255.14.144/32
Upstream interface Local
Upstream neighbor Local
Active groups:233.252.0.0
233.252.0.1
233.252.0.1
Source 10.255.70.15
Prefix 10.255.70.15/32
Upstream interface so-1/0/0.0
Upstream neighbor 10.111.10.2
Active groups:233.252.0.1
Instance: PIM.master Family: INET6show pim source (Egress Node with Multipoint LDP Inband Signaling for Point-to-Multipoint LSPs)
user@host> show pim source
Instance: PIM.master Family: INET
Source 10.1.1.1
Prefix 10.1.1.1/32
Upstream interface Local
Upstream neighbor Local
Source 10.2.7.7
Prefix 10.2.7.0/24
Upstream protocol MLDP
Upstream interface Pseudo MLDP
Upstream neighbor MLDP LSP root <10.1.1.2>
Source 192.168.219.11
Prefix 192.168.219.0/28
Upstream protocol MLDP
Upstream interface Pseudo MLDP
Upstream neighbor via MLDP-inband
Upstream interface fe-1/3/0.0
Upstream neighbor 192.168.140.1
Upstream neighbor MLDP LSP root <10.1.1.2>
Instance: PIM.master Family: INET6
Source 2001:db8::1:2:7:7
Prefix 2001:db8::1:2:7:0/120
Upstream protocol MLDP
Upstream interface Pseudo MLDP
Upstream neighbor via MLDP-inband
Upstream interface fe-1/3/0.0
Upstream neighbor 192.168.140.1
Upstream neighbor MLDP LSP root <10.1.1.2>Release Information
Command introduced before Junos OS Release 7.4.
inet6 and instance options introduced
in Junos OS Release 10.0 for EX Series switches.