Skip to content

Commit cc377eb

Browse files
committed
added ethertypes and azure cli notes
1 parent 7417bdf commit cc377eb

File tree

3 files changed

+46
-11
lines changed

3 files changed

+46
-11
lines changed

agile-automation/azure-cli.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Login to azure
2+
az login
3+
4+
# Set subscription
5+
az account set --subscription "Name here"
6+
7+
# ansible play
8+
ansible-playbook -i localhost ./playfile.yaml

ethertypes-techgambino

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
0x0104 PagP
2+
0x010B PVST+ over dot1Q
3+
0x0111 UDLD
4+
0x0800 IPv4
5+
0x0806 ARP
6+
0x2000 CDP
7+
0x2001 CGMP
8+
0x2003 VTP
9+
0x2004 DTP
10+
0x200A Uplinkfast
11+
0x8035 RARP
12+
0x8100 dot1Q
13+
0x8137 Novell IPX
14+
0x8138 Novell IPX
15+
0x86DD IPv6
16+
0x8809 LACP
17+
0x8847 MPLS
18+
0x8848 MPLS
19+
0x8863 PPPoE
20+
0x8864 PPPoE
21+
0x888E EAPoL LSAP
22+
0x4242 PVST over ISL/IEEE STP LSAP
23+
0xAAAA All SNAP (CDP/VTP/DTP/PVST+/etc)

lab-strategies.txt

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
/ 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)
33

44
/ FOLLOWUP / - good to ping all direct-connect neighbors at start
5-
Try to locate cisco docs for:
6-
- pppoe configuration
7-
- ppp chap
85

9-
lab strategy for configuration section:
6+
starting strategy
107
- open notepad and save new file to desktop
118
- 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!
1313
- complete layer 2
14+
- complete layer 3 addressing
15+
- no shut on SVIs
1416
- ensure basic l3 connectivity corresponds to diagram
1517
ping broadcast address (255.255.255.255)
1618
ping in blocks
17-
- start first section
19+
- continue down build list in order
1820

1921
guidelines
2022
- 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
2224
conf t
2325
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
2630

27-
verifications
31+
common verification commands
2832
- show etherchannel summary
2933
- show int trunk
3034
- show vtp status

0 commit comments

Comments
 (0)