You are on page 1of 1

CCNAS(config)#

interface serial 0/0/0


ip add 10.10.10.1 255.255.255.252
no shutdown
exit

int gigabitEthernet 0/0


ip address 192.168.10.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 serial 0/0/0

--------------------------------------------------------------------------
ISP(config)#
interface serial 0/0/0
ip add 10.10.10.2 255.255.255.252
no shutdown

int gigabitEthernet 0/0


ip address 20.20.20.1 255.255.255.0
no shutdown
exit
int gigabitEthernet 0/0
ip address 30.30.30.1 255.255.255.0
no shutdown
exit

ip route 0.0.0.0 0.0.0.0 serial 0/0/0

You might also like