Realisations/2006-2007/Projet/Entreprise2/Switch: config_X450E_2007-02-16.cfg

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