GOOGLE Search

Google
 

Sunday, October 16, 2011

EVC - using untagged option

1. Port Based - without utilizing any VLAN on the machine

NPE-01#sh running-config interface gigabitEthernet 9/5
interface GigabitEthernet9/5
 description :To CE1
 no ip address
 service instance 10 ethernet
  encapsulation untagged
  xconnect 10.10.1.104 10 encapsulation mpls
 !
end

NPE-01#sh mpls l2transport vc 10
Local intf     Local circuit              Dest address    VC ID      Status   
-------------  -------------------------- --------------- ---------- ----------
Gi9/5          Ethernet:10                10.10.1.104     10         UP

NPE-02#sh run interface gigabitEthernet 9/2
interface GigabitEthernet9/2
 description :To CE2
 no ip address
 speed nonegotiate
 service instance 10 ethernet
  encapsulation untagged
  xconnect 10.10.1.101 10 encapsulation mpls
 !
end

NPE-02#sh mpls l2transport vc 10       

Local intf     Local circuit              Dest address    VC ID      Status   
-------------  -------------------------- --------------- ---------- ----------
Gi9/2          Ethernet:10                10.10.1.101     10         UP