I have been asked to deploy a topology witch need to bridge a network deliver from an ATM subinterface to a PortChannel sub.interface on an ASR1001.
I choose to use EVC and BDI like that:
interface atm0/1/0.10
service instance 20 ethernet
encapsulation dot1q native
rewrite ingress tag pop 1 symmetric
bridge-domain 10
pvc a/bcd
class-vc ----------
end
interface port-channel 1.10
service instance 21 ethernet
encapsulation dot1q 10
rewrite ingress tag pop 1 symmetric
bridge-domain 10
end
bridge-domain 10
interface BDI10
ip address a.b.c.d
But on ASR1001 i'm unable to configure service instance over an port-channel or ATM interface.
Is there any other way to do what's I want ?
Regards,
Mathieu