-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswitch1_config.2020-05-03@23:14:45
258 lines (258 loc) · 4.04 KB
/
switch1_config.2020-05-03@23:14:45
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
! Command: show running-config
! device: switch1 (DCS-7150S-64-CL, EOS-4.22.4M-2GB)
!
! boot system flash:/EOS.swi
!
daemon TerminAttr
exec /usr/bin/TerminAttr -ingestgrpcurl=10.83.29.224:9910 -taillogs -ingestauth=key,IngestKey -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent
no shutdown
!
load-interval default 5
!
transceiver qsfp default-mode 4x10G
!
queue-monitor length
!
logging host 10.83.28.52
!
hostname switch1
ip name-server vrf default 10.83.28.52
ip name-server vrf default 10.83.29.222
ip domain-name lab.local
!
ntp server 10.83.28.52
!
snmp-server community private rw
snmp-server community public ro
!
spanning-tree mode mstp
!
aaa authorization exec default local
!
no aaa root
aaa authentication policy local allow-nopassword-remote-login
!
username admin privilege 15 role network-admin nopassword
username ansible privilege 15 secret sha512 $6$GGTTCTG1O8YNX8GC$MRuKQPuDPVCNO47f1YC.j5OUkPN0devVfRMhShSVQFAocI5p8uKqbrrGyxQfcu28XiPkLMXPduGSZbI.TH3IQ/
username cvp-infra privilege 15 secret sha512 $6$.I7/ZR/zlLIUv8fr$vR/JvLTbq5amMt6Y1SE4CKlPDv/AzJYlFYHkUZ17BDovm0Oi4aLdBULe1EmZ0Y9xKjVLMKpxCSKmlrAioDxbQ0
username switch-infra privilege 15 nopassword
username telemetry secret 5 $1$7ksxaeUt$.JJMVbNtjZVxakZqvo0dy1
!
interface Ethernet1
shutdown
!
interface Ethernet2
shutdown
!
interface Ethernet3
description "switch2 **** Ethernet2"
no switchport
ip address 10.10.10.0/31
!
interface Ethernet4
description "switch3 **** Ethernet2"
no switchport
ip address 10.10.10.2/31
!
interface Ethernet5
shutdown
!
interface Ethernet6
shutdown
!
interface Ethernet7
shutdown
!
interface Ethernet8
shutdown
!
interface Ethernet9
shutdown
!
interface Ethernet10
shutdown
!
interface Ethernet11
shutdown
!
interface Ethernet12
shutdown
!
interface Ethernet13
shutdown
!
interface Ethernet14
shutdown
!
interface Ethernet15
shutdown
!
interface Ethernet16
shutdown
!
interface Ethernet17
shutdown
!
interface Ethernet18
shutdown
!
interface Ethernet19
shutdown
!
interface Ethernet20
shutdown
!
interface Ethernet21
shutdown
!
interface Ethernet22
shutdown
!
interface Ethernet23
shutdown
!
interface Ethernet24
shutdown
!
interface Ethernet25
shutdown
!
interface Ethernet26
shutdown
!
interface Ethernet27
shutdown
!
interface Ethernet28
shutdown
!
interface Ethernet29
shutdown
!
interface Ethernet30
shutdown
!
interface Ethernet31
shutdown
!
interface Ethernet32
shutdown
!
interface Ethernet33
shutdown
!
interface Ethernet34
shutdown
!
interface Ethernet35
shutdown
!
interface Ethernet36
shutdown
!
interface Ethernet37
shutdown
!
interface Ethernet38
shutdown
!
interface Ethernet39
shutdown
!
interface Ethernet40
shutdown
!
interface Ethernet41
shutdown
!
interface Ethernet42
shutdown
!
interface Ethernet43
shutdown
!
interface Ethernet44
shutdown
!
interface Ethernet45
shutdown
!
interface Ethernet46
shutdown
!
interface Ethernet47
shutdown
!
interface Ethernet48
shutdown
!
interface Ethernet49/1
shutdown
!
interface Ethernet49/2
shutdown
!
interface Ethernet49/3
shutdown
!
interface Ethernet49/4
shutdown
!
interface Ethernet50/1
shutdown
!
interface Ethernet50/2
shutdown
!
interface Ethernet50/3
shutdown
!
interface Ethernet50/4
shutdown
!
interface Ethernet51/1
shutdown
!
interface Ethernet51/2
shutdown
!
interface Ethernet51/3
shutdown
!
interface Ethernet51/4
shutdown
!
interface Ethernet52/1
shutdown
!
interface Ethernet52/2
shutdown
!
interface Ethernet52/3
shutdown
!
interface Ethernet52/4
shutdown
!
interface Loopback0
ip address 172.16.0.1/32
!
interface Management1
ip address 10.83.28.123/22
!
ip route 0.0.0.0/0 10.83.28.1
!
ip routing
!
router bgp 65001
neighbor 10.10.10.1 remote-as 65002
neighbor 10.10.10.1 maximum-routes 12000
neighbor 10.10.10.3 remote-as 65003
neighbor 10.10.10.3 maximum-routes 12000
redistribute connected
!
management api http-commands
protocol http
no shutdown
!
end