質問編集履歴
4
running-config 修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,28 +21,34 @@
|
|
21
21
|
- Lo0 や Gi0/5 から LAN 上のサーバ/PCにアクセス不可
|
22
22
|
|
23
23
|
```
|
24
|
-
|
24
|
+
N138-C841M-22XQ#show ip int brief
|
25
25
|
Interface IP-Address OK? Method Status Protocol
|
26
26
|
GigabitEthernet0/0 unassigned YES unset up up
|
27
27
|
GigabitEthernet0/1 unassigned YES unset administratively down down
|
28
28
|
GigabitEthernet0/2 unassigned YES unset administratively down down
|
29
29
|
GigabitEthernet0/3 unassigned YES unset administratively down down
|
30
30
|
GigabitEthernet0/4 unassigned YES NVRAM administratively down down
|
31
|
-
GigabitEthernet0/5 192.168.163.
|
31
|
+
GigabitEthernet0/5 192.168.163.10 YES DHCP up up
|
32
32
|
Vlan1 unassigned YES unset administratively down down
|
33
33
|
Vlan83 192.168.30.240 YES NVRAM up up
|
34
34
|
Loopback0 172.21.0.254 YES NVRAM up up
|
35
|
-
|
35
|
+
N138-C841M-22XQ#
|
36
|
+
```
|
36
37
|
|
38
|
+
```
|
37
|
-
|
39
|
+
N138-C841M-22XQ#show int status
|
38
40
|
|
39
41
|
Port Name Status Vlan Duplex Speed Type
|
40
42
|
Gi0/0 TO) **LAN** VLAN 8 connected 83 a-full a-1000 10/100BaseTX
|
41
43
|
Gi0/1 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
42
44
|
Gi0/2 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
43
45
|
Gi0/3 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
44
|
-
|
46
|
+
N138-C841M-22XQ#
|
47
|
+
```
|
45
48
|
|
49
|
+
```
|
50
|
+
N138-C841M-22XQ#show vlan-switch brief
|
51
|
+
|
46
52
|
VLAN Name Status Ports
|
47
53
|
---- -------------------------------- --------- -------------------------------
|
48
54
|
1 default active Gi0/1, Gi0/2, Gi0/3
|
@@ -51,34 +57,22 @@
|
|
51
57
|
1003 token-ring-default act/unsup
|
52
58
|
1004 fddinet-default act/unsup
|
53
59
|
1005 trnet-default act/unsup
|
60
|
+
N138-C841M-22XQ#
|
61
|
+
```
|
54
62
|
|
55
|
-
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
|
56
|
-
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
|
57
|
-
1 enet 100001 1500 - - - - - 1002 1003
|
58
|
-
83 enet 100083 1500 - - - - - 0 0
|
59
|
-
1002 fddi 101002 1500 - - - - - 1 1003
|
60
|
-
1003 tr 101003 1500 1005 0 - - srb 1 1002
|
61
|
-
1004 fdnet 101004 1500 - - 1 ibm - 0 0
|
62
|
-
1005 trnet 101005 1500 - - 1 ibm - 0 0
|
63
|
-
|
63
|
+
# running-config
|
64
64
|
```
|
65
|
-
|
66
|
-
### 該当のソースコード
|
67
|
-
|
68
|
-
```cisco:show running-config
|
69
|
-
CoreGW-C841M#show running-config
|
70
|
-
Building configuration...
|
71
|
-
|
72
|
-
Current configuration : 3034 bytes
|
73
65
|
!
|
74
|
-
!
|
66
|
+
! Last configuration change at 22:48:59 JST Sat Jun 13 2020
|
67
|
+
! NVRAM config last updated at 22:49:04 JST Sat Jun 13 2020
|
75
68
|
!
|
76
69
|
version 15.5
|
77
70
|
service timestamps debug datetime msec
|
78
71
|
service timestamps log datetime msec
|
79
72
|
service password-encryption
|
73
|
+
no service dhcp
|
80
74
|
!
|
81
|
-
hostname
|
75
|
+
hostname N138-C841M-22XQ
|
82
76
|
!
|
83
77
|
boot-start-marker
|
84
78
|
boot-end-marker
|
@@ -99,21 +93,26 @@
|
|
99
93
|
!
|
100
94
|
aaa session-id common
|
101
95
|
ethernet lmi ce
|
96
|
+
clock timezone JST 9 0
|
102
97
|
!
|
103
98
|
!
|
99
|
+
call-home
|
100
|
+
contact-email-addr *****@example.net
|
104
101
|
!
|
105
102
|
!
|
106
103
|
!
|
107
104
|
!
|
108
105
|
!
|
109
106
|
!
|
107
|
+
ip domain retry 1
|
108
|
+
ip domain timeout 5
|
110
109
|
ip domain name n138.nws
|
111
110
|
ip name-server 192.168.30.250
|
112
111
|
ip cef
|
113
112
|
no ipv6 cef
|
114
113
|
!
|
115
114
|
!
|
116
|
-
license udi pid C841M-4X-JSEC/K9
|
115
|
+
license udi pid C841M-4X-JSEC/K9
|
117
116
|
!
|
118
117
|
!
|
119
118
|
vtp mode transparent
|
@@ -131,6 +130,7 @@
|
|
131
130
|
track 83 interface GigabitEthernet0/5 line-protocol
|
132
131
|
delay up 30
|
133
132
|
!
|
133
|
+
!
|
134
134
|
!
|
135
135
|
!
|
136
136
|
!
|
@@ -140,7 +140,6 @@
|
|
140
140
|
!
|
141
141
|
!
|
142
142
|
!
|
143
|
-
!
|
144
143
|
interface Loopback0
|
145
144
|
description *** Loopback ***
|
146
145
|
ip address 172.21.0.254 255.255.0.0
|
@@ -180,7 +179,7 @@
|
|
180
179
|
speed 10
|
181
180
|
!
|
182
181
|
interface GigabitEthernet0/5
|
183
|
-
description TO) **WAN** Port 1 - SoftBank Air
|
182
|
+
description TO) **WAN** Port 1 - SoftBank Air
|
184
183
|
ip address dhcp
|
185
184
|
ip ospf 1 area 1
|
186
185
|
duplex auto
|
@@ -201,6 +200,7 @@
|
|
201
200
|
vrrp 83 track 83 decrement 15
|
202
201
|
!
|
203
202
|
router ospf 1
|
203
|
+
router-id 192.168.30.240
|
204
204
|
network 192.168.30.0 0.0.0.255 area 0
|
205
205
|
!
|
206
206
|
router bgp 3038
|
@@ -214,33 +214,33 @@
|
|
214
214
|
no ip http secure-server
|
215
215
|
!
|
216
216
|
!
|
217
|
+
ip dns view default
|
218
|
+
domain timeout 5
|
219
|
+
domain retry 1
|
217
220
|
ip route 0.0.0.0 0.0.0.0 dhcp
|
218
221
|
ip ssh version 2
|
219
222
|
!
|
223
|
+
logging host 192.168.30.250
|
220
224
|
!
|
221
225
|
!
|
222
226
|
!
|
223
227
|
!
|
224
228
|
!
|
225
|
-
banner
|
229
|
+
banner motd #
|
226
230
|
=== System Info ======================================
|
227
|
-
Hostname ............
|
231
|
+
Hostname ............ N138-C841M-22XQ
|
228
232
|
Build In ............ 30th May 2020
|
229
233
|
|
230
234
|
=== END ==============================================
|
231
|
-
|
235
|
+
#
|
232
|
-
banner motd ^C
|
233
|
-
=== System Info ======================================
|
234
|
-
Hostname ............ CoreGW-C841M
|
235
|
-
|
236
|
-
=== END ==============================================
|
237
|
-
^C
|
238
236
|
!
|
239
237
|
line con 0
|
238
|
+
exec-timeout 5 0
|
240
239
|
logging synchronous
|
241
240
|
login authentication noauth
|
242
241
|
no modem enable
|
243
242
|
line vty 0 4
|
243
|
+
exec-timeout 5 0
|
244
244
|
logging synchronous
|
245
245
|
transport input all
|
246
246
|
!
|
@@ -249,12 +249,12 @@
|
|
249
249
|
ntp server ntp.nict.jp
|
250
250
|
!
|
251
251
|
end
|
252
|
-
|
253
|
-
CoreGW-C841M#
|
254
252
|
```
|
255
253
|
|
256
254
|
### 試したこと
|
257
255
|
|
256
|
+
- Gi0/5 抜き差し
|
257
|
+
- Gi0/0 抜き差し
|
258
258
|
- `no router ospf 1` → 戻し
|
259
259
|
- `no router bgp 3038` → 戻し
|
260
260
|
- vlan 80 & SVI 作成 → 戻し
|
@@ -262,22 +262,24 @@
|
|
262
262
|
|
263
263
|
|
264
264
|
|
265
|
+
|
265
266
|
### 補足情報(FW/ツールのバージョンなど)
|
266
267
|
|
267
268
|
```
|
268
|
-
CoreGW-C841M#show inventory
|
269
|
-
NAME: "C841M-4X-JSEC/K9", DESCR: "C841M-4X-JSEC/K9 chassis, Hw Serial#: ___________, Hw Revision: 1.0"
|
270
|
-
PID: C841M-4X-JSEC/K9 , VID: V01, SN: ___________
|
271
|
-
|
272
|
-
NAME: "C841M-4X Mother board, 2GE WAN, 4GE LAN, integrated VPN on Slot 0", DESCR: "C841M-4X Mother board, 2GE WAN, 4GE LAN, integrated VPN"
|
273
|
-
PID: C841M-4X-JSEC/K9 , VID: V01, SN: ___________
|
274
|
-
|
275
|
-
|
269
|
+
N138-C841M-22XQ#show ver
|
276
270
|
Cisco IOS Software, C800M Software (C800M-UNIVERSALK9-M), Version 15.5(3)M4a, RELEASE SOFTWARE (fc1)
|
277
271
|
|
278
272
|
~~ 中略 ~~
|
279
273
|
|
274
|
+
License UDI:
|
280
275
|
|
276
|
+
-------------------------------------------------
|
277
|
+
Device# PID SN
|
278
|
+
-------------------------------------------------
|
279
|
+
*1 C841M-4X-JSEC/K9
|
280
|
+
|
281
|
+
|
282
|
+
|
281
283
|
License Information for 'c800m'
|
282
284
|
License Level: advsecurity Type: Permanent
|
283
285
|
Next reboot license Level: advsecurity
|
@@ -285,7 +287,7 @@
|
|
285
287
|
|
286
288
|
Configuration register is 0x2102
|
287
289
|
|
288
|
-
|
290
|
+
N138-C841M-22XQ#
|
289
291
|
```
|
290
292
|
|
291
293
|
### SoftbankAir の設定画面
|
@@ -294,11 +296,12 @@
|
|
294
296
|

|
295
297
|
|
296
298
|
***
|
297
|
-
|
299
|
+
# DGW 到達不可
|
298
300
|
13 jun '20 23:29 追記
|
299
301
|

|
300
302
|
DGWにping 行うと そもそもDGWに届いていない事が判明(Gi0/5からはOKだが問題はそれ以外)(構成変わらずのまま)
|
301
303
|
|
304
|
+
## IFリスト
|
302
305
|
```
|
303
306
|
N138-C841M-22XQ#show ip int brief
|
304
307
|
Interface IP-Address OK? Method Status Protocol
|
@@ -314,6 +317,7 @@
|
|
314
317
|
N138-C841M-22XQ#
|
315
318
|
```
|
316
319
|
|
320
|
+
## 対向(DGW)IPaddr確認
|
317
321
|
```
|
318
322
|
N138-C841M-22XQ#show dhcp lease
|
319
323
|
Temp IP addr: 192.168.163.10 for peer on Interface: GigabitEthernet0/5
|
@@ -330,6 +334,7 @@
|
|
330
334
|
N138-C841M-22XQ#
|
331
335
|
```
|
332
336
|
|
337
|
+
## Ping to DGW from gi0/5
|
333
338
|
```
|
334
339
|
N138-C841M-22XQ#ping 192.168.163.254
|
335
340
|
Type escape sequence to abort.
|
@@ -339,6 +344,7 @@
|
|
339
344
|
N138-C841M-22XQ#
|
340
345
|
```
|
341
346
|
|
347
|
+
## Ping to DGW from gi0/5
|
342
348
|
```
|
343
349
|
N138-C841M-22XQ#ping 192.168.163.254 source gigabitEthernet 0/5
|
344
350
|
Type escape sequence to abort.
|
@@ -349,6 +355,7 @@
|
|
349
355
|
N138-C841M-22XQ#
|
350
356
|
```
|
351
357
|
|
358
|
+
## Ping to DGW from vlan 83
|
352
359
|
```
|
353
360
|
N138-C841M-22XQ#ping 192.168.163.254 source vlan 83
|
354
361
|
Type escape sequence to abort.
|
@@ -359,6 +366,7 @@
|
|
359
366
|
N138-C841M-22XQ#
|
360
367
|
```
|
361
368
|
|
369
|
+
## Ping to DGW from lo0
|
362
370
|
```
|
363
371
|
N138-C841M-22XQ#ping 192.168.163.254 source loopback 0
|
364
372
|
Type escape sequence to abort.
|
3
Unable to estab to DGW
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,47 +33,7 @@
|
|
33
33
|
Vlan83 192.168.30.240 YES NVRAM up up
|
34
34
|
Loopback0 172.21.0.254 YES NVRAM up up
|
35
35
|
CoreGW-C841M#
|
36
|
-
|
36
|
+
|
37
|
-
Type escape sequence to abort.
|
38
|
-
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
|
39
|
-
Packet sent with a source address of 192.168.163.5
|
40
|
-
!!!!!
|
41
|
-
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/36/60 ms
|
42
|
-
CoreGW-C841M#
|
43
|
-
CoreGW-C841M#ping 8.8.8.8 source Vlan83
|
44
|
-
Type escape sequence to abort.
|
45
|
-
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
|
46
|
-
Packet sent with a source address of 192.168.30.240
|
47
|
-
.....
|
48
|
-
Success rate is 0 percent (0/5)
|
49
|
-
CoreGW-C841M#
|
50
|
-
CoreGW-C841M#ping 8.8.8.8 source Lo0
|
51
|
-
Type escape sequence to abort.
|
52
|
-
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
|
53
|
-
Packet sent with a source address of 172.21.0.254
|
54
|
-
.....
|
55
|
-
Success rate is 0 percent (0/5)
|
56
|
-
CoreGW-C841M#
|
57
|
-
CoreGW-C841M#ping 192.168.30.250 source vlan83
|
58
|
-
Type escape sequence to abort.
|
59
|
-
Sending 5, 100-byte ICMP Echos to 192.168.30.250, timeout is 2 seconds:
|
60
|
-
Packet sent with a source address of 192.168.30.240
|
61
|
-
!!!!!
|
62
|
-
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
|
63
|
-
CoreGW-C841M#
|
64
|
-
CoreGW-C841M#ping 192.168.30.250 source lo0
|
65
|
-
Type escape sequence to abort.
|
66
|
-
Sending 5, 100-byte ICMP Echos to 192.168.30.250, timeout is 2 seconds:
|
67
|
-
Packet sent with a source address of 172.21.0.254
|
68
|
-
.....
|
69
|
-
Success rate is 0 percent (0/5)
|
70
|
-
CoreGW-C841M#ping 192.168.30.250 source gi0/5
|
71
|
-
Type escape sequence to abort.
|
72
|
-
Sending 5, 100-byte ICMP Echos to 192.168.30.250, timeout is 2 seconds:
|
73
|
-
Packet sent with a source address of 192.168.163.5
|
74
|
-
.....
|
75
|
-
Success rate is 0 percent (0/5)
|
76
|
-
CoreGW-C841M#
|
77
37
|
CoreGW-C841M#show int status
|
78
38
|
|
79
39
|
Port Name Status Vlan Duplex Speed Type
|
@@ -298,18 +258,6 @@
|
|
298
258
|
- `no router ospf 1` → 戻し
|
299
259
|
- `no router bgp 3038` → 戻し
|
300
260
|
- vlan 80 & SVI 作成 → 戻し
|
301
|
-
```
|
302
|
-
vlan 80
|
303
|
-
name test
|
304
|
-
inter vlan 80
|
305
|
-
ip addr 192.168.80.254/24
|
306
|
-
no shut
|
307
|
-
inter gi0/3
|
308
|
-
duplex auto
|
309
|
-
speed auto
|
310
|
-
switchport access vlan 80
|
311
|
-
no shutdown
|
312
|
-
```
|
313
261
|
- `reload`
|
314
262
|
|
315
263
|
|
@@ -324,39 +272,9 @@
|
|
324
272
|
NAME: "C841M-4X Mother board, 2GE WAN, 4GE LAN, integrated VPN on Slot 0", DESCR: "C841M-4X Mother board, 2GE WAN, 4GE LAN, integrated VPN"
|
325
273
|
PID: C841M-4X-JSEC/K9 , VID: V01, SN: ___________
|
326
274
|
|
327
|
-
|
328
|
-
CoreGW-C841M#show license
|
329
|
-
Index 1 Feature: advsecurity
|
330
|
-
Period left: Life time
|
331
|
-
License Type: Permanent
|
332
|
-
License State: Active, In Use
|
333
|
-
License Count: Non-Counted
|
334
|
-
License Priority: Medium
|
335
|
-
Index 2 Feature: ios-ips-update
|
336
|
-
Period left: Not Activated
|
337
|
-
Period Used: 0 minute 0 second
|
338
|
-
License Type: EvalRightToUse
|
339
|
-
License State: Active, Not in Use, EULA not accepted
|
340
|
-
License Count: Non-Counted
|
341
|
-
License Priority: None
|
342
|
-
|
343
275
|
CoreGW-C841M#show ver
|
344
276
|
Cisco IOS Software, C800M Software (C800M-UNIVERSALK9-M), Version 15.5(3)M4a, RELEASE SOFTWARE (fc1)
|
345
|
-
Technical Support: http://www.cisco.com/techsupport
|
346
|
-
Copyright (c) 1986-2016 by Cisco Systems, Inc.
|
347
|
-
Compiled Thu 06-Oct-16 16:52 by prod_rel_team
|
348
277
|
|
349
|
-
ROM: System Bootstrap, Version 15.5(1r)T1, RELEASE SOFTWARE (fc1)
|
350
|
-
|
351
|
-
CoreGW-C841M uptime is 49 minutes
|
352
|
-
System returned to ROM by reload at 14:40:13 UTC Thu Jun 11 2020
|
353
|
-
System restarted at 14:41:28 UTC Thu Jun 11 2020
|
354
|
-
System image file is "flash:c800m-universalk9-mz.SPA.155-3.M4a.bin"
|
355
|
-
Last reload type: Normal Reload
|
356
|
-
Last reload reason: Reload Command
|
357
|
-
|
358
|
-
|
359
|
-
|
360
278
|
~~ 中略 ~~
|
361
279
|
|
362
280
|
|
@@ -373,4 +291,80 @@
|
|
373
291
|
### SoftbankAir の設定画面
|
374
292
|

|
375
293
|

|
376
|
-

|
294
|
+

|
295
|
+
|
296
|
+
***
|
297
|
+
|
298
|
+
13 jun '20 23:29 追記
|
299
|
+

|
300
|
+
DGWにping 行うと そもそもDGWに届いていない事が判明(Gi0/5からはOKだが問題はそれ以外)(構成変わらずのまま)
|
301
|
+
|
302
|
+
```
|
303
|
+
N138-C841M-22XQ#show ip int brief
|
304
|
+
Interface IP-Address OK? Method Status Protocol
|
305
|
+
GigabitEthernet0/0 unassigned YES unset up up
|
306
|
+
GigabitEthernet0/1 unassigned YES unset administratively down down
|
307
|
+
GigabitEthernet0/2 unassigned YES unset administratively down down
|
308
|
+
GigabitEthernet0/3 unassigned YES unset administratively down down
|
309
|
+
GigabitEthernet0/4 unassigned YES NVRAM administratively down down
|
310
|
+
GigabitEthernet0/5 192.168.163.10 YES DHCP up up
|
311
|
+
Vlan1 unassigned YES unset administratively down down
|
312
|
+
Vlan83 192.168.30.240 YES NVRAM up up
|
313
|
+
Loopback0 172.21.0.254 YES NVRAM up up
|
314
|
+
N138-C841M-22XQ#
|
315
|
+
```
|
316
|
+
|
317
|
+
```
|
318
|
+
N138-C841M-22XQ#show dhcp lease
|
319
|
+
Temp IP addr: 192.168.163.10 for peer on Interface: GigabitEthernet0/5
|
320
|
+
Temp sub net mask: 255.255.255.0
|
321
|
+
DHCP Lease server: 192.168.163.254, state: 5 Bound
|
322
|
+
DHCP transaction id: 7CC
|
323
|
+
Lease: 86400 secs, Renewal: 43200 secs, Rebind: 75600 secs
|
324
|
+
Temp default-gateway addr: 192.168.163.254
|
325
|
+
Next timer fires after: 11:01:53
|
326
|
+
Retry count: 0 Client-ID: cisco-2c5a.0ff2.fd32-Gi0/5
|
327
|
+
Client-ID hex dump: 636973636F2D326335612E306666322E
|
328
|
+
666433322D4769302F35
|
329
|
+
Hostname: CoreGW-C841M
|
330
|
+
N138-C841M-22XQ#
|
331
|
+
```
|
332
|
+
|
333
|
+
```
|
334
|
+
N138-C841M-22XQ#ping 192.168.163.254
|
335
|
+
Type escape sequence to abort.
|
336
|
+
Sending 5, 100-byte ICMP Echos to 192.168.163.254, timeout is 2 seconds:
|
337
|
+
!!!!!
|
338
|
+
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
|
339
|
+
N138-C841M-22XQ#
|
340
|
+
```
|
341
|
+
|
342
|
+
```
|
343
|
+
N138-C841M-22XQ#ping 192.168.163.254 source gigabitEthernet 0/5
|
344
|
+
Type escape sequence to abort.
|
345
|
+
Sending 5, 100-byte ICMP Echos to 192.168.163.254, timeout is 2 seconds:
|
346
|
+
Packet sent with a source address of 192.168.163.10
|
347
|
+
!!!!!
|
348
|
+
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
|
349
|
+
N138-C841M-22XQ#
|
350
|
+
```
|
351
|
+
|
352
|
+
```
|
353
|
+
N138-C841M-22XQ#ping 192.168.163.254 source vlan 83
|
354
|
+
Type escape sequence to abort.
|
355
|
+
Sending 5, 100-byte ICMP Echos to 192.168.163.254, timeout is 2 seconds:
|
356
|
+
Packet sent with a source address of 192.168.30.240
|
357
|
+
.....
|
358
|
+
Success rate is 0 percent (0/5)
|
359
|
+
N138-C841M-22XQ#
|
360
|
+
```
|
361
|
+
|
362
|
+
```
|
363
|
+
N138-C841M-22XQ#ping 192.168.163.254 source loopback 0
|
364
|
+
Type escape sequence to abort.
|
365
|
+
Sending 5, 100-byte ICMP Echos to 192.168.163.254, timeout is 2 seconds:
|
366
|
+
Packet sent with a source address of 172.21.0.254
|
367
|
+
.....
|
368
|
+
Success rate is 0 percent (0/5)
|
369
|
+
N138-C841M-22XQ#
|
370
|
+
```
|
2
SoftbankAir の設定画面 SS追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -368,4 +368,9 @@
|
|
368
368
|
Configuration register is 0x2102
|
369
369
|
|
370
370
|
CoreGW-C841M#
|
371
|
-
```
|
371
|
+
```
|
372
|
+
|
373
|
+
### SoftbankAir の設定画面
|
374
|
+

|
375
|
+

|
376
|
+

|
1
show int status & show vlan-switch & show license 追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -74,6 +74,33 @@
|
|
74
74
|
.....
|
75
75
|
Success rate is 0 percent (0/5)
|
76
76
|
CoreGW-C841M#
|
77
|
+
CoreGW-C841M#show int status
|
78
|
+
|
79
|
+
Port Name Status Vlan Duplex Speed Type
|
80
|
+
Gi0/0 TO) **LAN** VLAN 8 connected 83 a-full a-1000 10/100BaseTX
|
81
|
+
Gi0/1 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
82
|
+
Gi0/2 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
83
|
+
Gi0/3 *** OffLine *** disabled 1 half 10 10/100BaseTX
|
84
|
+
CoreGW-C841M#show vlan-switch
|
85
|
+
|
86
|
+
VLAN Name Status Ports
|
87
|
+
---- -------------------------------- --------- -------------------------------
|
88
|
+
1 default active Gi0/1, Gi0/2, Gi0/3
|
89
|
+
83 n138.nws active Gi0/0
|
90
|
+
1002 fddi-default act/unsup
|
91
|
+
1003 token-ring-default act/unsup
|
92
|
+
1004 fddinet-default act/unsup
|
93
|
+
1005 trnet-default act/unsup
|
94
|
+
|
95
|
+
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
|
96
|
+
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
|
97
|
+
1 enet 100001 1500 - - - - - 1002 1003
|
98
|
+
83 enet 100083 1500 - - - - - 0 0
|
99
|
+
1002 fddi 101002 1500 - - - - - 1 1003
|
100
|
+
1003 tr 101003 1500 1005 0 - - srb 1 1002
|
101
|
+
1004 fdnet 101004 1500 - - 1 ibm - 0 0
|
102
|
+
1005 trnet 101005 1500 - - 1 ibm - 0 0
|
103
|
+
CoreGW-C841M#
|
77
104
|
```
|
78
105
|
|
79
106
|
### 該当のソースコード
|
@@ -298,6 +325,21 @@
|
|
298
325
|
PID: C841M-4X-JSEC/K9 , VID: V01, SN: ___________
|
299
326
|
|
300
327
|
|
328
|
+
CoreGW-C841M#show license
|
329
|
+
Index 1 Feature: advsecurity
|
330
|
+
Period left: Life time
|
331
|
+
License Type: Permanent
|
332
|
+
License State: Active, In Use
|
333
|
+
License Count: Non-Counted
|
334
|
+
License Priority: Medium
|
335
|
+
Index 2 Feature: ios-ips-update
|
336
|
+
Period left: Not Activated
|
337
|
+
Period Used: 0 minute 0 second
|
338
|
+
License Type: EvalRightToUse
|
339
|
+
License State: Active, Not in Use, EULA not accepted
|
340
|
+
License Count: Non-Counted
|
341
|
+
License Priority: None
|
342
|
+
|
301
343
|
CoreGW-C841M#show ver
|
302
344
|
Cisco IOS Software, C800M Software (C800M-UNIVERSALK9-M), Version 15.5(3)M4a, RELEASE SOFTWARE (fc1)
|
303
345
|
Technical Support: http://www.cisco.com/techsupport
|
@@ -306,7 +348,7 @@
|
|
306
348
|
|
307
349
|
ROM: System Bootstrap, Version 15.5(1r)T1, RELEASE SOFTWARE (fc1)
|
308
350
|
|
309
|
-
CoreGW-C841M uptime is
|
351
|
+
CoreGW-C841M uptime is 49 minutes
|
310
352
|
System returned to ROM by reload at 14:40:13 UTC Thu Jun 11 2020
|
311
353
|
System restarted at 14:41:28 UTC Thu Jun 11 2020
|
312
354
|
System image file is "flash:c800m-universalk9-mz.SPA.155-3.M4a.bin"
|
@@ -315,41 +357,9 @@
|
|
315
357
|
|
316
358
|
|
317
359
|
|
318
|
-
This product contains cryptographic features and is subject to United
|
319
|
-
States and local country laws governing import, export, transfer and
|
320
|
-
|
360
|
+
~~ 中略 ~~
|
321
|
-
third-party authority to import, export, distribute or use encryption.
|
322
|
-
Importers, exporters, distributors and users are responsible for
|
323
|
-
compliance with U.S. and local country laws. By using this product you
|
324
|
-
agree to comply with applicable laws and regulations. If you are unable
|
325
|
-
to comply with U.S. and local laws, return this product immediately.
|
326
361
|
|
327
|
-
A summary of U.S. laws governing Cisco cryptographic products may be found at:
|
328
|
-
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
|
329
362
|
|
330
|
-
If you require further assistance please contact us by sending email to
|
331
|
-
export@cisco.com.
|
332
|
-
|
333
|
-
Cisco C841M-4X-JSEC/K9 (revision 1.0) with 496716K/27571K bytes of memory.
|
334
|
-
Processor board ID ___________
|
335
|
-
6 Gigabit Ethernet interfaces
|
336
|
-
1 Virtual Private Network (VPN) Module
|
337
|
-
DRAM configuration is 32 bits wide
|
338
|
-
255K bytes of non-volatile configuration memory.
|
339
|
-
1908736K bytes of SD Flash sdflash (Read/Write)
|
340
|
-
|
341
|
-
|
342
|
-
License Info:
|
343
|
-
|
344
|
-
License UDI:
|
345
|
-
|
346
|
-
-------------------------------------------------
|
347
|
-
Device# PID SN
|
348
|
-
-------------------------------------------------
|
349
|
-
*1 C841M-4X-JSEC/K9 ___________
|
350
|
-
|
351
|
-
|
352
|
-
|
353
363
|
License Information for 'c800m'
|
354
364
|
License Level: advsecurity Type: Permanent
|
355
365
|
Next reboot license Level: advsecurity
|