問題
- 構成図に従い、RT1 と RT2 が通信できるよう各機器に必要な設定を行いなさい
- 以下の出力を得なさい
RT1#ping 10.1.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms
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
物理構成図

論理構成図

初期 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
SW1
conf t
!
hostname SW1
!
logging console
!
end