04-22-2022 01:41 AM
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
Solved! Go to Solution.
04-22-2022 01:48 AM
Look at the example : ( not sure is the Limitration CSRv 1000 - is this Lab or real environment )
https://www.cisco.com/c/en/us/td/docs/wireless/asr_900/feature/guides/evc.html
If this Lab, check with nexus9Kv images
04-22-2022 01:44 AM - edited 04-22-2022 01:45 AM
...
04-22-2022 01:48 AM
Look at the example : ( not sure is the Limitration CSRv 1000 - is this Lab or real environment )
https://www.cisco.com/c/en/us/td/docs/wireless/asr_900/feature/guides/evc.html
If this Lab, check with nexus9Kv images
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide