質問編集履歴
2
現在の設定ファイルを追記しました.
title
CHANGED
File without changes
|
body
CHANGED
@@ -223,4 +223,92 @@
|
|
223
223
|
C 192.168.11.0/24 is directly connected, vlan6
|
224
224
|
```
|
225
225
|
|
226
|
+
|
227
|
+
###設定ファイル
|
228
|
+
現在の設定ファイルを示します.
|
229
|
+
|
230
|
+
```config
|
231
|
+
awplus#show running-config
|
232
|
+
!
|
233
|
+
service password-encryption
|
234
|
+
!
|
235
|
+
no banner motd
|
236
|
+
!
|
237
|
+
username manager privilege 15 password 8 $1$bJoVec4D$JwOJGPr7YqoExA0GVasdE0
|
238
|
+
!
|
239
|
+
no service ssh
|
240
|
+
!
|
241
|
+
service telnet
|
242
|
+
no service telnet ipv6
|
243
|
+
!
|
244
|
+
service http
|
245
|
+
!
|
246
|
+
clock timezone JST plus 9:00
|
247
|
+
!
|
248
|
+
no snmp-server ipv6
|
249
|
+
!
|
250
|
+
aaa authentication enable default local
|
251
|
+
aaa authentication login default local
|
252
|
+
!
|
253
|
+
ip domain-lookup
|
254
|
+
!
|
255
|
+
no service dhcp-server
|
256
|
+
!
|
257
|
+
no ip multicast-routing
|
258
|
+
!
|
259
|
+
spanning-tree mode rstp
|
260
|
+
!
|
261
|
+
no ipv6 mld snooping
|
262
|
+
!
|
263
|
+
switch 1 provision x600-24
|
264
|
+
!
|
265
|
+
vlan database
|
266
|
+
vlan 5-6,10,20 state enable
|
267
|
+
!
|
268
|
+
interface port1.0.1
|
269
|
+
switchport
|
270
|
+
switchport mode access
|
271
|
+
switchport access vlan 5
|
272
|
+
!
|
273
|
+
interface port1.0.2
|
274
|
+
switchport
|
275
|
+
switchport mode access
|
276
|
+
switchport access vlan 6
|
277
|
+
!
|
278
|
+
interface port1.0.3-1.0.6
|
279
|
+
switchport
|
280
|
+
switchport mode access
|
281
|
+
!
|
282
|
+
interface port1.0.7-1.0.12
|
283
|
+
switchport
|
284
|
+
switchport mode access
|
285
|
+
switchport access vlan 10
|
286
|
+
!
|
287
|
+
interface port1.0.13-1.0.16
|
288
|
+
switchport
|
289
|
+
switchport mode access
|
290
|
+
switchport access vlan 20
|
291
|
+
!
|
292
|
+
interface port1.0.17-1.0.24
|
293
|
+
switchport
|
294
|
+
switchport mode access
|
295
|
+
!
|
296
|
+
interface vlan5-6
|
297
|
+
ip address dhcp
|
298
|
+
!
|
299
|
+
interface vlan10
|
300
|
+
ip address 192.168.10.1/24
|
301
|
+
!
|
302
|
+
interface vlan20
|
303
|
+
ip address 192.168.20.1/24
|
304
|
+
!
|
305
|
+
!
|
306
|
+
line con 0
|
307
|
+
line vty 0 4
|
308
|
+
!
|
309
|
+
end
|
310
|
+
|
311
|
+
awplus#
|
312
|
+
```
|
313
|
+
|
226
314
|
よろしくお願いいたします.
|
1
タイトルの変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
アライドテレシスのL3スイッチ VLAN間
|
1
|
+
アライドテレシスのL3スイッチ VLAN間で通信できるようにしたい
|
body
CHANGED
@@ -221,4 +221,6 @@
|
|
221
221
|
C 172.16.20.0/22 is directly connected, vlan5
|
222
222
|
C 192.168.10.0/24 is directly connected, vlan10
|
223
223
|
C 192.168.11.0/24 is directly connected, vlan6
|
224
|
-
```
|
224
|
+
```
|
225
|
+
|
226
|
+
よろしくお願いいたします.
|