Tuesday, January 27, 2015

port-channel



1.       A Port channel needs to be configured.
HPC2008Arista#conf t
HPC2008Arista(config)#interface Port-Channel 10

‘10’ is the Port Channel ID.

2.       Configure the Physical Switch Ports with Port Channel created.
HPC2008Arista(config)# interface ethernet 19
HPC2008Arista(config-if-Et19)#channel-group 10 mode on
HPC2008Arista(config)#exit

Repeat the same for all The Physical Switch Ports that need to be configured into the Aggregation.

3.       To configure LACP in Active Mode
HPC2008Arista(config)# interface ethernet 19
HPC2008Arista(config-if-Et19)#channel-group 10 mode active
HPC2008Arista(config)#exit

4.       To configure LACP in Passive Mode
HPC2008Arista(config)# interface ethernet 19
HPC2008Arista(config-if-Et19)#channel-group 10 mode passive
HPC2008Arista(config)#exit

No comments: