lunes, 6 de febrero de 2012

Pal examen de redes

Anotaciones para la práctica...

=================================

Router>enable
Router#conf t
router(config)#hostname NORTE
NORTE(config)#interface serial 2/0
NORTE(config-if)#ip add 5.5.5.5 255.255.255.252
NORTE(config-if)#no shutdown
NORTE(config-if)#clock rate 64000
NORTE(config-if)#exit
NORTE(config)#int f0/0
NORTE(config-if)#ip add 10.0.0.1 255.0.0.0
NORTE(config-if)#no shut
NORTE(config-if)#exit
NORTE(config)#line console 0
NORTE(config-line)#password cisco
NORTE(config-line)#login
NORTE(config-line)#exit
NORTE(config)#exit
NORTE#copy running-config startup-config
NORTE#wr
NORTE#write memory
NORTE#

=================================================
Clock rate 64000 solo a las del relojito...

x=70

ena
conf t
router rip
version 2
network (ip red interfaz 1 del router)
network (ip red interfaz 2 del router)
no auto-summary
exit
exit
wr

(network x.x.x.x a todas las interfaces s0/0, s1/0, f0/0,
f1/0, etc...)
==============================

9.9.70.8

sh ip int br

===============================

configurar el router dhcp

ena
conf t
ip dhcp pool lanx
network (ip red interfaz 1) (mask)
default-router (ip asignada a esa interfaz)
dns-server (ip servidor dns)

ena
conf t
ip dhcp pool lan01
network (ip red lejana) (mask)
default-router (ip routerlejano f0/0)
dns-server (ip servidor dns)
exit

ip dhcp pool lan02
network (ip otra de las redes lejanas) (mask)
default-router (ip del otro router lejano f1/0)
dns-server (ip servidor dns)
exit

ip dhcp pol wifi
network (ip red lejana 3) (mask)
default-router (ip router lejano 3 f2/0)
dns-server (ip servidor dns)
exit

============================================

para los fast ethernet de los routers lejanos

ena
conf t
int f0/0
ip helper-address (se coloca la ip interfaz serial de
router DHCP)

exit

==============================

200.200.70.2


9.9.70.10

R2>ena
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#router rip
R2(config-router)#network 10.10.70.0
R2(config-router)#network 7.7.70.4
R2(config-router)#no auto-summary


DHCP(config)#ip dhcp pool lanR2
DHCP(dhcp-config)#network 10.10.70.0 255.255.255.0
default-router 10.100
DHCP(dhcp-config)#dns-server 192.168.80.100
DHCP(dhcp-config)#exit

============================================

buscar programa cisco tftp

para el proyecto

No hay comentarios:

Publicar un comentario