問題
- 構成図の通り各機器に IP address を設定しなさい
- 以下の出力が得られるよう、各機器に必要な static route を設定しなさい
ただし、RT1 に設定できる static route は1つのみとする
RT1#ping 10.1.2.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.2.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
RT1#ping 192.0.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.0.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
RT1#ping 203.0.113.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 203.0.113.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
構成図

初期 Config
RT1
conf t
!
hostname RT1
!
logging console
!
end
RT2
conf t
!
hostname RT2
!
logging console
!
end
RT3
conf t
!
hostname RT3
!
logging console
!
end