1aoe-interfaces(8) System Manager's Manual aoe-interfaces(8)
2
3
4
6 aoe-interfaces - restrict aoe driver to specified network interfaces
7
9 aoe-interfaces [-c] [dev1] [dev2 ...]
10
12 The aoe-interfaces command tells the aoe driver to ignore ATA over Eth‐
13 ernet (AoE) traffic on all but the specified network interfaces. It is
14 analogous to the aoe_iflist module load option.
15
16 If neither the aoe_iflist module load option nor the aoe-interfaces
17 command are used, the aoe driver will use any network interface for AoE
18 traffic.
19
20 If the aoe driver is a module, then calling aoe-interfaces without
21 arguments will display the current interfaces list. If it hasn't been
22 set then the output will be blank.
23
24 It's good to run the aoe-discover command after setting the AoE inter‐
25 faces list.
26
28 -c The -c flag will clear the interface access list, permitting any
29 interface to be used.
30
32 In this example, the root user on a host named nai loads the aoe module
33 with only eth0 allowable for AoE traffic. After remembering that shelf
34 7 is on eth3, this sysadmin uses aoe-interfaces to add eth3 to the list
35 of allowable network interfaces and then calls aoe-discover to ask the
36 aoe driver to look for new AoE devices.
37
38 nai:~# modprobe aoe aoe_iflist="eth0"
39 nai:~# aoe-stat
40 e10.9 eth0 up
41 nai:~# aoe-interfaces eth0 eth3
42 nai:~# aoe-discover
43 nai:~# aoe-stat
44 e7.0 eth3 up
45 e7.1 eth3 up
46 e7.2 eth3 up
47 e7.3 eth3 up
48 e7.4 eth3 up
49 e7.5 eth3 up
50 e7.6 eth3 up
51 e7.7 eth3 up
52 e7.8 eth3 up
53 e7.9 eth3 up
54 e10.9 eth0 up
55 nai:~# aoe-interfaces
56 eth0 eth3
57
59 aoe-discover(8), aoe-mkdevs(8), aoe-mkshelf(8), aoe-stat(8).
60
62 Ed L. Cashin (ecashin@coraid.com)
63
64
65
66 aoe-interfaces(8)