-
Notifications
You must be signed in to change notification settings - Fork 0
/
switch-config-notes
56 lines (52 loc) · 1.24 KB
/
switch-config-notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Using host4 as its set up to boot onto same native vlan has hosts1, 2, 3, host5 is set up for remote dhcp relay
{master:0}
[email protected]> show configuration interfaces ae12
description "host02.beaker.tripleo.lab.eng.rdu2 bond0";
aggregated-ether-options {
lacp {
passive;
}
}
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ 101 104 201 203-205 2001-2005 ];
}
native-vlan-id 102;
}
}
{master:0}
[email protected]> show configuration interfaces ae14
description "host04.beaker.tripleo.lab.eng.rdu2 bond0";
aggregated-ether-options {
lacp {
passive;
}
}
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ 101 104 201 203-205 2001-2005 ];
}
native-vlan-id 102;
}
}
{master:0}
[email protected]> show configuration interfaces ae15
description "host05.beaker.tripleo.lab.eng.rdu2 bond0";
aggregated-ether-options {
lacp {
passive;
}
}
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ 101-102 104 107 201 203-205 2001-2005 ];
}
native-vlan-id 106;
}
}