Translate

Contenido

domingo, 22 de abril de 2018

Rip v2 con VLSM configuración básica


En esta ocasión vamos a ver la configuración básica de Ripv2 con VLSM en una practica real.




Configuración del router 2  aquí podemos ver toda la configuración , donde notamos que los router tienen la conexión telnet activada  la cual nos sirve para trabajar a distancia desde la red y el no auto-summary para evitar que las ip se auto sumen.



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

Current configuration : 1391 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ED2
!
!
!
!
ip dhcp excluded-address 192.168.1.65
ip dhcp excluded-address 192.168.1.129
ip dhcp excluded-address 192.168.1.145
ip dhcp excluded-address 192.168.1.161
!
ip dhcp pool faaa5
network 192.168.1.64 255.255.255.192
default-router 192.168.1.65
ip dhcp pool faaa3
network 192.168.1.128 255.255.255.240
default-router 192.168.1.129
ip dhcp pool faa2
network 192.168.1.144 255.255.255.240
default-router 192.168.1.145
ip dhcp pool faaa4
network 192.168.1.160 255.255.255.240
default-router 192.168.1.161
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Serial0/0
ip address 192.168.1.177 255.255.255.252
!
interface Serial1/0
no ip address
clock rate 2000000
!
interface FastEthernet2/0
ip address 192.168.1.145 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet3/0
ip address 192.168.1.129 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet4/0
ip address 192.168.1.161 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet5/0
ip address 192.168.1.65 255.255.255.192
duplex auto
speed auto
!
router rip
version 2
network 192.168.1.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end



Configuracion de Router 1

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

Current configuration : 1419 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ED1
!
!
!
!
ip dhcp excluded-address 192.168.0.1
ip dhcp excluded-address 192.168.0.129
ip dhcp excluded-address 192.168.0.193
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool faaa4
network 192.168.0.0 255.255.255.128
default-router 192.168.0.1
ip dhcp pool faa3
network 192.168.0.128 255.255.255.192
default-router 192.168.0.129
ip dhcp pool faaa5
network 192.168.0.192 255.255.255.192
default-router 192.168.0.193
ip dhcp pool faaa2
network 192.168.1.0 255.255.255.192
default-router 192.168.1.1
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Serial0/0
ip address 192.168.1.178 255.255.255.252
clock rate 128000
!
interface Serial1/0
no ip address
clock rate 2000000
!
interface FastEthernet2/0
ip address 192.168.1.1 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet3/0
ip address 192.168.0.129 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet4/0
ip address 192.168.0.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet5/0
ip address 192.168.0.193 255.255.255.192
duplex auto
speed auto
!
router rip
version 2
network 192.168.0.0
network 192.168.1.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!

end



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.