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 interfaces

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show pim snooping interfaces 
<brief | detail>
<instance instance-name>
<interface interface-name>
<logical-system logical-system-name>
<vlan-id vlan-identifier>

Description

Display information about PIM snooping interfaces.

Options

none

Display detailed information.

brief | detail

(Optional) Display the specified level of output.

instance <instance-name>

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

interface <interface-name>

(Optional) Display PIM snooping information for the specified interface only.

logical-system logical-system-name

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

vlan-id <vlan-identifier>

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

Required Privilege Level

view

Output Fields

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

Table 1: show pim snooping interface Output Fields

Field Name

Field Description

Level of Output

Instance

Routing instance for PIM snooping.

All levels

Learning-Domain

Learning domain for snooping.

All levels

Name

Router interfaces that are part of this learning domain.

All levels

State

State of the interface: Up, or Down.

All levels

IP-Version

Version of IP used: 4 for IPv4, or 6 for IPv6.

All levels

NbrCnt

Number of neighboring routers connected through the specified interface.

All levels

DR address

IP address of the designated router.

All levels

Sample Output

show pim snooping interfaces

content_copy zoom_out_map
user@host> show pim snooping interfaces
Instance: vpls1
Learning-Domain: vlan-id 10
Name State IP-Version NbrCnt
ge-1/3/1.10 Up 4 1
ge-1/3/3.10 Up 4 1
ge-1/3/5.10 Up 4 1
ge-1/3/7.10 Up 4 1
DR address: 192.0.2.5
DR flooding is ON

Learning-Domain: vlan-id 20
Name State IP-Version NbrCnt
ge-1/3/1.20 Up 4 1
ge-1/3/3.20 Up 4 1
ge-1/3/5.20 Up 4 1
ge-1/3/7.20 Up 4 1
DR address: 192.0.2.6
DR flooding is ON

show pim snooping interfaces instance vpls1

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

Learning-Domain: vlan-id 10
Name State IP-Version NbrCnt
ge-1/3/1.10 Up 4 1
ge-1/3/3.10 Up 4 1
ge-1/3/5.10 Up 4 1
ge-1/3/7.10 Up 4 1
DR address: 192.0.2.5
DR flooding is ON

Learning-Domain: vlan-id 20
Name State IP-Version NbrCnt
ge-1/3/1.20 Up 4 1
ge-1/3/3.20 Up 4 1
ge-1/3/5.20 Up 4 1
ge-1/3/7.20 Up 4 1
DR address: 192.0.2.6
DR flooding is ON

show pim snooping interfaces interface <interface-name>

content_copy zoom_out_map
user@host> show pim snooping interfaces interface ge-1/3/1.10
Instance: vpls1
Learning-Domain: vlan-id 10

Name State IP-Version NbrCnt
ge-1/3/1.10 Up 4 1
DR address: 192.0.2.5
DR flooding is ON

Learning-Domain: vlan-id 20
DR address: 192.0.2.6
DR flooding is ON

show pim snooping interfaces vlan-id <vlan-id>

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

Name State IP-Version NbrCnt
ge-1/3/1.10 Up 4 1
ge-1/3/3.10 Up 4 1
ge-1/3/5.10 Up 4 1
ge-1/3/7.10 Up 4 1
DR address: 192.0.2.5
DR flooding is ON

Release Information

Command introduced in Junos OS Release 12.3.

footer-navigation