- Using Ethernet Operations Administration and Maintenance
- Configuring IEEE Standard-Compliant Ethernet CFM in a Service Provider Network
- Configuring ITU-T Y.1731 Fault Management Functions in IEEE CFM
- CFM CCM Extensions to Support the NSN Microwave 1+1 Hot Standby Protocol
- IEEE-Compliant CFM MIB
- Configuring Ethernet Connectivity Fault Management in a Service Provider Network
- Ethernet Performance Monitoring on Untagged EFPs
- Syslog Support for Ethernet Connectivity Fault Management
- Dynamic Ethernet Service Activation
- Layer 2 Access Control Lists on EVCs
- Static MAC Address Support on Service Instances and Pseudowires
- IEEE 802.1s on Bridge Domains
- IEEE 802.1ah on Provider Backbone Bridges
- Enabling Ethernet Local Management Interface
- Configuring Remote Port Shutdown
- Configuring Ethernet Local Management Interface at a Provider Edge
- Configuring IEEE 802.3ad Link Bundling and Load Balancing
- Multichassis LACP
- ICCP Multichassis VLAN Redundancy
- ITU-T G.8032 Ethernet Ring Protection Switching
- Configuring IP SLAs Metro-Ethernet 3.0 (ITU-T Y.1731) Operations
- IPSLA Y1731 On-Demand and Concurrent Operations
- Finding Feature Information
- Prerequisites for Static MAC Address Support on Service Instances and Pseudowires
- Restrictions for Static MAC Address Support on Service Instances and Pseudowires
- Information About Static MAC Address Support on Service Instances and Pseudowires
- How to Configure a Static MAC Address on Service Instances or Pseudowires
- Configuration Examples for Static MAC Address Support on Service Instances and Pseudowires
- Additional References
- Feature Information for Static MAC Address Support on Service Instances and Pseudowires
Static MAC Address Support on Service Instances and Pseudowires
The Static MAC Address Support on Service Instances and Pseudowires feature supports configuration of a static MAC address on a pseudoport. Use of a static MAC address for broadband network gateway (BNG) upstream traffic enables traffic forwarding while conserving MAC table resources and limiting the traffic flood by creating multicast groups.
- Finding Feature Information
- Prerequisites for Static MAC Address Support on Service Instances and Pseudowires
- Restrictions for Static MAC Address Support on Service Instances and Pseudowires
- Information About Static MAC Address Support on Service Instances and Pseudowires
- How to Configure a Static MAC Address on Service Instances or Pseudowires
- Configuration Examples for Static MAC Address Support on Service Instances and Pseudowires
- Additional References
- Feature Information for Static MAC Address Support on Service Instances and Pseudowires
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for Static MAC Address Support on Service Instances and Pseudowires
Restrictions for Static MAC Address Support on Service Instances and Pseudowires
Multicast static MAC addresses are not allowed in MAC address security configurations.
Static MAC addresses are programmed only on switch processors (both active and standby).
Information About Static MAC Address Support on Service Instances and Pseudowires
- Static MAC Address Support on Service Instances and Pseudowires
- Benefits of Static MAC Address Support on Service Instances and Pseudowires
Static MAC Address Support on Service Instances and Pseudowires
Static MAC address configuration on service instances and pseudowires eliminates the need for MAC address learning, which is required for traffic forwarding. In the upstream direction, without MAC address learning, MAC address table resources can be conserved and network resources optimized.
Static MAC address configuration requires L2VFI integration with a bridge domain, which allows a pseudoport to be created on the bridge domain for a pseudowire. After the pseudoport is created, the static MAC configuration can be associated to the bridge domain pseudoport.
Multicast static MAC addresses are allowed on multiple pseudoports in the same bridge domain.
The figure below shows static MAC addresses in a network configured with broadband remote access server (BRAS) redundancy.
When a bridge domain ID is either changed or deleted for a service instance or for an L2VFI, all static MAC addresses are removed.
When a service instance or a pseudowire is deleted, all static MAC addresses on that pseudoport are removed.
Benefits of Static MAC Address Support on Service Instances and Pseudowires
Facilitates optimization of network resources
Conserves MAC table resources when used for upstream traffic
How to Configure a Static MAC Address on Service Instances or Pseudowires
- Configuring a Static MAC Address on a Service Instance
- Configuring a Static MAC Address on a Pseudowire
- Displaying Configured Static MAC Addresses
Configuring a Static MAC Address on a Service Instance
Perform this task to manually configure a static MAC address on a service instance.
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
service
instance
id
ethernet
[evc-id]
5.
encapsulation
dot1q
vlan-id
[,
vlan-id[-
vlan-id]]
[native]
6.
bridge-domain
bridge-id
[split-horizon[group
group-id]]
7.
mac
static
address
mac-addr
[auto-learn]
[disable-snooping]
8.
exit
DETAILED STEPS
Configuring a Static MAC Address on a Pseudowire
Perform this task to manually configure a static MAC address on a Pseudowires.
1.
enable
2.
configure
terminal
3.
l2
vfi
name
manual
4.
vpn
{vrf vrf-name| id vpn-id}
5.
bridge-domain
bridge-id
vlan
vlan-name
6.
neighbor
remote-router-id
vc-id
{encapsulation encapsulation-type | pw-class pw-name} [no-split-horizon]
7.
mac
static
address
mac-addr
[auto-learn] [disable-snooping]
8.
exit
DETAILED STEPS
Displaying Configured Static MAC Addresses
Perform this task to display the static MAC addresses that are configured. Output of these commands may be useful for troubleshooting. The show commands can be issued in any order.
1.
enable
2.
show
bridge-domain
[[bridge-id] [c-mac] [mac{security [address | last violation | statistics] | static address| table[mac-address | aging-time | count]}] | split-horizon [group {group-number | all | none}] | stats]
3.
show
ethernet
service
instance
[detail | id id interface type number [detail | mac {security [address | last violation | statistics] | static address}] | platform | stats] | interface type number [detail | platform | stats | summary] | mac security [address | last violation | statistics] | platform | policy-map | stats | summary]
4.
show
vfi
[checkpoint [summary] | mac static address | memory [detail] | name vfi-name [checkpoint | mac static address] | neighbor ip-addr vcid vcid mac static address]
5.
exit
DETAILED STEPS
Configuration Examples for Static MAC Address Support on Service Instances and Pseudowires
- Example Configuring a Static MAC Address on a Service Instance
- Example Configuring a Static MAC Address on a Pseudowire
Example Configuring a Static MAC Address on a Service Instance
Router> enable Router# configure terminal Router(config)# interface ethernet 1/0 Router(config-if)# service instance 1 ethernet Router(config-if-srv)# encapsulation dot1q 100 Router(config-if-srv)# bridge-domain 100 Router(config-if-srv)# mac static address 0000.bbbb.cccc Router(config-if-srv)# exit
Example Configuring a Static MAC Address on a Pseudowire
Router> enable Router# configure terminal Router(config)# l2 vfi test-core manual Router(config-vfi)# vpn id 100 Router(config-vfi)# bridge-domain 100 vlan vlan10 Router(config-vfi)# neighbor 209.165.202.129 5 pw-class TestClass Router(config-vfi-neighbor)# mac static address 0000.aaaa.bbbb Router(config-vfi-neighbor)# exit
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Configuration guide |
Cisco IOS Carrier Ethernet Configuration Guide, Release 12.2SR |
Carrier Ethernet commands: complete command syntax, command mode, command history, defaults, usage guidelines, and examples |
Cisco IOS Carrier Ethernet Command Reference |
Cisco IOS commands: master list of commands with complete command syntax, command mode, command history, defaults, usage guidelines, and examples |
Standards
Standard |
Title |
---|---|
None |
-- |
MIBs
MIB |
MIBs Link |
---|---|
None |
To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: |
RFCs
RFC |
Title |
---|---|
None |
-- |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Static MAC Address Support on Service Instances and Pseudowires
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Static Mac for Open (Infrastructure) |
12.2(33)SRE |
The Static MAC Address Support on Service Instances and Pseudowires feature supports configuration of a static MAC address on a pseudoport. Use of a static MAC address for BNG upstream traffic enables traffic forwarding while conserving MAC table resources and limiting traffic flooding by creating multicast groups. The following commands were introduced or modified: mac static address, neighbor, show bridge domain, show ethernet service instance, show vfi. |