Comandos Packet Tracer Final PDF

Title Comandos Packet Tracer Final
Course Redes y Transmisión de Datos
Institution Universidad Nacional Mayor de San Marcos
Pages 9
File Size 58.2 KB
File Type PDF
Total Downloads 51
Total Views 185

Summary

sssadasd aasfas fsa q wqeasfa qwdas asd dqwe sad qwweasqweradqweqewq...


Description

!R-LIMA ! hostname R-LIMA ! !Direccionamiento IPv4 ! interface f0/0 ip address 172.22.0.1 255.255.224.0 no shutdown ! interface s0/0/0 ip address 172.22.96.2 255.255.224.0 no shutdown ! interface s0/0/1 ip address 172.22.128.2 255.255.224.0 no shutdown ! interface s0/1/0 ip address 134.141.10.33 255.255.255.252 no shutdown ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class ! !Asegurando la consola ! line console 0 password cisco login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! security password min-length 10 ! !Configurando SSH ! ip domain-name garcia.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024 ! login block-for 240 attempts 3 within 60 ! line vty 0 4

exec-timeout 5 ! !Configurando servicio DHCP ! ip dhcp excluded-address 172.22.0.1 ! ip dhcp pool LIMA network 172.22.0.0 255.255.224.0 default-router 172.22.0.1 dns-server 172.22.0.10 ! !Configurando enrutamiento dinamico RIPv2 ! router rip version 2 network 172.22.0.0 ! !Configurando ruta por defecto IPv4 ! ip route 0.0.0.0 0.0.0.0 134.141.10.34 ! !Propagando la ruta por defecto IPv4 ! router rip default-information originate ! !Configurando NAT/PAT ! ip nat inside source list 20 interface s0/1/0 overload ! access-list 20 permit 172.22.0.0 0.0.31.255 access-list 20 permit 172.22.32.0 0.0.31.255 access-list 20 permit 172.22.64.0 0.0.31.255 ! interface s0/1/0 ip nat outside ! interface f0/0 ip nat inside ! interface s0/0/0 ip nat inside ! interface s0/0/1 ip nat inside ! !Direccionamiento IPv6 ! ipv6 unicast-routing ! interface f0/0 ipv6 address 220:8:2:3::1/64 ipv6 address fe80::11 link-local ! interface s0/0/0 ipv6 address 2020:8:2:4::2/64 ipv6 address fe80::11 link-local

! interface s0/0/1 ipv6 address 2020:8:2:5::2/64 ipv6 address fe80::11 link-local ! interface s0/1/0 ipv6 address 2002:1:2:3::1/64 ipv6 address fe80::11 link-local ! !Configurando protocolo de ruteo OSPFv3 ! ipv6 router ospf 100 router-id 1.1.1.1 ! interface f0/0 ipv6 ospf 100 area 0 ! interface s0/0/0 ipv6 ospf 100 area 0 ! interface s0/0/1 ipv6 ospf 100 area 0 ! interface s0/1/0 ipv6 ospf 100 area 0 ! !Configurando ruta por defecto IPv6 ! ipv6 route ::/0 2002:1:2:3::2 ! !Propagando ruta por defecto IPv6 ! ipv6 router ospf 100 default-information originate ! ------------------------------------------------!R-TACNA ! hostname R-TACNA ! !Direccionamiento IPv4 ! interface f0/0 ip address 172.22.32.1 255.255.224.0 no shutdown ! interface s0/0/0 ip address 172.22.96.1 255.255.224.0 no shutdown ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class !

!Asegurando la consola ! line console 0 password cisco login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! security password min-length 10 ! !Configurando SSH ! ip domain-name miempresa.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024 ! login block-for 240 attempts 3 within 60 ! line vty 0 4 exec-timeout 5 ! !Configurando servicio DHCP ! ip dhcp excluded-address 172.22.32.1 ! ip dhcp pool TACNA network 172.22.32.0 255.255.224.0 default-router 172.22.32.1 dns-server 172.22.0.10 ! !Configurando enrutamiento dinamico RIPv2 ! router rip version 2 network 172.22.0.0 ! !Direccionamiento IPv6 ! ipv6 unicast-routing ! interface f0/0 ipv6 address 2020:8:2:1::1/64 ipv6 address fe80::22 link-local ! interface s0/0/0 ipv6 address 2020:8:2:4::1/64 ipv6 address fe80::22 link-local !

!Configurando protocolo de ruteo OSPFv3 ! ipv6 router ospf 100 router-id 2.2.2.2 ! interface f0/0 ipv6 ospf 100 area 0 ! interface s0/0/0 ipv6 ospf 100 area 0 ! -------------------------------------------------!R-PIURA ! hostname R-PIURA ! !Direccionamiento IPv4 ! interface f0/0 ip address 172.22.64.1 255.255.224.0 no shutdown ! interface s0/0/0 ip address 172.22.128.1 255.255.224.0 no shutdown ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class ! !Asegurando la consola ! line console 0 password cisco login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! security password min-length 10 ! !Configurando SSH ! ip domain-name miempresa.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024

! login block-for 240 attempts 3 within 60 ! line vty 0 4 exec-timeout 5 ! !Configurando servicio DHCP ! ip dhcp excluded-address 172.22.64.1 ! ip dhcp pool PIURA network 172.22.64.0 255.255.224.0 default-router 172.22.64.1 dns-server 172.22.0.10 ! !Configurando enrutamiento dinamico RIPv2 ! router rip version 2 network 172.22.0.0 ! !Direccionamiento IPv6 ! ipv6 unicast-routing ! interface f0/0 ipv6 address 2020:8:2:2::1/64 ipv6 address fe80::33 link-local ! interface s0/0/0 ipv6 address 2020:8:2:5::1/64 ipv6 address fe80::33 link-local ! !Configurando protocolo de ruteo OSPFv3 ! ipv6 router ospf 100 router-id 3.3.3.3 ! interface f0/0 ipv6 ospf 100 area 0 ! interface s0/0/0 ipv6 ospf 100 area 0 ! -------------------------------------------------!ISP ! hostname ISP ! !Direccionamiento IPv4 ! interface f0/0 ip address 64.64.64.1 255.255.255.0 no shutdown ! interface s0/0/0 ip address 134.141.10.34 255.255.255.252

no shutdown ! !Direccionamiento IPv6 ! ipv6 unicast-routing ! interface f0/0 ipv6 address 2002:1:2:30::1/64 ipv6 address fe80::200 link-local ! interface s0/0/0 ipv6 address 2002:1:2:3::2/64 ipv6 address fe80::200 link-local ! !ISP ASIGNO RED: 200.106.56.32/29 ! ip route 200.106.56.32 255.255.255.248 134.141.10.33 ! !ISP ASIGNO RED: 2016:82:28::/48 ! ipv6 route 2016:82:28::/48 2002:1:2:3::1 ! ----------------------------------------------------------------------!SW-LIMA ! hostname SW-LIMA ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class ! !Asegurando la consola ! line console 0 password cisco login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! !Configurando SSH ! ip domain-name miempresa.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024 !

line vty 0 4 exec-timeout 5 ! --------------------------------------------------------!SW-TACNA ! hostname SW-TACNA ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class ! !Asegurando la consola ! line console 0 password cisco login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! !Configurando SSH ! ip domain-name miempresa.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024 ! line vty 0 4 exec-timeout 5 ! -------------------------------------------------------------!SW-PIURA ! hostname SW-PIURA ! !Configuracion de acceso fortificado ! !Activando el servicio de encriptación de password service password-encryption ! enable secret class ! !Asegurando la consola ! line console 0 password cisco

login ! !Configurando banner ! banner motd #ACCESO RESTRINGIDO – SOLO PERSONAL AUTORIZADO# ! !Configurando SSH ! ip domain-name miempresa.com ! username soporte secret soportepassword username admin secret adminpassword ! line vty 0 4 login local transport input ssh ! crypto key generate rsa general-keys modulus 1024 ! line vty 0 4 exec-timeout 5 !...


Similar Free PDFs