Alcatel-Lucent 6850-48 ネットワークガイド

ページ / 1162
Configuring VPLS
Configuring VPLS Services
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 11-25
Configure Static MAC Addresses for SAPs
Configuring a static MAC address entry for a SAP is supported, but is not required. Static MACs associ-
ated with a SAP are classified as local MACs. A local MAC is used by the associated VPLS so that MAC 
addresses are not learned on the edge device.
When a static MAC address is configured, a permanent MAC address entry is created in the VPLS 
forwarding database (FDB) that is associated with the SAP. A MAC address can participate in only one 
static MAC address entry (local or remote) for a specific VPLS.
To configure a static MAC address for a SAP, use the 
For example:
-> configure service vpls 100 sap 1/4:50 static-mac 00:2a:95:01:3e:41
Note that static MAC addresses configured on one edge device are not propagated to other edge devices 
associated with the same VPLS instance. Each edge device has an independent forwarding database for 
the associated VPLS.
To delete a static MAC address entry for the SAP, use the no form of the configure service vpls sap 
static-mac
 command. For example:
-> configure service vpls 100 sap 1/4:50 no static-mac 00:2a:95:01:3e:41
Static MAC addresses for SAP and mesh-SDP bindings are also configurable using OmniSwitch Source 
Learning commands. For more information, see the “Source Learning Commands” chapter in this guide.
Enable the SAP
By default, a SAP is disabled at the time the SAP is created. To enable the SAP administrative status, use 
the 
 command with the no shutdown option. For example:
-> configure service vpls 100 sap 1/4:50 no shutdown
To disable the service, enter the following command:
-> configure service vpls 100 sap 1/4:50 shutdown
Deleting the SAP
To delete a SAP from the switch configuration, use the no form of the configure service vpls sap create 
command. For example:
-> configure service vpls 100 no sap 1/4:50
Use the command to display the SAPs configured for the switch. Use the command to display a list of 
services and the SAPs associated with each service.