-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodesBackup.yml
82 lines (81 loc) · 2.01 KB
/
nodesBackup.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
nodes:
R1:
links:
s1/0:
ip: 10.1.0.1 255.255.255.0
passiveinterface: False
f0/0:
ip: 192.168.101.11 255.255.255.0
passiveinterface: False
l0:
ip: 1.1.1.1 255.255.255.255
passiveinterface: True
ospf:
rid: 1.1.1.1
R2:
links:
s1/1:
ip: 10.1.1.2 255.255.255.0
passiveinterface: no
f0/0:
ip: 192.168.101.12 255.255.255.0
passiveinterface: no
l0:
ip: 2.2.2.2 255.255.255.255
passiveinterface: yes
ospf:
rid: 2.2.2.2
R3:
links:
s1/1:
ip: 10.1.1.3 255.255.255.0
passiveinterface: no
s1/0:
ip: 10.1.0.3 255.255.255.0
passiveinterface: no
l0:
ip: 3.3.3.3 255.255.255.255
passiveinterface: yes
ospf:
rid: 3.3.3.3
SW1:
links:
f0/1:
VLAN: 10
VoiceVLAN: 11
Type: access
Description: Access link to Something
PortSec: yes
PortSecViolation: shutdown
PortSecDevice: mac-address sticky
PortSecMaximum: 3
f0/2:
VLAN: 20
VoiceVLAN: 11
Type: access
Description: Access link to Something else
PortSec: yes
PortSecViolation: restrict
PortSecDevice: mac-address sticky
PortSecMaximum: 3
f0/3:
VLAN: all
Type: trunk
Description: Trunk link to Something
VLAN:
VLANNumber10:
VLANID: 10
VLANDescription: VLAN_Number_10
RSPAN: False
VLANNumber20:
VLANID: 20
VLANDescription: VLAN_Number_20
RSPAN: False
VLANNumber30:
VLANID: 30
VLANDescription: VLAN_Number_30
RSPAN: False
VLANNumber40:
VLANID: 40
VLANDescription: VLAN_Number_40_RSPAN
RSPAN: True