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 mvpn suppressed

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mvpn suppressed
<instance-name>
<general | mvpn-rpt>
<inet | inet6>

Description

MVPN maintains a list of suppressed customer-multicast states and the reason they were suppressed. Display it, for example, to help understand the enforcement of forwarding-cache limits

Options

instance-name

(Optional) Display statistics for the specified routing instance, or press Enter without specifying an instance name to show output for all instances.

general | mvpn-rpt

(Optional) Display suppressed multicast prefixes and reason they were suppressed.

inet | inet6

(Optional) Display output for the specified IP type.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show mvpn suppressed command. Output fields are listed in the approximate order in which they appear.

Table 1: show mvpn suppressed Output Fields

Field Name

Field Description

MVPN instance

Name of the multicast VPN routing instance.

Prefix

Shown as a single line per prefix, group followed by source.

reason

MVPN *,G entries are deleted either because they exceed either the general forwarding-cache limit or because they exceed the forwarding-cache limit set for MVPN RPT.

Sample Output

show mvpn suppressed

content_copy zoom_out_map
user@host> show mvpn suppressed instance name
Instance: mvpn1 Family: INET
  
  Prefix 0.0.0.0/0:239.1.1.1/32, Suppressed due to MVPN RPT forwarding-cache limit

  Instance: mvpn1 Family: INET6
  Prefix ::91.1.1.1/128:Ff05::1/128, Suppressed due to general forwarding-cache limit
  Prefix ::/0:ff05::2/128, Suppressed due to general forwarding-cache limit
  Prefix ::/0:ff05::3/128, Suppressed due to MVPN RPT forwarding-cache limit

Sample Output

show mvpn suppressed summary

content_copy zoom_out_map
user@host> show mvpn suppressed instance name summary
Instance: mvpn1 Family: INET
  
  General entries suppressed:    5
  MVPN RPT entries suppressed:   1

  Instance: mvpn1 Family: INET6
  General entries suppressed:    5
  MVPN RPT entries suppressed:   1

Release Information

Command introduced in Junos OS Release16.1.

footer-navigation