08-18-2016 11:11 AM - edited 03-08-2019 07:03 AM
Hi Team,
I need help on creating a port-channel on a NK7 I'm kind of new on this I have the following port-channel 105 now i need to create a port-channel 205 can someone help need to be like the one below.
Thank you,
interface port-channel105
(SS105005)
switchport
switchport mode trunk
switchport access vlan 10
switchport trunk native vlan 10
vpc 105
08-18-2016 01:05 PM
Hi,
What is the physical interfaces you want to add to Portchannel 205?
example:
config t
Interface e1/10
channel-group 205 mode active
This command will create Portchannel 205 and keep it shut. You can than "no sh" the Portchannel and add the commands you need to add.
HTH
08-18-2016 02:05 PM
I need to add it to et3/1 will this also create the vpc 205 or once the port-channel is create do i need to add it and what is the command.
08-18-2016 03:03 PM
No, you need to add the vpc command to it
vpc 205
HTH
08-18-2016 03:11 PM
Thank you for helping out also I need to create the port channel on noth core switches correct. and if i make a mistake how can i delete the port-channel.
08-18-2016 06:48 PM
Hi;
On creating port-channel is the same way as you configured on other Cisco switches. If you want to configure the port in vPC you just need to add vPC command under port-channel to make your server port active/active.
Just like I have a server configured as Active/Active LACP teaming which is connected on port Ethernet3/1 on both Nexus switches:
Configuration: (N7K1/N7K2 both switches)
interface port-channel205
switchport
switchport mode access
switchport access vlan 100
vpc 205 (Note: always recommend to use same vPC id as port-channel no.)
interface ethernet3/1
switchport
channel-group 205 force mode active
Thanks & Best regards;
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