03-29-2020 06:38 PM
I want to aggregate interfaces on my ISR4431 to a Cat9500 switches and run dot1q sub-interfaces in a 'router-on-a-stick' mode. Running IOS XE 15.5.
03-30-2020 01:19 AM
- Seems to do according to this article :
https://thenetworkstack.com/new-cisco-isr4000-series-routers/
M.
03-31-2020 06:29 AM - edited 03-31-2020 06:56 AM
I believe the OP is asking about whether or not port-channel sub-interfaces are supported.
In my experience they can, but you can try it by attempting to create a new port-channel on your router (just create the interface then the sub-interface in the first instance).
For example, if using 802.1Q trunks between your switch and router:
int port-channel 1
!
int-port-channel 1.100
encapsulation dot1q 100
ip address 1.2.3.4 255.255.255.0
int port-channel 1.200
encapsulation dot1q 200
ip address 3.4.5.6 255.255.255.0
Then port-channel 1 would be tied to your physical interfaces.
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