cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
937
Views
0
Helpful
0
Replies

EVC pop and push operations

unfraget
Level 1
Level 1

i'v question about pop and push operation under efp instance

i'v a server that connect to interface Gi0/0/2 on my router, iface has next configuration 

interface GigabitEthernet0/0/2
 description Server
 mtu 9216
 no ip address
 no ip redirects
 no ip proxy-arp
 negotiation auto
 service instance 100 ethernet
  encapsulation untagged
  xconnect 10.10.10.10 4509 encapsulation mpls
   backup peer 10.10.10.11 4509
   mtu 1600

i wanna to incoming untagged frame will be has tag 100 added by the EFP instance and will sent to remote PE with tag 100

for outgoing frame tag 100 should be removed

am i right understand that i should issue next commands?

interface GigabitEthernet0/0/2
 description Server
 mtu 9216
 no ip address
 no ip redirects
 no ip proxy-arp
 negotiation auto
 service instance 100 ethernet
  encapsulation untagged
  rewrite ingress tag push dot1q 100
  rewrite egress tag pop 1
  xconnect 10.10.10.10 4509 encapsulation mpls
   backup peer 10.10.10.11 4509
   mtu 1600

 

0 Replies 0