質問編集履歴
9
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -204,4 +204,4 @@
|
|
204
204
|
```
|
205
205
|
|
206
206
|
__show log__
|
207
|
-

|
8
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -201,4 +201,7 @@
|
|
201
201
|
login
|
202
202
|
!
|
203
203
|
end
|
204
|
-
```
|
204
|
+
```
|
205
|
+
|
206
|
+
__show log__
|
207
|
+

|
7
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,10 +28,10 @@
|
|
28
28
|
|
29
29
|
__show runの結果__
|
30
30
|
```
|
31
|
-
goma#
|
31
|
+
goma#sh run
|
32
32
|
Building configuration...
|
33
33
|
|
34
|
-
Current configuration :
|
34
|
+
Current configuration : 2813 bytes
|
35
35
|
!
|
36
36
|
version 12.2
|
37
37
|
no service pad
|
@@ -169,7 +169,7 @@
|
|
169
169
|
shutdown
|
170
170
|
!
|
171
171
|
interface Vlan100
|
172
|
-
ip address
|
172
|
+
ip address 192.168.10.100 255.255.255.0
|
173
173
|
standby 1 ip 172.16.1.254
|
174
174
|
!
|
175
175
|
interface Vlan200
|
6
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,6 +24,7 @@
|
|
24
24
|
LANケーブルを接続しております。(スイッチinterface FastEthernet1/0/1とPC)
|
25
25
|
PCにIPアドレス192.168.10.1を設定しております。
|
26
26
|
また、PC(コマンドプロンプト)からスイッチへping 172.16.1.1を飛ばしてもエラーとなってしまいました。
|
27
|
+
telnetも接続でません。
|
27
28
|
|
28
29
|
__show runの結果__
|
29
30
|
```
|
5
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,4 +18,186 @@
|
|
18
18
|
皆さんはどのようにして問題解決されてるのでしょうか?
|
19
19
|
調べても答えはないので、自力でいろいろ試して答えを見つけているのでしょうか?
|
20
20
|
あまりにも大変作業で心が折れそうです。
|
21
|
-
マニュアルみたいなものがあると助かるのですが…
|
21
|
+
マニュアルみたいなものがあると助かるのですが…
|
22
|
+
|
23
|
+
###追記
|
24
|
+
LANケーブルを接続しております。(スイッチinterface FastEthernet1/0/1とPC)
|
25
|
+
PCにIPアドレス192.168.10.1を設定しております。
|
26
|
+
また、PC(コマンドプロンプト)からスイッチへping 172.16.1.1を飛ばしてもエラーとなってしまいました。
|
27
|
+
|
28
|
+
__show runの結果__
|
29
|
+
```
|
30
|
+
goma#show run
|
31
|
+
Building configuration...
|
32
|
+
|
33
|
+
Current configuration : 2809 bytes
|
34
|
+
!
|
35
|
+
version 12.2
|
36
|
+
no service pad
|
37
|
+
service timestamps debug uptime
|
38
|
+
service timestamps log uptime
|
39
|
+
service password-encryption
|
40
|
+
!
|
41
|
+
hostname goma
|
42
|
+
!
|
43
|
+
enable password 7 121E0A1A13
|
44
|
+
!
|
45
|
+
no aaa new-model
|
46
|
+
switch 1 provision ws-c3750-24ts
|
47
|
+
system mtu routing 1500
|
48
|
+
ip subnet-zero
|
49
|
+
ip routing
|
50
|
+
!
|
51
|
+
!
|
52
|
+
!
|
53
|
+
!
|
54
|
+
!
|
55
|
+
!
|
56
|
+
no file verify auto
|
57
|
+
spanning-tree mode pvst
|
58
|
+
spanning-tree extend system-id
|
59
|
+
!
|
60
|
+
vlan internal allocation policy ascending
|
61
|
+
!
|
62
|
+
!
|
63
|
+
interface Port-channel1
|
64
|
+
switchport trunk encapsulation dot1q
|
65
|
+
switchport trunk allowed vlan 100,200
|
66
|
+
switchport mode trunk
|
67
|
+
switchport nonegotiate
|
68
|
+
!
|
69
|
+
interface Port-channel2
|
70
|
+
no switchport
|
71
|
+
no ip address
|
72
|
+
!
|
73
|
+
interface FastEthernet1/0/1
|
74
|
+
switchport access vlan 100
|
75
|
+
switchport mode access
|
76
|
+
!
|
77
|
+
interface FastEthernet1/0/2
|
78
|
+
switchport access vlan 100
|
79
|
+
switchport mode access
|
80
|
+
!
|
81
|
+
interface FastEthernet1/0/3
|
82
|
+
switchport access vlan 200
|
83
|
+
switchport mode access
|
84
|
+
!
|
85
|
+
interface FastEthernet1/0/4
|
86
|
+
switchport access vlan 200
|
87
|
+
switchport mode access
|
88
|
+
!
|
89
|
+
interface FastEthernet1/0/5
|
90
|
+
no switchport
|
91
|
+
ip address 192.168.111.2 255.255.255.0
|
92
|
+
!
|
93
|
+
interface FastEthernet1/0/6
|
94
|
+
shutdown
|
95
|
+
!
|
96
|
+
interface FastEthernet1/0/7
|
97
|
+
shutdown
|
98
|
+
!
|
99
|
+
interface FastEthernet1/0/8
|
100
|
+
shutdown
|
101
|
+
!
|
102
|
+
interface FastEthernet1/0/9
|
103
|
+
shutdown
|
104
|
+
!
|
105
|
+
interface FastEthernet1/0/10
|
106
|
+
shutdown
|
107
|
+
!
|
108
|
+
interface FastEthernet1/0/11
|
109
|
+
no switchport
|
110
|
+
no ip address
|
111
|
+
channel-group 2 mode on
|
112
|
+
!
|
113
|
+
interface FastEthernet1/0/12
|
114
|
+
no switchport
|
115
|
+
no ip address
|
116
|
+
channel-group 2 mode on
|
117
|
+
!
|
118
|
+
interface FastEthernet1/0/13
|
119
|
+
shutdown
|
120
|
+
!
|
121
|
+
interface FastEthernet1/0/14
|
122
|
+
shutdown
|
123
|
+
!
|
124
|
+
interface FastEthernet1/0/15
|
125
|
+
shutdown
|
126
|
+
!
|
127
|
+
interface FastEthernet1/0/16
|
128
|
+
shutdown
|
129
|
+
!
|
130
|
+
interface FastEthernet1/0/17
|
131
|
+
shutdown
|
132
|
+
!
|
133
|
+
interface FastEthernet1/0/18
|
134
|
+
shutdown
|
135
|
+
!
|
136
|
+
interface FastEthernet1/0/19
|
137
|
+
shutdown
|
138
|
+
!
|
139
|
+
interface FastEthernet1/0/20
|
140
|
+
shutdown
|
141
|
+
!
|
142
|
+
interface FastEthernet1/0/21
|
143
|
+
shutdown
|
144
|
+
!
|
145
|
+
interface FastEthernet1/0/22
|
146
|
+
shutdown
|
147
|
+
!
|
148
|
+
interface FastEthernet1/0/23
|
149
|
+
switchport trunk encapsulation dot1q
|
150
|
+
switchport trunk allowed vlan 100,200
|
151
|
+
switchport mode trunk
|
152
|
+
switchport nonegotiate
|
153
|
+
channel-group 1 mode active
|
154
|
+
!
|
155
|
+
interface FastEthernet1/0/24
|
156
|
+
switchport trunk encapsulation dot1q
|
157
|
+
switchport trunk allowed vlan 100,200
|
158
|
+
switchport mode trunk
|
159
|
+
switchport nonegotiate
|
160
|
+
channel-group 1 mode active
|
161
|
+
!
|
162
|
+
interface GigabitEthernet1/0/1
|
163
|
+
!
|
164
|
+
interface GigabitEthernet1/0/2
|
165
|
+
!
|
166
|
+
interface Vlan1
|
167
|
+
no ip address
|
168
|
+
shutdown
|
169
|
+
!
|
170
|
+
interface Vlan100
|
171
|
+
ip address 172.16.1.2 255.255.255.0
|
172
|
+
standby 1 ip 172.16.1.254
|
173
|
+
!
|
174
|
+
interface Vlan200
|
175
|
+
ip address 172.16.2.2 255.255.255.0
|
176
|
+
standby 2 ip 172.16.2.254
|
177
|
+
!
|
178
|
+
ip default-gateway 192.168.0.254
|
179
|
+
ip classless
|
180
|
+
ip http server
|
181
|
+
ip http secure-server
|
182
|
+
!
|
183
|
+
!
|
184
|
+
!
|
185
|
+
control-plane
|
186
|
+
!
|
187
|
+
!
|
188
|
+
line con 0
|
189
|
+
password 7 051F07042042411B10
|
190
|
+
logging synchronous
|
191
|
+
line vty 0 4
|
192
|
+
exec-timeout 0 0
|
193
|
+
password 7 071B20474F0716171E
|
194
|
+
logging synchronous
|
195
|
+
login
|
196
|
+
line vty 5 15
|
197
|
+
exec-timeout 0 0
|
198
|
+
password 7 0010120D0555041406
|
199
|
+
logging synchronous
|
200
|
+
login
|
201
|
+
!
|
202
|
+
end
|
203
|
+
```
|
4
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
###環境
|
5
5
|
ネットワーク機器:Catalyst3750
|
6
6
|
PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
|
7
|
-
FTPソフト:Tftpd64
|
7
|
+
FTPソフト:Tftpd64(ServerInterfacesに192.168.10.1を設定)
|
8
8
|
ファイアウォールの設定解除
|
9
9
|
|
10
10
|
###現状
|
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
ネットワーク機器:Catalyst3750
|
6
6
|
PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
|
7
7
|
FTPソフト:Tftpd64
|
8
|
+
ファイアウォールの設定解除
|
8
9
|
|
9
10
|
###現状
|
10
11
|

|
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,9 +9,12 @@
|
|
9
9
|
###現状
|
10
10
|

|
11
11
|

|
12
|
+
IOSを転送しようとすると上記画像のようにエラーになってしまいます。
|
13
|
+
また、PCとスイッチをシリアルで接続し、teratermでping 192.168.10.1したところパケットが届きません。
|
12
14
|
|
13
|
-
|
14
15
|
###PS
|
15
|
-
PCとスイッチをシリアルで接続し、teratermでping 192.168.10.1したところパケットが届きませんでした。
|
16
16
|
|
17
|
+
皆さんはどのようにして問題解決されてるのでしょうか?
|
18
|
+
調べても答えはないので、自力でいろいろ試して答えを見つけているのでしょうか?
|
17
|
-
|
19
|
+
あまりにも大変作業で心が折れそうです。
|
20
|
+
マニュアルみたいなものがあると助かるのですが…
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
|
4
4
|
###環境
|
5
5
|
ネットワーク機器:Catalyst3750
|
6
|
-
PC:Windows10
|
6
|
+
PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
|
7
7
|
FTPソフト:Tftpd64
|
8
8
|
|
9
9
|
###現状
|
10
|
-
PCにIPアドレス192.168.10.1 /24を設定。
|
11
|
-
|
10
|
+

|
11
|
+

|
12
12
|
|
13
13
|
|
14
14
|
###PS
|