domingo, 16 de diciembre de 2012


Rutas Estáticas






                                                                     
                                                                     
                                             
enable
configure terminal
hostname R1
security passwords min-length 10

banner motd #
------------------------------------------------------------------------
Acceso Restringido Solo Personal Autorizado, Favor abandonar si Ud.
                  NO PERTENECE AL DEPARTAMENTO DE REDES
------------------------------------------------------------------------
#

line vty 0 4
 password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit

line console 0
  password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit 

enable secret cisco12345
enable password cisco12345
no ip domain-lookup
service password-encryption
do wr


interface FastEthernet0/0
ip address 10.0.0.1 255.255.0.0
exit

interface Serial0/0/0
ip address 200.0.0.1 255.255.255.252
exit

ip route 0.0.0.0 0.0.0.0 200.0.0.2
exit
wr
***********************************************************************

enable
configure terminal
hostname R2
security passwords min-length 10

banner motd #
------------------------------------------------------------------------
Acceso Restringido Solo Personal Autorizado, Favor abandonar si Ud.
                  NO PERTENECE AL DEPARTAMENTO DE REDES
------------------------------------------------------------------------
#

line vty 0 4
 password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit

line console 0
  password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit 

enable secret cisco12345
enable password cisco12345
no ip domain-lookup
service password-encryption
do wr

interface FastEthernet0/0
ip address 20.0.0.1 255.255.0.0
exit

interface Serial0/0/0
ip address 200.0.0.5 255.255.255.252
clock rate 128000
exit

interface Serial0/0/1
ip address 200.0.0.2 255.255.255.252
clock rate 128000
exit

ip route 10.0.0.0 255.255.0.0 200.0.0.1 
ip route 200.0.0.8 255.255.255.252 200.0.0.6 
ip route 40.0.0.0 255.255.0.0 200.0.0.6
exit
wr
*******************************************************************************
enable
configure terminal
hostname R3
security passwords min-length 10

banner motd #
------------------------------------------------------------------------
Acceso Restringido Solo Personal Autorizado, Favor abandonar si Ud.
                  NO PERTENECE AL DEPARTAMENTO DE REDES
------------------------------------------------------------------------
#

line vty 0 4
 password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit

line console 0
  password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit 

enable secret cisco12345
enable password cisco12345
no ip domain-lookup
service password-encryption
do wr

interface Serial0/0/0
ip address 200.0.0.9 255.255.255.252
clock rate 128000
exit

interface Serial0/0/1
ip address 200.0.0.6 255.255.255.252
exit

ip route 40.0.0.0 255.255.0.0 200.0.0.10 
ip route 20.0.0.0 255.255.0.0 200.0.0.5 
ip route 200.0.0.0 255.255.255.252 200.0.0.5 
ip route 10.0.0.0 255.255.0.0 200.0.0.5 
exit
wr

*******************************************************************************
enable
configure terminal
hostname R4
security passwords min-length 10

banner motd #
------------------------------------------------------------------------
Acceso Restringido Solo Personal Autorizado, Favor abandonar si Ud.
                  NO PERTENECE AL DEPARTAMENTO DE REDES
------------------------------------------------------------------------
#

line vty 0 4
 password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit

line console 0
  password cisco12345
 loggin synchronous
 exec-timeout 5 0
 login
exit 

enable secret cisco12345
enable password cisco12345
no ip domain-lookup
service password-encryption
do wr

interface FastEthernet0/0
ip address 40.0.0.1 255.255.0.0
exit
interface Serial0/0/1
ip address 200.0.0.10 255.255.255.252
exit

ip route 0.0.0.0 0.0.0.0 200.0.0.9
exit
wr

No hay comentarios.:

Publicar un comentario

Seguidores