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 mvrp

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mvrp

Description

Display Multiple VLAN Registration Protocol (MVRP) configuration information.

Required Privilege Level

view

Output Fields

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

Table 1: show mvrp Output Fields

Field Name

Field Description

MVRP dynamic VLAN creation

Displays whether global MVRP dynamic VLAN creation is Enabled or Disabled.

Global MVRP configuration

Displays global MVRP information:

  • MVRP status—Displays whether MVRP is Enabled or Disabled.

  • MVRP dynamic vlan creation—Displays whether global MVRP dynamic VLAN creation is Dnabled or Disabled.

MVRP BPDU MAC address

Displays the multicast media access control (MAC) address for MVRP. If configured, the provider MVRP multicast MAC address is used; otherwise, the customer MVRP multicast MAC address is used.

MVRP timers (ms)

Displays MVRP timer information:

  • Interface—The interface on which MVRP is configured.

  • Join—The maximum number of milliseconds the interfaces must wait before sending VLAN advertisements.

  • Leave—The number of milliseconds an interface must wait after receiving a Leave message to remove the interface from the VLAN specified in the message.

  • LeaveAll— The interval at which LeaveAll messages are sent on interfaces. LeaveAll messages maintain current MVRP VLAN membership information in the network.

Interface based configuration

Displays interface-specific MVRP information:

  • Interface—The interface on which MVRP is configured.

  • Status—Displays whether MVRP is Enabled or Disabled.

  • Registration—Displays whether registration for the interface is Forbidden or Normal.

  • Dynamic VLAN Creation—Displays whether interface dynamic VLAN creation is Enabled or Disabled.

Sample Output

show mvrp (EX Series switches and MX Series routers)

content_copy zoom_out_map
user@host> show mvrp 
MVRP configuration for routing instance 'default-switch'
MVRP dynamic VLAN creation : Enabled
MVRP BPDU MAC address      : Customer bridge group (01-80-C2-00-00-21)
MVRP timers (ms)
  Interface       Join   Leave  LeaveAll
  ge-11/2/8        200     800     10000
  ge-11/0/9        200     800     10000
  ge-11/3/0        200     800     10000

Sample Output

show mvrp (SRX1500, SRX300, SRX550M, SRX345, SRX340 and SRX320)

content_copy zoom_out_map
user@host> show mvrp 
MVRP configuration for routing instance 'default-switch'
MVRP dynamic VLAN creation : Enabled
MVRP BPDU MAC address      : Customer bridge group (00-00-5E-00-53-00)
MVRP timers (ms)
  Interface       Join   Leave  LeaveAll
  ge-0/0/1        200     800     60

Sample Output

show mvrp (EX Series switches)

content_copy zoom_out_map
user@switch> show mvrp 

Global MVRP configuration 
  MVRP status               : Enabled
  MVRP dynamic vlan creation: Enabled        
  MVRP Timers (ms):
   Interface        Join   Leave   LeaveAll
   --------------   ----   -----   --------
   all              200    600     10000
   xe-0/1/1.0       200    600     10000 

  Interface based configuration:
   Interface        Status     Registration   Dynamic VLAN Creation    
   --------------   --------   ------------   --------------------- 
   all				   Disabled   Normal			 Enabled
   xe-0/1/1.0		   Enabled    Normal         Enabled

Release Information

Command introduced in Junos OS Release 10.0.

footer-navigation