How to configure Arista switches » History » Version 1
Nico Schottelius, 07/10/2019 04:49 PM
1 | 1 | Nico Schottelius | h1. How to configure Arista switches |
---|---|---|---|
2 | |||
3 | h2. Entering conf mode |
||
4 | |||
5 | <pre> |
||
6 | enable |
||
7 | conf |
||
8 | </pre> |
||
9 | |||
10 | h2. Setting password |
||
11 | |||
12 | <pre> |
||
13 | username admin secret <passwordhere> |
||
14 | </pre> |
||
15 | |||
16 | h2. Setting name |
||
17 | |||
18 | <pre> |
||
19 | hostname <NAME> |
||
20 | </pre> |
||
21 | |||
22 | h2. Creating a VLAN |
||
23 | |||
24 | <pre> |
||
25 | vlan <ID-OF-VLAN> |
||
26 | name <NAME-OF-VLAN> |
||
27 | </pre> |
||
28 | |||
29 | |||
30 | h2. Creating a port channel (= LACP = bonding) |