There are three main levels where you can configure MAC address limits:
![]() |
Note: If you manually configure a MAC address limit, you must ensure that values for interface limits (such as the interface-mac-limit) are set lower than domain limits (such as mac-table-size), and the domain limits are set lower than global limits (such as global-mac-limit). If a value for a more specific limit is set higher than a more global limit, the commit will fail. |
The range of values for the interface-mac-limit statement is 16 through 65,536. The output of the show vpls statistics command displays the results of configuring interface-level MAC address limitations.
- [edit]
- routing-instances {
-
-
instance-name {
-
- protocols {
-
- vpls {
- interface-mac-limit number;
-
- site site-name {
-
- interface interface-name {
- interface-mac-limit number;
- }
- }
- }
- }
- }
- }