cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1062
Views
0
Helpful
2
Replies

vlan tag manipulation

sachin30720041
Level 1
Level 1

Hello,

 

CSR1(vlan100)-----(g1)CSR2(g2)--- (vlan 200)CSR3

 

I am trying to ping from csr1(100.10.10.1) to csr3(100.10.10.3). But ping is not working. I have done vlan tag manipulation on CSR2.  I am not sure what am I missing.

 

csr1
---------------
int gi1
no sh

int gi1.100
encap dot1q 100
ip address 100.10.10.1 255.255.255.0
no sh

csr2
--------------------------
int gi1
service instance 100 ethernet
encap dot1q 100
rewrite ingress tag pop 1-to-1 200 sym
no sh
exit

bridge-domain 100
member gig1 service-instance 100
exit


int gi2
service instance 100 ethernet
encap dot1q 200
rewrite ingress tag pop 1-to-1 100 sym
no sh
exit

bridge-domain 200
member gig2 service-instance 200
exit

csr3
-------------------
int gi2
no sh

int gi1.200
encap dot1q 200
ip address 100.10.10.3 255.255.255.0
no sh

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

Look at the example :  ( not sure is the Limitration CSRv 1000 - is this Lab or real environment )

 

https://community.cisco.com/t5/networking-documents/understanding-ethernet-virtual-circuits-evc/ta-p/3108219

 

https://www.cisco.com/c/en/us/td/docs/wireless/asr_900/feature/guides/evc.html

 

If this Lab, check with nexus9Kv images

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

...

balaji.bandi
Hall of Fame
Hall of Fame

Look at the example :  ( not sure is the Limitration CSRv 1000 - is this Lab or real environment )

 

https://community.cisco.com/t5/networking-documents/understanding-ethernet-virtual-circuits-evc/ta-p/3108219

 

https://www.cisco.com/c/en/us/td/docs/wireless/asr_900/feature/guides/evc.html

 

If this Lab, check with nexus9Kv images

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help