1 | #------------------------------------------------------------------------------- |
---|
2 | # DGS-3612 Gigabit Ethernet Switch |
---|
3 | # Configuration |
---|
4 | # |
---|
5 | # Firmware: Build 2.50.B25 |
---|
6 | # Copyright(C) 2008 D-Link Corporation. All rights reserved. |
---|
7 | #------------------------------------------------------------------------------- |
---|
8 | |
---|
9 | # DOUBLE_VLAN |
---|
10 | disable double_vlan |
---|
11 | |
---|
12 | # BASIC |
---|
13 | config serial_port auto_logout 10_minutes |
---|
14 | disable telnet |
---|
15 | disable web |
---|
16 | enable clipaging |
---|
17 | |
---|
18 | # STORM |
---|
19 | config traffic trap none |
---|
20 | config traffic control 1-12 broadcast disable multicast disable unicast disable action drop threshold 131072 countdown 0 time_interval 5 |
---|
21 | |
---|
22 | # LOOP_DETECT |
---|
23 | config loopdetect recover_timer 60 interval 30 mode port-based |
---|
24 | config loopdetect trap both |
---|
25 | |
---|
26 | # GM |
---|
27 | config sim candidate |
---|
28 | disable sim |
---|
29 | config sim dp_interval 30 |
---|
30 | config sim hold_time 100 |
---|
31 | |
---|
32 | # GM_H |
---|
33 | |
---|
34 | # SYSLOG |
---|
35 | enable syslog |
---|
36 | config system_severity log information |
---|
37 | config system_severity trap information |
---|
38 | create syslog host 1 severity all facility local7 udp_port 514 ipaddress 10.0.41.12 state enable |
---|
39 | config log_save_timing time_interval 10 |
---|
40 | |
---|
41 | # QOS |
---|
42 | config scheduling_mechanism weight_fair |
---|
43 | config scheduling 0 max_packet 1 |
---|
44 | config scheduling 1 max_packet 2 |
---|
45 | config scheduling 2 max_packet 4 |
---|
46 | config scheduling 3 max_packet 5 |
---|
47 | config scheduling 4 max_packet 7 |
---|
48 | config scheduling 5 max_packet 11 |
---|
49 | config scheduling 6 max_packet 15 |
---|
50 | config 802.1p user_priority 0 2 |
---|
51 | config 802.1p user_priority 1 0 |
---|
52 | config 802.1p user_priority 2 1 |
---|
53 | config 802.1p user_priority 3 3 |
---|
54 | config 802.1p user_priority 4 4 |
---|
55 | config 802.1p user_priority 5 5 |
---|
56 | config 802.1p user_priority 6 6 |
---|
57 | config 802.1p user_priority 7 6 |
---|
58 | enable hol_prevention |
---|
59 | config 802.1p default_priority 1-12 0 |
---|
60 | config bandwidth_control 1-12 rx_rate no_limit tx_rate no_limit |
---|
61 | |
---|
62 | # MIRROR |
---|
63 | disable mirror |
---|
64 | |
---|
65 | # TRAF-SEGMENTATION |
---|
66 | config traffic_segmentation 1-12 forward_list all |
---|
67 | |
---|
68 | # SSL |
---|
69 | enable ssl |
---|
70 | enable ssl ciphersuite RSA_with_RC4_128_MD5 |
---|
71 | enable ssl ciphersuite RSA_with_3DES_EDE_CBC_SHA |
---|
72 | enable ssl ciphersuite DHE_DSS_with_3DES_EDE_CBC_SHA |
---|
73 | enable ssl ciphersuite RSA_EXPORT_with_RC4_40_MD5 |
---|
74 | config ssl cachetimeout 28800 |
---|
75 | |
---|
76 | # PORT |
---|
77 | disable jumbo_frame |
---|
78 | config ports 1-8 speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state enable |
---|
79 | config ports 9-12 medium_type copper speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state enable |
---|
80 | config ports 9-12 medium_type fiber speed auto capability_advertised 100_full 1000_full flow_control disable learning enable state enable |
---|
81 | |
---|
82 | # PORT_LOCK |
---|
83 | config port_security ports 1-12 admin_state disable max_learning_addr 1 lock_address_mode DeleteOnReset |
---|
84 | |
---|
85 | # SNMPv3 |
---|
86 | delete snmp community public |
---|
87 | delete snmp community private |
---|
88 | delete snmp user initial |
---|
89 | delete snmp group initial |
---|
90 | delete snmp group ReadGroup |
---|
91 | delete snmp group WriteGroup |
---|
92 | delete snmp view restricted all |
---|
93 | delete snmp view CommunityView all |
---|
94 | config snmp engineID 800000ab03001cf0b60700 |
---|
95 | create snmp view restricted 1.3.6.1.2.1.1 view_type included |
---|
96 | create snmp view restricted 1.3.6.1.2.1.11 view_type included |
---|
97 | create snmp view restricted 1.3.6.1.6.3.10.2.1 view_type included |
---|
98 | create snmp view restricted 1.3.6.1.6.3.11.2.1 view_type included |
---|
99 | create snmp view restricted 1.3.6.1.6.3.15.1.1 view_type included |
---|
100 | create snmp view CommunityView 1 view_type included |
---|
101 | create snmp view CommunityView 1.3.6.1.6.3 view_type excluded |
---|
102 | create snmp view CommunityView 1.3.6.1.6.3.1 view_type included |
---|
103 | create snmp group initial v3 noauth_nopriv read_view restricted notify_view restricted |
---|
104 | create snmp group ReadGroup v1 read_view CommunityView notify_view CommunityView |
---|
105 | create snmp group ReadGroup v2c read_view CommunityView notify_view CommunityView |
---|
106 | create snmp group sample v1 read_view CommunityView notify_view CommunityView |
---|
107 | create snmp group sample v2c read_view CommunityView notify_view CommunityView |
---|
108 | create snmp group sample v1 read_view CommunityView write_view CommunityView notify_view CommunityView |
---|
109 | create snmp group sample v2c read_view CommunityView write_view CommunityView notify_view CommunityView |
---|
110 | create snmp group WriteGroup v1 read_view CommunityView write_view CommunityView notify_view CommunityView |
---|
111 | create snmp group WriteGroup v2c read_view CommunityView write_view CommunityView notify_view CommunityView |
---|
112 | create snmp community sample view CommunityView read_only |
---|
113 | create snmp community sample view CommunityView read_write |
---|
114 | create snmp user initial initial |
---|
115 | |
---|
116 | # MANAGEMENT |
---|
117 | enable snmp traps |
---|
118 | enable snmp authenticate_traps |
---|
119 | disable snmp |
---|
120 | enable snmp linkchange_traps |
---|
121 | config snmp system_name SW41 |
---|
122 | config snmp system_location Floor 4, server room |
---|
123 | config snmp system_contact Leonid <it@stolyarenko.com> |
---|
124 | disable rmon |
---|
125 | config snmp linkchange_traps ports 1-12 enable |
---|
126 | |
---|
127 | # VLAN |
---|
128 | enable pvid auto_assign |
---|
129 | config vlan default delete 1-12 |
---|
130 | config vlan default advertisement disable |
---|
131 | create vlan GST01 tag 101 |
---|
132 | config vlan GST01 add tagged 1 advertisement disable |
---|
133 | create vlan GST11 tag 111 |
---|
134 | config vlan GST11 add tagged 2 advertisement disable |
---|
135 | create vlan GST21 tag 121 |
---|
136 | config vlan GST21 add tagged 5 advertisement disable |
---|
137 | create vlan GST22 tag 122 |
---|
138 | config vlan GST22 add tagged 5 advertisement disable |
---|
139 | create vlan GST31 tag 131 |
---|
140 | config vlan GST31 add tagged 5 advertisement disable |
---|
141 | create vlan GST32 tag 132 |
---|
142 | config vlan GST32 add tagged 6 advertisement disable |
---|
143 | create vlan GST42 tag 142 |
---|
144 | config vlan GST42 add tagged 8 advertisement disable |
---|
145 | create vlan MED01 tag 201 |
---|
146 | config vlan MED01 add tagged 1 advertisement disable |
---|
147 | create vlan MED11 tag 211 |
---|
148 | config vlan MED11 add tagged 2 advertisement disable |
---|
149 | create vlan MED12 tag 212 |
---|
150 | config vlan MED12 add tagged 3 advertisement disable |
---|
151 | create vlan MED23 tag 223 |
---|
152 | config vlan MED23 add tagged 4 advertisement disable |
---|
153 | create vlan MOT12 tag 312 |
---|
154 | config vlan MOT12 add tagged 3 advertisement disable |
---|
155 | create vlan IMD12 tag 412 |
---|
156 | config vlan IMD12 add tagged 3 advertisement disable |
---|
157 | create vlan TCH01 tag 501 |
---|
158 | config vlan TCH01 add tagged 1 advertisement disable |
---|
159 | create vlan SEC01 tag 601 |
---|
160 | config vlan SEC01 add tagged 1 advertisement disable |
---|
161 | create vlan FIN12 tag 712 |
---|
162 | config vlan FIN12 add tagged 3 advertisement disable |
---|
163 | create vlan JSZ32 tag 832 |
---|
164 | config vlan JSZ32 add tagged 6 advertisement disable |
---|
165 | create vlan JSZ33 tag 833 |
---|
166 | config vlan JSZ33 add tagged 7 advertisement disable |
---|
167 | create vlan CNF01 tag 901 |
---|
168 | config vlan CNF01 add tagged 1 advertisement disable |
---|
169 | create vlan VIP01 tag 2001 |
---|
170 | config vlan VIP01 add tagged 1 advertisement disable |
---|
171 | create vlan VIP11 tag 2011 |
---|
172 | config vlan VIP11 add tagged 2 advertisement disable |
---|
173 | create vlan VIP23 tag 2023 |
---|
174 | config vlan VIP23 add tagged 4 advertisement disable |
---|
175 | create vlan VIP33 tag 2033 |
---|
176 | config vlan VIP33 add tagged 7 advertisement disable |
---|
177 | create vlan VIP42 tag 2042 |
---|
178 | config vlan VIP42 add tagged 8 advertisement disable |
---|
179 | create vlan SNR01 tag 3001 |
---|
180 | config vlan SNR01 add tagged 1 advertisement disable |
---|
181 | create vlan SNR11 tag 3011 |
---|
182 | config vlan SNR11 add tagged 2 advertisement disable |
---|
183 | create vlan SNR41 tag 3041 |
---|
184 | config vlan SNR41 add untagged 11-12 advertisement disable |
---|
185 | create vlan PCCTV tag 3997 |
---|
186 | config vlan PCCTV add tagged 9 advertisement disable |
---|
187 | create vlan INTERNET tag 3999 |
---|
188 | config vlan INTERNET add untagged 10 advertisement disable |
---|
189 | create vlan CONTROL tag 4000 |
---|
190 | config vlan CONTROL add tagged 1-9 advertisement disable |
---|
191 | disable qinq |
---|
192 | disable gvrp |
---|
193 | config gvrp 1-9 state disable ingress_checking disable acceptable_frame tagged_only pvid 4000 |
---|
194 | config gvrp 10 state disable ingress_checking disable acceptable_frame admit_all pvid 3999 |
---|
195 | config gvrp 11-12 state disable ingress_checking disable acceptable_frame admit_all pvid 3041 |
---|
196 | |
---|
197 | # PROTOCOL_VLAN |
---|
198 | |
---|
199 | # QINQ |
---|
200 | config qinq ports 1-12 missdrop disable tpid 0x8100 |
---|
201 | |
---|
202 | # RSPAN |
---|
203 | disable rspan |
---|
204 | |
---|
205 | # 8021X |
---|
206 | disable 802.1x |
---|
207 | config 802.1x auth_protocol local |
---|
208 | config 802.1x capability ports 1-12 none |
---|
209 | config 802.1x auth_parameter ports 1-12 direction both port_control auto quiet_period 60 tx_period 30 supp_timeout 30 server_timeout 30 max_req 2 reauth_period 3600 enable_reauth disable |
---|
210 | |
---|
211 | # guestvlan |
---|
212 | |
---|
213 | # TR |
---|
214 | |
---|
215 | # ACL |
---|
216 | create access_profile profile_id 1 ip udp src_port_mask 0xFFFF |
---|
217 | config access_profile profile_id 1 add access_id auto_assign ip udp src_port 67 port 1-9,11-12 deny |
---|
218 | config access_profile profile_id 1 add access_id auto_assign ip udp src_port 68 port 10 deny |
---|
219 | create access_profile profile_id 2 ip tcp src_port_mask 0xFFFF |
---|
220 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 20 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
221 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 21 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
222 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 25 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
223 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 110 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
224 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 143 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
225 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 220 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
226 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 465 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
227 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 993 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
228 | config access_profile profile_id 2 add access_id auto_assign ip tcp src_port 995 port 10 permit priority 1 replace_priority replace_dscp 14 rx_rate no_limit |
---|
229 | create access_profile profile_id 3 ip vlan |
---|
230 | config access_profile profile_id 3 add access_id auto_assign ip vlan INTERNET port 10 permit rx_rate no_limit |
---|
231 | config access_profile profile_id 3 add access_id auto_assign ip vlan SNR41 port 11-12 permit rx_rate no_limit |
---|
232 | config access_profile profile_id 3 add access_id auto_assign ip vlan SNR11 port 2 permit rx_rate no_limit |
---|
233 | config access_profile profile_id 3 add access_id auto_assign ip vlan SNR01 port 1 permit rx_rate no_limit |
---|
234 | config access_profile profile_id 3 add access_id auto_assign ip vlan CONTROL port 1-9 permit rx_rate no_limit |
---|
235 | create access_profile profile_id 4 ip destination_ip_mask 255.255.255.255 |
---|
236 | config access_profile profile_id 4 add access_id auto_assign ip destination_ip 172.16.0.1 port 1-9,11-12 permit rx_rate no_limit |
---|
237 | config access_profile profile_id 4 add access_id auto_assign ip destination_ip 255.255.255.255 port 1-12 deny |
---|
238 | create access_profile profile_id 5 ip vlan destination_ip_mask 255.255.192.0 |
---|
239 | config access_profile profile_id 5 add access_id auto_assign ip vlan MED01 destination_ip 10.0.0.0 port 1 permit rx_rate no_limit |
---|
240 | config access_profile profile_id 5 add access_id auto_assign ip vlan SEC01 destination_ip 10.0.0.0 port 1 permit rx_rate no_limit |
---|
241 | config access_profile profile_id 5 add access_id auto_assign ip vlan TCH01 destination_ip 10.0.0.0 port 1 permit rx_rate no_limit |
---|
242 | config access_profile profile_id 5 add access_id auto_assign ip vlan MED11 destination_ip 10.0.0.0 port 2 permit rx_rate no_limit |
---|
243 | config access_profile profile_id 5 add access_id auto_assign ip vlan MED12 destination_ip 10.0.0.0 port 3 permit rx_rate no_limit |
---|
244 | config access_profile profile_id 5 add access_id auto_assign ip vlan IMD12 destination_ip 10.0.0.0 port 3 permit rx_rate no_limit |
---|
245 | config access_profile profile_id 5 add access_id auto_assign ip vlan MOT12 destination_ip 10.0.0.0 port 3 permit rx_rate no_limit |
---|
246 | config access_profile profile_id 5 add access_id auto_assign ip vlan FIN12 destination_ip 10.0.0.0 port 3 permit rx_rate no_limit |
---|
247 | config access_profile profile_id 5 add access_id auto_assign ip vlan MED23 destination_ip 10.0.0.0 port 4 permit rx_rate no_limit |
---|
248 | config access_profile profile_id 5 add access_id auto_assign ip vlan JSZ32 destination_ip 10.0.0.0 port 6 permit rx_rate no_limit |
---|
249 | config access_profile profile_id 5 add access_id auto_assign ip vlan JSZ33 destination_ip 10.0.0.0 port 7 permit rx_rate no_limit |
---|
250 | config access_profile profile_id 5 add access_id auto_assign ip vlan SEC01 destination_ip 172.17.0.0 port 1 permit rx_rate no_limit |
---|
251 | config access_profile profile_id 5 add access_id auto_assign ip vlan JSZ32 destination_ip 172.17.0.0 port 6 permit rx_rate no_limit |
---|
252 | config access_profile profile_id 5 add access_id auto_assign ip vlan JSZ33 destination_ip 172.17.0.0 port 7 permit rx_rate no_limit |
---|
253 | create access_profile profile_id 6 ip vlan destination_ip_mask 255.255.255.255 |
---|
254 | config access_profile profile_id 6 add access_id auto_assign ip vlan PCCTV destination_ip 10.8.32.25 port 9 permit rx_rate no_limit |
---|
255 | config access_profile profile_id 6 add access_id auto_assign ip vlan PCCTV destination_ip 10.8.33.25 port 9 permit rx_rate no_limit |
---|
256 | config access_profile profile_id 6 add access_id auto_assign ip vlan PCCTV destination_ip 10.6.1.19 port 9 permit rx_rate no_limit |
---|
257 | config access_profile profile_id 6 add access_id auto_assign ip vlan CNF01 destination_ip 10.0.11.22 port 1 permit rx_rate no_limit |
---|
258 | create access_profile profile_id 7 ip vlan destination_ip_mask 255.255.255.192 |
---|
259 | config access_profile profile_id 7 add access_id auto_assign ip vlan PCCTV destination_ip 172.31.0.192 port 9 permit rx_rate no_limit |
---|
260 | create access_profile profile_id 8 ip destination_ip_mask 255.255.0.0 |
---|
261 | config access_profile profile_id 8 add access_id auto_assign ip destination_ip 172.16.0.0 port 1-12 deny |
---|
262 | config access_profile profile_id 8 add access_id auto_assign ip destination_ip 172.17.0.0 port 1-12 deny |
---|
263 | config access_profile profile_id 8 add access_id auto_assign ip destination_ip 172.18.0.0 port 1-12 deny |
---|
264 | config access_profile profile_id 8 add access_id auto_assign ip destination_ip 172.31.0.0 port 1-12 deny |
---|
265 | config access_profile profile_id 8 add access_id auto_assign ip destination_ip 192.168.0.0 port 1-12 deny |
---|
266 | create access_profile profile_id 9 ip destination_ip_mask 255.0.0.0 |
---|
267 | config access_profile profile_id 9 add access_id auto_assign ip destination_ip 10.0.0.0 port 1-12 deny |
---|
268 | create cpu access_profile profile_id 1 ip vlan |
---|
269 | config cpu access_profile profile_id 1 add access_id 1 ip vlan CONTROL port 1-12 permit |
---|
270 | create cpu access_profile profile_id 2 ip source_ip_mask 0.0.0.0 icmp type |
---|
271 | config cpu access_profile profile_id 2 add access_id 1 ip source_ip 0.0.0.0 icmp type 8 port 1-12 permit |
---|
272 | config cpu access_profile profile_id 2 add access_id 2 ip source_ip 0.0.0.0 icmp type 0 port 1-12 permit |
---|
273 | config cpu access_profile profile_id 2 add access_id 3 ip source_ip 0.0.0.0 icmp type 3 port 1-12 permit |
---|
274 | config cpu access_profile profile_id 2 add access_id 4 ip source_ip 0.0.0.0 icmp type 11 port 1-12 permit |
---|
275 | create cpu access_profile profile_id 3 ip udp dst_port_mask 0xFFFF |
---|
276 | config cpu access_profile profile_id 3 add access_id 1 ip udp dst_port 53 port 1-9 permit |
---|
277 | create cpu access_profile profile_id 4 ip tcp dst_port_mask 0xFFFF |
---|
278 | config cpu access_profile profile_id 4 add access_id 1 ip tcp dst_port 53 port 1-9 permit |
---|
279 | create cpu access_profile profile_id 5 ip source_ip_mask 0.0.0.0 |
---|
280 | config cpu access_profile profile_id 5 add access_id 1 ip source_ip 0.0.0.0 port 1-12 deny |
---|
281 | enable cpu_interface_filtering |
---|
282 | |
---|
283 | # LIMITED_MULTICAST_RANGE |
---|
284 | create multicast_range mcast from 224.0.0.0 to 239.255.255.255 |
---|
285 | |
---|
286 | # MULTICAST_VLAN |
---|
287 | |
---|
288 | # FDB |
---|
289 | create fdb SNR41 00-14-C2-40-71-69 port 12 |
---|
290 | create fdb SNR41 00-C0-26-A8-71-01 port 11 |
---|
291 | create fdb INTERNET 00-1C-C4-48-A5-FC port 10 |
---|
292 | create fdb CONTROL 00-1E-58-A9-2E-17 port 8 |
---|
293 | create fdb CONTROL 00-1E-58-A9-2E-1C port 3 |
---|
294 | create fdb CONTROL 00-1E-58-A9-2E-1D port 2 |
---|
295 | create fdb CONTROL 00-1E-58-A9-2E-1E port 4 |
---|
296 | create fdb CONTROL 00-1E-58-A9-2E-39 port 5 |
---|
297 | create fdb CONTROL 00-1E-58-A9-2E-41 port 5 |
---|
298 | create fdb CONTROL 00-1E-58-A9-2E-44 port 5 |
---|
299 | create fdb CONTROL 00-1E-58-A9-2E-50 port 6 |
---|
300 | create fdb CONTROL 00-1E-58-A9-2E-52 port 7 |
---|
301 | create fdb CONTROL 00-1E-58-A9-33-94 port 1 |
---|
302 | create fdb CONTROL 00-24-01-EB-8B-E2 port 9 |
---|
303 | config fdb aging_time 600 |
---|
304 | |
---|
305 | # ADDRBIND |
---|
306 | config address_binding ip_mac ports 1-12 forward_dhcppkt enable |
---|
307 | disable address_binding dhcp_snoop |
---|
308 | disable address_binding trap_log |
---|
309 | config address_binding dhcp_snoop max_entry ports 1-12 limit no_limit |
---|
310 | |
---|
311 | # DhcpServerScreening |
---|
312 | config filter dhcp_server port all state disable |
---|
313 | config filter dhcp_server illegal_server_log_suppress_duration 5min |
---|
314 | config filter dhcp_server trap_log disable |
---|
315 | |
---|
316 | # MAC_ADDRESS_TABLE_NOTIFICATION |
---|
317 | disable mac_notification |
---|
318 | config mac_notification interval 1 historysize 1 |
---|
319 | config mac_notification ports 1-12 disable |
---|
320 | |
---|
321 | # STP |
---|
322 | config stp version rstp |
---|
323 | config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 3 fbpdu disable hellotime 2 lbd enable lbd_recover_timer 60 |
---|
324 | config stp priority 32768 instance_id 0 |
---|
325 | config stp mst_config_id name 00:1C:F0:B6:07:00 revision_level 0 |
---|
326 | disable stp |
---|
327 | config stp ports 1-12 externalCost auto edge false p2p auto state enable lbd disable |
---|
328 | config stp mst_ports 1-12 instance_id 0 internalCost auto priority 128 |
---|
329 | config stp ports 1-12 fbpdu disable |
---|
330 | |
---|
331 | # BPDU_TUNNEL |
---|
332 | config bpdu_tunnel ports all type none |
---|
333 | disable bpdu_tunnel |
---|
334 | |
---|
335 | # SAFEGUARD_ENGINE |
---|
336 | config safeguard_engine state enable utilization rising 100 falling 20 trap_log enable mode fuzzy |
---|
337 | |
---|
338 | # BANNER_PROMP |
---|
339 | config command_prompt SW41 |
---|
340 | config greeting_message default |
---|
341 | |
---|
342 | # SSH |
---|
343 | config ssh algorithm 3DES enable |
---|
344 | config ssh algorithm AES128 enable |
---|
345 | config ssh algorithm AES192 enable |
---|
346 | config ssh algorithm AES256 enable |
---|
347 | config ssh algorithm arcfour enable |
---|
348 | config ssh algorithm blowfish enable |
---|
349 | config ssh algorithm cast128 enable |
---|
350 | config ssh algorithm twofish128 enable |
---|
351 | config ssh algorithm twofish192 enable |
---|
352 | config ssh algorithm twofish256 enable |
---|
353 | config ssh algorithm MD5 enable |
---|
354 | config ssh algorithm SHA1 enable |
---|
355 | config ssh algorithm RSA enable |
---|
356 | config ssh algorithm DSA enable |
---|
357 | config ssh authmode password enable |
---|
358 | config ssh authmode publickey disable |
---|
359 | config ssh authmode hostbased disable |
---|
360 | config ssh server maxsession 4 |
---|
361 | config ssh server contimeout 600 |
---|
362 | config ssh server authfail 2 |
---|
363 | config ssh server rekey never |
---|
364 | config ssh user admin authmode password |
---|
365 | config ssh user klark authmode password |
---|
366 | enable ssh |
---|
367 | |
---|
368 | # SNTP |
---|
369 | enable sntp |
---|
370 | config time_zone operator + hour 3 min 0 |
---|
371 | config sntp primary 172.16.0.1 secondary 0.0.0.0 poll-interval 720 |
---|
372 | config dst repeating s_week last s_day sun s_mth 3 s_time 2:0 e_week last e_day sun e_mth 10 e_time 3:0 offset 60 |
---|
373 | |
---|
374 | # LACP |
---|
375 | config link_aggregation algorithm ip_source |
---|
376 | config lacp_port 1-12 mode passive |
---|
377 | |
---|
378 | # IP |
---|
379 | config ipif_mac_mapping ipif System mac_offset 0 |
---|
380 | config ipif System ipaddress 172.31.0.41/24 vlan CONTROL |
---|
381 | config ipif System proxy_arp disable local disable |
---|
382 | config ipif_mac_mapping ipif gwCNF01 mac_offset 4 |
---|
383 | create ipif gwCNF01 10.9.1.254/24 CNF01 state enable |
---|
384 | config ipif gwCNF01 proxy_arp disable local disable |
---|
385 | config ipif_mac_mapping ipif gwFIN12 mac_offset 13 |
---|
386 | create ipif gwFIN12 10.7.12.254/24 FIN12 state enable |
---|
387 | config ipif gwFIN12 proxy_arp disable local disable |
---|
388 | config ipif_mac_mapping ipif gwGST01 mac_offset 5 |
---|
389 | create ipif gwGST01 192.168.1.254/24 GST01 state enable |
---|
390 | config ipif gwGST01 proxy_arp disable local disable |
---|
391 | config ipif_mac_mapping ipif gwGST11 mac_offset 29 |
---|
392 | create ipif gwGST11 192.168.11.254/24 GST11 state enable |
---|
393 | config ipif gwGST11 proxy_arp disable local disable |
---|
394 | config ipif_mac_mapping ipif gwGST21 mac_offset 34 |
---|
395 | create ipif gwGST21 192.168.21.254/24 GST21 state enable |
---|
396 | config ipif gwGST21 proxy_arp disable local disable |
---|
397 | config ipif_mac_mapping ipif gwGST22 mac_offset 35 |
---|
398 | create ipif gwGST22 192.168.22.254/24 GST22 state enable |
---|
399 | config ipif gwGST22 proxy_arp disable local disable |
---|
400 | config ipif_mac_mapping ipif gwGST31 mac_offset 37 |
---|
401 | create ipif gwGST31 192.168.31.254/24 GST31 state enable |
---|
402 | config ipif gwGST31 proxy_arp disable local disable |
---|
403 | config ipif_mac_mapping ipif gwGST32 mac_offset 38 |
---|
404 | create ipif gwGST32 192.168.32.254/24 GST32 state enable |
---|
405 | config ipif gwGST32 proxy_arp disable local disable |
---|
406 | config ipif_mac_mapping ipif gwGST42 mac_offset 19 |
---|
407 | create ipif gwGST42 192.168.42.254/24 GST42 state enable |
---|
408 | config ipif gwGST42 proxy_arp disable local disable |
---|
409 | config ipif_mac_mapping ipif gwIMD12 mac_offset 32 |
---|
410 | create ipif gwIMD12 10.4.12.254/24 IMD12 state enable |
---|
411 | config ipif gwIMD12 proxy_arp disable local disable |
---|
412 | config ipif_mac_mapping ipif gwJSZ32 mac_offset 16 |
---|
413 | create ipif gwJSZ32 10.8.32.254/24 JSZ32 state enable |
---|
414 | config ipif gwJSZ32 proxy_arp disable local disable |
---|
415 | config ipif_mac_mapping ipif gwJSZ33 mac_offset 18 |
---|
416 | create ipif gwJSZ33 10.8.33.254/24 JSZ33 state enable |
---|
417 | config ipif gwJSZ33 proxy_arp disable local disable |
---|
418 | config ipif_mac_mapping ipif gwMED01 mac_offset 27 |
---|
419 | create ipif gwMED01 10.2.1.254/24 MED01 state enable |
---|
420 | config ipif gwMED01 proxy_arp disable local disable |
---|
421 | config ipif_mac_mapping ipif gwMED11 mac_offset 11 |
---|
422 | create ipif gwMED11 10.2.11.254/24 MED11 state enable |
---|
423 | config ipif gwMED11 proxy_arp disable local disable |
---|
424 | config ipif_mac_mapping ipif gwMED12 mac_offset 31 |
---|
425 | create ipif gwMED12 10.2.12.254/24 MED12 state enable |
---|
426 | config ipif gwMED12 proxy_arp disable local disable |
---|
427 | config ipif_mac_mapping ipif gwMED23 mac_offset 15 |
---|
428 | create ipif gwMED23 10.2.23.254/24 MED23 state enable |
---|
429 | config ipif gwMED23 proxy_arp disable local disable |
---|
430 | config ipif_mac_mapping ipif gwMOT12 mac_offset 12 |
---|
431 | create ipif gwMOT12 10.3.12.254/24 MOT12 state enable |
---|
432 | config ipif gwMOT12 proxy_arp disable local disable |
---|
433 | config ipif_mac_mapping ipif gwPCCTV mac_offset 21 |
---|
434 | create ipif gwPCCTV 172.17.0.254/24 PCCTV state enable |
---|
435 | config ipif gwPCCTV proxy_arp disable local disable |
---|
436 | config ipif_mac_mapping ipif gwSEC01 mac_offset 7 |
---|
437 | create ipif gwSEC01 10.6.1.254/24 SEC01 state enable |
---|
438 | config ipif gwSEC01 proxy_arp disable local disable |
---|
439 | config ipif_mac_mapping ipif gwSNR01 mac_offset 3 |
---|
440 | create ipif gwSNR01 10.0.1.254/24 SNR01 state enable |
---|
441 | config ipif gwSNR01 proxy_arp disable local disable |
---|
442 | config ipif_mac_mapping ipif gwSNR11 mac_offset 9 |
---|
443 | create ipif gwSNR11 10.0.11.254/24 SNR11 state enable |
---|
444 | config ipif gwSNR11 proxy_arp disable local disable |
---|
445 | config ipif_mac_mapping ipif gwSNR41 mac_offset 2 |
---|
446 | create ipif gwSNR41 10.0.41.254/24 SNR41 state enable |
---|
447 | config ipif gwSNR41 proxy_arp disable local disable |
---|
448 | config ipif_mac_mapping ipif gwTCH01 mac_offset 8 |
---|
449 | create ipif gwTCH01 10.5.1.254/24 TCH01 state enable |
---|
450 | config ipif gwTCH01 proxy_arp disable local disable |
---|
451 | config ipif_mac_mapping ipif gwVIP01 mac_offset 6 |
---|
452 | create ipif gwVIP01 172.18.1.254/24 VIP01 state enable |
---|
453 | config ipif gwVIP01 proxy_arp disable local disable |
---|
454 | config ipif_mac_mapping ipif gwVIP11 mac_offset 10 |
---|
455 | create ipif gwVIP11 172.18.11.254/24 VIP11 state enable |
---|
456 | config ipif gwVIP11 proxy_arp disable local disable |
---|
457 | config ipif_mac_mapping ipif gwVIP23 mac_offset 14 |
---|
458 | create ipif gwVIP23 172.18.23.254/24 VIP23 state enable |
---|
459 | config ipif gwVIP23 proxy_arp disable local disable |
---|
460 | config ipif_mac_mapping ipif gwVIP33 mac_offset 17 |
---|
461 | create ipif gwVIP33 172.18.33.254/24 VIP33 state enable |
---|
462 | config ipif gwVIP33 proxy_arp disable local disable |
---|
463 | config ipif_mac_mapping ipif gwVIP42 mac_offset 20 |
---|
464 | create ipif gwVIP42 172.18.42.254/24 VIP42 state enable |
---|
465 | config ipif gwVIP42 proxy_arp disable local disable |
---|
466 | config ipif_mac_mapping ipif gwINTERNET mac_offset 1 |
---|
467 | create ipif gwINTERNET 172.16.0.254/24 INTERNET state enable |
---|
468 | config ipif gwINTERNET proxy_arp disable local disable |
---|
469 | config ipif System ip_mtu 1500 |
---|
470 | config ipif gwCNF01 ip_mtu 1500 |
---|
471 | config ipif gwFIN12 ip_mtu 1500 |
---|
472 | config ipif gwGST01 ip_mtu 1500 |
---|
473 | config ipif gwGST11 ip_mtu 1500 |
---|
474 | config ipif gwGST21 ip_mtu 1500 |
---|
475 | config ipif gwGST22 ip_mtu 1500 |
---|
476 | config ipif gwGST31 ip_mtu 1500 |
---|
477 | config ipif gwGST32 ip_mtu 1500 |
---|
478 | config ipif gwGST42 ip_mtu 1500 |
---|
479 | config ipif gwIMD12 ip_mtu 1500 |
---|
480 | config ipif gwJSZ32 ip_mtu 1500 |
---|
481 | config ipif gwJSZ33 ip_mtu 1500 |
---|
482 | config ipif gwMED01 ip_mtu 1500 |
---|
483 | config ipif gwMED11 ip_mtu 1500 |
---|
484 | config ipif gwMED12 ip_mtu 1500 |
---|
485 | config ipif gwMED23 ip_mtu 1500 |
---|
486 | config ipif gwMOT12 ip_mtu 1500 |
---|
487 | config ipif gwPCCTV ip_mtu 1500 |
---|
488 | config ipif gwSEC01 ip_mtu 1500 |
---|
489 | config ipif gwSNR01 ip_mtu 1500 |
---|
490 | config ipif gwSNR11 ip_mtu 1500 |
---|
491 | config ipif gwSNR41 ip_mtu 1500 |
---|
492 | config ipif gwTCH01 ip_mtu 1500 |
---|
493 | config ipif gwVIP01 ip_mtu 1500 |
---|
494 | config ipif gwVIP11 ip_mtu 1500 |
---|
495 | config ipif gwVIP23 ip_mtu 1500 |
---|
496 | config ipif gwVIP33 ip_mtu 1500 |
---|
497 | config ipif gwVIP42 ip_mtu 1500 |
---|
498 | config ipif gwINTERNET ip_mtu 1500 |
---|
499 | disable autoconfig |
---|
500 | |
---|
501 | # LLDP |
---|
502 | disable lldp |
---|
503 | config lldp message_tx_interval 30 |
---|
504 | config lldp tx_delay 2 |
---|
505 | config lldp message_tx_hold_multiplier 4 |
---|
506 | config lldp reinit_delay 2 |
---|
507 | config lldp notification_interval 5 |
---|
508 | config lldp ports 1-12 notification disable |
---|
509 | config lldp ports 1-12 admin_status tx_and_rx |
---|
510 | |
---|
511 | # MBA |
---|
512 | disable mac_based_access_control |
---|
513 | config mac_based_access_control ports 1-12 state disable |
---|
514 | config mac_based_access_control ports 1-12 mode host_based |
---|
515 | config mac_based_access_control method local |
---|
516 | config mac_based_access_control password default |
---|
517 | |
---|
518 | # MCFILTER |
---|
519 | config multicast filtering_mode default filter_unregistered_groups |
---|
520 | config multicast filtering_mode GST01 filter_unregistered_groups |
---|
521 | config multicast filtering_mode GST11 filter_unregistered_groups |
---|
522 | config multicast filtering_mode GST21 filter_unregistered_groups |
---|
523 | config multicast filtering_mode GST22 filter_unregistered_groups |
---|
524 | config multicast filtering_mode GST31 filter_unregistered_groups |
---|
525 | config multicast filtering_mode GST32 filter_unregistered_groups |
---|
526 | config multicast filtering_mode GST42 filter_unregistered_groups |
---|
527 | config multicast filtering_mode MED01 filter_unregistered_groups |
---|
528 | config multicast filtering_mode MED11 filter_unregistered_groups |
---|
529 | config multicast filtering_mode MED12 filter_unregistered_groups |
---|
530 | config multicast filtering_mode MED23 filter_unregistered_groups |
---|
531 | config multicast filtering_mode MOT12 filter_unregistered_groups |
---|
532 | config multicast filtering_mode IMD12 filter_unregistered_groups |
---|
533 | config multicast filtering_mode TCH01 filter_unregistered_groups |
---|
534 | config multicast filtering_mode SEC01 filter_unregistered_groups |
---|
535 | config multicast filtering_mode FIN12 filter_unregistered_groups |
---|
536 | config multicast filtering_mode JSZ32 filter_unregistered_groups |
---|
537 | config multicast filtering_mode JSZ33 filter_unregistered_groups |
---|
538 | config multicast filtering_mode CNF01 filter_unregistered_groups |
---|
539 | config multicast filtering_mode VIP01 filter_unregistered_groups |
---|
540 | config multicast filtering_mode VIP11 filter_unregistered_groups |
---|
541 | config multicast filtering_mode VIP23 filter_unregistered_groups |
---|
542 | config multicast filtering_mode VIP33 filter_unregistered_groups |
---|
543 | config multicast filtering_mode VIP42 filter_unregistered_groups |
---|
544 | config multicast filtering_mode SNR01 filter_unregistered_groups |
---|
545 | config multicast filtering_mode SNR11 filter_unregistered_groups |
---|
546 | config multicast filtering_mode SNR41 filter_unregistered_groups |
---|
547 | config multicast filtering_mode PCCTV filter_unregistered_groups |
---|
548 | config multicast filtering_mode INTERNET filter_unregistered_groups |
---|
549 | config multicast filtering_mode CONTROL filter_unregistered_groups |
---|
550 | |
---|
551 | # SNOOP |
---|
552 | enable igmp_snooping |
---|
553 | config igmp_snooping vlan default state disable fast_leave disable |
---|
554 | config igmp_snooping querier vlan default query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
555 | config igmp_snooping vlan GST01 state disable fast_leave disable |
---|
556 | config igmp_snooping querier vlan GST01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
557 | config igmp_snooping vlan GST11 state disable fast_leave disable |
---|
558 | config igmp_snooping querier vlan GST11 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
559 | config igmp_snooping vlan GST21 state disable fast_leave disable |
---|
560 | config igmp_snooping querier vlan GST21 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
561 | config igmp_snooping vlan GST22 state disable fast_leave disable |
---|
562 | config igmp_snooping querier vlan GST22 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
563 | config igmp_snooping vlan GST31 state disable fast_leave disable |
---|
564 | config igmp_snooping querier vlan GST31 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
565 | config igmp_snooping vlan GST32 state disable fast_leave disable |
---|
566 | config igmp_snooping querier vlan GST32 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
567 | config igmp_snooping vlan GST42 state disable fast_leave disable |
---|
568 | config igmp_snooping querier vlan GST42 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
569 | config igmp_snooping vlan MED01 state disable fast_leave disable |
---|
570 | config igmp_snooping querier vlan MED01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
571 | config igmp_snooping vlan MED11 state disable fast_leave disable |
---|
572 | config igmp_snooping querier vlan MED11 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
573 | config igmp_snooping vlan MED12 state disable fast_leave disable |
---|
574 | config igmp_snooping querier vlan MED12 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
575 | config igmp_snooping vlan MED23 state disable fast_leave disable |
---|
576 | config igmp_snooping querier vlan MED23 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
577 | config igmp_snooping vlan MOT12 state disable fast_leave disable |
---|
578 | config igmp_snooping querier vlan MOT12 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
579 | config igmp_snooping vlan IMD12 state disable fast_leave disable |
---|
580 | config igmp_snooping querier vlan IMD12 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
581 | config igmp_snooping vlan TCH01 state disable fast_leave disable |
---|
582 | config igmp_snooping querier vlan TCH01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
583 | config igmp_snooping vlan SEC01 state disable fast_leave disable |
---|
584 | config igmp_snooping querier vlan SEC01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
585 | config igmp_snooping vlan FIN12 state disable fast_leave disable |
---|
586 | config igmp_snooping querier vlan FIN12 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
587 | config igmp_snooping vlan JSZ32 state disable fast_leave disable |
---|
588 | config igmp_snooping querier vlan JSZ32 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
589 | config igmp_snooping vlan JSZ33 state disable fast_leave disable |
---|
590 | config igmp_snooping querier vlan JSZ33 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
591 | config igmp_snooping vlan CNF01 state disable fast_leave disable |
---|
592 | config igmp_snooping querier vlan CNF01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
593 | config igmp_snooping vlan VIP01 state disable fast_leave disable |
---|
594 | config igmp_snooping querier vlan VIP01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
595 | config igmp_snooping vlan VIP11 state disable fast_leave disable |
---|
596 | config igmp_snooping querier vlan VIP11 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
597 | config igmp_snooping vlan VIP23 state disable fast_leave disable |
---|
598 | config igmp_snooping querier vlan VIP23 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
599 | config igmp_snooping vlan VIP33 state disable fast_leave disable |
---|
600 | config igmp_snooping querier vlan VIP33 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
601 | config igmp_snooping vlan VIP42 state disable fast_leave disable |
---|
602 | config igmp_snooping querier vlan VIP42 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
603 | config igmp_snooping vlan SNR01 state disable fast_leave disable |
---|
604 | config igmp_snooping querier vlan SNR01 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
605 | config igmp_snooping vlan SNR11 state disable fast_leave disable |
---|
606 | config igmp_snooping querier vlan SNR11 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
607 | config igmp_snooping vlan SNR41 state disable fast_leave disable |
---|
608 | config igmp_snooping querier vlan SNR41 query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
609 | config igmp_snooping vlan PCCTV state disable fast_leave disable |
---|
610 | config igmp_snooping querier vlan PCCTV query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
611 | config igmp_snooping vlan INTERNET state disable fast_leave disable |
---|
612 | config igmp_snooping querier vlan INTERNET query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
613 | config igmp_snooping vlan CONTROL state disable fast_leave disable |
---|
614 | config igmp_snooping querier vlan CONTROL query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable version 3 |
---|
615 | config router_ports_forbidden GST01 add 1 |
---|
616 | config router_ports_forbidden GST11 add 2 |
---|
617 | config router_ports_forbidden GST21 add 5 |
---|
618 | config router_ports_forbidden GST22 add 5 |
---|
619 | config router_ports_forbidden GST31 add 5 |
---|
620 | config router_ports_forbidden GST32 add 6 |
---|
621 | config router_ports_forbidden GST42 add 8 |
---|
622 | config router_ports_forbidden MED01 add 1 |
---|
623 | config router_ports_forbidden MED11 add 2 |
---|
624 | config router_ports_forbidden MED12 add 3 |
---|
625 | config router_ports_forbidden MED23 add 4 |
---|
626 | config router_ports_forbidden MOT12 add 3 |
---|
627 | config router_ports_forbidden IMD12 add 3 |
---|
628 | config router_ports_forbidden TCH01 add 1 |
---|
629 | config router_ports_forbidden SEC01 add 1 |
---|
630 | config router_ports_forbidden FIN12 add 3 |
---|
631 | config router_ports_forbidden JSZ32 add 6 |
---|
632 | config router_ports_forbidden JSZ33 add 7 |
---|
633 | config router_ports_forbidden CNF01 add 1 |
---|
634 | config router_ports_forbidden VIP01 add 1 |
---|
635 | config router_ports_forbidden VIP11 add 2 |
---|
636 | config router_ports_forbidden VIP23 add 4 |
---|
637 | config router_ports_forbidden VIP33 add 7 |
---|
638 | config router_ports_forbidden VIP42 add 8 |
---|
639 | config router_ports_forbidden SNR01 add 1 |
---|
640 | config router_ports_forbidden SNR11 add 2 |
---|
641 | config router_ports_forbidden SNR41 add 11-12 |
---|
642 | config router_ports_forbidden PCCTV add 9 |
---|
643 | config router_ports_forbidden INTERNET add 10 |
---|
644 | config limited_multicast_addr ports 1-12 add multicast_range mcast |
---|
645 | config limited_multicast_addr ports 1-12 access deny state enable |
---|
646 | |
---|
647 | # MLDSNP |
---|
648 | |
---|
649 | # ACCESS_AUTHENTICATION_CONTROL |
---|
650 | config authen_login default method local |
---|
651 | config authen_enable default method local_enable |
---|
652 | config authen application console login default |
---|
653 | config authen application console enable default |
---|
654 | config authen application telnet login default |
---|
655 | config authen application telnet enable default |
---|
656 | config authen application ssh login default |
---|
657 | config authen application ssh enable default |
---|
658 | config authen application http login default |
---|
659 | config authen application http enable default |
---|
660 | config authen parameter response_timeout 30 |
---|
661 | config authen parameter attempt 3 |
---|
662 | disable authen_policy |
---|
663 | |
---|
664 | # AAA_LOCAL_ENABLE_PASSWORD |
---|
665 | |
---|
666 | # NDP |
---|
667 | config ipv6 nd ns ipif System retrans_time 0 |
---|
668 | config ipv6 nd ra ipif System state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
669 | config ipv6 nd ns ipif gwINTERNET retrans_time 0 |
---|
670 | config ipv6 nd ra ipif gwINTERNET state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
671 | config ipv6 nd ns ipif gwSNR41 retrans_time 0 |
---|
672 | config ipv6 nd ra ipif gwSNR41 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
673 | config ipv6 nd ns ipif gwGST21 retrans_time 0 |
---|
674 | config ipv6 nd ra ipif gwGST21 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
675 | config ipv6 nd ns ipif gwGST22 retrans_time 0 |
---|
676 | config ipv6 nd ra ipif gwGST22 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
677 | config ipv6 nd ns ipif gwSNR01 retrans_time 0 |
---|
678 | config ipv6 nd ra ipif gwSNR01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
679 | config ipv6 nd ns ipif gwMED01 retrans_time 0 |
---|
680 | config ipv6 nd ra ipif gwMED01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
681 | config ipv6 nd ns ipif gwCNF01 retrans_time 0 |
---|
682 | config ipv6 nd ra ipif gwCNF01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
683 | config ipv6 nd ns ipif gwGST01 retrans_time 0 |
---|
684 | config ipv6 nd ra ipif gwGST01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
685 | config ipv6 nd ns ipif gwVIP01 retrans_time 0 |
---|
686 | config ipv6 nd ra ipif gwVIP01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
687 | config ipv6 nd ns ipif gwSEC01 retrans_time 0 |
---|
688 | config ipv6 nd ra ipif gwSEC01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
689 | config ipv6 nd ns ipif gwTCH01 retrans_time 0 |
---|
690 | config ipv6 nd ra ipif gwTCH01 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
691 | config ipv6 nd ns ipif gwSNR11 retrans_time 0 |
---|
692 | config ipv6 nd ra ipif gwSNR11 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
693 | config ipv6 nd ns ipif gwGST11 retrans_time 0 |
---|
694 | config ipv6 nd ra ipif gwGST11 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
695 | config ipv6 nd ns ipif gwVIP11 retrans_time 0 |
---|
696 | config ipv6 nd ra ipif gwVIP11 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
697 | config ipv6 nd ns ipif gwMED11 retrans_time 0 |
---|
698 | config ipv6 nd ra ipif gwMED11 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
699 | config ipv6 nd ns ipif gwMED12 retrans_time 0 |
---|
700 | config ipv6 nd ra ipif gwMED12 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
701 | config ipv6 nd ns ipif gwIMD12 retrans_time 0 |
---|
702 | config ipv6 nd ra ipif gwIMD12 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
703 | config ipv6 nd ns ipif gwMOT12 retrans_time 0 |
---|
704 | config ipv6 nd ra ipif gwMOT12 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
705 | config ipv6 nd ns ipif gwFIN12 retrans_time 0 |
---|
706 | config ipv6 nd ra ipif gwFIN12 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
707 | config ipv6 nd ns ipif gwVIP23 retrans_time 0 |
---|
708 | config ipv6 nd ra ipif gwVIP23 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
709 | config ipv6 nd ns ipif gwMED23 retrans_time 0 |
---|
710 | config ipv6 nd ra ipif gwMED23 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
711 | config ipv6 nd ns ipif gwGST31 retrans_time 0 |
---|
712 | config ipv6 nd ra ipif gwGST31 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
713 | config ipv6 nd ns ipif gwGST32 retrans_time 0 |
---|
714 | config ipv6 nd ra ipif gwGST32 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
715 | config ipv6 nd ns ipif gwJSZ32 retrans_time 0 |
---|
716 | config ipv6 nd ra ipif gwJSZ32 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
717 | config ipv6 nd ns ipif gwVIP33 retrans_time 0 |
---|
718 | config ipv6 nd ra ipif gwVIP33 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
719 | config ipv6 nd ns ipif gwJSZ33 retrans_time 0 |
---|
720 | config ipv6 nd ra ipif gwJSZ33 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
721 | config ipv6 nd ns ipif gwGST42 retrans_time 0 |
---|
722 | config ipv6 nd ra ipif gwGST42 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
723 | config ipv6 nd ns ipif gwVIP42 retrans_time 0 |
---|
724 | config ipv6 nd ra ipif gwVIP42 state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
725 | config ipv6 nd ns ipif gwPCCTV retrans_time 0 |
---|
726 | config ipv6 nd ra ipif gwPCCTV state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600 |
---|
727 | |
---|
728 | # WAC |
---|
729 | config wac method local |
---|
730 | disable wac |
---|
731 | |
---|
732 | # ARP |
---|
733 | create arpentry 172.31.0.1 00-1E-58-A9-33-94 |
---|
734 | create arpentry 172.31.0.11 00-1E-58-A9-2E-1D |
---|
735 | create arpentry 172.31.0.12 00-1E-58-A9-2E-1C |
---|
736 | create arpentry 172.31.0.21 00-1E-58-A9-2E-39 |
---|
737 | create arpentry 172.31.0.22 00-1E-58-A9-2E-41 |
---|
738 | create arpentry 172.31.0.23 00-1E-58-A9-2E-1E |
---|
739 | create arpentry 172.31.0.31 00-1E-58-A9-2E-44 |
---|
740 | create arpentry 172.31.0.32 00-1E-58-A9-2E-50 |
---|
741 | create arpentry 172.31.0.33 00-1E-58-A9-2E-52 |
---|
742 | create arpentry 172.31.0.42 00-1E-58-A9-2E-17 |
---|
743 | create arpentry 172.31.0.43 00-24-01-EB-8B-E2 |
---|
744 | create arpentry 172.16.0.1 00-1C-C4-48-A5-FC |
---|
745 | create arpentry 10.0.41.11 00-C0-26-A8-71-01 |
---|
746 | create arpentry 10.0.41.12 00-14-C2-40-71-69 |
---|
747 | config arp_aging time 600 |
---|
748 | config gratuitous_arp send ipif_status_up disable |
---|
749 | config gratuitous_arp send dup_ip_detected disable |
---|
750 | config gratuitous_arp learning disable |
---|
751 | |
---|
752 | # ROUTE |
---|
753 | config route preference static 60 |
---|
754 | config route preference rip 100 |
---|
755 | config route preference ospfIntra 80 |
---|
756 | config route preference ospfInter 90 |
---|
757 | config route preference ospfExt1 110 |
---|
758 | config route preference ospfExt2 115 |
---|
759 | create iproute default 172.16.0.1 1 primary |
---|
760 | config ecmp algorithm ip_destination crc_low |
---|
761 | enable ecmp ospf |
---|
762 | |
---|
763 | # PROUTE |
---|
764 | |
---|
765 | # IGMP |
---|
766 | config igmp ipif System version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
767 | config igmp ipif System last_member_query_interval 1 |
---|
768 | config igmp ipif gwINTERNET version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
769 | config igmp ipif gwINTERNET last_member_query_interval 1 |
---|
770 | config igmp ipif gwSNR41 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
771 | config igmp ipif gwSNR41 last_member_query_interval 1 |
---|
772 | config igmp ipif gwGST21 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
773 | config igmp ipif gwGST21 last_member_query_interval 1 |
---|
774 | config igmp ipif gwGST22 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
775 | config igmp ipif gwGST22 last_member_query_interval 1 |
---|
776 | config igmp ipif gwSNR01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
777 | config igmp ipif gwSNR01 last_member_query_interval 1 |
---|
778 | config igmp ipif gwMED01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
779 | config igmp ipif gwMED01 last_member_query_interval 1 |
---|
780 | config igmp ipif gwCNF01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
781 | config igmp ipif gwCNF01 last_member_query_interval 1 |
---|
782 | config igmp ipif gwGST01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
783 | config igmp ipif gwGST01 last_member_query_interval 1 |
---|
784 | config igmp ipif gwVIP01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
785 | config igmp ipif gwVIP01 last_member_query_interval 1 |
---|
786 | config igmp ipif gwSEC01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
787 | config igmp ipif gwSEC01 last_member_query_interval 1 |
---|
788 | config igmp ipif gwTCH01 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
789 | config igmp ipif gwTCH01 last_member_query_interval 1 |
---|
790 | config igmp ipif gwSNR11 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
791 | config igmp ipif gwSNR11 last_member_query_interval 1 |
---|
792 | config igmp ipif gwGST11 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
793 | config igmp ipif gwGST11 last_member_query_interval 1 |
---|
794 | config igmp ipif gwVIP11 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
795 | config igmp ipif gwVIP11 last_member_query_interval 1 |
---|
796 | config igmp ipif gwMED11 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
797 | config igmp ipif gwMED11 last_member_query_interval 1 |
---|
798 | config igmp ipif gwMED12 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
799 | config igmp ipif gwMED12 last_member_query_interval 1 |
---|
800 | config igmp ipif gwIMD12 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
801 | config igmp ipif gwIMD12 last_member_query_interval 1 |
---|
802 | config igmp ipif gwMOT12 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
803 | config igmp ipif gwMOT12 last_member_query_interval 1 |
---|
804 | config igmp ipif gwFIN12 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
805 | config igmp ipif gwFIN12 last_member_query_interval 1 |
---|
806 | config igmp ipif gwVIP23 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
807 | config igmp ipif gwVIP23 last_member_query_interval 1 |
---|
808 | config igmp ipif gwMED23 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
809 | config igmp ipif gwMED23 last_member_query_interval 1 |
---|
810 | config igmp ipif gwGST31 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
811 | config igmp ipif gwGST31 last_member_query_interval 1 |
---|
812 | config igmp ipif gwGST32 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
813 | config igmp ipif gwGST32 last_member_query_interval 1 |
---|
814 | config igmp ipif gwJSZ32 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
815 | config igmp ipif gwJSZ32 last_member_query_interval 1 |
---|
816 | config igmp ipif gwVIP33 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
817 | config igmp ipif gwVIP33 last_member_query_interval 1 |
---|
818 | config igmp ipif gwJSZ33 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
819 | config igmp ipif gwJSZ33 last_member_query_interval 1 |
---|
820 | config igmp ipif gwGST42 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
821 | config igmp ipif gwGST42 last_member_query_interval 1 |
---|
822 | config igmp ipif gwVIP42 version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
823 | config igmp ipif gwVIP42 last_member_query_interval 1 |
---|
824 | config igmp ipif gwPCCTV version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable |
---|
825 | config igmp ipif gwPCCTV last_member_query_interval 1 |
---|
826 | |
---|
827 | # PIMSM |
---|
828 | disable pim |
---|
829 | config pim cbsr hash_masklen 30 |
---|
830 | config pim cbsr bootstrap_period 60 |
---|
831 | config pim register_suppression_time 60 |
---|
832 | config pim register_probe_time 5 |
---|
833 | config pim last_hop_spt_switchover never |
---|
834 | config pim crp holdtime 150 priority 192 |
---|
835 | config pim crp wildcard_prefix_cnt 0 |
---|
836 | config pim ipif System state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
837 | config pim cbsr ipif System priority -1 |
---|
838 | config pim ipif gwINTERNET state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
839 | config pim cbsr ipif gwINTERNET priority -1 |
---|
840 | config pim ipif gwSNR41 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
841 | config pim cbsr ipif gwSNR41 priority -1 |
---|
842 | config pim ipif gwGST21 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
843 | config pim cbsr ipif gwGST21 priority -1 |
---|
844 | config pim ipif gwGST22 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
845 | config pim cbsr ipif gwGST22 priority -1 |
---|
846 | config pim ipif gwSNR01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
847 | config pim cbsr ipif gwSNR01 priority -1 |
---|
848 | config pim ipif gwMED01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
849 | config pim cbsr ipif gwMED01 priority -1 |
---|
850 | config pim ipif gwCNF01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
851 | config pim cbsr ipif gwCNF01 priority -1 |
---|
852 | config pim ipif gwGST01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
853 | config pim cbsr ipif gwGST01 priority -1 |
---|
854 | config pim ipif gwVIP01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
855 | config pim cbsr ipif gwVIP01 priority -1 |
---|
856 | config pim ipif gwSEC01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
857 | config pim cbsr ipif gwSEC01 priority -1 |
---|
858 | config pim ipif gwTCH01 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
859 | config pim cbsr ipif gwTCH01 priority -1 |
---|
860 | config pim ipif gwSNR11 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
861 | config pim cbsr ipif gwSNR11 priority -1 |
---|
862 | config pim ipif gwGST11 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
863 | config pim cbsr ipif gwGST11 priority -1 |
---|
864 | config pim ipif gwVIP11 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
865 | config pim cbsr ipif gwVIP11 priority -1 |
---|
866 | config pim ipif gwMED11 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
867 | config pim cbsr ipif gwMED11 priority -1 |
---|
868 | config pim ipif gwMED12 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
869 | config pim cbsr ipif gwMED12 priority -1 |
---|
870 | config pim ipif gwIMD12 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
871 | config pim cbsr ipif gwIMD12 priority -1 |
---|
872 | config pim ipif gwMOT12 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
873 | config pim cbsr ipif gwMOT12 priority -1 |
---|
874 | config pim ipif gwFIN12 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
875 | config pim cbsr ipif gwFIN12 priority -1 |
---|
876 | config pim ipif gwVIP23 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
877 | config pim cbsr ipif gwVIP23 priority -1 |
---|
878 | config pim ipif gwMED23 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
879 | config pim cbsr ipif gwMED23 priority -1 |
---|
880 | config pim ipif gwGST31 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
881 | config pim cbsr ipif gwGST31 priority -1 |
---|
882 | config pim ipif gwGST32 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
883 | config pim cbsr ipif gwGST32 priority -1 |
---|
884 | config pim ipif gwJSZ32 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
885 | config pim cbsr ipif gwJSZ32 priority -1 |
---|
886 | config pim ipif gwVIP33 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
887 | config pim cbsr ipif gwVIP33 priority -1 |
---|
888 | config pim ipif gwJSZ33 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
889 | config pim cbsr ipif gwJSZ33 priority -1 |
---|
890 | config pim ipif gwGST42 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
891 | config pim cbsr ipif gwGST42 priority -1 |
---|
892 | config pim ipif gwVIP42 state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
893 | config pim cbsr ipif gwVIP42 priority -1 |
---|
894 | config pim ipif gwPCCTV state disable hello 30 jp_interval 60 mode dm dr_priority 1 |
---|
895 | config pim cbsr ipif gwPCCTV priority -1 |
---|
896 | |
---|
897 | # DVMRP |
---|
898 | disable dvmrp |
---|
899 | config dvmrp ipif System metric 1 probe 10 neighbor_timeout 35 state disable |
---|
900 | config dvmrp ipif gwINTERNET metric 1 probe 10 neighbor_timeout 35 state disable |
---|
901 | config dvmrp ipif gwSNR41 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
902 | config dvmrp ipif gwGST21 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
903 | config dvmrp ipif gwGST22 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
904 | config dvmrp ipif gwSNR01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
905 | config dvmrp ipif gwMED01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
906 | config dvmrp ipif gwCNF01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
907 | config dvmrp ipif gwGST01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
908 | config dvmrp ipif gwVIP01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
909 | config dvmrp ipif gwSEC01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
910 | config dvmrp ipif gwTCH01 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
911 | config dvmrp ipif gwSNR11 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
912 | config dvmrp ipif gwGST11 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
913 | config dvmrp ipif gwVIP11 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
914 | config dvmrp ipif gwMED11 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
915 | config dvmrp ipif gwMED12 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
916 | config dvmrp ipif gwIMD12 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
917 | config dvmrp ipif gwMOT12 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
918 | config dvmrp ipif gwFIN12 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
919 | config dvmrp ipif gwVIP23 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
920 | config dvmrp ipif gwMED23 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
921 | config dvmrp ipif gwGST31 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
922 | config dvmrp ipif gwGST32 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
923 | config dvmrp ipif gwJSZ32 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
924 | config dvmrp ipif gwVIP33 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
925 | config dvmrp ipif gwJSZ33 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
926 | config dvmrp ipif gwGST42 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
927 | config dvmrp ipif gwVIP42 metric 1 probe 10 neighbor_timeout 35 state disable |
---|
928 | config dvmrp ipif gwPCCTV metric 1 probe 10 neighbor_timeout 35 state disable |
---|
929 | |
---|
930 | # IPMROUTE |
---|
931 | |
---|
932 | # RIP |
---|
933 | disable rip |
---|
934 | config rip ipif System tx_mode disable state disable |
---|
935 | config rip ipif System rx_mode disable state disable |
---|
936 | config rip ipif gwINTERNET tx_mode disable state disable |
---|
937 | config rip ipif gwINTERNET rx_mode disable state disable |
---|
938 | config rip ipif gwSNR41 tx_mode disable state disable |
---|
939 | config rip ipif gwSNR41 rx_mode disable state disable |
---|
940 | config rip ipif gwGST21 tx_mode disable state disable |
---|
941 | config rip ipif gwGST21 rx_mode disable state disable |
---|
942 | config rip ipif gwGST22 tx_mode disable state disable |
---|
943 | config rip ipif gwGST22 rx_mode disable state disable |
---|
944 | config rip ipif gwSNR01 tx_mode disable state disable |
---|
945 | config rip ipif gwSNR01 rx_mode disable state disable |
---|
946 | config rip ipif gwMED01 tx_mode disable state disable |
---|
947 | config rip ipif gwMED01 rx_mode disable state disable |
---|
948 | config rip ipif gwCNF01 tx_mode disable state disable |
---|
949 | config rip ipif gwCNF01 rx_mode disable state disable |
---|
950 | config rip ipif gwGST01 tx_mode disable state disable |
---|
951 | config rip ipif gwGST01 rx_mode disable state disable |
---|
952 | config rip ipif gwVIP01 tx_mode disable state disable |
---|
953 | config rip ipif gwVIP01 rx_mode disable state disable |
---|
954 | config rip ipif gwSEC01 tx_mode disable state disable |
---|
955 | config rip ipif gwSEC01 rx_mode disable state disable |
---|
956 | config rip ipif gwTCH01 tx_mode disable state disable |
---|
957 | config rip ipif gwTCH01 rx_mode disable state disable |
---|
958 | config rip ipif gwSNR11 tx_mode disable state disable |
---|
959 | config rip ipif gwSNR11 rx_mode disable state disable |
---|
960 | config rip ipif gwGST11 tx_mode disable state disable |
---|
961 | config rip ipif gwGST11 rx_mode disable state disable |
---|
962 | config rip ipif gwVIP11 tx_mode disable state disable |
---|
963 | config rip ipif gwVIP11 rx_mode disable state disable |
---|
964 | config rip ipif gwMED11 tx_mode disable state disable |
---|
965 | config rip ipif gwMED11 rx_mode disable state disable |
---|
966 | config rip ipif gwMED12 tx_mode disable state disable |
---|
967 | config rip ipif gwMED12 rx_mode disable state disable |
---|
968 | config rip ipif gwIMD12 tx_mode disable state disable |
---|
969 | config rip ipif gwIMD12 rx_mode disable state disable |
---|
970 | config rip ipif gwMOT12 tx_mode disable state disable |
---|
971 | config rip ipif gwMOT12 rx_mode disable state disable |
---|
972 | config rip ipif gwFIN12 tx_mode disable state disable |
---|
973 | config rip ipif gwFIN12 rx_mode disable state disable |
---|
974 | config rip ipif gwVIP23 tx_mode disable state disable |
---|
975 | config rip ipif gwVIP23 rx_mode disable state disable |
---|
976 | config rip ipif gwMED23 tx_mode disable state disable |
---|
977 | config rip ipif gwMED23 rx_mode disable state disable |
---|
978 | config rip ipif gwGST31 tx_mode disable state disable |
---|
979 | config rip ipif gwGST31 rx_mode disable state disable |
---|
980 | config rip ipif gwGST32 tx_mode disable state disable |
---|
981 | config rip ipif gwGST32 rx_mode disable state disable |
---|
982 | config rip ipif gwJSZ32 tx_mode disable state disable |
---|
983 | config rip ipif gwJSZ32 rx_mode disable state disable |
---|
984 | config rip ipif gwVIP33 tx_mode disable state disable |
---|
985 | config rip ipif gwVIP33 rx_mode disable state disable |
---|
986 | config rip ipif gwJSZ33 tx_mode disable state disable |
---|
987 | config rip ipif gwJSZ33 rx_mode disable state disable |
---|
988 | config rip ipif gwGST42 tx_mode disable state disable |
---|
989 | config rip ipif gwGST42 rx_mode disable state disable |
---|
990 | config rip ipif gwVIP42 tx_mode disable state disable |
---|
991 | config rip ipif gwVIP42 rx_mode disable state disable |
---|
992 | config rip ipif gwPCCTV tx_mode disable state disable |
---|
993 | config rip ipif gwPCCTV rx_mode disable state disable |
---|
994 | |
---|
995 | # MD5 |
---|
996 | |
---|
997 | # SFLOW |
---|
998 | |
---|
999 | # OSPF |
---|
1000 | config ospf ipif gwSNR01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1001 | config ospf ipif gwSNR01 authentication none metric 1 state disable passive disable |
---|
1002 | config ospf ipif gwSNR11 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1003 | config ospf ipif gwSNR11 authentication none metric 1 state disable passive disable |
---|
1004 | config ospf ipif gwSNR41 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1005 | config ospf ipif gwSNR41 authentication none metric 1 state disable passive disable |
---|
1006 | config ospf ipif gwMED01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1007 | config ospf ipif gwMED01 authentication none metric 1 state disable passive disable |
---|
1008 | config ospf ipif gwMED11 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1009 | config ospf ipif gwMED11 authentication none metric 1 state disable passive disable |
---|
1010 | config ospf ipif gwMED12 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1011 | config ospf ipif gwMED12 authentication none metric 1 state disable passive disable |
---|
1012 | config ospf ipif gwMED23 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1013 | config ospf ipif gwMED23 authentication none metric 1 state disable passive disable |
---|
1014 | config ospf ipif gwMOT12 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1015 | config ospf ipif gwMOT12 authentication none metric 1 state disable passive disable |
---|
1016 | config ospf ipif gwIMD12 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1017 | config ospf ipif gwIMD12 authentication none metric 1 state disable passive disable |
---|
1018 | config ospf ipif gwTCH01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1019 | config ospf ipif gwTCH01 authentication none metric 1 state disable passive disable |
---|
1020 | config ospf ipif gwSEC01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1021 | config ospf ipif gwSEC01 authentication none metric 1 state disable passive disable |
---|
1022 | config ospf ipif gwFIN12 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1023 | config ospf ipif gwFIN12 authentication none metric 1 state disable passive disable |
---|
1024 | config ospf ipif gwJSZ32 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1025 | config ospf ipif gwJSZ32 authentication none metric 1 state disable passive disable |
---|
1026 | config ospf ipif gwJSZ33 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1027 | config ospf ipif gwJSZ33 authentication none metric 1 state disable passive disable |
---|
1028 | config ospf ipif gwCNF01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1029 | config ospf ipif gwCNF01 authentication none metric 1 state disable passive disable |
---|
1030 | config ospf ipif gwINTERNET area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1031 | config ospf ipif gwINTERNET authentication none metric 1 state disable passive disable |
---|
1032 | config ospf ipif gwPCCTV area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1033 | config ospf ipif gwPCCTV authentication none metric 1 state disable passive disable |
---|
1034 | config ospf ipif gwVIP01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1035 | config ospf ipif gwVIP01 authentication none metric 1 state disable passive disable |
---|
1036 | config ospf ipif gwVIP11 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1037 | config ospf ipif gwVIP11 authentication none metric 1 state disable passive disable |
---|
1038 | config ospf ipif gwVIP23 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1039 | config ospf ipif gwVIP23 authentication none metric 1 state disable passive disable |
---|
1040 | config ospf ipif gwVIP33 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1041 | config ospf ipif gwVIP33 authentication none metric 1 state disable passive disable |
---|
1042 | config ospf ipif gwVIP42 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1043 | config ospf ipif gwVIP42 authentication none metric 1 state disable passive disable |
---|
1044 | config ospf ipif System area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1045 | config ospf ipif System authentication none metric 1 state disable passive disable |
---|
1046 | config ospf ipif gwGST01 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1047 | config ospf ipif gwGST01 authentication none metric 1 state disable passive disable |
---|
1048 | config ospf ipif gwGST11 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1049 | config ospf ipif gwGST11 authentication none metric 1 state disable passive disable |
---|
1050 | config ospf ipif gwGST21 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1051 | config ospf ipif gwGST21 authentication none metric 1 state disable passive disable |
---|
1052 | config ospf ipif gwGST22 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1053 | config ospf ipif gwGST22 authentication none metric 1 state disable passive disable |
---|
1054 | config ospf ipif gwGST31 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1055 | config ospf ipif gwGST31 authentication none metric 1 state disable passive disable |
---|
1056 | config ospf ipif gwGST32 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1057 | config ospf ipif gwGST32 authentication none metric 1 state disable passive disable |
---|
1058 | config ospf ipif gwGST42 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40 |
---|
1059 | config ospf ipif gwGST42 authentication none metric 1 state disable passive disable |
---|
1060 | config ospf router_id 0.0.0.0 |
---|
1061 | disable ospf |
---|
1062 | |
---|
1063 | # DNSR |
---|
1064 | enable dnsr |
---|
1065 | config dnsr primary nameserver 10.0.41.12 |
---|
1066 | config dnsr secondary nameserver 172.16.1.1 |
---|
1067 | enable dnsr cache |
---|
1068 | enable dnsr static |
---|
1069 | |
---|
1070 | # DHCP_RELAY |
---|
1071 | disable dhcp_relay |
---|
1072 | config dhcp_relay hops 4 time 0 |
---|
1073 | config dhcp_relay option_82 state disable |
---|
1074 | config dhcp_relay option_82 check disable |
---|
1075 | config dhcp_relay option_82 policy replace |
---|
1076 | |
---|
1077 | # DHCP_SERVER |
---|
1078 | config dhcp ping_packets 2 |
---|
1079 | config dhcp ping_timeout 500 |
---|
1080 | disable dhcp_server |
---|
1081 | |
---|
1082 | # VRRP |
---|
1083 | config vrrp ipif System authtype none |
---|
1084 | config vrrp ipif gwINTERNET authtype none |
---|
1085 | config vrrp ipif gwSNR41 authtype none |
---|
1086 | config vrrp ipif gwGST21 authtype none |
---|
1087 | config vrrp ipif gwGST22 authtype none |
---|
1088 | config vrrp ipif gwSNR01 authtype none |
---|
1089 | config vrrp ipif gwMED01 authtype none |
---|
1090 | config vrrp ipif gwCNF01 authtype none |
---|
1091 | config vrrp ipif gwGST01 authtype none |
---|
1092 | config vrrp ipif gwVIP01 authtype none |
---|
1093 | config vrrp ipif gwSEC01 authtype none |
---|
1094 | config vrrp ipif gwTCH01 authtype none |
---|
1095 | config vrrp ipif gwSNR11 authtype none |
---|
1096 | config vrrp ipif gwGST11 authtype none |
---|
1097 | config vrrp ipif gwVIP11 authtype none |
---|
1098 | config vrrp ipif gwMED11 authtype none |
---|
1099 | config vrrp ipif gwMED12 authtype none |
---|
1100 | config vrrp ipif gwIMD12 authtype none |
---|
1101 | config vrrp ipif gwMOT12 authtype none |
---|
1102 | config vrrp ipif gwFIN12 authtype none |
---|
1103 | config vrrp ipif gwVIP23 authtype none |
---|
1104 | config vrrp ipif gwMED23 authtype none |
---|
1105 | config vrrp ipif gwGST31 authtype none |
---|
1106 | config vrrp ipif gwGST32 authtype none |
---|
1107 | config vrrp ipif gwJSZ32 authtype none |
---|
1108 | config vrrp ipif gwVIP33 authtype none |
---|
1109 | config vrrp ipif gwJSZ33 authtype none |
---|
1110 | config vrrp ipif gwGST42 authtype none |
---|
1111 | config vrrp ipif gwVIP42 authtype none |
---|
1112 | config vrrp ipif gwPCCTV authtype none |
---|
1113 | disable vrrp |
---|
1114 | |
---|
1115 | disable vrrp ping |
---|
1116 | |
---|
1117 | #------------------------------------------------------------------- |
---|
1118 | # End of configuration file for DGS-3612 |
---|
1119 | # Switch 'SW41' configuration saved at Mon, 24 May 10 12:14:16 +0400 |
---|
1120 | #------------------------------------------------------------------- |
---|
1121 | |
---|