Virtual Private LAN Services
7750 SR OS Services Guide Page 397
Configuring MAC Learning Protection
To configure MAC learning protection, configure split horizon, MAC protection, and SAP
parameters.
Example: config>service# vpls 800
config>service>vpls# split-horizon-group "DSL-group1"
config>service>vpls>split-horizon-group# restrict-protected-src
config>service>vpls>split-horizon-group# restrict-unprotected-dst
config>service>vpls>split-horizon-group# exit
config>service>vpls# mac-protect
config>service>vpls>mac-protect# mac FF:FF:FF:FF:FF:FF
config>service>vpls>mac-protect# exit
config>service>vpls# sap 1/1/3:100
config>service>vpls>sap# restrict-protected-src
The following example displays the VPLS configuration with split horizon enabled:
A:ALA-48>config>service>vpls# info
----------------------------------------------
description "IMA VPLS"
split-horizon-group "DSL-group1" create
restrict-protected-src
restrict-unprotected-dst
exit
mac-protect
mac ff:ff:ff:ff:ff:ff
exit
sap 1/1/9:0 create
ingress
scheduler-policy "SLA1"
qos 100 shared-queuing
exit
egress
scheduler-policy "SLA1"
filter ip 10
exit
restrict-protected-src
arp-reply-agent
host-connectivity-verify source-ip 143.144.145.1
exit
...
----------------------------------------------
A:ALA-48>config>service>vpls#