05-08-2014 09:52 AM - edited 03-07-2019 07:23 PM
Hi All,
Is there a command I can use in my Cisco switch that will allow me to assign the port number I want for a port channel interface (Po#)?
For example:
int fa0/1
channel-group 1 mode on
Issuing that command automatically creates interface Po1. However, for internal numbering convention ease, I want the port channel interface tied to channel-group 1 to be port 13 (Po13).
Is this possible?
Solved! Go to Solution.
05-08-2014 09:57 AM
The number in the interface channel-group command corresponds to a specific po interface.
So if you've created po13, you will have to use the channel-group 13 on the physical interface. If you use channel-group 1 on the interface, it will assign that physical interface to po1. You can't tie the command in the physical interface to a different numbered po interface.
05-08-2014 09:57 AM
The number in the interface channel-group command corresponds to a specific po interface.
So if you've created po13, you will have to use the channel-group 13 on the physical interface. If you use channel-group 1 on the interface, it will assign that physical interface to po1. You can't tie the command in the physical interface to a different numbered po interface.
05-08-2014 10:20 AM
Thank you.
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