LACP Bonding

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

LACP Bonding

April 27, 2010add a comment cisco nexus interface Ethernet128/1/40 description APAMGM01 [eth0] switchport access vlan 222 channel-group 305 mode active interface port-channel305 description VPC APAMGM01 switchport access vlan 222 vpc 305 cisco ios interface FastEthernet1/17 description APAMGM01 [eth0] switchport access vlan 222 channel-group 305 mode active interface FastEthernet1/18 description APAMGM01 [eth1] switchport access vlan 222 channel-group 305 mode active interface port-channel305 description PoC APAMGM01 switchport access vlan 222 ubuntu /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto eth0

#iface eth0 inet static auto bond0 iface bond0 inet static slaves eth0 eth2 bond-mode 4 bond-miimon 100 address 194.232.133.55 netmask 255.255.255.192 network 194.232.133.0 broadcast 194.232.133.63 gateway 194.232.133.62 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 194.232.133.2 dns-search apa.at redhat es4

You might also like