-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodes.yml
159 lines (152 loc) · 4.09 KB
/
nodes.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
nodes:
R1:
links:
Serial1/0:
ip: 10.1.0.1 255.255.255.0
passiveinterface: False
FastEthernet0/0:
ip: 192.168.101.11 255.255.255.0
passiveinterface: False
Loopback0:
ip: 1.1.1.1 255.255.255.255
passiveinterface: True
ospf:
rid: 1.1.1.1
BGP:
rid: 1.1.1.1
AS: 10
Network: ['10.1.0.0 mask 255.255.255.0','192.168.101.0']
Neighbors:
192.168.101.12: 10
10.1.0.3: 100
R2:
links:
Serial1/1:
ip: 10.1.1.2 255.255.255.0
passiveinterface: no
FastEthernet0/0:
ip: 192.168.101.12 255.255.255.0
passiveinterface: no
Loopback0:
ip: 2.2.2.2 255.255.255.255
passiveinterface: yes
ospf:
rid: 2.2.2.2
BGP:
rid: 2.2.2.2
AS: 10
Network: ['10.1.1.0 mask 255.255.255.0','192.168.101.0']
Neighbors:
192.168.101.11: 10
10.1.1.3: 100
R3:
links:
Serial1/1:
ip: 10.1.1.3 255.255.255.0
passiveinterface: no
Serial1/0:
ip: 10.1.0.3 255.255.255.0
passiveinterface: no
Loopback0:
ip: 3.3.3.3 255.255.255.255
passiveinterface: yes
ospf:
rid: 3.3.3.3
BGP:
rid: 3.3.3.3
AS: 100
Network: ['10.1.1.0 mask 255.255.255.0','10.1.0.0 mask 255.255.255.0']
Neighbors:
10.1.0.1: 10
10.1.1.2: 10
SW1:
links:
FastEthernet1/0/1:
VLAN: 10
VoiceVLAN: 11
Type: access
Description: Access link to Internet
FastEthernet1/0/2:
VLAN: 20
VoiceVLAN: 11
Type: access
Description: Access link to Something else
PortSec: yes
PortSecViolation: restrict
PortSecDevice: mac-address sticky
PortSecMaximum: 3
FastEthernet1/0/3:
VLAN: all
Type: trunk
Description: Trunk link to SW2
FastEthernet1/0/4:
VLAN: 10
VoiceVLAN: 11
Type: access
Description: Access link to Something
PortSec: yes
PortSecViolation: shutdown
PortSecDevice: mac-address sticky
PortSecMaximum: 3
Vlan1:
ip: 192.168.101.91 255.255.255.0
SW2:
links:
FastEthernet1/0/1:
VLAN: 10
VoiceVLAN: 11
Type: access
Description: Access link to Internet
FastEthernet1/0/2:
VLAN: 20
VoiceVLAN: 11
Type: access
Description: Access link to Something else
PortSec: yes
PortSecViolation: restrict
PortSecDevice: mac-address sticky
PortSecMaximum: 3
FastEthernet1/0/3:
VLAN: all
Type: trunk
Description: Trunk link to SW1
FastEthernet1/0/4:
VLAN: 10
VoiceVLAN: 11
Type: access
Description: Access link to Something
PortSec: yes
PortSecViolation: shutdown
PortSecDevice: mac-address sticky
PortSecMaximum: 3
Vlan1:
ip: 192.168.101.92 255.255.255.0
VLAN:
VLANNumber10:
VLANID: 10
VLANDescription: VLAN_Number_10
VLANNumber20:
VLANID: 20
VLANDescription: VLAN_Number_20
VLANNumber11:
VLANID: 11
VLANDescription: Voice_VLAN
VLANNumber40:
VLANID: 40
VLANDescription: VLAN_Number_40_RSPAN
RSPAN: True
VLANNumber100:
VLANID: 100
VLANDescription: PVLAN_100_Primary
PVLAN: True
PVLANType: primary
VLANNumber110:
VLANID: 110
VLANDescription: PVLAN_110_Isolated
PVLAN: True
PVLANType: isolated
VLANNumber120:
VLANID: 120
VLANDescription: PVLAN_120_Community
PVLAN: True
PVLANType: community