Example: Configuration Example for EVC Local Connect as Interworking VLAN
Example: Configuration Example for EVC Local Connect as Interworking VLAN
show run interface GigabitEthernet0/3/4
Building configuration...
Current configuration : 165 bytes
!
interface GigabitEthernet0/3/4
no ip address
negotiation auto
service instance 1 ethernet
encapsulation dot1q 1
!
end
show run interface GigabitEthernet0/3/7
Building configuration...
Current configuration : 127 bytes
!
interface GigabitEthernet0/3/7
no ip address
negotiation auto
service instance 1 ethernet
encapsulation default
!
end
show run | sec localconnect2
l2vpn xconnect context localconnect2
interworking vlan
member GigabitEthernet0/3/4 service-instance 1
member GigabitEthernet0/3/7 service-instance 1
Use Cases or Deployment Scenarios
Ingress is VLAN list and Egress is fixed VLAN
If you have the configuration where, Ingress has encapsulations as a list of VLAN and Egress is a fixed VLAN.
You need to configure interworking VLAN in l2vpn xconnect command to enable local connect and the state
of the connection to be UP.
A notification is displayed when you have not configured interworking VLAN.
The following configuration describes the scenario:
enable
configure terminal
interface GigabitEthernet0/1/6
service instance 1 ethernet
encapsulation dot1q 2,4,5-8,10
end
enable
configure terminal
interface GigabitEthernet0/1/7
service instance 2 ethernet
encapsulation dot1q 5
end
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
56
EVC Local Connect
Example: Configuration Example for EVC Local Connect as Interworking VLAN