0% found this document useful (0 votes)
8 views4 pages

examen ccna 3 ll

The document outlines the configuration steps for six routers (R1 to R6) using OSPF, including interface settings, router IDs, and passive interfaces. It also details NAT configurations, access control lists, and SSH settings for secure remote access. Additionally, it mentions syslog and NTP configurations to ensure proper logging and time synchronization across the routers.

Uploaded by

Guadalupe Mena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views4 pages

examen ccna 3 ll

The document outlines the configuration steps for six routers (R1 to R6) using OSPF, including interface settings, router IDs, and passive interfaces. It also details NAT configurations, access control lists, and SSH settings for secure remote access. Additionally, it mentions syslog and NTP configurations to ensure proper logging and time synchronization across the routers.

Uploaded by

Guadalupe Mena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

R1

router ospf 10
exit
int g0/0/0
ip ospf 10 area 0
int s0/1/0
ip ospf 10 area 0
exit

R2
router ospf 10
exit
int g0/0/0
ip ospf 10 area 0
int g0/0/1
ip ospf 10 area 0
exit

R3
router ospf 10
exit
int g0/0/0
ip ospf 10 area 0
int g0/0/1
ip ospf 10 area 0
exit

R4
router ospf 10
network 10.10.0.240 0.0.0.3 area 0
network 10.10.0.236 0.0.0.3 area 0
network 10.10.0.248 0.0.0.3 area 0
exit

R5
router ospf 10
network 10.10.0.240 0.0.0.3 area 0
network 10.10.0.244 0.0.0.3 area 0
network 192.168.33.0 0.0.0.15 area 0
exit

R6
router ospf 10
network 192.168.248.0 0.0.0.3 area 0
network 192.168.244.0 0.0.0.3 area 0
network 192.168.44.0 0.0.0.255 area 0
network 192.168.55.0 0.0.0.255 area 0
exit

( aqui hay que fijarse en el ID de nuestra practica/ si se pasa de 3 digitos no va


dejar ponerla
ejem: 8.8.8.892/ se tendria que poner: 8.8.8.89)
--R1--
router ospf 10
router-id 9.9.9.9
exit

--R2--
router ospf 10
router-id 9.9.9.9
exit

--R3--
router ospf 10
router-id 9.9.9.9
exit

aquii igual hay que fijarse en la prioridad que nos da nuestra practica, osea no
siempre es 255
--R1--
BD-1(config)#int g0/0/0
BD-1(config-if)#ip ospf priority 255
BD-1(config-if)#exit

R1
ip route 0.0.0.0 0.0.0.0 s0/1/1

R1
router ospf 10
default-information originate
exit

R1
int s0/1/0
ip ospf hello-interval 20
ip ospf dead-interval 80
exit

R4
int s0/2/0
ip ospf hello-interval 20
ip ospf dead-interval 80
exit

en los 6 routers
router ospf 10
auto-cost reference bandwidth 1000
exit

R4
int s0/1/1
ip ospf cost 50 (esto tambien depende del que nos den en la practica)
exit

-R1--
router ospf 10
passive-interface s0/1/1
exit

--R2--
router ospf 10
passive-interface g0/0/0
exit

--R3--
router ospf 10
passive-interface g0/0/0
exit
R4
router ospf 10
passive-interface g0/0/0
exit

--R5--
router ospf 10
passive-interface g0/0/0
exit

--R6--
router ospf 10
passive-interface g0/0/0
passive-interface g0/0/1
exit

--R1--
ip nat inside source static 192.168.11.100 192.0.2.115
int s0/1/1
ip nat outside
int g0/0/0
ip nat inside
exit

--R1--
access-list 1 permit 192.168.0.0 0.0.255.255
ip nat pool POOL-1 192.0.2.116 192.0.2.118 netmask 255.255.255.248
ip nat inside source list 1 pool POOL-1 overload
int s0/1/0
ip nat inside
exit

R1
ip access-list standard VTY-BLOCK
permit 192.168.0.0 0.0.255.255
deny any
exit
line vty 0 4
access-class VTY-BLOCK in
exit

R3
access-list 10 deny 192.168.11.0 0.0.0.255
access-list 10 permit any
int g0/0/1
ip access-group 10 in
exit

--R6--
access-list 101 deny tcp any host 192.168.33.14 eq www
access-list 101 permit ip any any
int g0/0/0
ip access-group 101 in

--R5--
ntp server 192.168.33.14
exit

--R5--
PP-2#show flash:

System flash directory:


File Length Name/status
3 486899872///isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin/// (copy)
2 28282 sigdef-category.xml
1 227537 sigdef-default.xml
[487155691 bytes used, 2761893909 available, 3249049600 total]
3.17338e+06K bytes of processor board System flash (Read/Write)

PP-2#copy flash tftp


Source filename []? isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin
Address or name of remote host []? 192.168.33.14
Destination filename [isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin]? [Press
Enter]

SSH/ en R1 (revisar si algun dato de aqui no es el mismo que el de su practica)

ena
conf t
ip domain-name Examen6635.com
crypto key generate rsa
1024
line vty 0 4
transport input ssh
login local
exit
username ENSA privilege 15 password Cisco123
enable secret Cisco123
service password-encryption

syslog y ntp

ponerlo en los 6 routers

loggin host 192.168.33.14 (normalmente es el de abajo a la izquierda pero


revisar)
logging userinfo
service timestamps log datetime msec
Ntp server 192.168.33.13 (normalmente es el de arriba a la izquierda pero revisar)
Ntp update-calendar
Do write
exit

You might also like