Realisations/2006-2007/Projet/Entreprise2/Switch: config_X450E_2007-03-05.cfg

File config_X450E_2007-03-05.cfg, 23.5 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 9sQQA4$Hu794clY0I/tkFWTjtDq71
229configure account user encrypted sOSi2a$fEKW8rKI0Etk6Cj6QTz3O/
230create account admin christophe encrypted xJLVLZ$cNjqph9KNzujyIrqx5aEn/
231create account admin geraldine encrypted xJLW6A$dmnKlCJdIX0mV12tuajqH1
232
233#
234# Module acl configuration.
235#
236enable access-list refresh blackhole
237enable access-list permit to-cpu
238
239#
240# Module cfgmgr configuration.
241#
242disable cli-config-logging
243configure cli max-sessions 8
244configure cli max-failed-logins 3
245configure banner
246
247
248configure idletimeout 20
249enable idletimeout
250
251#
252# Module dosprotect configuration.
253#
254disable dos-protect
255configure dos-protect interval 1
256configure dos-protect trusted-ports ports
257configure dos-protect type l3-protect alert-threshold 4000
258configure dos-protect type l3-protect notify-threshold 3500
259
260#
261# Module eaps configuration.
262#
263configure eaps fast-convergence off
264configure eaps config-warnings on
265disable eaps
266
267#
268# Module edp configuration.
269#
270configure edp advertisement-interval 60 holddown-interval 180
271enable edp ports 1
272enable edp ports 2
273enable edp ports 3
274enable edp ports 4
275enable edp ports 5
276enable edp ports 6
277enable edp ports 7
278enable edp ports 8
279enable edp ports 9
280enable edp ports 10
281enable edp ports 11
282enable edp ports 12
283enable edp ports 13
284enable edp ports 14
285enable edp ports 15
286enable edp ports 16
287enable edp ports 17
288enable edp ports 18
289enable edp ports 19
290enable edp ports 20
291enable edp ports 21
292enable edp ports 22
293enable edp ports 23
294enable edp ports 24
295enable edp ports 25
296enable edp ports 26
297
298#
299# Module elrp configuration.
300#
301disable elrp-client
302
303#
304# Module ems configuration.
305#
306disable log debug-mode
307create log filter DefaultFilter
308configure log filter DefaultFilter add event All
309enable log target memory-buffer
310configure log target memory-buffer filter DefaultFilter severity Debug-Data
311configure log target memory-buffer match Any
312configure log target memory-buffer format timestamp hundredths date mm-dd-yyyy event-name condition severity
313configure log target memory-buffer number-of-messages 1000
314enable log target nvram
315configure log target nvram filter DefaultFilter severity Warning
316configure log target nvram match Any
317configure log target nvram format timestamp hundredths date mm-dd-yyyy event-name condition severity
318disable log target console
319configure log target console filter DefaultFilter severity Info
320configure log target console match Any
321configure log target console format timestamp hundredths date mm-dd-yyyy event-name condition severity
322
323#
324# Module epm configuration.
325#
326configure sys-recovery-level All
327enable watchdog
328configure firmware install-on-demand
329enable cpu-monitoring interval 20 threshold 60
330
331#
332# Module esrp configuration.
333#
334configure esrp mode extended
335
336#
337# Module etmon configuration.
338#
339configure sflow sample-rate 8192
340configure sflow max-cpu-sample-limit 2000
341configure sflow poll-interval 20
342disable sflow
343disable rmon
344
345#
346# Module hal configuration.
347#
348configure iproute sharing max-gateways 4
349
350#
351# Module lldp configuration.
352#
353configure lldp transmit-interval 30
354configure lldp transmit-hold 4
355configure lldp reinitialize-delay 2
356configure lldp transmit-delay 2
357configure lldp snmp-notification-interval 5
358configure lldp med fast-start repeat-count 3
359
360#
361# Module netLogin configuration.
362#
363configure netlogin dot1x timers server-timeout 30 quiet-period 60 reauth-period 3600 supp-resp-timeout 30
364configure netlogin dot1x eapol-transmit-version v1
365enable netlogin logout-privilege
366enable netlogin session-refresh 3
367configure netlogin base-url "network-access.com"
368configure netlogin redirect-page "http://www.extremenetworks.com"
369configure netlogin banner ""
370
371#
372# Module netTools configuration.
373#
374configure sntp-client update-interval 64
375disable sntp-client
376
377#
378# Module ospf configuration.
379#
380configure ospf routerid automatic
381configure ospf spf-hold-time 3
382configure ospf metric-table 10M 10 100M 5 1G 4 10G 2
383configure ospf lsa-batch-interval 30
384configure ospf import-policy none
385configure ospf ase-limit 0
386disable ospf originate-default
387disable ospf use-ip-router-alert
388disable ospf
389configure ospf restart none
390configure ospf restart grace-period 120
391disable ospf export direct
392disable ospf export static
393disable ospf export rip
394disable ospf export e-bgp
395disable ospf export i-bgp
396configure ospf area 0.0.0.0 external-filter none
397configure ospf area 0.0.0.0 interarea-filter none
398configure ospf area 0.0.0.0 normal
399configure ospf vlan gate area 0.0.0.0
400configure ospf vlan gate cost automatic
401configure ospf vlan gate priority 0
402configure ospf vlan gate authentication none
403configure ospf vlan gate timer 5 1 10 40
404configure ospf vlan gate restart-helper none
405enable ospf vlan gate restart-helper-lsa-check
406configure ospf vlan sonde area 0.0.0.0
407configure ospf vlan sonde cost automatic
408configure ospf vlan sonde priority 0
409configure ospf vlan sonde authentication none
410configure ospf vlan sonde timer 5 1 10 40
411configure ospf vlan sonde restart-helper none
412enable ospf vlan sonde restart-helper-lsa-check
413configure ospf vlan vlan0 area 0.0.0.0
414configure ospf vlan vlan0 cost automatic
415configure ospf vlan vlan0 priority 0
416configure ospf vlan vlan0 authentication none
417configure ospf vlan vlan0 timer 5 1 10 40
418configure ospf vlan vlan0 restart-helper none
419enable ospf vlan vlan0 restart-helper-lsa-check
420configure ospf vlan vlan10 area 0.0.0.0
421configure ospf vlan vlan10 cost automatic
422configure ospf vlan vlan10 priority 0
423configure ospf vlan vlan10 authentication none
424configure ospf vlan vlan10 timer 5 1 10 40
425configure ospf vlan vlan10 restart-helper none
426enable ospf vlan vlan10 restart-helper-lsa-check
427 configure ospf vlan vlan20 area 0.0.0.0
428configure ospf vlan vlan20 cost automatic
429configure ospf vlan vlan20 priority 0
430configure ospf vlan vlan20 authentication none
431configure ospf vlan vlan20 timer 5 1 10 40
432configure ospf vlan vlan20 restart-helper none
433enable ospf vlan vlan20 restart-helper-lsa-check
434
435#
436# Module pim configuration.
437#
438disable pim
439configure pim crp timer 60
440configure pim register-suppress-interval 60 register-probe-interval 5
441configure pim register-checksum-to include-data
442
443#
444# Module poe configuration.
445#
446enable inline-power
447configure inline-power usage-threshold 70
448configure inline-power disconnect-precedence deny-port
449disable inline-power legacy slot 1
450enable inline-power ports 1
451configure inline-power operator-limit 15400 ports 1
452configure inline-power label "" ports 1
453configure inline-power priority low ports 1
454enable inline-power ports 2
455configure inline-power operator-limit 15400 ports 2
456configure inline-power label "" ports 2
457configure inline-power priority low ports 2
458enable inline-power ports 3
459configure inline-power operator-limit 15400 ports 3
460configure inline-power label "" ports 3
461configure inline-power priority low ports 3
462enable inline-power ports 4
463configure inline-power operator-limit 15400 ports 4
464configure inline-power label "" ports 4
465configure inline-power priority low ports 4
466enable inline-power ports 5
467configure inline-power operator-limit 15400 ports 5
468configure inline-power label "" ports 5
469configure inline-power priority low ports 5
470enable inline-power ports 6
471configure inline-power operator-limit 15400 ports 6
472configure inline-power label "" ports 6
473configure inline-power priority low ports 6
474enable inline-power ports 7
475configure inline-power operator-limit 15400 ports 7
476configure inline-power label "" ports 7
477configure inline-power priority low ports 7
478enable inline-power ports 8
479configure inline-power operator-limit 15400 ports 8
480configure inline-power label "" ports 8
481configure inline-power priority low ports 8
482enable inline-power ports 9
483configure inline-power operator-limit 15400 ports 9
484configure inline-power label "" ports 9
485configure inline-power priority low ports 9
486enable inline-power ports 10
487configure inline-power operator-limit 15400 ports 10
488configure inline-power label "" ports 10
489configure inline-power priority low ports 10
490enable inline-power ports 11
491configure inline-power operator-limit 15400 ports 11
492configure inline-power label "" ports 11
493configure inline-power priority low ports 11
494enable inline-power ports 12
495configure inline-power operator-limit 15400 ports 12
496configure inline-power label "" ports 12
497configure inline-power priority low ports 12
498enable inline-power ports 13
499configure inline-power operator-limit 15400 ports 13
500configure inline-power label "" ports 13
501configure inline-power priority low ports 13
502enable inline-power ports 14
503configure inline-power operator-limit 15400 ports 14
504configure inline-power label "" ports 14
505configure inline-power priority low ports 14
506enable inline-power ports 15
507configure inline-power operator-limit 15400 ports 15
508configure inline-power label "" ports 15
509configure inline-power priority low ports 15
510enable inline-power ports 16
511configure inline-power operator-limit 15400 ports 16
512configure inline-power label "" ports 16
513configure inline-power priority low ports 16
514enable inline-power ports 17
515configure inline-power operator-limit 15400 ports 17
516configure inline-power label "" ports 17
517configure inline-power priority low ports 17
518enable inline-power ports 18
519configure inline-power operator-limit 15400 ports 18
520configure inline-power label "" ports 18
521configure inline-power priority low ports 18
522enable inline-power ports 19
523configure inline-power operator-limit 15400 ports 19
524configure inline-power label "" ports 19
525configure inline-power priority low ports 19
526enable inline-power ports 20
527configure inline-power operator-limit 15400 ports 20
528configure inline-power label "" ports 20
529configure inline-power priority low ports 20
530enable inline-power ports 21
531configure inline-power operator-limit 15400 ports 21
532configure inline-power label "" ports 21
533configure inline-power priority low ports 21
534enable inline-power ports 22
535configure inline-power operator-limit 15400 ports 22
536configure inline-power label "" ports 22
537configure inline-power priority low ports 22
538enable inline-power ports 23
539configure inline-power operator-limit 15400 ports 23
540configure inline-power label "" ports 23
541configure inline-power priority low ports 23
542enable inline-power ports 24
543configure inline-power operator-limit 15400 ports 24
544configure inline-power label "" ports 24
545configure inline-power priority low ports 24
546
547#
548# Module rip configuration.
549#
550configure rip garbagetime 120
551configure rip import-policy none
552configure rip routetimeout 180
553configure rip updatetime 60
554disable rip originate-default
555disable rip use-ip-router-alert
556disable rip aggregation
557enable rip poisonreverse
558enable rip splithorizon
559enable rip triggerupdates
560enable rip
561disable rip export direct
562disable rip export static
563disable rip export ospf-intra
564disable rip export ospf-inter
565disable rip export ospf-extern1
566disable rip export ospf-extern2
567disable rip export e-bgp
568disable rip export i-bgp
569configure rip add vlan vlan0
570configure rip vlan vlan0 route-policy out none
571configure rip vlan vlan0 route-policy in none
572configure rip vlan vlan0 trusted-gateway none
573configure rip vlan vlan0 rxmode any
574configure rip vlan vlan0 txmode v2only
575configure rip vlan vlan0 cost 1
576configure rip add vlan vlan10
577configure rip vlan vlan10 route-policy out none
578configure rip vlan vlan10 route-policy in none
579configure rip vlan vlan10 trusted-gateway none
580configure rip vlan vlan10 rxmode any
581configure rip vlan vlan10 txmode v2only
582configure rip vlan vlan10 cost 1
583configure rip add vlan vlan20
584configure rip vlan vlan20 route-policy out none
585configure rip vlan vlan20 route-policy in none
586configure rip vlan vlan20 trusted-gateway none
587configure rip vlan vlan20 rxmode any
588configure rip vlan vlan20 txmode v2only
589configure rip vlan vlan20 cost 1
590
591#
592# Module ripng configuration.
593#
594disable ripng
595configure ripng garbagetime 120
596configure ripng updatetime 30
597configure ripng routetimeout 180
598
599#
600# Module snmpMaster configuration.
601#
602configure snmpv3 engine-id 03:00:04:96:27:c8:3a
603configure 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
604configure snmpv3 add user initial
605configure snmpv3 add user initialmd5 authentication md5 hex 4f:3b:90:c0:25:86:be:60:c6:97:14:83:5c:2d:44:c5
606 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
607configure 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
608configure 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
609configure snmpv3 add group v1v2c_ro user v1v2c_ro sec-model snmpv1
610configure snmpv3 add group v1v2c_rw user v1v2c_rw sec-model snmpv1
611configure snmpv3 add group v1v2c_ro user v1v2c_ro sec-model snmpv2c
612 configure snmpv3 add group v1v2c_rw user v1v2c_rw sec-model snmpv2c
613configure snmpv3 add group admin user admin sec-model usm
614configure snmpv3 add group initial user initial sec-model usm
615 configure snmpv3 add group initial user initialmd5 sec-model usm
616configure snmpv3 add group initial user initialsha sec-model usm
617configure snmpv3 add group initial user initialmd5Priv sec-model usm
618  configure snmpv3 add group initial user initialshaPriv sec-model usm
619configure snmpv3 add access admin sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultNotifyView
620 configure snmpv3 add access initial sec-model usm sec-level noauth read-view defaultUserView notify-view defaultNotifyView
621configure snmpv3 add access initial sec-model usm sec-level authnopriv read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView
622configure snmpv3 add access v1v2c_ro sec-model snmpv1 sec-level noauth read-view defaultUserView notify-view defaultNotifyView
623configure snmpv3 add access v1v2c_ro sec-model snmpv2c sec-level noauth read-view defaultUserView notify-view defaultNotifyView
624 configure snmpv3 add access v1v2c_rw sec-model snmpv1 sec-level noauth read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView
625configure snmpv3 add access v1v2c_rw sec-model snmpv2c sec-level noauth read-view defaultUserView write-view defaultUserView notify-view defaultNotifyView
626configure snmpv3 add access v1v2cNotifyGroup sec-model snmpv1 sec-level noauth notify-view defaultNotifyView
627configure snmpv3 add access v1v2cNotifyGroup sec-model snmpv2c sec-level noauth notify-view defaultNotifyView
628configure snmpv3 add mib-view defaultUserView subtree 1 type included
629configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.16 type excluded
630configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.18 type excluded
631configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.4 type excluded
632configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.6 type excluded
633configure snmpv3 add mib-view defaultUserView subtree 1.3.6.1.6.3.15.1.2.2.1.9 type excluded
634configure snmpv3 add mib-view defaultAdminView subtree 1 type included
635configure snmpv3 add mib-view defaultNotifyView subtree 1 type included
636configure snmpv3 add community private name private user v1v2c_rw
637configure snmpv3 add community public name public user v1v2c_ro
638configure snmpv3 add notify defaultNotify tag defaultNotify
639enable snmp access
640enable snmp traps
641
642#
643# Module stp configuration.
644#
645configure mstp region 00049627c83a
646configure mstp revision 3
647configure mstp format 0
648create stpd s0
649configure stpd s0 tag 0
650configure stpd s0 mode dot1d
651configure stpd s0 forwarddelay 15
652configure stpd s0 hellotime 2
653configure stpd s0 maxage 20
654configure stpd s0 priority 32768
655disable stpd s0 rapid-root-failover
656configure stpd s0 default-encapsulation dot1d
657enable stpd s0 auto-bind vlan Default
658disable stpd s0
659
660#
661# Module telnetd configuration.
662#
663configure telnet vr all
664
665#
666# Module tftpd configuration.
667#
668
669#
670# Module thttpd configuration.
671#
672
673#
674# Module vrrp configuration.
675