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 multicast scope

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show multicast scope
<inet | inet6>
<instance instance-name>
<logical-system (all | logical-system-name)>

Syntax (EX Series Switch and the QFX Series)

content_copy zoom_out_map
show multicast scope
<inet | inet6>
<instance instance-name>

Description

Display administratively scoped IP multicast information.

Options

none

Display standard information about administratively scoped multicast information for all supported address families in all routing instances.

inet | inet6

(Optional) Display scoped multicast information for IPv4 or IPv6 family addresses, respectively.

instance instance-name

(Optional) Display administratively scoped information for a specific multicast instance.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show multicast scope command. Output fields are listed in the approximate order in which they appear.

Table 1: show multicast scope Output Fields

Field Name

Field Description

Scope name

Name of the multicast scope.

Group Prefix

Range of multicast groups that are scoped.

Interface

Interface that is the boundary of the administrative scope.

Resolve Rejects

Number of kernel resolve rejects.

Sample Output

show multicast scope

content_copy zoom_out_map
user@host> show multicast scope  
                                                                  Resolve
Scope name           Group Prefix       Interface                 Rejects
233-net              233.252.0.0/16     fe-0/0/0.1                      0
local                233.252.0.1/16     fe-0/0/0.1                      0
local                2001:db8::/16          fe-0/0/0.1                      0
larry                2001:db8::1234/128     fe-0/0/0.1                      0

show multicast scope inet

content_copy zoom_out_map
user@host> show multicast scope inet  
                                                                  Resolve
Scope name           Group Prefix       Interface                 Rejects
233-net              233.252.0.0/16     fe-0/0/0.1                      0
local                233.252.0.0/16     fe-0/0/0.1                      0

show multicast scope inet6

content_copy zoom_out_map
user@host> show multicast scope inet6    
                                                                  Resolve
Scope name           Group Prefix       Interface                 Rejects
local                2001:db8::/16          fe-0/0/0.1                      0
larry                2001:db8::1234/128     fe-0/0/0.1                      0

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.

footer-navigation