02-16-2024 06:20 AM
2 interfaces on C8200-1N-4T:
GigabitEthernet0/0/0
GigabitEthernet0/0/1
need to form a port channel with 2 interfaces on C9500-16X:
Te1/0/1
Te1/0/2
On the router side, it has to be L3 port channel and on the switch side it has to be L2.
Can someone please help me with config.
02-16-2024 06:26 AM
I want to add here that the router is in controller mode
02-16-2024 06:34 AM
Follow below guide on Router with Sub-interface tagging with VLAN,
On the switch it will be Layer 2 Port-channel (allow VLAN in the port-channel)
Create a VLAN on switch and create SVI associate with Layer2 VLAN for them to work.
02-16-2024 06:45 AM
Router(config)# interface GigabitEthernet0/0/0
Router(config-if)# no shutdown
Router(config-if)# no negotiation auto
Router(config-if)# channel-group 1 mode active
Router(config-if)# lacp rate fast
Router(config-if)# exit
Router(config)# interface GigabitEthernet0/1/1
Router(config-if)# no shutdown
Router(config-if)# no negotiation auto
Router(config-if)# channel-group 1 mode active
Router(config-if)# lacp rate fast
Router(config-if)# exit
Router(config)# interface Port-channel1
Router(config-if)# no shutdown
Router(config-if)# ip address 3.0.0.1 255.255.255.0
Router(config-if)# exit
Router(config)# commit
Aborted: inconsistent value: Device refused one or more commands:
channel-group 1 mode active
^
% Invalid input detected at '^' marker."
Router(config)#
02-16-2024 10:33 AM
Aborted: inconsistent value: Device refused one or more commands:
channel-group 1 mode active
some how not liking that command - are you copy and pasting or configuring directly on cli ?
I have not encountered that error before
lets try 2 different ways :
1. create port-channel and ports later to port-channel
2. 0/1/1 (is the module or NIM card ?)
3. add only 0/0/0 and commit.
02-16-2024 11:15 AM
channel-group 1 mode active
This command use only for port members not for PO
So config PO add IP to it
In SW config same but don't add any IP to PO
MHM
02-16-2024 08:34 PM
Thanks MHM for your reply.
I have already given the interface names, can you please provide me the final config.
02-19-2024 06:50 AM
THIS QUESTION IS STILL NOT ANSWERED. Please let me know if someone can answer it.
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