問題
- 構成図に従い各機器に IP address を設定しなさい。
- ping を実行し、RT1 と RT2 で疎通性があることを確認しなさい。
RT1#ping 10.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
RT2#ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, 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
!
end
RT2
conf t
!
hostname RT2
!
end