Configuracion Del Router Arequipa, Lima y Trujillo Ipv4 y Ipv6 Con DHCP y Servidores-1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

CONFIGURACION DEL ROUTER AREQUIPA IPV4 Y IPV6

enable

configure terminal

hostname AREQUIPA

interface GigabitEthernet0/0

ip address 192.168.100.1 255.255.255.240

no shutdown

ip dhcp pool DHCP

network 192.168.100.0 255.255.255.0

default-router 192.168.100.1

dns-server 200.200.200.2.

exit

exit

write

configure terminal

ip dhcp pool DHCP

network 192.168.100.0 255.255.255.240

default-router 192.168.100.1

dns-server 200.200.200.2

exit

exit

write

configure terminal

interface GigabitEthernet0/1

ip address 192.168.200.0 255.255.255.224

ip address 192.168.200.1 255.255.255.224

no shutdown

exit

ip dhcp pool DHCP2

network 192.168.200.0 255.255.255.224

default-router 192.168.200.1
dns-server 200.200.200.2

exit

Router> enable

Router# configure terminal

Router(config)# line console 0

Router(config-line)# password arequipa123

Router(config-line)# login

Router(config-line)# exit

Router(config)# line vty 0 4

Router(config-line)# password arequipa123

Router(config-line)# login

Router(config-line)# exit

Router(config)# enable secret arequipa123

Router(config)# exit

Router# write memory

Router> enable

Router# configure terminal

Router(config)# banner motd #Bienvenido al router de Arequipa. Acceso autorizado solo para
personal autorizado.#

Router(config)# exit

Router# write memory


CONFIGURACION DEL ROUTER LIMA IPV4 Y IPV6

enable

configure terminal

interface Seria 10/2/0

ip address 210. 10.10.1 255.255.255.252

pve address 2001.dbő:acad 10.164


no shutdown

interface Serial0/2/1

ip address 210.10.20.1 255.255.255.252

ipv6 address 2001 db6 acad:20:164

no shutdown

interface GigabitEthernet0/0/0

ip address 200.200.200.254 255.255.255.0

ipv6 address 2001 db8 acad:200::254 64

pve address fe80::4 link-local

no shutdown

end

write

enable

configure terminal

hostname LIMA

ext

write memory

Router> enable

Router# configure terminal

Router(config)# line console 0

Router(config-line)# password lima123

Router(config-line)# login

Router(config-line)# exit

Router(config)# line vty 0 4

Router(config-line)# password lima123

Router(config-line)# login

Router(config-line)# exit

Router(config)# enable secret lima123

Router(config)# banner motd #Bienvenido al router de Lima. Acceso autorizado solo para
personal autorizado.#
Router(config)# exit

Router# write memory


CONFIGURACION DEL ROUTER TRUJILLO IPV4 Y IPV6

enable

configure terminal

hostname TRUJILLO

Interface GigabitEthernet0/1

ip address 172.31.100.1 255.255.255.0

no shutdown

exit

interface GigabitEthernet0/0

ip address 172.31.100.1 255.255.255.0

exit

interface GigabitEthernet0/1

ip address 192.168.20.1 255.255.255.0

no shutdown

exit

Interface GigabitEthernet0/0

ip address 172.31.100.1 255.255.255.0


no shutdown

exit

ip dhcp pool DHCP

network 172.31.100.0 255.255.255.0

defaut-router 172.31.100.1

dns-server 200.200.200.2

exit

exit

wrte

configure terminal

interface GigabitEthernet0/0

exit

no ip domain-lookup

interface GigabitEthernet0/0

Router> enable

Router# configure terminal

Router(config)# line console 0

Router(config-line)# password trujillo123

Router(config-line)# login

Router(config-line)# exit

Router(config)# line vty 0 4

Router(config-line)# password trujillo123

Router(config-line)# login

Router(config-line)# exit

Router(config)# enable secret trujillo123

Router(config)# banner motd #Bienvenido al router de Trujillo. Acceso autorizado solo para
personal autorizado.#

Router(config)# exit

Router# write memory


COMFIGURACION DE LOS SERVIDORES

Server Correo, Server DNS WEB Y Server Archivos


CONFIGURACION DE LAS PC DHCP DE TRUJILLO Y AREQUIPA Y PINEOS DE PC A OTRA PC

You might also like