This command configures an action (tunnel or terminate) for the given reserved MAC address on a particular service.
Note:
All reserved MAC addresses in the range 01:80:C2:00:00:00 to 01:80:C2:00:00:3F are configured with the "terminate" action by default. When a reserved MAC is configured with the "terminate" action, it is not visible under any "show" or show running-config commands.
| Default | terminate |
| Format | dot1ad l2tunnel vlan vlan id mac-address reserved-mac protocol-id proto-id {tunnel | terminate | discard [shutdown]} |
| Mode | Global Config |
| Parameter | Description |
|---|---|
| protocol-id | The protocol ID field that has to be matched in the ingress packet to perform protocol tunneling. Protocol-id range is from 0x0001 to 0xffff. |
| reserved-mac | The destination mac-address field in the ingress packet that has to be matched for which the protocol tunneling needs to be configured. MAC address range is from 01:80:c2:00:00:00 to 01:80:c2:00:00:3F. |
| tunnel | terminate | discard [shutdown] | The action to be taken on any packets that match the MAC-address/protocol-id combination.
|
| vlan id | The service VLAN ID. |