Wednesday 18 June 2014

NX-OS - Simple Port Chan (LACP)


show system internal clis feature
feature lacp - To Enable LACP

*Identify a free Channel Group Number

interface Eth2/6
description ***DESCRIPTION***
switchport
switchport access vlan <<VLAN>>
spanning-tree port type edge
no shutdown
channel-group 100 mode active


interface port-channel100
description ***DESCRIPTION***
vpc 100
switchport
switchport access vlan <<VLAN>>
spanning-tree port type edge

No comments:

Post a Comment