12-19-2023 01:09 PM
I am trying to create a template script, but it's not working. Where am I going wrong?
Template: create_l2if (if, vlan)
interface TenGigE $if.$vlan l2transport
encapsulation dot1q $vlan
rewrite ingress tag pop 2 symmetric
Apply-template create_l2if (0/0/0/28/0, 1234)
12-19-2023 01:16 PM
there seems to be an issue with the pop 2 symmetric, you will need to match on 2 if you plan to pop 2
for example
encapsulation dot1q 100 second-dot1q 200
otherwise you would use pop 1 symmetric
12-19-2023 11:53 PM
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