1

You might also like

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

ROUTER0

enable
conf t
interface f0/1
no shutdown
end

conf t
interface s0/0/0
ip address 3.3.3.1 255.255.255.252
no shutdown
end

conf t
interface f0/0
no shutdown
ip address 192.168.10.1 255.255.255.0
end

conf t
interface f0/1.10
encapsulation dotQ1 10
ip address 10.10.10.1 255.255.255.0
end

conf t
interface f0/1.20
encapsulation dotQ1 20
ip address 20.20.20.1 255.255.255.0
end

conf t
router ospf 200
network 10.10.10.0 0.0.0.255 area 0
network 20.20.20.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.3 area 0
network 3.3.3.0 0.0.0.3 area 0
default-information originate
passive-interface f0/0
end
ROUTER0
Router#show flash
<c1841-advipservicesk9-mz.124-15.T1.bin> copy

Router#copy flash: tftp:


Source filename []? c1841-advipservicesk9-mz.124-15.T1.bin
Address or name of remote host []? 192.168.10.2
Destination filename [c1841-advipservicesk9-mz.124-15.T1.bin]? IOS

You might also like