0% found this document useful (0 votes)
38 views3 pages

Configuracion Del Laboratorio Final

This document provides configuration instructions for a network laboratory setup with NAT1 and ISP1 routers. It describes: 1) Configuring NAT1 interfaces and IP addresses, enabling NAT for inside and outside interfaces, static and dynamic NAT configuration, and routing protocols. 2) Configuring ISP1 interfaces and IP addresses to connect to NAT1 and an external network.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views3 pages

Configuracion Del Laboratorio Final

This document provides configuration instructions for a network laboratory setup with NAT1 and ISP1 routers. It describes: 1) Configuring NAT1 interfaces and IP addresses, enabling NAT for inside and outside interfaces, static and dynamic NAT configuration, and routing protocols. 2) Configuring ISP1 interfaces and IP addresses to connect to NAT1 and an external network.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CONFIGURACION DEL LABORATORIO FINAL

1) NAT 1 :

Parte estática:

a) Router>enable
Router#configure terminal
Router(config)#hostname NAT1
Router(config)#exit

b) NAT1(config)#interface serial 0/0/0


NAT1(config-if)#ip address 200.200.131.1 255.255.255.0
NAT1(config-if)#clock rate 64000
NAT1(config-if)#no shutdown
NAT1(config-if)#exit

NAT1(config)#interface fasethermet 0/0


NAT1(config-if)#ip address 192.168.132.1 255.255.255.0
NAT1(config-if)#no shutdown
NAT1(config-if)#exit

NAT1(config)#interface fasethermet 0/1


NAT1(config-if)#ip address 192.168.133.1 255.255.255.0
NAT1(config-if)#no shutdown
NAT1(config-if)#exit

c) NAT1(config)#interface serial 0/0/0


NAT1(config-ip)#ip nat outside
NAT1(config-ip)#exit

NAT1(config)#interface fastethernet 0/0


NAT1(config-ip)#ip nat inside
NAT1(config-ip)#exit

NAT1(config)#interface fastethernet 0/1


NAT1(config-ip)#ip nat inside
NAT1(config-ip)#exit

d) NAT1(config)#router rip
NAT1(config)#network 192.168.132.0
NAT1(config)#network 192.168.132.1
NAT1(config)#exit

NAT1(config)#router rip
NAT1(config)#version 2
NAT1(config)#default -nformation originate
NAT1(config)#exit

e) NAT1(config)#ip route 0.0.0.0 0.0.0.0 200.200.131.2

f) NAT1(config)#ip nat inside source static 192.168.131.5 209.168.131.5


NAT1(config)#ip nat inside source static 192.168.133.10 209.168.131.10

Parte dinámica

g) NAT1(config)#access –list 1 permit 192.168..133.0 0.0.0.255

h) NAT1(config)#ip nat pool LAN1 209.168.131.1 209.168.131.10 netmask 255.255.255.0

i) NAT1(config)#ip nat inside source list 1 pool LAN1

2) ISP1

a) Router>enable
Router#configure terminal
Router(config)#hostname ISP1
Router(config)#exit

b) ISP1(config)#interface serial 0/0/0


ISP1(config-if)#ip address 200.200.131.2 255.255.255.0
ISP1(config-if)#clock rate 64000
ISP1(config-if)#no shutdown
ISP1(config-if)#exit

ISP1(config)#interface serial 0/0/1


ISP1(config-if)#ip address 200.200.131.1 255.255.255.0
ISP1(config-if)#no shutdown
ISP1(config-if)#exit

ISP1(config)#interface fastethernet 0/0


ISP1(config-if)#ip address 200.100.132.1 255.255.255.0
ISP1(config-if)#no shutdown
ISP1(config-if)#exit

You might also like