You are on page 1of 1

Router>ena

Router#config t
-----------------------------------------
hostname router4
ena secret class
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit

-----------------------------------------------------------------------------------
------------------------------------------
erase startup-config-----> write
reload
------------------------------------------
config t
int serial 2/0
ip address 192.168.1.1 255.255.255.0
clock rate 64000
no shut
--------------------------------------------------------------------
INTERFASES
interface serial 2/0
ip address 192.168.2.1 255.255.255.0
clock rate 64000
no shutdown
exit
interface serial 3/0
ip address 192.168.2.2 255.255.255.0
no shutdown
exit
interface serial 6/0
ip address 192.168.5.1 255.255.255.0
no shutdown
exit
-------------------------------------------------------------
interface fastethernet 0/0
ip address 204.16.1.0 255.255.255.0
no shutdown
--------------------------------------------------------------
ip route 202.16.1.0 255.255.255.0 192.168.1.2
----------------------------------------------
router rip
network 0.0.0.0

You might also like