1 | # |
---|
2 | # Module devmgr configuration. |
---|
3 | # |
---|
4 | configure snmp sysName "SWITCH.ENT2" |
---|
5 | configure snmp sysLocation "Paris,France" |
---|
6 | configure snmp sysContact "Geraldine,Christophe" |
---|
7 | configure slot 1 module X450e-24p |
---|
8 | |
---|
9 | # |
---|
10 | # Module vlan configuration. |
---|
11 | # |
---|
12 | enable mirroring to port 1 tagged |
---|
13 | configure vr VR-Default add ports 1-26 |
---|
14 | configure vlan Default tag 1 |
---|
15 | create vlan "gate" |
---|
16 | create vlan "sonde" |
---|
17 | create vlan "temp" |
---|
18 | create vlan "vlan0" |
---|
19 | create vlan "vlan01" |
---|
20 | create vlan "vlan10" |
---|
21 | create vlan "vlan11" |
---|
22 | create vlan "vlan20" |
---|
23 | create vlan "vlan21" |
---|
24 | disable port 6 |
---|
25 | disable port 8 |
---|
26 | disable port 9 |
---|
27 | disable port 10 |
---|
28 | disable port 18 |
---|
29 | disable port 19 |
---|
30 | disable port 20 |
---|
31 | disable port 21 |
---|
32 | disable port 22 |
---|
33 | disable port 23 |
---|
34 | disable port 24 |
---|
35 | disable port 25 |
---|
36 | configure ports 25 auto off speed 10000 duplex full |
---|
37 | disable port 26 |
---|
38 | configure ports 26 auto off speed 10000 duplex full |
---|
39 | configure vlan gate add ports 14 untagged |
---|
40 | configure vlan sonde add ports 2 untagged |
---|
41 | configure vlan temp add ports 11-12 untagged |
---|
42 | configure vlan vlan0 add ports 13 untagged |
---|
43 | configure vlan vlan01 add ports 7 untagged |
---|
44 | configure vlan vlan10 add ports 3 untagged |
---|
45 | configure vlan vlan11 add ports 4-5 untagged |
---|
46 | configure vlan vlan20 add ports 15 untagged |
---|
47 | configure vlan vlan21 add ports 16-17 untagged |
---|
48 | configure vlan Mgmt ipaddress 192.168.0.254 255.255.255.0 |
---|
49 | configure vlan vlan0 ipaddress 10.40.253.5 255.255.255.252 |
---|
50 | enable ipforwarding vlan vlan0 |
---|
51 | configure vlan vlan10 ipaddress 10.40.0.2 255.255.255.252 |
---|
52 | enable ipforwarding vlan vlan10 |
---|
53 | configure vlan vlan20 ipaddress 10.40.0.6 255.255.255.252 |
---|
54 | enable ipforwarding vlan vlan20 |
---|
55 | configure vlan sonde ipaddress 10.40.253.2 255.255.255.252 |
---|
56 | enable ipforwarding vlan sonde |
---|
57 | configure vlan gate ipaddress 10.40.253.9 255.255.255.252 |
---|
58 | enable ipforwarding vlan gate |
---|
59 | configure vlan vlan01 ipaddress 10.40.253.13 255.255.255.252 |
---|
60 | enable ipforwarding vlan vlan01 |
---|
61 | configure qosscheduler strict-priority |
---|
62 | configure mirroring add port 3 |
---|
63 | configure mirroring add port 15 |
---|
64 | configure mirroring add vlan vlan0 |
---|
65 | configure mirroring add vlan vlan10 |
---|
66 | configure mirroring add vlan vlan20 |
---|
67 | configure mirroring add vlan vlan11 |
---|
68 | configure mirroring add vlan vlan21 |
---|
69 | configure mirroring add vlan gate |
---|
70 | |
---|
71 | # |
---|
72 | # Module fdb configuration. |
---|
73 | # |
---|
74 | configure fdb agingtime 300 |
---|
75 | configure iparp vr VR-Control max_entries 4096 |
---|
76 | configure iparp vr VR-Control max_pending_entries 256 |
---|
77 | configure iparp vr VR-Control max_proxy_entries 256 |
---|
78 | configure iparp vr VR-Control timeout 20 |
---|
79 | enable iparp vr VR-Control checking |
---|
80 | enable iparp vr VR-Control refresh |
---|
81 | configure iparp vr VR-Default max_entries 4096 |
---|
82 | configure iparp vr VR-Default max_pending_entries 256 |
---|
83 | configure iparp vr VR-Default max_proxy_entries 256 |
---|
84 | configure iparp vr VR-Default timeout 1 |
---|
85 | enable iparp vr VR-Default checking |
---|
86 | enable iparp vr VR-Default refresh |
---|
87 | configure iparp vr VR-Mgmt max_entries 4096 |
---|
88 | configure iparp vr VR-Mgmt max_pending_entries 256 |
---|
89 | configure iparp vr VR-Mgmt max_proxy_entries 256 |
---|
90 | configure iparp vr VR-Mgmt timeout 20 |
---|
91 | enable iparp vr VR-Mgmt checking |
---|
92 | enable iparp vr VR-Mgmt refresh |
---|
93 | |
---|
94 | # |
---|
95 | # Module rtmgr configuration. |
---|
96 | # |
---|
97 | disable iproute sharing |
---|
98 | configure iproute priority blackhole 50 |
---|
99 | configure iproute priority static 1100 |
---|
100 | configure iproute priority icmp 1200 |
---|
101 | configure iproute priority ebgp 1700 |
---|
102 | configure iproute priority ibgp 1900 |
---|
103 | configure iproute priority ospf-intra 2200 |
---|
104 | configure iproute priority ospf-inter 2300 |
---|
105 | configure iproute priority rip 2400 |
---|
106 | configure iproute priority ospf-as-external 3100 |
---|
107 | configure iproute priority ospf-extern1 3200 |
---|
108 | configure iproute priority ospf-extern2 3300 |
---|
109 | configure iproute priority bootp 5000 |
---|
110 | configure iproute ipv6 priority blackhole 50 |
---|
111 | configure iproute ipv6 priority static 1100 |
---|
112 | configure iproute ipv6 priority icmp 1200 |
---|
113 | configure iproute ipv6 priority ospfv3-intra 2200 |
---|
114 | configure iproute ipv6 priority ospfv3-inter 2300 |
---|
115 | configure iproute ipv6 priority RIPng 2400 |
---|
116 | configure iproute ipv6 priority ospfv3-as-external 3100 |
---|
117 | configure iproute ipv6 priority ospfv3-extern1 3200 |
---|
118 | configure iproute ipv6 priority ospfv3-extern2 3300 |
---|
119 | configure irdp broadcast |
---|
120 | configure irdp 450 600 1800 0 |
---|
121 | disable irdp "gate" |
---|
122 | disable irdp "Mgmt" |
---|
123 | disable irdp "sonde" |
---|
124 | disable irdp "vlan0" |
---|
125 | disable irdp "vlan01" |
---|
126 | disable irdp "vlan10" |
---|
127 | disable irdp "vlan20" |
---|
128 | disable icmp address-mask vlan "gate" |
---|
129 | enable icmp parameter-problem vlan "gate" |
---|
130 | enable icmp port-unreachables vlan "gate" |
---|
131 | enable icmp unreachables vlan "gate" |
---|
132 | enable icmp redirects vlan "gate" |
---|
133 | enable icmp time-exceeded vlan "gate" |
---|
134 | disable icmp timestamp vlan "gate" |
---|
135 | enable icmp address-mask vlan "Mgmt" |
---|
136 | enable icmp parameter-problem vlan "Mgmt" |
---|
137 | enable icmp port-unreachables vlan "Mgmt" |
---|
138 | enable icmp unreachables vlan "Mgmt" |
---|
139 | enable icmp redirects vlan "Mgmt" |
---|
140 | enable icmp time-exceeded vlan "Mgmt" |
---|
141 | disable icmp timestamp vlan "Mgmt" |
---|
142 | disable icmp address-mask vlan "sonde" |
---|
143 | enable icmp parameter-problem vlan "sonde" |
---|
144 | enable icmp port-unreachables vlan "sonde" |
---|
145 | enable icmp unreachables vlan "sonde" |
---|
146 | enable icmp redirects vlan "sonde" |
---|
147 | enable icmp time-exceeded vlan "sonde" |
---|
148 | disable icmp timestamp vlan "sonde" |
---|
149 | disable icmp address-mask vlan "vlan0" |
---|
150 | enable icmp parameter-problem vlan "vlan0" |
---|
151 | enable icmp port-unreachables vlan "vlan0" |
---|
152 | enable icmp unreachables vlan "vlan0" |
---|
153 | enable icmp redirects vlan "vlan0" |
---|
154 | enable icmp time-exceeded vlan "vlan0" |
---|
155 | disable icmp timestamp vlan "vlan0" |
---|
156 | disable icmp address-mask vlan "vlan01" |
---|
157 | enable icmp parameter-problem vlan "vlan01" |
---|
158 | enable icmp port-unreachables vlan "vlan01" |
---|
159 | enable icmp unreachables vlan "vlan01" |
---|
160 | enable icmp redirects vlan "vlan01" |
---|
161 | enable icmp time-exceeded vlan "vlan01" |
---|
162 | disable icmp timestamp vlan "vlan01" |
---|
163 | enable icmp address-mask vlan "vlan10" |
---|
164 | enable icmp parameter-problem vlan "vlan10" |
---|
165 | enable icmp port-unreachables vlan "vlan10" |
---|
166 | enable icmp unreachables vlan "vlan10" |
---|
167 | enable icmp redirects vlan "vlan10" |
---|
168 | enable icmp time-exceeded vlan "vlan10" |
---|
169 | disable icmp timestamp vlan "vlan10" |
---|
170 | enable icmp address-mask vlan "vlan20" |
---|
171 | enable icmp parameter-problem vlan "vlan20" |
---|
172 | enable icmp port-unreachables vlan "vlan20" |
---|
173 | enable icmp unreachables vlan "vlan20" |
---|
174 | enable icmp redirects vlan "vlan20" |
---|
175 | enable icmp time-exceeded vlan "vlan20" |
---|
176 | disable icmp timestamp vlan "vlan20" |
---|
177 | enable ip-option loose-source-route |
---|
178 | enable ip-option strict-source-route |
---|
179 | enable ip-option record-timestamp |
---|
180 | enable ip-option router-alert |
---|
181 | enable ip-option record-route |
---|
182 | disable ipforwarding broadcast vlan "gate" |
---|
183 | disable ipforwarding broadcast vlan "Mgmt" |
---|
184 | disable ipforwarding broadcast vlan "sonde" |
---|
185 | disable ipforwarding broadcast vlan "vlan0" |
---|
186 | disable ipforwarding broadcast vlan "vlan01" |
---|
187 | disable ipforwarding broadcast vlan "vlan10" |
---|
188 | disable ipforwarding broadcast vlan "vlan20" |
---|
189 | enable icmp useredirects |
---|
190 | |
---|
191 | # |
---|
192 | # Module mcmgr configuration. |
---|
193 | # |
---|
194 | configure igmp snooping cache 32 64 |
---|
195 | configure igmp snooping timer 260 260 vr VR-Default |
---|
196 | configure igmp snooping leave-timeout 1000 vr VR-Default |
---|
197 | configure MLD snooping timer 260 260 vr VR-Default |
---|
198 | configure MLD snooping leave-timeout 1000 vr VR-Default |
---|
199 | disable igmp snooping forward-mcrouter-only vr VR-Default |
---|
200 | disable MLD snooping forward-mcrouter-only vr VR-Default |
---|
201 | configure igmp 125 10 1 2 vr VR-Default |
---|
202 | configure MLD 125 10 1 2 vr VR-Default |
---|
203 | enable igmp snooping with-proxy vr VR-Default |
---|
204 | enable MLD snooping with-proxy vr VR-Default |
---|
205 | configure igmp snooping flood-list none vr VR-Default |
---|
206 | configure MLD snooping flood-list none vr VR-Default |
---|
207 | disable mvr |
---|
208 | configure mvr vlan Default mvr-address none |
---|
209 | configure mvr vlan Default static group none |
---|
210 | configure mvr vlan gate mvr-address none |
---|
211 | configure mvr vlan gate static group none |
---|
212 | configure mvr vlan sonde mvr-address none |
---|
213 | configure mvr vlan sonde static group none |
---|
214 | configure mvr vlan temp mvr-address none |
---|
215 | configure mvr vlan temp static group none |
---|
216 | configure mvr vlan vlan0 mvr-address none |
---|
217 | configure mvr vlan vlan0 static group none |
---|
218 | configure mvr vlan vlan01 mvr-address none |
---|
219 | configure mvr vlan vlan01 static group none |
---|
220 | configure mvr vlan vlan10 mvr-address none |
---|
221 | configure mvr vlan vlan10 static group none |
---|
222 | configure mvr vlan vlan11 mvr-address none |
---|
223 | configure mvr vlan vlan11 static group none |
---|
224 | configure mvr vlan vlan20 mvr-address none |
---|
225 | configure mvr vlan vlan20 static group none |
---|
226 | configure mvr vlan vlan21 mvr-address none |
---|
227 | configure mvr vlan vlan21 static group none |
---|
228 | |
---|
229 | # |
---|
230 | # Module aaa configuration. |
---|
231 | # |
---|
232 | disable radius mgmt-access |
---|
233 | configure radius mgmt-access timeout 3 |
---|
234 | disable radius-accounting mgmt-access |
---|
235 | configure radius-accounting mgmt-access timeout 3 |
---|
236 | disable radius netlogin |
---|
237 | configure radius netlogin timeout 3 |
---|
238 | disable radius-accounting netlogin |
---|
239 | configure radius-accounting netlogin timeout 3 |
---|
240 | disable tacacs |
---|
241 | configure tacacs timeout 3 |
---|
242 | disable tacacs-accounting |
---|
243 | configure tacacs-accounting timeout 3 |
---|
244 | disable tacacs-authorization |
---|
245 | configure account admin encrypted 9sQQA4$Hu794clY0I/tkFWTjtDq71 |
---|
246 | configure account user encrypted sOSi2a$fEKW8rKI0Etk6Cj6QTz3O/ |
---|
247 | create account admin christophe encrypted xJLVLZ$cNjqph9KNzujyIrqx5aEn/ |
---|
248 | create account admin geraldine encrypted xJLW6A$dmnKlCJdIX0mV12tuajqH1 |
---|
249 | |
---|
250 | # |
---|
251 | # Module acl configuration. |
---|
252 | # |
---|
253 | enable access-list refresh blackhole |
---|
254 | enable access-list permit to-cpu |
---|
255 | |
---|
256 | # |
---|
257 | # Module cfgmgr configuration. |
---|
258 | # |
---|
259 | disable cli-config-logging |
---|
260 | configure cli max-sessions 8 |
---|
261 | configure cli max-failed-logins 3 |
---|
262 | configure banner |
---|
263 | |
---|
264 | |
---|
265 | configure idletimeout 20 |
---|
266 | enable idletimeout |
---|
267 | |
---|
268 | # |
---|
269 | # Module dosprotect configuration. |
---|
270 | # |
---|
271 | disable dos-protect |
---|
272 | configure dos-protect interval 1 |
---|
273 | configure dos-protect trusted-ports ports |
---|
274 | configure dos-protect type l3-protect alert-threshold 4000 |
---|
275 | configure dos-protect type l3-protect notify-threshold 3500 |
---|
276 | |
---|
277 | # |
---|
278 | # Module eaps configuration. |
---|
279 | # |
---|
280 | configure eaps fast-convergence off |
---|
281 | configure eaps config-warnings on |
---|
282 | disable eaps |
---|
283 | |
---|
284 | # |
---|
285 | # Module edp configuration. |
---|
286 | # |
---|
287 | configure edp advertisement-interval 60 holddown-interval 180 |
---|
288 | enable edp ports 1 |
---|
289 | enable edp ports 2 |
---|
290 | enable edp ports 3 |
---|
291 | enable edp ports 4 |
---|
292 | enable edp ports 5 |
---|
293 | enable edp ports 6 |
---|
294 | enable edp ports 7 |
---|
295 | enable edp ports 8 |
---|
296 | enable edp ports 9 |
---|
297 | enable edp ports 10 |
---|
298 | enable edp ports 11 |
---|
299 | enable edp ports 12 |
---|
300 | enable edp ports 13 |
---|
301 | enable edp ports 14 |
---|
302 | enable edp ports 15 |
---|
303 | enable edp ports 16 |
---|
304 | enable edp ports 17 |
---|
305 | enable edp ports 18 |
---|
306 | enable edp ports 19 |
---|
307 | enable edp ports 20 |
---|
308 | enable edp ports 21 |
---|
309 | enable edp ports 22 |
---|
310 | enable edp ports 23 |
---|
311 | enable edp ports 24 |
---|
312 | enable edp ports 25 |
---|
313 | enable edp ports 26 |
---|
314 | |
---|
315 | # |
---|
316 | # Module elrp configuration. |
---|
317 | # |
---|
318 | disable elrp-client |
---|
319 | |
---|
320 | # |
---|
321 | # Module ems configuration. |
---|
322 | # |
---|
323 | disable log debug-mode |
---|
324 | create log filter DefaultFilter |
---|
325 | configure log filter DefaultFilter add event All |
---|
326 | enable log target memory-buffer |
---|
327 | configure log target memory-buffer filter DefaultFilter severity Debug-Data |
---|
328 | configure log target memory-buffer match Any |
---|
329 | configure log target memory-buffer format timestamp hundredths date mm-dd-yyyy event-name condition severity |
---|
330 | configure log target memory-buffer number-of-messages 1000 |
---|
331 | enable log target nvram |
---|
332 | configure log target nvram filter DefaultFilter severity Warning |
---|
333 | configure log target nvram match Any |
---|
334 | configure log target nvram format timestamp hundredths date mm-dd-yyyy event-name condition severity |
---|
335 | disable log target console |
---|
336 | configure log target console filter DefaultFilter severity Info |
---|
337 | configure log target console match Any |
---|
338 | configure log target console format timestamp hundredths date mm-dd-yyyy event-name condition severity |
---|
339 | |
---|
340 | # |
---|
341 | # Module epm configuration. |
---|
342 | # |
---|
343 | configure sys-recovery-level All |
---|
344 | enable watchdog |
---|
345 | configure firmware install-on-demand |
---|
346 | enable cpu-monitoring interval 20 threshold 60 |
---|
347 | |
---|
348 | # |
---|
349 | # Module esrp configuration. |
---|
350 | # |
---|
351 | configure esrp mode extended |
---|
352 | |
---|
353 | # |
---|
354 | # Module etmon configuration. |
---|
355 | # |
---|
356 | configure sflow sample-rate 8192 |
---|
357 | configure sflow max-cpu-sample-limit 2000 |
---|
358 | configure sflow poll-interval 20 |
---|
359 | disable sflow |
---|
360 | disable rmon |
---|
361 | |
---|
362 | # |
---|
363 | # Module hal configuration. |
---|
364 | # |
---|
365 | configure iproute sharing max-gateways 4 |
---|
366 | |
---|
367 | # |
---|
368 | # Module lldp configuration. |
---|
369 | # |
---|
370 | configure lldp transmit-interval 30 |
---|
371 | configure lldp transmit-hold 4 |
---|
372 | configure lldp reinitialize-delay 2 |
---|
373 | configure lldp transmit-delay 2 |
---|
374 | configure lldp snmp-notification-interval 5 |
---|
375 | configure lldp med fast-start repeat-count 3 |
---|
376 | |
---|
377 | # |
---|
378 | # Module netLogin configuration. |
---|
379 | # |
---|
380 | configure netlogin dot1x timers server-timeout 30 quiet-period 60 reauth-period 3600 supp-resp-timeout 30 |
---|
381 | configure netlogin dot1x eapol-transmit-version v1 |
---|
382 | enable netlogin logout-privilege |
---|
383 | enable netlogin session-refresh 3 |
---|
384 | configure netlogin base-url "network-access.com" |
---|
385 | configure netlogin redirect-page "http://www.extremenetworks.com" |
---|
386 | configure netlogin banner "" |
---|
387 | |
---|
388 | # |
---|
389 | # Module netTools configuration. |
---|
390 | # |
---|
391 | configure sntp-client update-interval 64 |
---|
392 | disable sntp-client |
---|
393 | |
---|
394 | # |
---|
395 | # Module ospf configuration. |
---|
396 | # |
---|
397 | configure ospf routerid automatic |
---|
398 | configure ospf spf-hold-time 3 |
---|
399 | configure ospf metric-table 10M 10 100M 5 1G 4 10G 2 |
---|
400 | configure ospf lsa-batch-interval 30 |
---|
401 | configure ospf import-policy none |
---|
402 | configure ospf ase-limit 0 |
---|
403 | disable ospf originate-default |
---|
404 | disable ospf use-ip-router-alert |
---|
405 | disable ospf |
---|
406 | configure ospf restart none |
---|
407 | configure ospf restart grace-period 120 |
---|
408 | disable ospf export direct |
---|
409 | disable ospf export static |
---|
410 | disable ospf export rip |
---|
411 | disable ospf export e-bgp |
---|
412 | disable ospf export i-bgp |
---|
413 | configure ospf area 0.0.0.0 external-filter none |
---|
414 | configure ospf area 0.0.0.0 interarea-filter none |
---|
415 | configure ospf area 0.0.0.0 normal |
---|
416 | configure ospf vlan gate area 0.0.0.0 |
---|
417 | configure ospf vlan gate cost automatic |
---|
418 | configure ospf vlan gate priority 0 |
---|
419 | configure ospf vlan gate authentication none |
---|
420 | configure ospf vlan gate timer 5 1 10 40 |
---|
421 | configure ospf vlan gate restart-helper none |
---|
422 | enable ospf vlan gate restart-helper-lsa-check |
---|
423 | configure ospf vlan sonde area 0.0.0.0 |
---|
424 | configure ospf vlan sonde cost automatic |
---|
425 | configure ospf vlan sonde priority 0 |
---|
426 | configure ospf vlan sonde authentication none |
---|
427 | configure ospf vlan sonde timer 5 1 10 40 |
---|
428 | configure ospf vlan sonde restart-helper none |
---|
429 | enable ospf vlan sonde restart-helper-lsa-check |
---|
430 | configure ospf vlan vlan0 area 0.0.0.0 |
---|
431 | configure ospf vlan vlan0 cost automatic |
---|
432 | configure ospf vlan vlan0 priority 0 |
---|
433 | configure ospf vlan vlan0 authentication none |
---|
434 | configure ospf vlan vlan0 timer 5 1 10 40 |
---|
435 | configure ospf vlan vlan0 restart-helper none |
---|
436 | enable ospf vlan vlan0 restart-helper-lsa-check |
---|
437 | configure ospf vlan vlan01 area 0.0.0.0 |
---|
438 | configure ospf vlan vlan01 cost automatic |
---|
439 | configure ospf vlan vlan01 priority 0 |
---|
440 | configure ospf vlan vlan01 authentication none |
---|
441 | configure ospf vlan vlan01 timer 5 1 10 40 |
---|
442 | configure ospf vlan vlan01 restart-helper none |
---|
443 | enable ospf vlan vlan01 restart-helper-lsa-check |
---|
444 | configure ospf vlan vlan10 area 0.0.0.0 |
---|
445 | configure ospf vlan vlan10 cost automatic |
---|
446 | configure ospf vlan vlan10 priority 0 |
---|
447 | configure ospf vlan vlan10 authentication none |
---|
448 | configure ospf vlan vlan10 timer 5 1 10 40 |
---|
449 | configure ospf vlan vlan10 restart-helper none |
---|
450 | enable ospf vlan vlan10 restart-helper-lsa-check |
---|
451 | configure ospf vlan vlan20 area 0.0.0.0 |
---|
452 | configure ospf vlan vlan20 cost automatic |
---|
453 | configure ospf vlan vlan20 priority 0 |
---|
454 | configure ospf vlan vlan20 authentication none |
---|
455 | configure ospf vlan vlan20 timer 5 1 10 40 |
---|
456 | configure ospf vlan vlan20 restart-helper none |
---|
457 | enable ospf vlan vlan20 restart-helper-lsa-check |
---|
458 | |
---|
459 | # |
---|
460 | # Module pim configuration. |
---|
461 | # |
---|
462 | disable pim |
---|
463 | configure pim crp timer 60 |
---|
464 | configure pim register-suppress-interval 60 register-probe-interval 5 |
---|
465 | configure pim register-checksum-to include-data |
---|
466 | |
---|
467 | # |
---|
468 | # Module poe configuration. |
---|
469 | # |
---|
470 | enable inline-power |
---|
471 | configure inline-power usage-threshold 70 |
---|
472 | configure inline-power disconnect-precedence deny-port |
---|
473 | disable inline-power legacy slot 1 |
---|
474 | enable inline-power ports 1 |
---|
475 | configure inline-power operator-limit 15400 ports 1 |
---|
476 | configure inline-power label "" ports 1 |
---|
477 | configure inline-power priority low ports 1 |
---|
478 | enable inline-power ports 2 |
---|
479 | configure inline-power operator-limit 15400 ports 2 |
---|
480 | configure inline-power label "" ports 2 |
---|
481 | configure inline-power priority low ports 2 |
---|
482 | enable inline-power ports 3 |
---|
483 | configure inline-power operator-limit 15400 ports 3 |
---|
484 | configure inline-power label "" ports 3 |
---|
485 | configure inline-power priority low ports 3 |
---|
486 | enable inline-power ports 4 |
---|
487 | configure inline-power operator-limit 15400 ports 4 |
---|
488 | configure inline-power label "" ports 4 |
---|
489 | configure inline-power priority low ports 4 |
---|
490 | enable inline-power ports 5 |
---|
491 | configure inline-power operator-limit 15400 ports 5 |
---|
492 | configure inline-power label "" ports 5 |
---|
493 | configure inline-power priority low ports 5 |
---|
494 | enable inline-power ports 6 |
---|
495 | configure inline-power operator-limit 15400 ports 6 |
---|
496 | configure inline-power label "" ports 6 |
---|
497 | configure inline-power priority low ports 6 |
---|
498 | enable inline-power ports 7 |
---|
499 | configure inline-power operator-limit 15400 ports 7 |
---|
500 | configure inline-power label "" ports 7 |
---|
501 | configure inline-power priority low ports 7 |
---|
502 | enable inline-power ports 8 |
---|
503 | configure inline-power operator-limit 15400 ports 8 |
---|
504 | configure inline-power label "" ports 8 |
---|
505 | configure inline-power priority low ports 8 |
---|
506 | enable inline-power ports 9 |
---|
507 | configure inline-power operator-limit 15400 ports 9 |
---|
508 | configure inline-power label "" ports 9 |
---|
509 | configure inline-power priority low ports 9 |
---|
510 | enable inline-power ports 10 |
---|
511 | configure inline-power operator-limit 15400 ports 10 |
---|
512 | configure inline-power label "" ports 10 |
---|
513 | configure inline-power priority low ports 10 |
---|
514 | enable inline-power ports 11 |
---|
515 | configure inline-power operator-limit 15400 ports 11 |
---|
516 | configure inline-power label "" ports 11 |
---|
517 | configure inline-power priority low ports 11 |
---|
518 | enable inline-power ports 12 |
---|
519 | configure inline-power operator-limit 15400 ports 12 |
---|
520 | configure inline-power label "" ports 12 |
---|
521 | configure inline-power priority low ports 12 |
---|
522 | enable inline-power ports 13 |
---|
523 | configure inline-power operator-limit 15400 ports 13 |
---|
524 | configure inline-power label "" ports 13 |
---|
525 | configure inline-power priority low ports 13 |
---|
526 | enable inline-power ports 14 |
---|
527 | configure inline-power operator-limit 15400 ports 14 |
---|
528 | configure inline-power label "" ports 14 |
---|
529 | configure inline-power priority low ports 14 |
---|
530 | enable inline-power ports 15 |
---|
531 | configure inline-power operator-limit 15400 ports 15 |
---|
532 | configure inline-power label "" ports 15 |
---|
533 | configure inline-power priority low ports 15 |
---|
534 | enable inline-power ports 16 |
---|
535 | configure inline-power operator-limit 15400 ports 16 |
---|
536 | configure inline-power label "" ports 16 |
---|
537 | configure inline-power priority low ports 16 |
---|
538 | enable inline-power ports 17 |
---|
539 | configure inline-power operator-limit 15400 ports 17 |
---|
540 | configure inline-power label "" ports 17 |
---|
541 | configure inline-power priority low ports 17 |
---|
542 | enable inline-power ports 18 |
---|
543 | configure inline-power operator-limit 15400 ports 18 |
---|
544 | configure inline-power label "" ports 18 |
---|
545 | configure inline-power priority low ports 18 |
---|
546 | enable inline-power ports 19 |
---|
547 | configure inline-power operator-limit 15400 ports 19 |
---|
548 | configure inline-power label "" ports 19 |
---|
549 | configure inline-power priority low ports 19 |
---|
550 | enable inline-power ports 20 |
---|
551 | configure inline-power operator-limit 15400 ports 20 |
---|
552 | configure inline-power label "" ports 20 |
---|
553 | configure inline-power priority low ports 20 |
---|
554 | enable inline-power ports 21 |
---|
555 | configure inline-power operator-limit 15400 ports 21 |
---|
556 | configure inline-power label "" ports 21 |
---|
557 | configure inline-power priority low ports 21 |
---|
558 | enable inline-power ports 22 |
---|
559 | configure inline-power operator-limit 15400 ports 22 |
---|
560 | configure inline-power label "" ports 22 |
---|
561 | configure inline-power priority low ports 22 |
---|
562 | enable inline-power ports 23 |
---|
563 | configure inline-power operator-limit 15400 ports 23 |
---|
564 | configure inline-power label "" ports 23 |
---|
565 | configure inline-power priority low ports 23 |
---|
566 | enable inline-power ports 24 |
---|
567 | configure inline-power operator-limit 15400 ports 24 |
---|
568 | configure inline-power label "" ports 24 |
---|
569 | configure inline-power priority low ports 24 |
---|
570 | |
---|
571 | # |
---|
572 | # Module rip configuration. |
---|
573 | # |
---|
574 | configure rip garbagetime 120 |
---|
575 | configure rip import-policy none |
---|
576 | configure rip routetimeout 180 |
---|
577 | configure rip updatetime 60 |
---|
578 | disable rip originate-default |
---|
579 | disable rip use-ip-router-alert |
---|
580 | disable rip aggregation |
---|
581 | enable rip poisonreverse |
---|
582 | enable rip splithorizon |
---|
583 | enable rip triggerupdates |
---|
584 | enable rip |
---|
585 | disable rip export direct |
---|
586 | enable rip export static cost 2 |
---|
587 | disable rip export ospf-intra |
---|
588 | disable rip export ospf-inter |
---|
589 | disable rip export ospf-extern1 |
---|
590 | disable rip export ospf-extern2 |
---|
591 | disable rip export e-bgp |
---|
592 | disable rip export i-bgp |
---|
593 | configure rip add vlan gate |
---|
594 | configure rip vlan gate route-policy out none |
---|
595 | configure rip vlan gate route-policy in none |
---|
596 | configure rip vlan gate trusted-gateway none |
---|
597 | configure rip vlan gate rxmode any |
---|
598 | configure rip vlan gate txmode v2only |
---|
599 | configure rip vlan gate cost 1 |
---|
600 | configure rip add vlan sonde |
---|
601 | configure rip vlan sonde route-policy out none |
---|
602 | configure rip vlan sonde route-policy in none |
---|
603 | configure rip vlan sonde trusted-gateway none |
---|
604 | configure rip vlan sonde rxmode any |
---|
605 | configure rip vlan sonde txmode v2only |
---|
606 | configure rip vlan sonde cost 1 |
---|
607 | configure rip add vlan vlan0 |
---|
608 | configure rip vlan vlan0 route-policy out none |
---|
609 | configure rip vlan vlan0 route-policy in none |
---|
610 | configure rip vlan vlan0 trusted-gateway none |
---|
611 | configure rip vlan vlan0 rxmode any |
---|
612 | configure rip vlan vlan0 txmode v2only |
---|
613 | configure rip vlan vlan0 cost 1 |
---|
614 | configure rip add vlan vlan01 |
---|
615 | configure rip vlan vlan01 route-policy out none |
---|
616 | configure rip vlan vlan01 route-policy in none |
---|
617 | configure rip vlan vlan01 trusted-gateway none |
---|
618 | configure rip vlan vlan01 rxmode any |
---|
619 | configure rip vlan vlan01 txmode v2only |
---|
620 | configure rip vlan vlan01 cost 1 |
---|
621 | configure rip add vlan vlan10 |
---|
622 | configure rip vlan vlan10 route-policy out none |
---|
623 | configure rip vlan vlan10 route-policy in none |
---|
624 | configure rip vlan vlan10 trusted-gateway none |
---|
625 | configure rip vlan vlan10 rxmode any |
---|
626 | configure rip vlan vlan10 txmode v2only |
---|
627 | configure rip vlan vlan10 cost 1 |
---|
628 | configure rip add vlan vlan20 |
---|
629 | configure rip vlan vlan20 route-policy out none |
---|
630 | configure rip vlan vlan20 route-policy in none |
---|
631 | configure rip vlan vlan20 trusted-gateway none |
---|
632 | configure rip vlan vlan20 rxmode any |
---|
633 | configure rip vlan vlan20 txmode v2only |
---|
634 | configure rip vlan vlan20 cost 1 |
---|
635 | |
---|
636 | # |
---|
637 | # Module ripng configuration. |
---|
638 | # |
---|
639 | disable ripng |
---|
640 | configure ripng garbagetime 120 |
---|
641 | configure ripng updatetime 30 |
---|
642 | configure ripng routetimeout 180 |
---|
643 | |
---|
644 | # |
---|
645 | # Module snmpMaster configuration. |
---|
646 | # |
---|
647 | configure snmpv3 engine-id 03:00:04:96:27:c8:3a |
---|
648 | configure snmpv3 add user admin authentication md5 hex 93:0a:71:2b:6a:a8:0b:0f:eb:20:e8:a0:d8:29:9d:5d privacy hex 93:0a:71:2b:6a:a8:0b:0f:eb:20:e8:a0:d8:29:9d:5d |
---|
649 | configure snmpv3 add user initial |
---|
650 | configure snmpv3 add user initialmd5 authentication md5 hex 4f:3b:90:c0:25:86:be:60:c6:97:14:83:5c:2d:44:c5 |
---|
651 | configure snmpv3 add user initialsha authentication sha hex b4:ab:24:92:9d:d8:31:ba:b1:e2:6e:f3:46:17:02:55:8b:fe:d1:98 |
---|
652 | configure snmpv3 add user initialmd5Priv authentication md5 hex 33:0b:ff:c2:51:07:ee:32:9f:ca:2e:b2:55:82:64:cd privacy hex 33:0b:ff:c2:51:07:ee:32:9f:ca:2e:b2:55:82:64:cd |
---|
653 | configure snmpv3 add user initialshaPriv authentication sha hex 80:61:f8:6d:d8:0f:1b:f7:2d:b6:cf:a0:95:4c:f8:75:f3:ee:c8:f1 privacy hex 80:61:f8:6d:d8:0f:1b:f7:2d:b6:cf:a0:95:4c:f8:75:f3:ee:c8:f1 |
---|
654 | configure snmpv3 add group v1v2c_ro user v1v2c_ro sec-model snmpv1 |
---|
655 | configure snmpv3 add group v1v2c_rw user v1v2c_rw sec-model snmpv1 |
---|
656 | configure snmpv3 add group v1v2c_ro user v1v2c_ro sec-model snmpv2c |
---|
657 | configure snmpv3 add group v1v2c_rw user v1v2c_rw sec-model snmpv2c |
---|
658 | configure snmpv3 add group v1v2cNotifyGroup user v1v2cNotifyUser1 sec-model snmpv2c |
---|
659 | configure snmpv3 add group v1v2cNotifyGroup user v1v2cNotifyUser2 sec-model snmpv2c |
---|
660 | configure snmpv3 add group v1v2cNotifyGroup user v1v2cNotifyUser3 sec-model snmpv2c |
---|
661 | configure snmpv3 add group admin user admin sec-model usm |
---|
662 | configure snmpv3 add group initial user initial sec-model usm |
---|
663 | configure snmpv3 add group initial user initialmd5 sec-model usm |
---|
664 | configure snmpv3 add group initial user initialsha sec-model usm |
---|
665 | configure snmpv3 add group initial user initialmd5Priv sec-model usm |
---|
666 | configure snmpv3 add group initial user initialshaPriv sec-model usm |
---|
667 | configure snmpv3 add access admin sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultNotifyView |
---|
668 | configure snmpv3 add access initial sec-model usm sec-level noauth read-view defaultUserView notify-view defaultNotifyView |
---|
669 | configure snmpv3 add access initial sec-model usm sec-level authnopriv read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView |
---|
670 | configure snmpv3 add access v1v2c_ro sec-model snmpv1 sec-level noauth read-view defaultUserView notify-view defaultNotifyView |
---|
671 | configure snmpv3 add access v1v2c_ro sec-model snmpv2c sec-level noauth read-view defaultUserView notify-view defaultNotifyView |
---|
672 | configure snmpv3 add access v1v2c_rw sec-model snmpv1 sec-level noauth read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView |
---|
673 | configure snmpv3 add access v1v2c_rw sec-model snmpv2c sec-level noauth read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView |
---|
674 | configure snmpv3 add access v1v2cNotifyGroup sec-model snmpv1 sec-level noauth notify-view defaultNotifyView |
---|
675 | configure snmpv3 add access v1v2cNotifyGroup sec-model snmpv2c sec-level noauth notify-view defaultNotifyView |
---|
676 | configure snmpv3 add mib-view defaultUserView subtree 1 type included |
---|
677 | configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.16 type excluded |
---|
678 | configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.18 type excluded |
---|
679 | configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.4 type excluded |
---|
680 | configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.6 type excluded |
---|
681 | configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.9 type excluded |
---|
682 | configure snmpv3 add mib-view defaultAdminView subtree 1 type included |
---|
683 | configure snmpv3 add mib-view defaultNotifyView subtree 1 type included |
---|
684 | configure snmpv3 add community entreprise2 name entreprise2 user v1v2c_rw |
---|
685 | configure snmpv3 add community private name private user v1v2c_rw |
---|
686 | configure snmpv3 add community public name public user v1v2c_ro |
---|
687 | configure snmpv3 add community v1v2cNotifyComm1 name entreprise2 user v1v2cNotifyUser1 |
---|
688 | configure snmpv3 add community v1v2cNotifyComm2 name entreprise2 user v1v2cNotifyUser2 |
---|
689 | configure snmpv3 add community v1v2cNotifyComm3 name entreprise2 user v1v2cNotifyUser3 |
---|
690 | configure snmpv3 add target-addr v1v2cNotifyTAddr1 param v1v2cNotifyParam1 ipaddress 10.40.0.14 transport-port 162 tag-list defaultNotify |
---|
691 | configure snmpv3 add target-addr v1v2cNotifyTAddr2 param v1v2cNotifyParam2 ipaddress 10.40.0.10 transport-port 162 tag-list defaultNotify |
---|
692 | configure snmpv3 add target-addr v1v2cNotifyTAddr3 param v1v2cNotifyParam3 ipaddress 10.40.253.1 transport-port 162 tag-list defaultNotify |
---|
693 | configure snmpv3 add target-params v1v2cNotifyParam1 user v1v2cNotifyUser1 mp-model snmpv2c sec-model snmpv2c sec-level noauth |
---|
694 | configure snmpv3 add target-params v1v2cNotifyParam2 user v1v2cNotifyUser2 mp-model snmpv2c sec-model snmpv2c sec-level noauth |
---|
695 | configure snmpv3 add target-params v1v2cNotifyParam3 user v1v2cNotifyUser3 mp-model snmpv2c sec-model snmpv2c sec-level noauth |
---|
696 | configure snmpv3 add notify defaultNotify tag defaultNotify |
---|
697 | enable snmp access |
---|
698 | enable snmp traps |
---|
699 | |
---|
700 | # |
---|
701 | # Module stp configuration. |
---|
702 | # |
---|
703 | configure mstp region 00049627c83a |
---|
704 | configure mstp revision 3 |
---|
705 | configure mstp format 0 |
---|
706 | create stpd s0 |
---|
707 | configure stpd s0 tag 0 |
---|
708 | configure stpd s0 mode dot1d |
---|
709 | configure stpd s0 forwarddelay 15 |
---|
710 | configure stpd s0 hellotime 2 |
---|
711 | configure stpd s0 maxage 20 |
---|
712 | configure stpd s0 priority 32768 |
---|
713 | disable stpd s0 rapid-root-failover |
---|
714 | configure stpd s0 default-encapsulation dot1d |
---|
715 | enable stpd s0 auto-bind vlan Default |
---|
716 | disable stpd s0 |
---|
717 | |
---|
718 | # |
---|
719 | # Module telnetd configuration. |
---|
720 | # |
---|
721 | configure telnet vr all |
---|
722 | |
---|
723 | # |
---|
724 | # Module tftpd configuration. |
---|
725 | # |
---|
726 | |
---|
727 | # |
---|
728 | # Module thttpd configuration. |
---|
729 | # |
---|
730 | |
---|
731 | # |
---|
732 | # Module vrrp configuration. |
---|
733 | # |
---|