Javier Barber
Senior Sysadmin Freelancer
© 2020 All rights reserved.
CREAR TRUNK LACP ENTRE INTERFACES CISCO Y NETAPP
En el lado de Netapp:
vif create lacp <vif name> -b ip {interface list}
En el lado del Cisco:
s3(config)#int port-channel1
s3(config-if)#description LACP multimode VIF for netapp1
s3(config-if)#int gi0/23
s3(config-if)#channel-protocol lacp
s3(config-if)#channel-group 1 mode active
Esto se repetirá para cada puerto del switch.