Translate

Contenido

domingo, 22 de abril de 2018

Ruta estática show run configuración básica

Vamos a ver la configuración de los Router con ruta estática para poder tener comunicación entre ambos lados sin utilizar protocolos. Estas configuraciones se deben de realizar en los router bordes los que van ha interconectar las zonas.



Router 1 configuración:

hostname moca
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.20.3.129 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 10.20.3.1 255.255.255.128
duplex auto
speed auto
!
interface Serial2/0
no ip address
clock rate 2000000
shutdown
!
interface Serial3/0
ip address 172.17.0.5 255.255.255.252
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 10.20.5.0 255.255.255.128 172.17.0.6
ip route 10.20.0.0 255.255.254.0 172.17.0.6
ip route 172.25.6.0 255.255.255.224 172.17.0.6
ip route 10.20.2.0 255.255.255.0 172.17.0.6
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

Router0 configuración :

santiago>
santiago>
santiago>en
santiago#show run
Building configuration...

Current configuration : 1009 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname santiago
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.20.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 10.20.5.1 255.255.255.128
duplex auto
speed auto
!
interface Serial2/0
ip address 172.17.0.1 255.255.255.252
clock rate 64000
!
interface Serial3/0
no ip address
clock rate 2000000
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 10.20.0.0 255.255.255.0 172.17.0.2
ip route 172.25.6.0 255.255.255.224 172.17.0.2
ip route 10.20.3.0 255.255.255.128 172.17.0.2
ip route 10.20.3.128 255.255.255.192 172.17.0.2
ip route 10.20.2.0 255.255.255.0 172.17.0.2
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


santiago#


Blogs relacionados 

Si te gusto este articulo comenta y comparte sigue en tu pagina Redes Five.

                                visitanos en nuestra pagina sobre sistemas operativos y mas Sistemastube.