その他

RT1 (トンネルインターフェースでのQoS)

RT1:
conf t
!
interface Ethernet 0/0
ip address 192.168.12.1 255.255.255.0
no shutdown
!
interface Loopback 0
ip address 1.1.1.1 255.255.255.255
!
ip route 3.3.3.3 255.255.255.255 192.168.12.2
!
end

[:]