Question 13 / 簡易シミュレータ(ルータ版)

  • フォーラムは新サイトへ移行しました。
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2021-7-11 13:33 | 最終変更
ryo14130604  新米 居住地: 東京  投稿数: 3
SerialへのIP設定の問題ですが、回答通り設定しましたがpingが成功せず、not clearedのまま先に進むことができず、詰んでいます。




RouterA(config)#interface Serial 0
RouterA(config-if)#ip address 192.168.2.1 255.255.255.0
RouterA(config-if)#no shut
RouterA(config-if)#end
*2021-07-11 13:25:22 %SYS-5-CONFIG_I: Configured from console by console
RouterA#ping 192.168.2.2
33
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2 timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)


※RouteBに関しても同様に設定済みです。


お手数をおかけしますが、どなたかご教授いただけますと幸いです。
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2021-7-12 12:03
ryo14130604  新米 居住地: 東京  投稿数: 3
2021/07/12 追記:

日を改めてトライしてみてもやはりダメでした。


■回答
---RouterAに移動---
RouterA#conf t
RouterA(config)#int s0
RouterA(config-if)#ip address 192.168.2.1 255.255.255.0
RouterA(config-if)#no shut
RouterA(config-if)#end
RouterA#ping 192.168.2.2

---RouterBに移動---
RouterB(config-if)#end
RouterB#ping 192.168.2.1



RouterA#conf t
RouterA(config)#int s0
RouterA(config-if)#ip add

RouterA(config-if)#ip address 192.168.2.1 255.255.255.0
RouterA(config-if)#no shut
RouterA(config-if)#end
*2021-07-12 09:49:50 %SYS-5-CONFIG_I: Configured from console by console
RouterA#ping 192.168.2.2
33
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2 timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)



RouterB#conf t
RouterB(config)#int s0
RouterB(config-if)#ip address 192.168.2.1 255.255.255.0
RouterB(config-if)#no shut
RouterB(config-if)#end
*2021-07-12 09:52:44 %SYS-5-CONFIG_I: Configured from console by console
RouterB#ping 192.168.2.2
33
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2 timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RouterB#ping 192.168.2.1
33
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1 timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2021-7-12 13:22
kaminaringo  長老   投稿数: 79
「clock rate」設定してますか?

ryo14130604さんが■回答と書いている前に以下が示されているはず。

RouterB#conf t
RouterB(config)#int serial 0
RouterB(config-if)#ip address 192.168.2.2 255.255.255.0
RouterB(config-if)#clock rate 64000 ←コレ
RouterB(config-if)#no shut
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2021-7-12 17:29
ryo14130604  新米 居住地: 東京  投稿数: 3
ありがとうございます。解決しました!
完全に見落としていました。。

お騒がせしてすみません。
ありがとうございました。

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.