# mvr mode

## Command Name

mvr mode

## Synopsis

Configures the operating mode for Multicast VLAN Registration (MVR) as either dynamic or compatible.

## Description

The **mvr mode** command sets the operational mode of MVR in a network. MVR is a feature used for efficient multicast traffic management across VLANs. There are two modes available: dynamic and compatible. The dynamic mode allows for more flexible and efficient handling of multicast traffic, suitable for environments with changing multicast group memberships. The compatible mode is designed for compatibility with older or more traditional multicast configurations. This command is crucial for ensuring that MVR operates in a manner that aligns with the network's multicast traffic requirements and infrastructure capabilities.

## Syntax

<mark style="color:blue;">**`mvr mode {dynamic | compatible}`**</mark>

## Parameters

* **`dynamic`**: Sets MVR to operate in a dynamic mode, which offers more efficient management of multicast traffic and group memberships.
* **`compatible`**: Configures MVR to operate in a compatible mode, ensuring compatibility with traditional multicast configurations.

## Options

N/A

## Examples

* **To set MVR to operate in dynamic mode:**

  ```markup
  mvr mode dynamic

  ```
* **To configure MVR in compatible mode:**

  ```markup
  mvr mode compatible

  ```

## Command Mode

Global Configuration Mode

## Summary

Choosing the correct operational mode for MVR, either dynamic or compatible, is essential for the effective management of multicast traffic in a VLAN environment. The dynamic mode is generally preferred in modern, agile networks where multicast group memberships frequently change, while the compatible mode is suitable for networks with established multicast configurations that require traditional handling. Network administrators should select the mode that best fits their network architecture and multicast traffic patterns, and they may need to reevaluate this choice as the network evolves or as multicast requirements change.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.engenius.ai/sw-cli-reference/multicast-and-snooping-protocols/multicast-routing-configuration/mvr-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
