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 forwarding-cache statistics

date_range 19-Nov-23

Syntax

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

Description

Display IP multicast forwarding cache statistics.

Options

none

Display multicast forwarding cache statistics for all supported address families for all routing instances.

inet | inet6

(Optional) Display multicast forwarding cache statistics for IPv4 or IPv6 family addresses, respectively.

instance instance-name

(Optional) Display multicast forwarding cache statistics for a specific routing 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 forwarding-cache statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show multicast forwarding-cache statistics Output Fields

Field Name

Field Description

Instance

Name of the routing instance for which multicast forwarding cache statistics are displayed.

Family

Protocol family for which multicast forwarding cache statistics are displayed: ALL, INET, or INET6.

General (or MVPN RPT) Suppression Active

Indicates whether suppression is configured.

General (or MVPN RPT) Entries Used

Number of currently used multicast forwarding cache entries.

General (or MVPN RPT) Suppress Threshold

Maximum number of multicast forwarding cache entries that can be added to the cache. When the number of entries reaches the configured threshold, the device suspends adding new multicast forwarding cache entries.

General (or MVPN RPT) Reuse Value

Number of multicast forwarding cache entries that must be reached before the device creates new multicast forwarding cache entries. When the total number of multicast forwarding cache entries is below the reuse value, the device resumes adding new multicast forwarding cache entries.

Sample Output

show multicast forwarding cache statistics instance

content_copy zoom_out_map
user@host> show multicast forwarding-cache statistic instance mvpn1 intet6
  Instance: mvpn1 Family: INET6
General Suppression Active                     Yes
General Entries Used                             0
General Suppress Threshold                     200
General Reuse Value                            200
MVPN RPT Suppression Active                    Yes
MVPN RPT Entries Used                            0
MVPN RPT Suppress Threshold                    200
MVPN RPT Reuse Value                           200

show multicast forwarding cache statistics instance (Forwarding-cache suppression is disabled)

content_copy zoom_out_map
user@host> show multicast forwarding-cache statistic instance mvpn1
Instance: mvpn1 Family: ALL
Forwarding-cache suppression disabled Not enabled by configuration

Release Information

Command introduced in Junos OS Release 12.2.

Starting in Junos OS Release 16.1, output includes general and rendezvous-point tree (RPT) suppression states.

footer-navigation