Anda di halaman 1dari 3

Router>enable

Router#configure terminal
Router(config)#hostname R1-ISP
R1-ISP(config)#banner motd %
Enter TEXT message. End with the character '%'.
ESTE ES R1-ISP DEL ROUTER DEL LABORATORIO. ACCESO AUTORIZADO
SOLAMENTE%
R1-ISP(config)#enable secret cisco
R1-ISP(config)#line console 0
R1-ISP(config)#password cisco
R1-ISP(config)#login
R1-ISP(config)#line vty 0 4
R1-ISP(config)#password cisco
R1-ISP(config)#login
R1-ISP (config)#interface fa0/0
R1-ISP (config-if)#description CONEXION CON SERVER-EAGLE
R1-ISP (config-if)#ip address 192.168.3.78 255.255.255.240
R1-ISP (config-if)#no shutdown
R1-ISP (config)#interface s0/0/0
R1-ISP (config-if)#description CONEXION CON ROUTER R2-CENTRAL
R1-ISP (config-if)#ip address 192.168.3.98 255.255.255.252
R1-ISP (config-if)#clock rate 64000
R1-ISP (config-if)#no shutdown
R1-ISP (config-if)#end
R1-ISP (config-if)#config t
R1-ISP (config-if)#ip route 0.0.0.0 0.0.0.0 192.168.3.97
CTRL+Z
Router1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

ROUTER R2-CENTRAL

Router>enable
Router#configure terminal
Router(config)#hostname R2-CENTRAL
R2-CENTRAL(config)#banner motd %
Enter TEXT message. End with the character '%'.
ESTE ES R2-CENTRAL DEL ROUTER DEL LABORATORIO. ACCESO AUTORIZADO
SOLAMENTE%
R1-ISP(config)#enable secret cisco
R2-CENTRAL (config)#line console 0
R2-CENTRAL (config)#password cisco
R2-CENTRAL (config)#login
R2-CENTRAL (config)#line vty 0 4
R2-CENTRAL (config)#password cisco
R2-CENTRAL (config)#login
R2-CENTRAL (config)#interface fa0/0
R2-CENTRAL (config-if)#description CONEXION CON SWITCH S1-CENTRAL
R2-CENTRAL (config-if)#ip address 192.168.3.30 255.255.255.224
R2-CENTRAL (config-if)#no shutdown
R2-CENTRAL (config)#interface s0/0/0
R2-CENTRAL (config-if)#description CONEXION CON ROUTER R1-ISP
R2-CENTRAL (config-if)#ip address 192.168.3.97 255.255.255.252
R2-CENTRAL (config-if)#clock rate 64000
R2-CENTRAL (config-if)#no shutdown

R2-CENTRAL (config-if)#end
R2-CENTRAL (config-if)#config t
R2-CENTRAL (config-if)#ip route 0.0.0.0 0.0.0.0 192.168.3.98
CTRL+Z
Router1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
En el switch, configure el nombre de visualizacin, el nombre del host, el mensaje
(**ste es S1Central del switch de laboratorio. Acceso autorizado solamente.**), contraseas de
inicio de sesin
para la interfaz de acceso (enable secret, console y Telnet, contraseas establecidas
todas para
cisco) y de administracin (int vlan1). Cada vez que configure un dispositivo Cisco
IOS, asegrese
de guardar su configuracin.

SWITCH S1-CENTRAL

Switch>en
Switch#config t
Switch(config)#hostname S1-CENTRAL
S1-CENTRAL(config)#banner motd %***ESTE ES S1-CENTRAL DEL SWITCH DEL
LABORATORIO. ACCESO AUTORIZADO SOLAMENTE***%
S1-CENTRAL (config)#enable secret cisco
S1-CENTRAL (config)#line console 0
S1-CENTRAL (config-line)#password cisco
S1-CENTRAL (config-line)#login
S1-CENTRAL (config-line)#line vty 0 15
S1-CENTRAL (config-line)#password cisco
S1-CENTRAL (config-line)#login
S1-CENTRAL (config-line)#interface fa0/1
S1-CENTRAL (config-if)#description CONEXION CON EL PC1A
S1-CENTRAL (config-if)#interface fa0/2
S1-CENTRAL (config-if)#description CONEXION CON EL PC1B
S1-CENTRAL (config-if)#interface fa0/24
S1-CENTRAL (config-if)#description CONEXION CON EL ROUTER R2-CENTRAL
S1-CENTRAL (config-if)#end
S1-CENTRAL config t
S1-CENTRAL (config)#interface vlan 1
S1-CENTRAL (config-if)# ip address 192.168.3.29 255.255.255.224
S1-CENTRAL (config-if)#no shutdown
S1-CENTRAL (config-if)#ip default-gateway 192.168.3.30
CTRL+Z
S1-CENTRAL #copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
S1-CENTRAL #show startup-config (Muestra el contenido de la NVRAM)
startup-config is not present
S1-CENTRAL #show running-config (Muestra el contenido de la RAM)
(abreviado sh run / wr)
Para los Hosts 1A y 1B, adems de la configuracin IP, configrelos para usar servicios
DNS.
Direcciones ip: PC1A: 192.168.3.1 y PC1B: 192.168.3.2
Mascara de subred: 255.255.255.224

gateway: 192.168.3.30(R2-central_fa0/0)
dns: 192.168.3.77(IP server)
Para el servidor, habilite los servicios DNS, use el nombre de dominio eagleserver.example.com y
habilite los servicios HTTP.
HTTP:on
DNS:on
NAME: eagle-server.example.com
ADDRESS: 192.168.3.77

Anda mungkin juga menyukai