You are on page 1of 2

configuracin de las contraseas

______________________________________
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname GAD
GAD(config)#enable secret class
GAD(config)#line console 0
GAD(config-line)#password cisco
GAD(config-line)#login
GAD(config-line)#line vty 0 4
GAD(config-line)#password cisco
GAD(config-line)#login
GAD(config-line)#exit
GAD(config)#
configurar la interfaz serial
-------------------------------GAD(config)#int s2/0
GAD(config-if)#ip address 172.17.0.1 255.255.0.0
GAD(config-if)#clock rate 64000
GAD(config-if)#no shu
--------------------------------------%LINK-5-CHANGED: Interface Serial2/0, changed state to down
GAD(config-if)#
configurar la interfaz fastehernet 0 en el router gad
------------------------------------------------------GAD(config)#int fa0/0
GAD(config-if)#ip address 172.16.0.1 255.255.0.0
GAD(config-if)#no shu
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
GAD(config-if)#exit
GAD(config)#
configurar rip en el GAD
---------------------------------BHM
configuracin
---------------------------------------Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname BHM
BHM(config)#enable secret class
BHM(config)#line console 0
BHM(config-line)#password cisco
BHM(config-line)#login
BHM(config-line)#line vty 0 4
BHM(config-line)#password cisco
BHM(config-line)#login
BHM(config-line)#exit
BHM(config)#
configurar la interfaz serial 0 en el router BHM
--------------------------------------------------BHM(config)#int s2/0
BHM(config-if)#ip address 172.17.0.2 255.255.0.0
BHM(config-if)#clock rate 64000

This command applies only to DCE interfaces


BHM(config-if)#no shu
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
BHM(config-if)#exit
BHM(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
BHM(config)#
-----------------------------------------configuracin de fa de BHM
---------------------------------BHM(config)#int fa0/0
BHM(config-if)#ip address 172.18.0.1 255.255.0.0
BHM(config-if)#no shu
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
BHM(config-if)#exit
BHM(config)#
---------------------------------------rip de BHM
---------------------------------------BHM(config)#router rip
BHM(config-router)#net 172.18.0.0
BHM(config-router)#net 172.17.0.0
BHM(config-router)#exit
BHM(config)#exit
BHM#
%SYS-5-CONFIG_I: Configured from console by console
BHM#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
BHM#

You might also like