|
1 | 1 | / COMMON MISTAKES /
|
2 |
| -- Not reading in full sentences (don't try to speed read instructions) |
| 2 | +- Not reading instructions in full sentences (don't try to speed read instructions) |
3 | 3 |
|
4 | 4 | / FOLLOWUP / - good to ping all direct-connect neighbors at start
|
5 |
| -Try to locate cisco docs for: |
6 |
| -- pppoe configuration |
7 |
| -- ppp chap |
8 | 5 |
|
9 |
| -lab strategy for configuration section: |
| 6 | +starting strategy |
10 | 7 | - open notepad and save new file to desktop
|
11 | 8 | - begin reading instructions
|
12 |
| -- stategize the config sections, write down overall tasks and priority at top of page |
| 9 | +- write down overall tasks and config order at top of page |
| 10 | + |
| 11 | +general building strategy - L2/L3 |
| 12 | +- some may already be built! |
13 | 13 | - complete layer 2
|
| 14 | +- complete layer 3 addressing |
| 15 | +- no shut on SVIs |
14 | 16 | - ensure basic l3 connectivity corresponds to diagram
|
15 | 17 | ping broadcast address (255.255.255.255)
|
16 | 18 | ping in blocks
|
17 |
| -- start first section |
| 19 | +- continue down build list in order |
18 | 20 |
|
19 | 21 | guidelines
|
20 | 22 | - one notepad file for all configs
|
21 |
| -- progressively add configs, don't do edits above unless you find a fault |
| 23 | +- progressively add configs, don't do edits outside notepad above unless you find a fault |
22 | 24 | conf t
|
23 | 25 | end
|
24 |
| -- plenty of white space between device configs! |
25 |
| -- don't copy for paste until you have the right window selected! (eve-ng) |
| 26 | +- plenty of white space between device configs in master file |
| 27 | +- ensure correct device selected for copy/paste! |
| 28 | +- spare use of ! (except remarks) |
| 29 | +- when using ! plenty of carriage returns afterwards |
26 | 30 |
|
27 |
| -verifications |
| 31 | +common verification commands |
28 | 32 | - show etherchannel summary
|
29 | 33 | - show int trunk
|
30 | 34 | - show vtp status
|
|
0 commit comments