- Preface
- New and Changed Information
- Overview
- Configuring Layer 2 Switching
- Configuring VLANs
- Configuring MVRP
- Configuring VTP
- Configuring Private VLANs Using NX-OS
- Configuring Rapid PVST+ Using Cisco NX-OS
- Configuring MST Using Cisco NX-OS
- Configuring STP Extensions Using Cisco NX-OS
- Configuration Limits for Layer 2 Switching
Configuring MVRP
This chapter describes how to configure Layer 2 switching using IEEE 802.1ak Multiple VLAN Registration Protocol (MVRP).
This chapter includes the following sections:
- Finding Feature Information
- Information About MVRP
- Guidelines and Limitations for Configuring MVRP
- Default Settings for MVRP
- Configuring MVRP
- Verifying the MVRP Configuration
- Clearing MVRP Statistics
- Feature History for Configuring MVRP
Finding Feature Information
Your software release might not support all the features documented in this module. For the latest caveats and feature information, see the Bug Search Tool at https://tools.cisco.com/bugsearch/ and the release notes for your software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the “New and Changed Information” chapter or the Feature History table below.
Information About MVRP
Multiple VLAN Registration Protocol (MVRP) is an IEEE 802.1ak Multiple Registration Protocol (MRP) application that supports dynamic registration and deregistration of VLANs on ports in a VLAN-bridged network.
MRP allows participants in a MRP application to register attributes with other participants in a bridged local area network (LAN).
MVRP registers VLANs and enables a VLAN bridge to restrict unknown unicast, multicast, and broadcast traffic to those links that the traffic uses to access the appropriate network devices.
The IEEE 802.1ak MRP provides improved resource utilization and bandwidth conservation. With the 802.1ak MRP attribute encoding scheme, MVRP sends only one protocol data unit (PDU) that includes the state of all 4094 VLANs on a port.
Guidelines and Limitations for Configuring MVRP
-
MVRP is supported only on Layer 2 ports. MVRP is not supported on sub interfaces.
-
MVRP is supported only on IEEE.802.1Q (dot1q) port channel Layer 2 ports.
-
MVRP must be enabled on both sides of the trunk. In vPC topologies, the MRVP configuration on the vPC legs must be identical for both peers.
-
When MVRP is disabled on the Cisco Nexus device, all ingress MVRP PDUs remain unprocessed and are flooded to other ports like multicast data frames.
-
MVRP and VLAN Trunk Protocol (VTP) can coexist on the same interface. You can use MVRP to perform VLAN pruning and VTP to manage VLANs, such as adding or deleting VLANs.
-
MVRP pruning and VTP pruning are mutually exclusive. VTP pruning can run only on ports where MVRP is disabled. If you enable both MVRP and VTP pruning on the interfaces, MVRP pruning takes precedence.
-
MVRP and Private VLANs (PVLANs) are mutually exclusive.
-
Auto detection of MAC addresses is not supported.
-
MVRP dynamic VLAN creation is not supported.
-
FabricPath is not supported.
-
Management Information Base (MIB) is not supported.
-
Interaction between MVRP and the following features is not supported:
Default Settings for MVRP
The following table lists the default settings for MVRP on Cisco NX-OS devices.
| Parameter | Default |
|---|---|
| MVRP | Disabled |
Configuring MVRP
Enabling MVRP
You can enable MVRP on all trunk ports on an interface.
Modifying the MVRP Configuration on the Interface
You can perform this task to set the MVRP registrar state and configure MVRP timer values.
| Command or Action | Purpose | |||
|---|---|---|---|---|
| Step 1 | switch# configure terminal |
Enters global configuration mode. | ||
| Step 2 | switch(config)# [no] interface type number |
Configure an interface and enters interface configuration mode. The range for the number argument is from 1 to 253. | ||
| Step 3 | switch(config-if)# mvrp registration {normal | fixed | forbidden} | (Optional)
Configure an interface and enters interface configuration mode. Sets the registrars in a Multiple Registration Protocol (MRP) Attribute Declaration (MAD) instance associated with an interface.
| ||
| Step 4 | switch(config-if)# mvrp timer {{join | leave | join-leave} timer-value | periodic} | (Optional)
Sets the period timers that are used in MVRP on a given interface.
|
Verifying the MVRP Configuration
To display MVRP information, perform one of the following tasks:
|
Command |
Purpose |
|---|---|
|
show mvrp interface |
Displays MVRP interface details of the administrative and operational states for all trunk ports in a device. |
|
show mvrp interface type number |
Displays MVRP interface details of the administrative and operational states for the specified interface in a device. |
|
show mvrp interface type number statistic |
Displays MVRP statistics for the specified interface in a device. |
|
show mvrp pruning interface type number |
Displays the pruned VLANs for the specified interface. |
For detailed information about the fields in the output from these commands, see the Cisco Nexus 7000 Series NX-OS Layer 2 Switching Command Reference.
Clearing MVRP Statistics
You can clear collected statistics on one or all MVRP-enabled ports.
| Command or Action | Purpose |
|---|
Feature History for Configuring MVRP
This table includes only the updates for those releases that have resulted in additions or changes to the feature.
|
Feature Name |
Releases |
Feature Information |
|---|---|---|
|
MVRP |
6.2(6) |
This feature was introduced. |
Feedback