For When You Can't Have The Real Thing
[ start | index | login ]
start > netapp > Interface Group

Interface Group

Created by dave. Last edited by dave, 10 years and 143 days ago. Viewed 3,491 times. #4
[diff] [history] [edit] [rdf]
labels
attachments
(2013-10-21)

(These notes are for OnTap 8.1.2 7-Mode)

Create the filer interface group:

ifgrp create lacp vif01 -b rr e0b e0c e0d
ifconfig vif01 192.168.201.200 netmask 255.255.255.0 mtusize 9000
ifconfig vif01 alias 192.168.201.201
ifconfig vif01 alias 192.168.201.202

Bickering about the value of -b is left as an exercise for the reader. We picked round robin because this traffic is all contained within a single switch, so the risk of out-of-order packets is reduced; anything which caused out-of-order packets to occur is likely to cause enough other problems that we'd notice and take corrective action.

Don't forget to update your /etc/rc file, or you're gonna have a bad time next time you reboot your filer.

On the Juniper EX2200, the configuration looks like this:

set interfaces ae1 aggregated-ether-options link-speed 1g
set interfaces ae1 aggregated-ether-options lacp active
set interfaces ae1 aggregated-ether-options lacp periodic slow
set interfaces ae1 unit 0 description "Jupiter Aggregate"
set interfaces ae1 unit 0 family ethernet-switching port-mode access
set interfaces ae1 unit 0 family ethernet-switching vlan members iSCSI999
set interfaces ae1 mtu 9126

delete interfaces ge-0/0/16 delete interfaces ge-0/0/17 delete interfaces ge-0/0/18 set interfaces ge-0/0/16 ether-options 802.3ad ae1 set interfaces ge-0/0/16 description "jupiter e0b" set interfaces ge-0/0/17 ether-options 802.3ad ae1 set interfaces ge-0/0/17 description "jupiter e0c" set interfaces ge-0/0/18 ether-options 802.3ad ae1 set interfaces ge-0/0/18 description "jupiter e0d"

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt