cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
5
Replies

How to create a port-channel on NK7

rfuentes1111
Level 1
Level 1

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

 

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

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

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.

No, you need to add the vpc command to it

vpc 205

HTH

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.

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;