###実現したいこと
PC←→Catallyst3750間でpingの疎通ができる。
###環境
PC(windows10)
Catalyst3750
teraterm
###試したこと
スイッチのint fa1/0/1 に以下の設定をした。
・no switchoprt
・ip address 192.168.0.10 255.255.255.0
PCのアドレスを192.168.0.11 255.255.255.0に設定した。
PCからスイッチに向けてpingを試したが、「宛先ホストに到達できません」のエラーが表示された。
スイッチからPCへ向けてpingを試したが、「....」のエラーが表示された。
自分自身のアドレスに向けての疎通は確認できた。
show ip int briefの結果は、fa1/0/1は「up/up」になっている。
show ip routeの結果は、「C 192.168.1.0/24 is directly connected, FastEthernet1/0/1」と表示されている。
show arpの結果は、Internet 192.168.1.10 - 001e.133f.68c1 ARPA FastEthernet1/0/1だけ表示されているので、スイッチのポートはテーブルに登録されており、PCの情報は登録されていない。
以下のアクセスリストの設定をした。
conf t
access-list 1 permit any log
int fa1/0/1
ip access-group 1 in
exit
end
###現状
fa1/0/1が緑色に点灯しリンクアップしている。
show run
ruru#show run Building configuration... Current configuration : 1591 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ruru ! enable secret 5 $1$Qz6B$CZqvK4tWOTG2mnXjmpuO./ ! no aaa new-model switch 1 provision ws-c3750-24ts system mtu routing 1500 ip subnet-zero ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface FastEthernet1/0/1 no switchport ip address 192.168.1.10 255.255.255.0 ! interface FastEthernet1/0/2 switchport access vlan 10 switchport mode access ! interface FastEthernet1/0/3 ! interface FastEthernet1/0/4 ! interface FastEthernet1/0/5 ! interface FastEthernet1/0/6 ! interface FastEthernet1/0/7 ! interface FastEthernet1/0/8 ! interface FastEthernet1/0/9 ! interface FastEthernet1/0/10 ! interface FastEthernet1/0/11 ! interface FastEthernet1/0/12 ! interface FastEthernet1/0/13 ! interface FastEthernet1/0/14 ! interface FastEthernet1/0/15 ! interface FastEthernet1/0/16 ! interface FastEthernet1/0/17 ! interface FastEthernet1/0/18 ! interface FastEthernet1/0/19 ! interface FastEthernet1/0/20 ! interface FastEthernet1/0/21 ! interface FastEthernet1/0/22 ! interface FastEthernet1/0/23 ! interface FastEthernet1/0/24 ! interface GigabitEthernet1/0/1 ! interface GigabitEthernet1/0/2 ! interface Vlan1 ip address 172.16.0.100 255.255.255.0 shutdown ! ip classless ip http server ! ! ! control-plane ! ! line con 0 password 7 044F0A0D0E2F435C00 login line vty 0 4 password 7 044F0A0D0E2F435C00 login line vty 5 15 password 7 044F0A0D0E2F435C00 login ! end
pingの疎通できない原因が分かりません。
ご教授願います。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。