blob: 0ffaeb1c59fac7e3e4f6f722b89646895fc9be47 [file] [log] [blame]
Yi Tsengbaab4242018-02-11 16:50:03 -08001
2#-------------------------------------------------------------------------------
3# DGS-1510-28X Gigabit Ethernet SmartPro Switch
4# Configuration
5#
6# Firmware: Build 1.30.007
7# Copyright(C) 2015 D-Link Corporation. All rights reserved.
8#-------------------------------------------------------------------------------
9
10
11# STACK
12
13end
14end
15
16# DEVICE
17configure terminal
18end
19
20
21# AAA
22
23configure terminal
24# AAA START
25 no aaa new-model
26# AAA END
27end
28
29# PRIVMGMT
30configure terminal
31# COMMAND LEVEL START
32# COMMAND LEVEL END
33# LEVEL START
34# LEVEL END
35# ACCOUNT START
36# ACCOUNT END
37# LOGIN START
38# LOGIN END
39 end
40
41# CLI
42
43
44# BASIC
45
46configure terminal
47 ip http server
48 ip http service-port 80
49 no ip http secure-server
50 ip http timeout-policy idle 180
51 ignore wizard
52end
53configure terminal
54no snmp-server enable traps snmp warmstart
55no snmp-server enable traps snmp coldstart
56end
57
58# LINE
59
60 configure terminal
61 end
62
63# DEBUG
64
65configure terminal
66debug reboot on-error
67no debug enable
68exit
69
70# STORM
71
72
73# TRAF-SEGMENTATION
74
75configure terminal
76end
77
78# SSL
79
80
81# PORT
82
83 configure terminal
84 interface ethernet1/0/1
85 flowcontrol off
86 no speed auto-downgrade
87 snmp trap link-status
88 end
89 configure terminal
90 interface ethernet1/0/2
91 flowcontrol off
92 no speed auto-downgrade
93 snmp trap link-status
94 end
95 configure terminal
96 interface ethernet1/0/3
97 flowcontrol off
98 no speed auto-downgrade
99 snmp trap link-status
100 end
101 configure terminal
102 interface ethernet1/0/4
103 flowcontrol off
104 no speed auto-downgrade
105 snmp trap link-status
106 end
107 configure terminal
108 interface ethernet1/0/5
109 flowcontrol off
110 no speed auto-downgrade
111 snmp trap link-status
112 end
113 configure terminal
114 interface ethernet1/0/6
115 flowcontrol off
116 no speed auto-downgrade
117 snmp trap link-status
118 end
119 configure terminal
120 interface ethernet1/0/7
121 flowcontrol off
122 no speed auto-downgrade
123 snmp trap link-status
124 end
125 configure terminal
126 interface ethernet1/0/8
127 flowcontrol off
128 no speed auto-downgrade
129 snmp trap link-status
130 end
131 configure terminal
132 interface ethernet1/0/9
133 flowcontrol off
134 no speed auto-downgrade
135 snmp trap link-status
136 end
137 configure terminal
138 interface ethernet1/0/10
139 flowcontrol off
140 no speed auto-downgrade
141 snmp trap link-status
142 end
143 configure terminal
144 interface ethernet1/0/11
145 flowcontrol off
146 no speed auto-downgrade
147 snmp trap link-status
148 end
149 configure terminal
150 interface ethernet1/0/12
151 flowcontrol off
152 no speed auto-downgrade
153 snmp trap link-status
154 end
155 configure terminal
156 interface ethernet1/0/13
157 flowcontrol off
158 no speed auto-downgrade
159 snmp trap link-status
160 end
161 configure terminal
162 interface ethernet1/0/14
163 flowcontrol off
164 no speed auto-downgrade
165 snmp trap link-status
166 end
167 configure terminal
168 interface ethernet1/0/15
169 flowcontrol off
170 no speed auto-downgrade
171 snmp trap link-status
172 end
173 configure terminal
174 interface ethernet1/0/16
175 flowcontrol off
176 no speed auto-downgrade
177 snmp trap link-status
178 end
179 configure terminal
180 interface ethernet1/0/17
181 flowcontrol off
182 no speed auto-downgrade
183 snmp trap link-status
184 end
185 configure terminal
186 interface ethernet1/0/18
187 flowcontrol off
188 no speed auto-downgrade
189 snmp trap link-status
190 end
191 configure terminal
192 interface ethernet1/0/19
193 flowcontrol off
194 no speed auto-downgrade
195 snmp trap link-status
196 end
197 configure terminal
198 interface ethernet1/0/20
199 flowcontrol off
200 no speed auto-downgrade
201 snmp trap link-status
202 end
203 configure terminal
204 interface ethernet1/0/21
205 flowcontrol off
206 no speed auto-downgrade
207 snmp trap link-status
208 end
209 configure terminal
210 interface ethernet1/0/22
211 flowcontrol off
212 no speed auto-downgrade
213 snmp trap link-status
214 end
215 configure terminal
216 interface ethernet1/0/23
217 flowcontrol off
218 no speed auto-downgrade
219 snmp trap link-status
220 end
221 configure terminal
222 interface ethernet1/0/24
223 flowcontrol off
224 no speed auto-downgrade
225 snmp trap link-status
226 end
227 configure terminal
228 interface ethernet1/0/25
229 flowcontrol off
230 no speed auto-downgrade
231 snmp trap link-status
232 end
233 configure terminal
234 interface ethernet1/0/26
235 flowcontrol off
236 no speed auto-downgrade
237 snmp trap link-status
238 end
239 configure terminal
240 interface ethernet1/0/27
241 flowcontrol off
242 no speed auto-downgrade
243 snmp trap link-status
244 end
245 configure terminal
246 interface ethernet1/0/28
247 flowcontrol off
248 no speed auto-downgrade
249 snmp trap link-status
250 end
251
252# LACP
253
254end
255configure terminal
256end
257
258# SIM
259
260end
261configure terminal
262end
263
264# DDM
265
266configure terminal
267 interface ethernet 1/0/25
268exit
269 interface ethernet 1/0/26
270exit
271 interface ethernet 1/0/27
272exit
273 interface ethernet 1/0/28
274exit
275end
276
277# TR
278configure terminal
279end
280
281
282# STP
283
284end
285configure terminal
286end
287configure terminal
288interface ethernet 1/0/1
289end
290configure terminal
291interface ethernet 1/0/2
292end
293configure terminal
294interface ethernet 1/0/3
295end
296configure terminal
297interface ethernet 1/0/4
298end
299configure terminal
300interface ethernet 1/0/5
301end
302configure terminal
303interface ethernet 1/0/6
304end
305configure terminal
306interface ethernet 1/0/7
307end
308configure terminal
309interface ethernet 1/0/8
310end
311configure terminal
312interface ethernet 1/0/9
313end
314configure terminal
315interface ethernet 1/0/10
316end
317configure terminal
318interface ethernet 1/0/11
319end
320configure terminal
321interface ethernet 1/0/12
322end
323configure terminal
324interface ethernet 1/0/13
325end
326configure terminal
327interface ethernet 1/0/14
328end
329configure terminal
330interface ethernet 1/0/15
331end
332configure terminal
333interface ethernet 1/0/16
334end
335configure terminal
336interface ethernet 1/0/17
337end
338configure terminal
339interface ethernet 1/0/18
340end
341configure terminal
342interface ethernet 1/0/19
343end
344configure terminal
345interface ethernet 1/0/20
346end
347configure terminal
348interface ethernet 1/0/21
349end
350configure terminal
351interface ethernet 1/0/22
352end
353configure terminal
354interface ethernet 1/0/23
355end
356configure terminal
357interface ethernet 1/0/24
358end
359configure terminal
360interface ethernet 1/0/25
361end
362configure terminal
363interface ethernet 1/0/26
364end
365configure terminal
366interface ethernet 1/0/27
367end
368configure terminal
369interface ethernet 1/0/28
370end
371configure terminal
372spanning-tree mst configuration
373exit
374end
375
376# LOOP_DETECT
377
378configure terminal
379end
380
381# VLAN
382
383configure terminal
384vlan 2,100,200,210
385exit
386vlan 1
387name Internal
388exit
389vlan 2
390name External
391exit
392end
393configure terminal
394interface ethernet 1/0/11
395switchport mode access
396switchport access vlan 2
397acceptable-frame admit-all
398end
399configure terminal
400interface ethernet 1/0/12
401switchport mode access
402switchport access vlan 2
403acceptable-frame admit-all
404end
405configure terminal
406interface ethernet 1/0/13
407switchport mode access
408switchport access vlan 2
409acceptable-frame admit-all
410end
411configure terminal
412interface ethernet 1/0/14
413switchport mode access
414switchport access vlan 2
415acceptable-frame admit-all
416end
417configure terminal
418interface ethernet 1/0/15
419switchport mode access
420switchport access vlan 2
421acceptable-frame admit-all
422end
423configure terminal
424interface ethernet 1/0/16
425switchport mode access
426switchport access vlan 2
427acceptable-frame admit-all
428end
429configure terminal
430interface ethernet 1/0/17
431switchport mode access
432switchport access vlan 2
433acceptable-frame admit-all
434end
435configure terminal
436interface ethernet 1/0/18
437switchport mode access
438switchport access vlan 2
439acceptable-frame admit-all
440end
441configure terminal
442interface ethernet 1/0/19
443switchport mode access
444switchport access vlan 2
445acceptable-frame admit-all
446end
447configure terminal
448interface ethernet 1/0/20
449switchport mode access
450switchport access vlan 2
451acceptable-frame admit-all
452end
453configure terminal
454interface ethernet 1/0/21
455switchport mode access
456acceptable-frame admit-all
457end
458configure terminal
459interface ethernet 1/0/22
460switchport mode access
461acceptable-frame admit-all
462end
463configure terminal
464interface ethernet 1/0/23
465switchport mode trunk
Yi Tsengbc6bfe52018-02-12 18:21:53 -0800466switchport trunk native vlan 100
Yi Tsengbaab4242018-02-11 16:50:03 -0800467switchport trunk allowed vlan 1,100,200
468end
469configure terminal
470interface ethernet 1/0/24
471switchport mode trunk
Yi Tsengbc6bfe52018-02-12 18:21:53 -0800472switchport trunk native vlan 210
Yi Tsengbaab4242018-02-11 16:50:03 -0800473switchport trunk allowed vlan 2,210
474end
475configure terminal
476interface ethernet 1/0/25
477switchport mode access
478switchport access vlan 100
479acceptable-frame admit-all
480end
481configure terminal
482interface ethernet 1/0/26
483switchport mode access
484switchport access vlan 200
485acceptable-frame admit-all
486end
487configure terminal
488interface ethernet 1/0/27
489switchport mode access
490switchport access vlan 210
491acceptable-frame admit-all
492end
493configure terminal
494interface ethernet 1/0/28
495switchport mode access
496acceptable-frame admit-all
497end
498configure terminal
499end
500configure terminal
501end
502
503# ACL
504
505end
506configure terminal
507interface ethernet 1/0/1
508exit
509interface ethernet 1/0/2
510exit
511interface ethernet 1/0/3
512exit
513interface ethernet 1/0/4
514exit
515interface ethernet 1/0/5
516exit
517interface ethernet 1/0/6
518exit
519interface ethernet 1/0/7
520exit
521interface ethernet 1/0/8
522exit
523interface ethernet 1/0/9
524exit
525interface ethernet 1/0/10
526exit
527interface ethernet 1/0/11
528exit
529interface ethernet 1/0/12
530exit
531interface ethernet 1/0/13
532exit
533interface ethernet 1/0/14
534exit
535interface ethernet 1/0/15
536exit
537interface ethernet 1/0/16
538exit
539interface ethernet 1/0/17
540exit
541interface ethernet 1/0/18
542exit
543interface ethernet 1/0/19
544exit
545interface ethernet 1/0/20
546exit
547interface ethernet 1/0/21
548exit
549interface ethernet 1/0/22
550exit
551interface ethernet 1/0/23
552exit
553interface ethernet 1/0/24
554exit
555interface ethernet 1/0/25
556exit
557interface ethernet 1/0/26
558exit
559interface ethernet 1/0/27
560exit
561interface ethernet 1/0/28
562exit
563end
564
565# PORT_SECURITY
566
567configure terminal
568 interface ethernet 1/0/1
569end
570configure terminal
571 interface ethernet 1/0/2
572end
573configure terminal
574 interface ethernet 1/0/3
575end
576configure terminal
577 interface ethernet 1/0/4
578end
579configure terminal
580 interface ethernet 1/0/5
581end
582configure terminal
583 interface ethernet 1/0/6
584end
585configure terminal
586 interface ethernet 1/0/7
587end
588configure terminal
589 interface ethernet 1/0/8
590end
591configure terminal
592 interface ethernet 1/0/9
593end
594configure terminal
595 interface ethernet 1/0/10
596end
597configure terminal
598 interface ethernet 1/0/11
599end
600configure terminal
601 interface ethernet 1/0/12
602end
603configure terminal
604 interface ethernet 1/0/13
605end
606configure terminal
607 interface ethernet 1/0/14
608end
609configure terminal
610 interface ethernet 1/0/15
611end
612configure terminal
613 interface ethernet 1/0/16
614end
615configure terminal
616 interface ethernet 1/0/17
617end
618configure terminal
619 interface ethernet 1/0/18
620end
621configure terminal
622 interface ethernet 1/0/19
623end
624configure terminal
625 interface ethernet 1/0/20
626end
627configure terminal
628 interface ethernet 1/0/21
629end
630configure terminal
631 interface ethernet 1/0/22
632end
633configure terminal
634 interface ethernet 1/0/23
635 switchport port-security
636end
637configure terminal
638 interface ethernet 1/0/24
639end
640configure terminal
641 interface ethernet 1/0/25
642end
643configure terminal
644 interface ethernet 1/0/26
645end
646configure terminal
647 interface ethernet 1/0/27
648end
649configure terminal
650 interface ethernet 1/0/28
651end
652
653# QOS
654
655end
656configure terminal
657interface ethernet 1/0/1
658end
659configure terminal
660interface ethernet 1/0/2
661end
662configure terminal
663interface ethernet 1/0/3
664end
665configure terminal
666interface ethernet 1/0/4
667end
668configure terminal
669interface ethernet 1/0/5
670end
671configure terminal
672interface ethernet 1/0/6
673end
674configure terminal
675interface ethernet 1/0/7
676end
677configure terminal
678interface ethernet 1/0/8
679end
680configure terminal
681interface ethernet 1/0/9
682end
683configure terminal
684interface ethernet 1/0/10
685end
686configure terminal
687interface ethernet 1/0/11
688end
689configure terminal
690interface ethernet 1/0/12
691end
692configure terminal
693interface ethernet 1/0/13
694end
695configure terminal
696interface ethernet 1/0/14
697end
698configure terminal
699interface ethernet 1/0/15
700end
701configure terminal
702interface ethernet 1/0/16
703end
704configure terminal
705interface ethernet 1/0/17
706end
707configure terminal
708interface ethernet 1/0/18
709end
710configure terminal
711interface ethernet 1/0/19
712end
713configure terminal
714interface ethernet 1/0/20
715end
716configure terminal
717interface ethernet 1/0/21
718end
719configure terminal
720interface ethernet 1/0/22
721end
722configure terminal
723interface ethernet 1/0/23
724end
725configure terminal
726interface ethernet 1/0/24
727end
728configure terminal
729interface ethernet 1/0/25
730end
731configure terminal
732interface ethernet 1/0/26
733end
734configure terminal
735interface ethernet 1/0/27
736end
737configure terminal
738interface ethernet 1/0/28
739end
740configure terminal
741end
742configure terminal
743interface ethernet 1/0/1
744end
745configure terminal
746interface ethernet 1/0/2
747end
748configure terminal
749interface ethernet 1/0/3
750end
751configure terminal
752interface ethernet 1/0/4
753end
754configure terminal
755interface ethernet 1/0/5
756end
757configure terminal
758interface ethernet 1/0/6
759end
760configure terminal
761interface ethernet 1/0/7
762end
763configure terminal
764interface ethernet 1/0/8
765end
766configure terminal
767interface ethernet 1/0/9
768end
769configure terminal
770interface ethernet 1/0/10
771end
772configure terminal
773interface ethernet 1/0/11
774end
775configure terminal
776interface ethernet 1/0/12
777end
778configure terminal
779interface ethernet 1/0/13
780end
781configure terminal
782interface ethernet 1/0/14
783end
784configure terminal
785interface ethernet 1/0/15
786end
787configure terminal
788interface ethernet 1/0/16
789end
790configure terminal
791interface ethernet 1/0/17
792end
793configure terminal
794interface ethernet 1/0/18
795end
796configure terminal
797interface ethernet 1/0/19
798end
799configure terminal
800interface ethernet 1/0/20
801end
802configure terminal
803interface ethernet 1/0/21
804end
805configure terminal
806interface ethernet 1/0/22
807end
808configure terminal
809interface ethernet 1/0/23
810end
811configure terminal
812interface ethernet 1/0/24
813end
814configure terminal
815interface ethernet 1/0/25
816end
817configure terminal
818interface ethernet 1/0/26
819end
820configure terminal
821interface ethernet 1/0/27
822end
823configure terminal
824interface ethernet 1/0/28
825end
826configure terminal
827interface ethernet 1/0/1
828end
829configure terminal
830interface ethernet 1/0/2
831end
832configure terminal
833interface ethernet 1/0/3
834end
835configure terminal
836interface ethernet 1/0/4
837end
838configure terminal
839interface ethernet 1/0/5
840end
841configure terminal
842interface ethernet 1/0/6
843end
844configure terminal
845interface ethernet 1/0/7
846end
847configure terminal
848interface ethernet 1/0/8
849end
850configure terminal
851interface ethernet 1/0/9
852end
853configure terminal
854interface ethernet 1/0/10
855end
856configure terminal
857interface ethernet 1/0/11
858end
859configure terminal
860interface ethernet 1/0/12
861end
862configure terminal
863interface ethernet 1/0/13
864end
865configure terminal
866interface ethernet 1/0/14
867end
868configure terminal
869interface ethernet 1/0/15
870end
871configure terminal
872interface ethernet 1/0/16
873end
874configure terminal
875interface ethernet 1/0/17
876end
877configure terminal
878interface ethernet 1/0/18
879end
880configure terminal
881interface ethernet 1/0/19
882end
883configure terminal
884interface ethernet 1/0/20
885end
886configure terminal
887interface ethernet 1/0/21
888end
889configure terminal
890interface ethernet 1/0/22
891end
892configure terminal
893interface ethernet 1/0/23
894end
895configure terminal
896interface ethernet 1/0/24
897end
898configure terminal
899interface ethernet 1/0/25
900end
901configure terminal
902interface ethernet 1/0/26
903end
904configure terminal
905interface ethernet 1/0/27
906end
907configure terminal
908interface ethernet 1/0/28
909end
910configure terminal
911interface ethernet 1/0/1
912end
913configure terminal
914interface ethernet 1/0/2
915end
916configure terminal
917interface ethernet 1/0/3
918end
919configure terminal
920interface ethernet 1/0/4
921end
922configure terminal
923interface ethernet 1/0/5
924end
925configure terminal
926interface ethernet 1/0/6
927end
928configure terminal
929interface ethernet 1/0/7
930end
931configure terminal
932interface ethernet 1/0/8
933end
934configure terminal
935interface ethernet 1/0/9
936end
937configure terminal
938interface ethernet 1/0/10
939end
940configure terminal
941interface ethernet 1/0/11
942end
943configure terminal
944interface ethernet 1/0/12
945end
946configure terminal
947interface ethernet 1/0/13
948end
949configure terminal
950interface ethernet 1/0/14
951end
952configure terminal
953interface ethernet 1/0/15
954end
955configure terminal
956interface ethernet 1/0/16
957end
958configure terminal
959interface ethernet 1/0/17
960end
961configure terminal
962interface ethernet 1/0/18
963end
964configure terminal
965interface ethernet 1/0/19
966end
967configure terminal
968interface ethernet 1/0/20
969end
970configure terminal
971interface ethernet 1/0/21
972end
973configure terminal
974interface ethernet 1/0/22
975end
976configure terminal
977interface ethernet 1/0/23
978end
979configure terminal
980interface ethernet 1/0/24
981end
982configure terminal
983interface ethernet 1/0/25
984end
985configure terminal
986interface ethernet 1/0/26
987end
988configure terminal
989interface ethernet 1/0/27
990end
991configure terminal
992interface ethernet 1/0/28
993end
994configure terminal
995end
996configure terminal
997interface ethernet 1/0/1
998end
999configure terminal
1000interface ethernet 1/0/2
1001end
1002configure terminal
1003interface ethernet 1/0/3
1004end
1005configure terminal
1006interface ethernet 1/0/4
1007end
1008configure terminal
1009interface ethernet 1/0/5
1010end
1011configure terminal
1012interface ethernet 1/0/6
1013end
1014configure terminal
1015interface ethernet 1/0/7
1016end
1017configure terminal
1018interface ethernet 1/0/8
1019end
1020configure terminal
1021interface ethernet 1/0/9
1022end
1023configure terminal
1024interface ethernet 1/0/10
1025end
1026configure terminal
1027interface ethernet 1/0/11
1028end
1029configure terminal
1030interface ethernet 1/0/12
1031end
1032configure terminal
1033interface ethernet 1/0/13
1034end
1035configure terminal
1036interface ethernet 1/0/14
1037end
1038configure terminal
1039interface ethernet 1/0/15
1040end
1041configure terminal
1042interface ethernet 1/0/16
1043end
1044configure terminal
1045interface ethernet 1/0/17
1046end
1047configure terminal
1048interface ethernet 1/0/18
1049end
1050configure terminal
1051interface ethernet 1/0/19
1052end
1053configure terminal
1054interface ethernet 1/0/20
1055end
1056configure terminal
1057interface ethernet 1/0/21
1058end
1059configure terminal
1060interface ethernet 1/0/22
1061end
1062configure terminal
1063interface ethernet 1/0/23
1064end
1065configure terminal
1066interface ethernet 1/0/24
1067end
1068configure terminal
1069interface ethernet 1/0/25
1070end
1071configure terminal
1072interface ethernet 1/0/26
1073end
1074configure terminal
1075interface ethernet 1/0/27
1076end
1077configure terminal
1078interface ethernet 1/0/28
1079end
1080configure terminal
1081interface ethernet 1/0/1
1082end
1083configure terminal
1084interface ethernet 1/0/2
1085end
1086configure terminal
1087interface ethernet 1/0/3
1088end
1089configure terminal
1090interface ethernet 1/0/4
1091end
1092configure terminal
1093interface ethernet 1/0/5
1094end
1095configure terminal
1096interface ethernet 1/0/6
1097end
1098configure terminal
1099interface ethernet 1/0/7
1100end
1101configure terminal
1102interface ethernet 1/0/8
1103end
1104configure terminal
1105interface ethernet 1/0/9
1106end
1107configure terminal
1108interface ethernet 1/0/10
1109end
1110configure terminal
1111interface ethernet 1/0/11
1112end
1113configure terminal
1114interface ethernet 1/0/12
1115end
1116configure terminal
1117interface ethernet 1/0/13
1118end
1119configure terminal
1120interface ethernet 1/0/14
1121end
1122configure terminal
1123interface ethernet 1/0/15
1124end
1125configure terminal
1126interface ethernet 1/0/16
1127end
1128configure terminal
1129interface ethernet 1/0/17
1130end
1131configure terminal
1132interface ethernet 1/0/18
1133end
1134configure terminal
1135interface ethernet 1/0/19
1136end
1137configure terminal
1138interface ethernet 1/0/20
1139end
1140configure terminal
1141interface ethernet 1/0/21
1142end
1143configure terminal
1144interface ethernet 1/0/22
1145end
1146configure terminal
1147interface ethernet 1/0/23
1148end
1149configure terminal
1150interface ethernet 1/0/24
1151end
1152configure terminal
1153interface ethernet 1/0/25
1154end
1155configure terminal
1156interface ethernet 1/0/26
1157end
1158configure terminal
1159interface ethernet 1/0/27
1160end
1161configure terminal
1162interface ethernet 1/0/28
1163end
1164
1165# QOSPOLICY
1166
1167end
1168configure terminal
1169end
1170
1171# ERPS
1172
1173end
1174configure terminal
1175end
1176
1177# MIRROR
1178
1179configure terminal
1180end
1181
1182# DOT1X
1183
1184
1185# POE
1186
1187configure terminal
1188end
1189
1190# FDB
1191
1192end
1193configure terminal
1194end
1195
1196# IPSG
1197
1198
1199# DoS
1200
1201configure terminal
1202end
1203
1204# IPV6SG
1205
1206
1207# NDP_INSPEC
1208
1209
1210# RA_GUARD
1211
1212
1213# DHCPV6_GUARD
1214
1215
1216# IPv6_SNOOPING
1217
1218
1219# ARPSpoofingPrevention
1220
1221
1222# BPDU_PROTECTION
1223
1224configure terminal
1225end
1226
1227# CPU_PROTECT
1228
1229configure terminal
1230end
1231
1232
1233# BANNER_PROMP
1234
1235
1236# SSH
1237
1238configure terminal
1239 ssh user admin authentication-method password
1240end
1241
1242# TELNETS
1243
1244configure terminal
1245ip telnet server
1246ip telnet service-port 23
1247end
1248
1249# DNSRESOLVER
1250
1251configure terminal
1252no ip domain lookup
1253end
1254
1255# PING
1256
1257
1258# NTP
1259
1260end
1261configure terminal
1262ntp authenticate
1263no ntp update-calendar
1264ntp max-associations 32
1265no service ntp
1266end
1267
1268# IP
1269
1270configure terminal
1271interface vlan 1
1272ip address 10.90.90.90 255.255.255.0
1273exit
1274interface vlan 2
1275ip address 10.128.13.199 255.255.0.0
1276exit
1277end
1278
1279# AutoCfg
1280
1281end
1282configure terminal
1283no autoconfig enable
1284end
1285
1286# SNMPv3
1287
1288configure terminal
1289no snmp-server community public
1290no snmp-server community private
1291no snmp-server user initial v3
1292no snmp-server group initial v3
1293no snmp-server view restricted
1294no snmp-server view CommunityView
1295exit
1296configure terminal
1297no snmp-server
1298no snmp-server enable traps
1299snmp-server name Switch
1300exit
1301configure terminal
1302snmp-server engineID local 800000ab031c5f2b23f90000
1303exit
1304configure terminal
1305snmp-server view restricted 1.3.6.1.2.1.1 included
1306snmp-server view restricted 1.3.6.1.2.1.11 included
1307snmp-server view restricted 1.3.6.1.6.3.10.2.1 included
1308snmp-server view restricted 1.3.6.1.6.3.11.2.1 included
1309snmp-server view restricted 1.3.6.1.6.3.15.1.1 included
1310snmp-server view CommunityView 1 included
1311snmp-server view CommunityView 1.3.6.1.6.3 excluded
1312snmp-server view CommunityView 1.3.6.1.6.3.1 included
1313exit
1314configure terminal
1315snmp-server group public v1 read CommunityView notify CommunityView
1316snmp-server group public v2c read CommunityView notify CommunityView
1317snmp-server group initial v3 noauth read restricted notify restricted
1318snmp-server group private v1 read CommunityView write CommunityView notify CommunityView
1319snmp-server group private v2c read CommunityView write CommunityView notify CommunityView
1320exit
1321configure terminal
1322snmp-server community public view CommunityView ro
1323snmp-server community private view CommunityView rw
1324exit
1325configure terminal
1326snmp-server user initial initial v3
1327exit
1328configure terminal
1329no snmp-server enable traps snmp authentication
1330no snmp-server enable traps snmp linkup
1331no snmp-server enable traps snmp linkdown
1332exit
1333configure terminal
1334snmp-server service-port 161
1335exit
1336end
1337configure terminal
1338 interface ethernet 1/0/1
1339no snmp-server trap-sending disable
1340end
1341configure terminal
1342 interface ethernet 1/0/2
1343no snmp-server trap-sending disable
1344end
1345configure terminal
1346 interface ethernet 1/0/3
1347no snmp-server trap-sending disable
1348end
1349configure terminal
1350 interface ethernet 1/0/4
1351no snmp-server trap-sending disable
1352end
1353configure terminal
1354 interface ethernet 1/0/5
1355no snmp-server trap-sending disable
1356end
1357configure terminal
1358 interface ethernet 1/0/6
1359no snmp-server trap-sending disable
1360end
1361configure terminal
1362 interface ethernet 1/0/7
1363no snmp-server trap-sending disable
1364end
1365configure terminal
1366 interface ethernet 1/0/8
1367no snmp-server trap-sending disable
1368end
1369configure terminal
1370 interface ethernet 1/0/9
1371no snmp-server trap-sending disable
1372end
1373configure terminal
1374 interface ethernet 1/0/10
1375no snmp-server trap-sending disable
1376end
1377configure terminal
1378 interface ethernet 1/0/11
1379no snmp-server trap-sending disable
1380end
1381configure terminal
1382 interface ethernet 1/0/12
1383no snmp-server trap-sending disable
1384end
1385configure terminal
1386 interface ethernet 1/0/13
1387no snmp-server trap-sending disable
1388end
1389configure terminal
1390 interface ethernet 1/0/14
1391no snmp-server trap-sending disable
1392end
1393configure terminal
1394 interface ethernet 1/0/15
1395no snmp-server trap-sending disable
1396end
1397configure terminal
1398 interface ethernet 1/0/16
1399no snmp-server trap-sending disable
1400end
1401configure terminal
1402 interface ethernet 1/0/17
1403no snmp-server trap-sending disable
1404end
1405configure terminal
1406 interface ethernet 1/0/18
1407no snmp-server trap-sending disable
1408end
1409configure terminal
1410 interface ethernet 1/0/19
1411no snmp-server trap-sending disable
1412end
1413configure terminal
1414 interface ethernet 1/0/20
1415no snmp-server trap-sending disable
1416end
1417configure terminal
1418 interface ethernet 1/0/21
1419no snmp-server trap-sending disable
1420end
1421configure terminal
1422 interface ethernet 1/0/22
1423no snmp-server trap-sending disable
1424end
1425configure terminal
1426 interface ethernet 1/0/23
1427no snmp-server trap-sending disable
1428end
1429configure terminal
1430 interface ethernet 1/0/24
1431no snmp-server trap-sending disable
1432end
1433configure terminal
1434 interface ethernet 1/0/25
1435no snmp-server trap-sending disable
1436end
1437configure terminal
1438 interface ethernet 1/0/26
1439no snmp-server trap-sending disable
1440end
1441configure terminal
1442 interface ethernet 1/0/27
1443no snmp-server trap-sending disable
1444end
1445configure terminal
1446 interface ethernet 1/0/28
1447no snmp-server trap-sending disable
1448end
1449configure terminal
1450no snmp-server response broadcast-request
1451exit
1452configure terminal
1453snmp-server source-interface traps Vlan 1
1454exit
1455
1456# SNTP
1457
1458configure terminal
1459clock timezone + 0 0
1460no clock summer-time
1461sntp interval 720
1462no sntp enable
1463exit
1464
1465# UDP_HELPER
1466
1467configure terminal
1468ip forward-protocol udp 37
1469ip forward-protocol udp 42
1470ip forward-protocol udp 49
1471ip forward-protocol udp 53
1472ip forward-protocol udp 69
1473ip forward-protocol udp 137
1474ip forward-protocol udp 138
1475end
1476
1477# SYSLOG
1478
1479configure terminal
1480exit
1481
1482# JWAC
1483
1484configure terminal
1485end
1486
1487# WEB_AUTHENTICATION
1488
1489configure terminal
1490end
1491
1492# PowerSaving
1493
1494configure terminal
1495no power-saving link-detection
1496no dim led
1497no power-saving hibernation
1498no power-saving dim-led
1499no power-saving port-shutdown
1500interface ethernet 1/0/1
1501exit
1502interface ethernet 1/0/2
1503exit
1504interface ethernet 1/0/3
1505exit
1506interface ethernet 1/0/4
1507exit
1508interface ethernet 1/0/5
1509exit
1510interface ethernet 1/0/6
1511exit
1512interface ethernet 1/0/7
1513exit
1514interface ethernet 1/0/8
1515exit
1516interface ethernet 1/0/9
1517exit
1518interface ethernet 1/0/10
1519exit
1520interface ethernet 1/0/11
1521exit
1522interface ethernet 1/0/12
1523exit
1524interface ethernet 1/0/13
1525exit
1526interface ethernet 1/0/14
1527exit
1528interface ethernet 1/0/15
1529exit
1530interface ethernet 1/0/16
1531exit
1532interface ethernet 1/0/17
1533exit
1534interface ethernet 1/0/18
1535exit
1536interface ethernet 1/0/19
1537exit
1538interface ethernet 1/0/20
1539exit
1540interface ethernet 1/0/21
1541exit
1542interface ethernet 1/0/22
1543exit
1544interface ethernet 1/0/23
1545exit
1546interface ethernet 1/0/24
1547exit
1548interface ethernet 1/0/25
1549exit
1550interface ethernet 1/0/26
1551exit
1552interface ethernet 1/0/27
1553exit
1554interface ethernet 1/0/28
1555exit
1556interface ethernet 1/0/1
1557no power-saving eee
1558exit
1559interface ethernet 1/0/2
1560no power-saving eee
1561exit
1562interface ethernet 1/0/3
1563no power-saving eee
1564exit
1565interface ethernet 1/0/4
1566no power-saving eee
1567exit
1568interface ethernet 1/0/5
1569no power-saving eee
1570exit
1571interface ethernet 1/0/6
1572no power-saving eee
1573exit
1574interface ethernet 1/0/7
1575no power-saving eee
1576exit
1577interface ethernet 1/0/8
1578no power-saving eee
1579exit
1580interface ethernet 1/0/9
1581no power-saving eee
1582exit
1583interface ethernet 1/0/10
1584no power-saving eee
1585exit
1586interface ethernet 1/0/11
1587no power-saving eee
1588exit
1589interface ethernet 1/0/12
1590no power-saving eee
1591exit
1592interface ethernet 1/0/13
1593no power-saving eee
1594exit
1595interface ethernet 1/0/14
1596no power-saving eee
1597exit
1598interface ethernet 1/0/15
1599no power-saving eee
1600exit
1601interface ethernet 1/0/16
1602no power-saving eee
1603exit
1604interface ethernet 1/0/17
1605no power-saving eee
1606exit
1607interface ethernet 1/0/18
1608no power-saving eee
1609exit
1610interface ethernet 1/0/19
1611no power-saving eee
1612exit
1613interface ethernet 1/0/20
1614no power-saving eee
1615exit
1616interface ethernet 1/0/21
1617no power-saving eee
1618exit
1619interface ethernet 1/0/22
1620no power-saving eee
1621exit
1622interface ethernet 1/0/23
1623no power-saving eee
1624exit
1625interface ethernet 1/0/24
1626no power-saving eee
1627exit
1628interface ethernet 1/0/25
1629no power-saving eee
1630exit
1631interface ethernet 1/0/26
1632no power-saving eee
1633exit
1634interface ethernet 1/0/27
1635no power-saving eee
1636exit
1637interface ethernet 1/0/28
1638no power-saving eee
1639exit
1640end
1641
1642# LLDP
1643
1644 end
1645configure terminal
1646exit
1647 end
1648configure terminal
1649 interface ethernet 1/0/1
1650 end
1651configure terminal
1652 interface ethernet 1/0/2
1653 end
1654configure terminal
1655 interface ethernet 1/0/3
1656 end
1657configure terminal
1658 interface ethernet 1/0/4
1659 end
1660configure terminal
1661 interface ethernet 1/0/5
1662 end
1663configure terminal
1664 interface ethernet 1/0/6
1665 end
1666configure terminal
1667 interface ethernet 1/0/7
1668 end
1669configure terminal
1670 interface ethernet 1/0/8
1671 end
1672configure terminal
1673 interface ethernet 1/0/9
1674 end
1675configure terminal
1676 interface ethernet 1/0/10
1677 end
1678configure terminal
1679 interface ethernet 1/0/11
1680 end
1681configure terminal
1682 interface ethernet 1/0/12
1683 end
1684configure terminal
1685 interface ethernet 1/0/13
1686 end
1687configure terminal
1688 interface ethernet 1/0/14
1689 end
1690configure terminal
1691 interface ethernet 1/0/15
1692 end
1693configure terminal
1694 interface ethernet 1/0/16
1695 end
1696configure terminal
1697 interface ethernet 1/0/17
1698 end
1699configure terminal
1700 interface ethernet 1/0/18
1701 end
1702configure terminal
1703 interface ethernet 1/0/19
1704 end
1705configure terminal
1706 interface ethernet 1/0/20
1707 end
1708configure terminal
1709 interface ethernet 1/0/21
1710 end
1711configure terminal
1712 interface ethernet 1/0/22
1713 end
1714configure terminal
1715 interface ethernet 1/0/23
1716 end
1717configure terminal
1718 interface ethernet 1/0/24
1719 end
1720configure terminal
1721 interface ethernet 1/0/25
1722 end
1723configure terminal
1724 interface ethernet 1/0/26
1725 end
1726configure terminal
1727 interface ethernet 1/0/27
1728 end
1729configure terminal
1730 interface ethernet 1/0/28
1731 interface ethernet 1/0/1
1732exit
1733 interface ethernet 1/0/2
1734exit
1735 interface ethernet 1/0/3
1736exit
1737 interface ethernet 1/0/4
1738exit
1739 interface ethernet 1/0/5
1740exit
1741 interface ethernet 1/0/6
1742exit
1743 interface ethernet 1/0/7
1744exit
1745 interface ethernet 1/0/8
1746exit
1747 interface ethernet 1/0/9
1748exit
1749 interface ethernet 1/0/10
1750exit
1751 interface ethernet 1/0/11
1752exit
1753 interface ethernet 1/0/12
1754exit
1755 interface ethernet 1/0/13
1756exit
1757 interface ethernet 1/0/14
1758exit
1759 interface ethernet 1/0/15
1760exit
1761 interface ethernet 1/0/16
1762exit
1763 interface ethernet 1/0/17
1764exit
1765 interface ethernet 1/0/18
1766exit
1767 interface ethernet 1/0/19
1768exit
1769 interface ethernet 1/0/20
1770exit
1771 interface ethernet 1/0/21
1772exit
1773 interface ethernet 1/0/22
1774exit
1775 interface ethernet 1/0/23
1776exit
1777 interface ethernet 1/0/24
1778exit
1779 interface ethernet 1/0/25
1780exit
1781 interface ethernet 1/0/26
1782exit
1783 interface ethernet 1/0/27
1784exit
1785 interface ethernet 1/0/28
1786exit
1787exit
1788
1789# TFTP
1790
1791configure terminal
1792end
1793
1794# MAC_Based_Access_Control
1795
1796
1797# MCFILTER-G2
1798
1799configure terminal
1800end
1801
1802# COMPOUND_AUTHENTICATION
1803
1804configure terminal
1805end
1806
1807# IGMP-SNOOPING
1808
1809configure terminal
1810end
1811
1812# MLD-SNOOPING
1813
1814configure terminal
1815end
1816
1817# DHCPSNP
1818
1819configure terminal
1820end
1821configure terminal
1822 interface ethernet 1/0/1
1823 end
1824configure terminal
1825 interface ethernet 1/0/2
1826 end
1827configure terminal
1828 interface ethernet 1/0/3
1829 end
1830configure terminal
1831 interface ethernet 1/0/4
1832 end
1833configure terminal
1834 interface ethernet 1/0/5
1835 end
1836configure terminal
1837 interface ethernet 1/0/6
1838 end
1839configure terminal
1840 interface ethernet 1/0/7
1841 end
1842configure terminal
1843 interface ethernet 1/0/8
1844 end
1845configure terminal
1846 interface ethernet 1/0/9
1847 end
1848configure terminal
1849 interface ethernet 1/0/10
1850 end
1851configure terminal
1852 interface ethernet 1/0/11
1853 end
1854configure terminal
1855 interface ethernet 1/0/12
1856 end
1857configure terminal
1858 interface ethernet 1/0/13
1859 end
1860configure terminal
1861 interface ethernet 1/0/14
1862 end
1863configure terminal
1864 interface ethernet 1/0/15
1865 end
1866configure terminal
1867 interface ethernet 1/0/16
1868 end
1869configure terminal
1870 interface ethernet 1/0/17
1871 end
1872configure terminal
1873 interface ethernet 1/0/18
1874 end
1875configure terminal
1876 interface ethernet 1/0/19
1877 end
1878configure terminal
1879 interface ethernet 1/0/20
1880 end
1881configure terminal
1882 interface ethernet 1/0/21
1883 end
1884configure terminal
1885 interface ethernet 1/0/22
1886 end
1887configure terminal
1888 interface ethernet 1/0/23
1889 end
1890configure terminal
1891 interface ethernet 1/0/24
1892 end
1893configure terminal
1894 interface ethernet 1/0/25
1895 end
1896configure terminal
1897 interface ethernet 1/0/26
1898 end
1899configure terminal
1900 interface ethernet 1/0/27
1901 end
1902configure terminal
1903 interface ethernet 1/0/28
1904 end
1905configure terminal
1906end
1907configure terminal
1908 interface ethernet 1/0/1
1909 end
1910configure terminal
1911 interface ethernet 1/0/2
1912 end
1913configure terminal
1914 interface ethernet 1/0/3
1915 end
1916configure terminal
1917 interface ethernet 1/0/4
1918 end
1919configure terminal
1920 interface ethernet 1/0/5
1921 end
1922configure terminal
1923 interface ethernet 1/0/6
1924 end
1925configure terminal
1926 interface ethernet 1/0/7
1927 end
1928configure terminal
1929 interface ethernet 1/0/8
1930 end
1931configure terminal
1932 interface ethernet 1/0/9
1933 end
1934configure terminal
1935 interface ethernet 1/0/10
1936 end
1937configure terminal
1938 interface ethernet 1/0/11
1939 end
1940configure terminal
1941 interface ethernet 1/0/12
1942 end
1943configure terminal
1944 interface ethernet 1/0/13
1945 end
1946configure terminal
1947 interface ethernet 1/0/14
1948 end
1949configure terminal
1950 interface ethernet 1/0/15
1951 end
1952configure terminal
1953 interface ethernet 1/0/16
1954 end
1955configure terminal
1956 interface ethernet 1/0/17
1957 end
1958configure terminal
1959 interface ethernet 1/0/18
1960 end
1961configure terminal
1962 interface ethernet 1/0/19
1963 end
1964configure terminal
1965 interface ethernet 1/0/20
1966 end
1967configure terminal
1968 interface ethernet 1/0/21
1969 end
1970configure terminal
1971 interface ethernet 1/0/22
1972 end
1973configure terminal
1974 interface ethernet 1/0/23
1975 end
1976configure terminal
1977 interface ethernet 1/0/24
1978 end
1979configure terminal
1980 interface ethernet 1/0/25
1981 end
1982configure terminal
1983 interface ethernet 1/0/26
1984 end
1985configure terminal
1986 interface ethernet 1/0/27
1987 end
1988configure terminal
1989 interface ethernet 1/0/28
1990 end
1991
1992# RMON
1993
1994end
1995configure terminal
1996snmp-server enable traps rmon falling-alarm
1997snmp-server enable traps rmon rising-alarm
1998end
1999
2000# DAI
2001
2002configure terminal
2003end
2004
2005# IMPB
2006
2007
2008# DHCP_SERVER
2009
2010configure terminal
2011end
2012
2013# NDP
2014
2015configure terminal
2016interface vlan 1
2017exit
2018interface vlan 2
2019exit
2020end
2021
2022# ROUTE6
2023
2024
2025# ROUTE
2026
2027configure terminal
2028ip route 0.0.0.0 0.0.0.0 10.128.0.1 primary
2029end
2030
2031# ARP
2032
2033configure terminal
2034ip arp gratuitous
2035interface vlan 1
2036exit
2037interface vlan 2
2038exit
2039end
2040
2041# DHCP_RELAY
2042
2043configure terminal
2044ip dhcp relay information policy replace
2045ip dhcp relay information option format circuit-id default
2046ip dhcp relay information option format remote-id default
2047end
2048configure terminal
2049 interface ethernet 1/0/1
2050end
2051configure terminal
2052 interface ethernet 1/0/2
2053end
2054configure terminal
2055 interface ethernet 1/0/3
2056end
2057configure terminal
2058 interface ethernet 1/0/4
2059end
2060configure terminal
2061 interface ethernet 1/0/5
2062end
2063configure terminal
2064 interface ethernet 1/0/6
2065end
2066configure terminal
2067 interface ethernet 1/0/7
2068end
2069configure terminal
2070 interface ethernet 1/0/8
2071end
2072configure terminal
2073 interface ethernet 1/0/9
2074end
2075configure terminal
2076 interface ethernet 1/0/10
2077end
2078configure terminal
2079 interface ethernet 1/0/11
2080end
2081configure terminal
2082 interface ethernet 1/0/12
2083end
2084configure terminal
2085 interface ethernet 1/0/13
2086end
2087configure terminal
2088 interface ethernet 1/0/14
2089end
2090configure terminal
2091 interface ethernet 1/0/15
2092end
2093configure terminal
2094 interface ethernet 1/0/16
2095end
2096configure terminal
2097 interface ethernet 1/0/17
2098end
2099configure terminal
2100 interface ethernet 1/0/18
2101end
2102configure terminal
2103 interface ethernet 1/0/19
2104end
2105configure terminal
2106 interface ethernet 1/0/20
2107end
2108configure terminal
2109 interface ethernet 1/0/21
2110end
2111configure terminal
2112 interface ethernet 1/0/22
2113end
2114configure terminal
2115 interface ethernet 1/0/23
2116end
2117configure terminal
2118 interface ethernet 1/0/24
2119end
2120configure terminal
2121 interface ethernet 1/0/25
2122end
2123configure terminal
2124 interface ethernet 1/0/26
2125end
2126configure terminal
2127 interface ethernet 1/0/27
2128end
2129configure terminal
2130 interface ethernet 1/0/28
2131end
2132configure terminal
2133 interface vlan 1
2134end
2135configure terminal
2136 interface vlan 2
2137end
2138
2139# RELAY6
2140
2141configure terminal
2142interface vlan 1
2143exit
2144interface vlan 2
2145exit
2146end
2147
2148# SFLOW
2149
2150end
2151configure terminal
2152end
2153
2154# IPMROUTE
2155
2156
2157# DDP
2158
2159configure terminal
2160interface ethernet 1/0/1
2161ddp
2162end
2163configure terminal
2164interface ethernet 1/0/2
2165ddp
2166end
2167configure terminal
2168interface ethernet 1/0/3
2169ddp
2170end
2171configure terminal
2172interface ethernet 1/0/4
2173ddp
2174end
2175configure terminal
2176interface ethernet 1/0/5
2177ddp
2178end
2179configure terminal
2180interface ethernet 1/0/6
2181ddp
2182end
2183configure terminal
2184interface ethernet 1/0/7
2185ddp
2186end
2187configure terminal
2188interface ethernet 1/0/8
2189ddp
2190end
2191configure terminal
2192interface ethernet 1/0/9
2193ddp
2194end
2195configure terminal
2196interface ethernet 1/0/10
2197ddp
2198end
2199configure terminal
2200interface ethernet 1/0/11
2201ddp
2202end
2203configure terminal
2204interface ethernet 1/0/12
2205ddp
2206end
2207configure terminal
2208interface ethernet 1/0/13
2209ddp
2210end
2211configure terminal
2212interface ethernet 1/0/14
2213ddp
2214end
2215configure terminal
2216interface ethernet 1/0/15
2217ddp
2218end
2219configure terminal
2220interface ethernet 1/0/16
2221ddp
2222end
2223configure terminal
2224interface ethernet 1/0/17
2225ddp
2226end
2227configure terminal
2228interface ethernet 1/0/18
2229ddp
2230end
2231configure terminal
2232interface ethernet 1/0/19
2233ddp
2234end
2235configure terminal
2236interface ethernet 1/0/20
2237ddp
2238end
2239configure terminal
2240interface ethernet 1/0/21
2241ddp
2242end
2243configure terminal
2244interface ethernet 1/0/22
2245ddp
2246end
2247configure terminal
2248interface ethernet 1/0/23
2249ddp
2250end
2251configure terminal
2252interface ethernet 1/0/24
2253ddp
2254end
2255configure terminal
2256interface ethernet 1/0/25
2257ddp
2258end
2259configure terminal
2260interface ethernet 1/0/26
2261ddp
2262end
2263configure terminal
2264interface ethernet 1/0/27
2265ddp
2266end
2267configure terminal
2268interface ethernet 1/0/28
2269ddp
2270end
2271configure terminal
2272ddp
2273end
2274configure terminal
2275ddp report-timer 30
2276end
2277
2278# ERRDISABLE
2279
2280configure terminal
2281end
2282
2283# DHCPClient
2284
2285
2286#-------------------------------------------------------------------
2287# End of configuration file for DGS-1510-28X
2288#-------------------------------------------------------------------�