User Guide

31-6
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 31 Microwave ACM Signaling and EEM Integration
How to Configure Microwave ACM Signaling and EEM Integration
Step 8
exit
Example:
Router(config-evc)# exit
Exits Ethernet EVC configuration mode and enters global
configuration mode.
Step 9
interface
type number
Example:
Router(config)# interface
GigabitEthernet0/11
Specifies an interface type and number, and enters interface
configuration mode.
Step 10
service instance
id
ethernet
Example:
Router(config-if)# service instance 60
ethernet 60
Configures an Ethernet service instance on an interface.
id—Integer that uniquely identifies a service instance on an
interface.
Step 11
encapsulation dot1q
vlan-id
Example:
Router(config-if)# encapsulation dot1q
60
Enables IEEE 802.1Q encapsulation of traffic on a specified
interface in a VLAN.
vlan-id—Virtual LAN identifier.
Step 12
rewrite ingress tag pop 1 symmetric
Example:
Router(config-if)# rewrite ingress tag
pop 1 symmetric
Specifies the encapsulation adjustment to be performed on a frame
ingressing a service instance.
pop—Removes a tag from a packet.
1—Specifies the outermost tag for removal from a packet.
symmetric—Indicates a reciprocal adjustment to be done in the
egress direction. For example, if the ingress pops a tag, the
egress pushes a tag and if the ingress pushes a tag, the egress
pops a tag.
Step 13
bridge-domain
bridge-domain-id
Example:
Router(config-if)# bridge-domain 60
Enables RFC 1483 ATM bridging or RFC 1490 Frame Relay
bridging to map a bridged VLAN to an ATM permanent virtual
circuit (PVC) or Frame Relay data-link connection identifier
(DLCI).
bridge-domain-id—Bridge domain identifier.
Step 14
exit
Example:
Router(config-if)# exit
Exits interface configuration mode.
Command Purpose