cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
653
Views
1
Helpful
7
Replies

Port channel between C8200-1N-4T and

akshaycjoshi
Level 1
Level 1

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.

7 Replies 7

akshaycjoshi
Level 1
Level 1

I want to add here that the router is in controller mode

Follow below guide on Router with Sub-interface tagging with VLAN,

https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/system-interface/ios-xe-17/systems-interfaces-book-xe-sdwan/m-cisco-sd-wan-etherchannel.html

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.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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)#

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.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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

Thanks MHM for your reply.

 

I have already given the interface names, can you please provide me the final config.

THIS QUESTION IS STILL NOT ANSWERED. Please let me know if someone can answer it.

Review Cisco Networking for a $25 gift card