cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
16485
Views
1
Helpful
3
Replies

Port channel on Access ports

sathyasav
Level 1
Level 1

      Hi,

  Can i configure access ports in to port channel on Nexus 7K switch.If possible then please provide the complete configuration.....

Thanks,

SATHYA

3 Replies 3

Gregory Snipes
Level 4
Level 4

Here is a really simple configuration using LACP.

interface Ethernet1/1

  switchport

  channel-group 1 mode active

interface Ethernet1/2

  switchport

  channel-group 1 mode active

interface port-channel1

  switchport

  switchport access vlan X

I should also note that prior to entering the configuration above you need to turn on LACP using the "feature lacp" command.

How would that work on vPC configuration?