is the following config possible and how do i have to configue the two member.interfaces(TenGigabitEthernet0/1/0 and TenGigabitEthernet0/1/1).
i would like to bridge a portchannel and a interface, so the ASR ist transparent for the Network.
Can i have 1Gb and 10GB-Interface together in one bridge-domain?
If this is working i will config GigabitEthernet0/1/0.200 as an virtual Layer3 interface
interface Port-channel10
description LACP-->Coreswitche
no ip address7
no negotiation auto
service instance 100 ethernet
encapsulation dot1q 100
rewrite ingress tag pop 1 symmetric
bridge-domain 100
!
service instance 101 ethernet
encapsulation dot1q 101
rewrite ingress tag pop 1 symmetric
bridge-domain 101
!
interface GigabitEthernet0/0/1
description LACP-->Coreswitche
no ip address
no negotiation auto
service instance 100 ethernet
encapsulation dot1q 100
rewrite ingress tag pop 1 symmetric
bridge-domain 100
!
service instance 101 ethernet
encapsulation dot1q 101
rewrite ingress tag pop 1 symmetric
bridge-domain 101