Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

configure terminal

!
interface GigabitEthernet0/0/0
description ***Wan Interface***
ip address 169.239.99.42 255.255.255.248
speed auto
duplex auto

!
interface GigabitEthernet0/0/1
description ***LAN Interface***
ip unnumbered GigabitEthernet0/0/0
speed auto
duplex auto

ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0/0 169.239.99.41


end

You might also like