その他

RT3 (Local Policy Routing)

RT3:
conf t
!
interface ethernet 0/1
ip address 192.168.13.3 255.255.255.0
no shutdown
!
interface loopback 0
ip address 3.3.3.3 255.255.255.255
!
ip route 0.0.0.0 0.0.0.0 192.168.13.1
!
end