show multicast scope
Syntax
show multicast scope <inet | inet6> <instance instance-name> <logical-system (all | logical-system-name)>
Syntax (EX Series Switch and the QFX Series)
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.
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
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
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
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.