質問編集履歴

3

IP変更

2016/08/25 00:34

投稿

rui1220
rui1220

スコア10

test CHANGED
File without changes
test CHANGED
@@ -158,7 +158,7 @@
158
158
 
159
159
  interface Vlan133
160
160
 
161
- ip address 158.113.179.114 255.255.255.0
161
+ ip address 192.113.179.114 255.255.255.0
162
162
 
163
163
  no ip redirects
164
164
 
@@ -180,7 +180,7 @@
180
180
 
181
181
 
182
182
 
183
- ip default-gateway 158.113.179.1
183
+ ip default-gateway 192.113.179.1
184
184
 
185
185
  no ip http server
186
186
 
@@ -190,19 +190,19 @@
190
190
 
191
191
  logging facility local0
192
192
 
193
- logging 158.113.133.22
193
+ logging 192.113.133.22
194
-
194
+
195
- logging 158.113.11.192
195
+ logging 192.113.11.192
196
-
196
+
197
- logging 158.113.133.29
197
+ logging 192.113.133.29
198
198
 
199
199
  access-list 1 permit any
200
200
 
201
201
 
202
202
 
203
- ntp server 158.113.133.22
203
+ ntp server 192.113.133.22
204
-
204
+
205
- ntp server 158.113.11.192
205
+ ntp server 192.113.11.192
206
206
 
207
207
 
208
208
 
@@ -296,13 +296,13 @@
296
296
 
297
297
  ip route 0.0.0.0 0.0.0.0 202.55.51.105
298
298
 
299
- ip route 0.0.0.0 0.0.0.0 158.113.228.126
299
+ ip route 0.0.0.0 0.0.0.0 192.113.228.126
300
-
300
+
301
- ip route 0.0.0.0 255.255.255.128 158.113.228.126
301
+ ip route 0.0.0.0 255.255.255.128 192.113.228.126
302
-
302
+
303
- ip route 158.113.11.192 255.255.255.255 158.113.179.1
303
+ ip route 192.113.11.192 255.255.255.255 192.113.179.1
304
-
304
+
305
- ip route 158.113.133.0 255.255.255.224 158.113.179.1
305
+ ip route 192.113.133.0 255.255.255.224 192.113.179.1
306
306
 
307
307
  ip route 203.112.245.64 255.255.255.224 203.112.245.4
308
308
 

2

設定情報追記

2016/08/25 00:34

投稿

rui1220
rui1220

スコア10

test CHANGED
File without changes
test CHANGED
@@ -28,11 +28,291 @@
28
28
 
29
29
 
30
30
 
31
-
31
+ 【補足】
32
-
32
+
33
- l2sw(catalyst2960)
33
+ l2sw(catalyst2960)
34
+
34
-
35
+ interface Port-channel1
36
+
37
+ description *** Channel Port ***
38
+
39
+ switchport trunk allowed vlan 1,100,200,900,1002-1005
40
+
41
+ switchport mode trunk
42
+
43
+
44
+
45
+ interface GigabitEthernet0/1
46
+
47
+ description *** system port ***
48
+
49
+ switchport access vlan 100
50
+
51
+ switchport mode access
52
+
53
+ no cdp enable
54
+
55
+
56
+
57
+ interface GigabitEthernet0/2
58
+
59
+ description *** system port ***
60
+
61
+ switchport access vlan 100
62
+
63
+ switchport mode access
64
+
65
+ no cdp enable
66
+
67
+ spanning-tree portfast
68
+
69
+ spanning-tree bpdufilter enable
70
+
71
+
72
+
73
+ interface GigabitEthernet0/3
74
+
75
+ description *** system port ***
76
+
77
+ switchport access vlan 200
78
+
79
+ switchport mode access
80
+
81
+ no cdp enable
82
+
83
+
84
+
85
+ interface GigabitEthernet0/4
86
+
87
+ description *** system port ***
88
+
89
+ switchport access vlan 200
90
+
91
+ switchport mode access
92
+
93
+ no cdp enable
94
+
95
+ spanning-tree portfast
96
+
97
+ spanning-tree bpdufilter enable
98
+
99
+
100
+
101
+ interface GigabitEthernet0/23
102
+
103
+ description *** Channel Port ***
104
+
105
+ switchport trunk allowed vlan 1,100,200,900,1002-1005
106
+
107
+ switchport mode trunk
108
+
109
+ logging event bundle-status
110
+
111
+ no cdp enable
112
+
113
+ channel-group 1 mode on
114
+
115
+
116
+
117
+ interface GigabitEthernet0/24
118
+
119
+ description *** Channel Port ***
120
+
121
+ switchport trunk allowed vlan 1,100,200,900,1002-1005
122
+
123
+ switchport mode trunk
124
+
125
+ logging event bundle-status
126
+
127
+ no cdp enable
128
+
129
+ channel-group 1 mode on
130
+
131
+
132
+
133
+ interface Vlan1
134
+
135
+ no ip address
136
+
137
+ no ip redirects
138
+
139
+ no ip proxy-arp
140
+
141
+ no ip route-cache
142
+
143
+ shutdown
144
+
145
+
146
+
147
+ interface Vlan100
148
+
149
+ no ip address
150
+
151
+ no ip redirects
152
+
153
+ no ip proxy-arp
154
+
155
+ no ip route-cache
156
+
157
+
158
+
159
+ interface Vlan133
160
+
161
+ ip address 158.113.179.114 255.255.255.0
162
+
163
+ no ip redirects
164
+
165
+ no ip proxy-arp
166
+
167
+ no ip route-cache
168
+
169
+
170
+
171
+ interface Vlan900
172
+
173
+ no ip address
174
+
175
+ no ip redirects
176
+
177
+ no ip proxy-arp
178
+
179
+ no ip route-cache
180
+
181
+
182
+
183
+ ip default-gateway 158.113.179.1
184
+
185
+ no ip http server
186
+
187
+ no ip http secure-server
188
+
189
+ logging esm config
190
+
191
+ logging facility local0
192
+
193
+ logging 158.113.133.22
194
+
195
+ logging 158.113.11.192
196
+
197
+ logging 158.113.133.29
198
+
199
+ access-list 1 permit any
200
+
201
+
202
+
203
+ ntp server 158.113.133.22
204
+
205
+ ntp server 158.113.11.192
206
+
207
+
208
+
35
- l3sw(catalyst3560)
209
+ l3sw(catalyst3560)
210
+
211
+ track 1 interface GigabitEthernet0/1 line-protocol
212
+
213
+ track 2 interface GigabitEthernet0/2 line-protocol
214
+
215
+
216
+
217
+ interface GigabitEthernet0/1
218
+
219
+ description *** core port ***
220
+
221
+ switchport access vlan 1000
222
+
223
+ switchport mode access
224
+
225
+ speed 1000
226
+
227
+ duplex full
228
+
229
+ no cdp enable
230
+
231
+ spanning-tree bpdufilter enable
232
+
233
+
234
+
235
+ interface GigabitEthernet0/2
236
+
237
+ description *** system port ***
238
+
239
+ switchport access vlan 100
240
+
241
+ switchport mode access
242
+
243
+ no cdp enable
244
+
245
+
246
+
247
+ interface Vlan1
248
+
249
+ no ip address
250
+
251
+ no ip redirects
252
+
253
+ no ip proxy-arp
254
+
255
+ no ip mroute-cache
256
+
257
+ shutdown
258
+
259
+
260
+
261
+ interface Vlan100
262
+
263
+ ip address 203.112.245.18 255.255.255.248
264
+
265
+ no ip redirects
266
+
267
+ no ip proxy-arp
268
+
269
+ no ip mroute-cache
270
+
271
+ standby 1 ip 203.112.245.17
272
+
273
+ standby 1 priority 210
274
+
275
+ standby 1 track 1 decrement 20
276
+
277
+
278
+
279
+ interface Vlan1000
280
+
281
+ ip address 202.55.51.109 255.255.255.248
282
+
283
+ no ip redirects
284
+
285
+ no ip proxy-arp
286
+
287
+ no ip mroute-cache
288
+
289
+ standby 10 ip 202.55.51.108
290
+
291
+ standby 10 priority 210
292
+
293
+ standby 10 track 2 decrement 20
294
+
295
+
296
+
297
+ ip route 0.0.0.0 0.0.0.0 202.55.51.105
298
+
299
+ ip route 0.0.0.0 0.0.0.0 158.113.228.126
300
+
301
+ ip route 0.0.0.0 255.255.255.128 158.113.228.126
302
+
303
+ ip route 158.113.11.192 255.255.255.255 158.113.179.1
304
+
305
+ ip route 158.113.133.0 255.255.255.224 158.113.179.1
306
+
307
+ ip route 203.112.245.64 255.255.255.224 203.112.245.4
308
+
309
+ ip route 203.112.245.96 255.255.255.224 203.112.245.12
310
+
311
+ ip route 203.112.245.128 255.255.255.240 203.112.245.20
312
+
313
+ ip route 203.112.245.144 255.255.255.240 203.112.245.36
314
+
315
+ ip route 203.112.245.160 255.255.255.224 203.112.245.28
36
316
 
37
317
  .-----------------------------------------------
38
318
 

1

UTPについての追記

2016/08/25 00:12

投稿

rui1220
rui1220

スコア10

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,9 @@
42
42
 
43
43
  ※PCから直接社内LANに接続した場合は問題なし。
44
44
 
45
+ →追記(同一のUTPで確認)
45
46
 
47
+
46
48
 
47
49
  この場合、どのように対応(確認手順や設定等)を行えばよいのでしょうか?
48
50