-
Notifications
You must be signed in to change notification settings - Fork 0
/
running
444 lines (297 loc) · 7.82 KB
/
running
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
!Command: show running-config
!Running configuration last done at: Wed Jun 9 20:47:31 2021
!Time: Wed Jun 9 20:51:29 2021
version 9.2(3) Bios:version
hostname dist-sw01
vdc dist-sw01 id 1
limit-resource vlan minimum 16 maximum 4094
limit-resource vrf minimum 2 maximum 4096
limit-resource port-channel minimum 0 maximum 511
limit-resource u4route-mem minimum 96 maximum 96
limit-resource u6route-mem minimum 24 maximum 24
limit-resource m4route-mem minimum 58 maximum 58
limit-resource m6route-mem minimum 8 maximum 8
feature telnet
feature nxapi
cfs eth distribute
feature ospf
feature interface-vlan
feature hsrp
feature lacp
feature vpc
no password strength-check
username admin password 5 $1$KuOSBsvW$Cy0TSD..gEBGBPjzpDgf51 role network-admin
username adminbackup password 5 ! role network-operator
username adminbackup passphrase lifetime 99999 warntime 14 gracetime 3
username cisco password 5 $1$Nk7ZkwH0$fyiRmMMfIheqE3BqvcL0C1 role network-operator
username cisco role network-admin
username cisco passphrase lifetime 99999 warntime 14 gracetime 3
username lab password 5 $1$buoy/oqy$.EXQz8rCn72ii8qtdldj00 role network-admin
username lab passphrase lifetime 99999 warntime 14 gracetime 3
ip domain-lookup
snmp-server user lab network-admin auth md5 0x5ceb414591539ee35159fca86fdfa101 priv 0x5ceb414591539ee35159fca86fdfa101 localizedkey
snmp-server user admin network-admin auth md5 0x328945d53e05e8e7207f8c20b142f0b7 priv 0x328945d53e05e8e7207f8c20b142f0b7 localizedkey
snmp-server user cisco network-operator auth md5 0x55b3c64a53fb95518e75358ee75e82e9 priv 0x55b3c64a53fb95518e75358ee75e82e9 localizedkey
snmp-server user cisco network-admin
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
vlan 1,101-105,222
vlan 101
name prod
vlan 102
name dev
vlan 103
name test
vlan 104
name security
vlan 105
name iot
vlan 222
name VAULT
vrf context management
ip route 0.0.0.0/0 10.10.20.254
hardware forwarding unicast trace
vpc domain 101
peer-switch
peer-keepalive destination 10.10.20.178 source 10.10.20.177
peer-gateway
interface Vlan1
no ip redirects
no ipv6 redirects
interface Vlan101
description prod svi
no shutdown
no ip redirects
ip address 172.16.101.2/24
no ipv6 redirects
ip router ospf 1 area 0.0.0.0
hsrp 10
ip 172.16.101.1
interface Vlan102
description dev svi
no shutdown
no ip redirects
ip address 172.16.102.2/24
no ipv6 redirects
ip router ospf 1 area 0.0.0.0
hsrp 10
ip 172.16.102.1
interface Vlan103
description test svi
no shutdown
no ip redirects
ip address 172.16.103.2/24
no ipv6 redirects
ip router ospf 1 area 0.0.0.0
hsrp 10
ip 172.16.103.1
interface Vlan104
description security svi
no shutdown
no ip redirects
ip address 172.16.104.2/24
no ipv6 redirects
ip router ospf 1 area 0.0.0.0
hsrp 10
ip 172.16.104.1
interface Vlan105
description iot svi
no shutdown
no ip redirects
ip address 172.16.105.2/24
no ipv6 redirects
ip router ospf 1 area 0.0.0.0
hsrp 10
ip 172.16.105.1
interface port-channel1
switchport mode trunk
spanning-tree port type network
vpc peer-link
interface Ethernet1/1
description VPC Peer Link
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/2
description VPC Peer Link
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/3
description L3 link to dist-rtr01
no switchport
ip address 172.16.252.1/30
no ip ospf passive-interface
ip router ospf 1 area 0.0.0.0
no shutdown
interface Ethernet1/4
description L3 link to dist-rtr02
no switchport
ip address 172.16.252.5/30
no ip ospf passive-interface
ip router ospf 1 area 0.0.0.0
no shutdown
interface Ethernet1/5
description to
shutdown
interface Ethernet1/6
description to
shutdown
interface Ethernet1/7
description to
shutdown
interface Ethernet1/8
description to
shutdown
interface Ethernet1/9
description to
shutdown
interface Ethernet1/10
description to
shutdown
interface Ethernet1/11
description Link to inside-host01
switchport access vlan 101
spanning-tree port type edge
interface Ethernet1/12
interface Ethernet1/13
interface Ethernet1/14
interface Ethernet1/15
interface Ethernet1/16
interface Ethernet1/17
interface Ethernet1/18
interface Ethernet1/19
interface Ethernet1/20
interface Ethernet1/21
interface Ethernet1/22
interface Ethernet1/23
interface Ethernet1/24
interface Ethernet1/25
interface Ethernet1/26
interface Ethernet1/27
interface Ethernet1/28
interface Ethernet1/29
interface Ethernet1/30
interface Ethernet1/31
interface Ethernet1/32
interface Ethernet1/33
interface Ethernet1/34
interface Ethernet1/35
interface Ethernet1/36
interface Ethernet1/37
interface Ethernet1/38
interface Ethernet1/39
interface Ethernet1/40
interface Ethernet1/41
interface Ethernet1/42
interface Ethernet1/43
interface Ethernet1/44
interface Ethernet1/45
interface Ethernet1/46
interface Ethernet1/47
interface Ethernet1/48
interface Ethernet1/49
interface Ethernet1/50
interface Ethernet1/51
interface Ethernet1/52
interface Ethernet1/53
interface Ethernet1/54
interface Ethernet1/55
interface Ethernet1/56
interface Ethernet1/57
interface Ethernet1/58
interface Ethernet1/59
interface Ethernet1/60
interface Ethernet1/61
interface Ethernet1/62
interface Ethernet1/63
interface Ethernet1/64
interface Ethernet1/65
interface Ethernet1/66
interface Ethernet1/67
interface Ethernet1/68
interface Ethernet1/69
interface Ethernet1/70
interface Ethernet1/71
interface Ethernet1/72
interface Ethernet1/73
interface Ethernet1/74
interface Ethernet1/75
interface Ethernet1/76
interface Ethernet1/77
interface Ethernet1/78
interface Ethernet1/79
interface Ethernet1/80
interface Ethernet1/81
interface Ethernet1/82
interface Ethernet1/83
interface Ethernet1/84
interface Ethernet1/85
interface Ethernet1/86
interface Ethernet1/87
interface Ethernet1/88
interface Ethernet1/89
interface Ethernet1/90
interface Ethernet1/91
interface Ethernet1/92
interface Ethernet1/93
interface Ethernet1/94
interface Ethernet1/95
interface Ethernet1/96
interface Ethernet1/97
interface Ethernet1/98
interface Ethernet1/99
interface Ethernet1/100
interface Ethernet1/101
interface Ethernet1/102
interface Ethernet1/103
interface Ethernet1/104
interface Ethernet1/105
interface Ethernet1/106
interface Ethernet1/107
interface Ethernet1/108
interface Ethernet1/109
interface Ethernet1/110
interface Ethernet1/111
interface Ethernet1/112
interface Ethernet1/113
interface Ethernet1/114
interface Ethernet1/115
interface Ethernet1/116
interface Ethernet1/117
interface Ethernet1/118
interface Ethernet1/119
interface Ethernet1/120
interface Ethernet1/121
interface Ethernet1/122
interface Ethernet1/123
interface Ethernet1/124
interface Ethernet1/125
interface Ethernet1/126
interface Ethernet1/127
interface Ethernet1/128
interface mgmt0
description to port8.sandbox-backend
duplex full
vrf member management
ip address 10.10.20.177/24
interface loopback0
description to
shutdown
line console
exec-timeout 0
terminal width 511
line vty
boot nxos bootflash:/nxos.9.2.3.bin
router ospf 1
passive-interface default
event manager applet BOOTCONFIG
event syslog pattern "mgmt0 is UP"
action 2.0 cli python bootflash:set_boot.py
event manager applet writer
event cli match "copy running-config startup-config"
action 1 cli copy running bootflash:autoconfig/adriani/running.latest
action 2 cli guestshell run python '/home/admin/nxos-workshops/config.py'
action 3 event-default
no logging console