04-25-2021 10:36 PM
Hello Experts!
My customer have ASR1002 IOS-XE 15.1.(3).
So they want to make Gi1/0/1 and Gi1/0/2 as 1 port channel (Po1). From that Po1, they want to make 2 subinterface po1.300, po1.305. Po1.300 as GW for VLAN300 and Po1.305 as GW for VLAN305. This Po1 will connected to the L2 Switch of juniper. Is it possible to configure such a thing in ASR1002?
I have experience configure portchannel and configure subinterface, but never config subinterface in portchannel.
04-26-2021 12:14 AM
Hello,
yes subinterfaces on ASR 1002 L3 port-channel should be supported
Hope to help
Giuseppe
04-26-2021 12:45 AM
Hello
Yes should be possible.
Example :
interface Port-channel1
interface GigabitEthernet1
no ip address
channel-group 1 mode active
interface GigabitEthernet2
no ip address
channel-group 1 mode active
interface Port-channel1.300
description vlan 300
encapsulation dot1Q 300
ip address 10.10.30.1 255.255.255.0
interface Port-channel1.305
description vlan 305
encapsulation dot1Q 305
ip address 10.10.35.1 255.255.255.0
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