To configure MAC address validation on static Ethernet interfaces, include the mac-validate (loose | strict) statement in the [edit interfaces interface-name unit logical-unit-number family family] hierarchy:
- [edit interfaces interface-name unit logical-unit-number family family]
-
mac-validate (loose
| strict);
This example shows strict MAC address validation on a static Ethernet interface without VLAN tagging.
- [edit interfaces]
- ge-2/1/9 {
-
- unit 0 {
- proxy-arp;
-
- family inet {
- mac-validate strict;
-
- address 88.22.100.1/24 {
- arp 88.22.100.3 mac 00:00:58:16:64:03;
- }
- }
- }
- }