Purpose
Command or Action
Enters global configuration mode.
configure terminal
Step 2
Specifies the Gigabit Ethernet or Ten Gigabit Ethernet interface to
configure and enters interface configuration mode, where:
interface gigabitethernet slot
/
subslot
/
port
Step 3
•
slot
/
subslot
/
port
: The location of the interface.
Removes an IP address or disable IP processing.
no ip address
Step 4
Enables autonegotiation on a Gigabit Ethernet interface. Advertisement
of flow control occurs.
negotiation auto
Step 5
Configures an Ethernet service instance on an interface and enters EVC
configuration mode.
service instance id ethernet evc-name
Step 6
Configures the encapsulation. Defines the matching criteria that maps
the ingress dot1q or untagged frames on an interface for the appropriate
service instance.
encapsulation dot1q vlan-id
Step 7
•
Use the
second-dot1q
keyword and the
vlan-id
argument to specify
the VLAN tags to be terminated on the subinterface
Configures transparent CFM.
transparent-cfm
Step 8
Binds a service instance to a bridge domain instance.
bridge-domain domain-number
Step 9
Configures a CFM MEP domain.
ethernet cfm mep domain
domain-name mpid mpid
Step 10
Configuration Examples for Transparent CFM
This section shows the configuration examples for Transparent CFM.
Example: Configuration of Transparent CFM on EFP
The following example shows the sample configuration of Transparent CFM on EFP.
interface GigabitEthernet0/0/1
no ip address
negotiation auto
service instance 1 ethernet EVC
encapsulation dot1q 10
transparent-cfm
bridge-domain 4000
cfm mep domain MD5 mpid 100
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
69
Transparent CFM
Configuring Transparent CFM