質問編集履歴
3
IP変更
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
no ip route-cache
|
|
79
79
|
|
|
80
80
|
interface Vlan133
|
|
81
|
-
ip address
|
|
81
|
+
ip address 192.113.179.114 255.255.255.0
|
|
82
82
|
no ip redirects
|
|
83
83
|
no ip proxy-arp
|
|
84
84
|
no ip route-cache
|
|
@@ -89,18 +89,18 @@
|
|
|
89
89
|
no ip proxy-arp
|
|
90
90
|
no ip route-cache
|
|
91
91
|
|
|
92
|
-
ip default-gateway
|
|
92
|
+
ip default-gateway 192.113.179.1
|
|
93
93
|
no ip http server
|
|
94
94
|
no ip http secure-server
|
|
95
95
|
logging esm config
|
|
96
96
|
logging facility local0
|
|
97
|
-
logging
|
|
97
|
+
logging 192.113.133.22
|
|
98
|
-
logging
|
|
98
|
+
logging 192.113.11.192
|
|
99
|
-
logging
|
|
99
|
+
logging 192.113.133.29
|
|
100
100
|
access-list 1 permit any
|
|
101
101
|
|
|
102
|
-
ntp server
|
|
102
|
+
ntp server 192.113.133.22
|
|
103
|
-
ntp server
|
|
103
|
+
ntp server 192.113.11.192
|
|
104
104
|
|
|
105
105
|
■l3sw(catalyst3560)
|
|
106
106
|
track 1 interface GigabitEthernet0/1 line-protocol
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
standby 10 track 2 decrement 20
|
|
148
148
|
|
|
149
149
|
ip route 0.0.0.0 0.0.0.0 202.55.51.105
|
|
150
|
-
ip route 0.0.0.0 0.0.0.0
|
|
150
|
+
ip route 0.0.0.0 0.0.0.0 192.113.228.126
|
|
151
|
-
ip route 0.0.0.0 255.255.255.128
|
|
151
|
+
ip route 0.0.0.0 255.255.255.128 192.113.228.126
|
|
152
|
-
ip route
|
|
152
|
+
ip route 192.113.11.192 255.255.255.255 192.113.179.1
|
|
153
|
-
ip route
|
|
153
|
+
ip route 192.113.133.0 255.255.255.224 192.113.179.1
|
|
154
154
|
ip route 203.112.245.64 255.255.255.224 203.112.245.4
|
|
155
155
|
ip route 203.112.245.96 255.255.255.224 203.112.245.12
|
|
156
156
|
ip route 203.112.245.128 255.255.255.240 203.112.245.20
|
2
設定情報追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -13,9 +13,149 @@
|
|
|
13
13
|
. |
|
|
14
14
|
社内LAN
|
|
15
15
|
|
|
16
|
+
【補足】
|
|
17
|
+
■l2sw(catalyst2960)
|
|
18
|
+
interface Port-channel1
|
|
19
|
+
description *** Channel Port ***
|
|
20
|
+
switchport trunk allowed vlan 1,100,200,900,1002-1005
|
|
21
|
+
switchport mode trunk
|
|
16
22
|
|
|
23
|
+
interface GigabitEthernet0/1
|
|
24
|
+
description *** system port ***
|
|
25
|
+
switchport access vlan 100
|
|
26
|
+
switchport mode access
|
|
27
|
+
no cdp enable
|
|
28
|
+
|
|
29
|
+
interface GigabitEthernet0/2
|
|
30
|
+
description *** system port ***
|
|
31
|
+
switchport access vlan 100
|
|
32
|
+
switchport mode access
|
|
33
|
+
no cdp enable
|
|
34
|
+
spanning-tree portfast
|
|
35
|
+
spanning-tree bpdufilter enable
|
|
36
|
+
|
|
37
|
+
interface GigabitEthernet0/3
|
|
38
|
+
description *** system port ***
|
|
39
|
+
switchport access vlan 200
|
|
40
|
+
switchport mode access
|
|
41
|
+
no cdp enable
|
|
42
|
+
|
|
43
|
+
interface GigabitEthernet0/4
|
|
44
|
+
description *** system port ***
|
|
45
|
+
switchport access vlan 200
|
|
46
|
+
switchport mode access
|
|
47
|
+
no cdp enable
|
|
48
|
+
spanning-tree portfast
|
|
49
|
+
spanning-tree bpdufilter enable
|
|
50
|
+
|
|
51
|
+
interface GigabitEthernet0/23
|
|
52
|
+
description *** Channel Port ***
|
|
53
|
+
switchport trunk allowed vlan 1,100,200,900,1002-1005
|
|
54
|
+
switchport mode trunk
|
|
55
|
+
logging event bundle-status
|
|
56
|
+
no cdp enable
|
|
57
|
+
channel-group 1 mode on
|
|
58
|
+
|
|
59
|
+
interface GigabitEthernet0/24
|
|
60
|
+
description *** Channel Port ***
|
|
61
|
+
switchport trunk allowed vlan 1,100,200,900,1002-1005
|
|
62
|
+
switchport mode trunk
|
|
63
|
+
logging event bundle-status
|
|
64
|
+
no cdp enable
|
|
65
|
+
channel-group 1 mode on
|
|
66
|
+
|
|
67
|
+
interface Vlan1
|
|
68
|
+
no ip address
|
|
69
|
+
no ip redirects
|
|
70
|
+
no ip proxy-arp
|
|
71
|
+
no ip route-cache
|
|
72
|
+
shutdown
|
|
73
|
+
|
|
74
|
+
interface Vlan100
|
|
75
|
+
no ip address
|
|
76
|
+
no ip redirects
|
|
77
|
+
no ip proxy-arp
|
|
78
|
+
no ip route-cache
|
|
79
|
+
|
|
80
|
+
interface Vlan133
|
|
81
|
+
ip address 158.113.179.114 255.255.255.0
|
|
82
|
+
no ip redirects
|
|
83
|
+
no ip proxy-arp
|
|
84
|
+
no ip route-cache
|
|
85
|
+
|
|
17
|
-
|
|
86
|
+
interface Vlan900
|
|
87
|
+
no ip address
|
|
88
|
+
no ip redirects
|
|
89
|
+
no ip proxy-arp
|
|
90
|
+
no ip route-cache
|
|
91
|
+
|
|
92
|
+
ip default-gateway 158.113.179.1
|
|
93
|
+
no ip http server
|
|
94
|
+
no ip http secure-server
|
|
95
|
+
logging esm config
|
|
96
|
+
logging facility local0
|
|
97
|
+
logging 158.113.133.22
|
|
98
|
+
logging 158.113.11.192
|
|
99
|
+
logging 158.113.133.29
|
|
100
|
+
access-list 1 permit any
|
|
101
|
+
|
|
102
|
+
ntp server 158.113.133.22
|
|
103
|
+
ntp server 158.113.11.192
|
|
104
|
+
|
|
18
|
-
l3sw(catalyst3560)
|
|
105
|
+
■l3sw(catalyst3560)
|
|
106
|
+
track 1 interface GigabitEthernet0/1 line-protocol
|
|
107
|
+
track 2 interface GigabitEthernet0/2 line-protocol
|
|
108
|
+
|
|
109
|
+
interface GigabitEthernet0/1
|
|
110
|
+
description *** core port ***
|
|
111
|
+
switchport access vlan 1000
|
|
112
|
+
switchport mode access
|
|
113
|
+
speed 1000
|
|
114
|
+
duplex full
|
|
115
|
+
no cdp enable
|
|
116
|
+
spanning-tree bpdufilter enable
|
|
117
|
+
|
|
118
|
+
interface GigabitEthernet0/2
|
|
119
|
+
description *** system port ***
|
|
120
|
+
switchport access vlan 100
|
|
121
|
+
switchport mode access
|
|
122
|
+
no cdp enable
|
|
123
|
+
|
|
124
|
+
interface Vlan1
|
|
125
|
+
no ip address
|
|
126
|
+
no ip redirects
|
|
127
|
+
no ip proxy-arp
|
|
128
|
+
no ip mroute-cache
|
|
129
|
+
shutdown
|
|
130
|
+
|
|
131
|
+
interface Vlan100
|
|
132
|
+
ip address 203.112.245.18 255.255.255.248
|
|
133
|
+
no ip redirects
|
|
134
|
+
no ip proxy-arp
|
|
135
|
+
no ip mroute-cache
|
|
136
|
+
standby 1 ip 203.112.245.17
|
|
137
|
+
standby 1 priority 210
|
|
138
|
+
standby 1 track 1 decrement 20
|
|
139
|
+
|
|
140
|
+
interface Vlan1000
|
|
141
|
+
ip address 202.55.51.109 255.255.255.248
|
|
142
|
+
no ip redirects
|
|
143
|
+
no ip proxy-arp
|
|
144
|
+
no ip mroute-cache
|
|
145
|
+
standby 10 ip 202.55.51.108
|
|
146
|
+
standby 10 priority 210
|
|
147
|
+
standby 10 track 2 decrement 20
|
|
148
|
+
|
|
149
|
+
ip route 0.0.0.0 0.0.0.0 202.55.51.105
|
|
150
|
+
ip route 0.0.0.0 0.0.0.0 158.113.228.126
|
|
151
|
+
ip route 0.0.0.0 255.255.255.128 158.113.228.126
|
|
152
|
+
ip route 158.113.11.192 255.255.255.255 158.113.179.1
|
|
153
|
+
ip route 158.113.133.0 255.255.255.224 158.113.179.1
|
|
154
|
+
ip route 203.112.245.64 255.255.255.224 203.112.245.4
|
|
155
|
+
ip route 203.112.245.96 255.255.255.224 203.112.245.12
|
|
156
|
+
ip route 203.112.245.128 255.255.255.240 203.112.245.20
|
|
157
|
+
ip route 203.112.245.144 255.255.255.240 203.112.245.36
|
|
158
|
+
ip route 203.112.245.160 255.255.255.224 203.112.245.28
|
|
19
159
|
.-----------------------------------------------
|
|
20
160
|
###発生している問題・エラーメッセージ
|
|
21
161
|
スイッチを経由してpingを行っても、通信が失敗(タイムアウト)してしまう。
|
1
UTPについての追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
###発生している問題・エラーメッセージ
|
|
21
21
|
スイッチを経由してpingを行っても、通信が失敗(タイムアウト)してしまう。
|
|
22
22
|
※PCから直接社内LANに接続した場合は問題なし。
|
|
23
|
-
|
|
23
|
+
→追記(同一のUTPで確認)
|
|
24
|
+
|
|
24
25
|
この場合、どのように対応(確認手順や設定等)を行えばよいのでしょうか?
|
|
25
26
|
|
|
26
27
|
よろしくおねがいいたします。
|