Esquema de conexionado con switchs independientes (no stacking) para la agregación de puertos Ethernet de una NetApp:
Configuración del fichero RC:
NetApp> rdfile /etc/rc #Ejemplo de configuración en LACP con dos VIFs 2+2 (2Gbps) y un tercero activo pasivo hostname NetApp ifgrp create lacp ig0 -b ip e0a e0b ifgrp create lacp ig1 -b ip e0c e0d ifgrp create single vif1 ig0 ig1 ifconfig vif1 `hostname`-vif1 mediatype auto netmask 255.255.255.0 mtusize 1500 partner vif1 ifconfig e0a flowcontrol send ifconfig e0b flowcontrol send ifconfig e0c flowcontrol send ifconfig e0d flowcontrol send ifconfig vif1 nfo route add default 192.168.0.1 1 routed on options dns.domainname davidsole.es options dns.enable on options nis.enable off savecore
Configuración del fichero HOSTS:
NetApp> rdfile /etc/hosts
#Ejemplo de configuración del Fichero de Hosts
127.0.0.1 localhost localhost-stack
127.0.10.1 localhost-10 localhost-bsd
127.0.20.1 localhost-20 localhost-sk
192.168.0.10 NetApp NetApp-vif1
# 0.0.0.0 NetApp-e0M
# 0.0.0.0 NetApp-e0P
# 0.0.0.0 NetApp-e1a
# 0.0.0.0 NetApp-e1b
192.168.0.100 mailhost
Configuración de los puertos de ig0 en Switch01:
port-channel load-balance src-dst-ip
interface Port-channel1 description NetApp ig0 LACP e0a-e0b switchport switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop ! interface GigabitEthernet1/0/1 description NetApp e0a switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop channel-group 1 mode active ! interface GigabitEthernet1/0/2 description NetApp e0b switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop channel-group 1 mode active !
Configuración de los puertos de ig1 en Switch02:
port-channel load-balance src-dst-ip
interface Port-channel1 description NetApp ig1 LACP e0c-e0d switchport switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop ! interface GigabitEthernet1/0/1 description NetApp e0c switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop channel-group 1 mode active ! interface GigabitEthernet1/0/2 description NetApp e0d switchport access vlan 10 switchport mode access flowcontrol receive on no cdp enable spanning-tree guard loop channel-group 1 mode active !
This Post by David Solé Pérez is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
1.490 Visitas del Post