How to Configure EVC Local Connect
Configuring EVC Local Connect
Before You Begin
Ensure that service instances are configured with proper encapsulations and rewrites as needed.
Procedure
Follow this procedure to establish an EVC local connection:
Configuring Service Instance 1
enable
configure terminal
interface GigbitEthernet0/1/6
service instance 1 ethernet
encapsulation dot1q 2
end
Configuring Service Instance 2
enable
configure terminal
interface GigabitEthernet0/1/7
service instance 2 ethernet
encapsulation dot1q 2
end
EVC Local Connect for Service Instances 1 and 2
enable
configure terminal
l2vpn xconnect context efp2
member GigabitEthernet0/1/6 service-instance 1
member GigabitEthernet0/1/7 service-instance 2
no shut
end
Configuring EVC Local Connect as Interworking VLAN
Interworking VLAN is configured in the
l2vpn xconnect
command for local connect, if the local connect
member EFPs has encapsulation as default or untagged or vlan range. Follow this procedure to configure
EVC local connect using internetworking VLAN.
Before You Begin
Ensure that service instances are configured with proper encapsulations and rewrites as needed.
Procedure
enable
configure terminal
l2vpn xconnect context connect1
member GigbitEthernet0/3/4 service-instance 1
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
53
EVC Local Connect
How to Configure EVC Local Connect