LACP NETAPP 2240 e CISCO 3750G

Procedura per la configurazione delle porte in LACP tra due switch Cisco 3750G e un NETAPP FAS2040-2. Questa configurazione di rende necessaria per arrivare ad avere un bilanciamento di traffico sulle 4 porte di rete del NETAPP. Questo tipo di implementazione viene usata normalmente per ottenere oltre alla ridondanza dei link anche la maggior performance possibile. Molto utile quando si utilizza un protocollo come NFS o iSCSI tra lo storage e i server applicativi o di virtualizzazione. Fondamentale è avere due switch in stack tra di loro con l’apposito cavo di stack

port-channel load-balance src-dst-ip
!
spanning-tree mode pvst
spanning-tree extend system-id
!
system mtu routing 1500
system mtu jumbo 9000
!
!
interface Port-channel1
 description LACP multimode VIF for netapp1
 switchport access vlan 64
 switchport mode access
 load-interval 30
!
!
interface GigabitEthernet1/0/3
 description NETAPP C1P1
 switchport access vlan 64
 switchport mode access
 load-interval 30
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet1/0/4
 description NETAPP C1P2
 switchport access vlan 64
 switchport mode access
 load-interval 30
 channel-protocol lacp
 channel-group 1 mode active
!
!
interface GigabitEthernet2/0/3
 description NETAPP C1P3
 switchport access vlan 64
 switchport mode access
 load-interval 30
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet2/0/4
 description NETAPP C1P4
 switchport access vlan 64
 switchport mode access
 load-interval 30
 channel-protocol lacp
 channel-group 1 mode active
!

La configurazione sul netapp è la seguente: