You are on page 1of 4

CONFIGURACIONES DE SERVICIOS COMO:

PROTOCOLO OSPF CONFIGURAR VLSM O CIDR DEBE EXISTIR ENRUTAMIENTO VLAN RED PRINCIPAL 125.0.0.0 /8

Subneteamos la ip 125.0.0.0/8 para 6 redes }

TABLA DE DIRECCIONAMIENTO IP Host 6000 2000 500 100 2 2 Direccin de red 125.0.0.0 125.0.32.0 125.0.40.0 125.0.42.0 125.0.42.128 125.0.42.132 Rango de ip 125.0.0.1 - 125.0.31.254 125.0.32.1 - 125.0.39.254 125.0.40.1 - 125.0.41.254 125.0.42.1 - 125.0.42.126 125.0.42.129 - 125.0.42.130 125.0.42.133 - 125.0.42.134 Mascara 255.255.224.0 255.255.248.0 255.255.254.0 255.255.255.128 255.255.255.252 255.255.255.252 broadcast 125.0.31.255 125.0.39.255 125.0.41.255 125.0.42.127 125.0.42.131 125.0.42.135

Una vez subneteada nuestra red y creada nuestra tabla realizamos la configuracin o de los routers y switches

1. VERIFICACION DE LA CONFIGURACION ( ROUTER 0)

clock rate 64000 Router0#show running-config Building configuration... Current configuration : 804 byte version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption hostname Router0 interface FastEthernet0/0 no ip address duplex auto speed auto shutdown interface FastEthernet1/0 no ip address duplex auto speed auto shutdown interface Serial2/0 ip address 125.0.42.133 255.255.255.252 clock rate 64000 interface Serial3/0 ip address 125.0.42.130 255.255.255.252 router ospf 1 log-adjacency-changes network 125.0.42.128 0.0.0.3 area 0 network 125.0.42.132 0.0.0.3 area 0 end interface FastEthernet4/0 no ip address shutdown interface FastEthernet5/0 no ip address shutdown

2. VERIFICACION DE LA CONFIGURACION ( ROUTER 1)

network 125.0.40.0 0.0.1.255 area 0 network 125.0.42.0 0.0.0.127 area 0

Router1#show running-config hostname Router1 interface FastEthernet0/0 ip address 125.0.40.1 255.255.254.0 duplex auto speed auto interface FastEthernet1/0 ip address 125.0.42.1 255.255.255.128 duplex auto speed auto interface Serial2/0 ip address 125.0.42.134 255.255.255.252 interface Serial3/0 no ip address shutdown interface FastEthernet4/0 no ip address shutdown interface FastEthernet5/0 no ip address shutdown

end

router ospf 1 log-adjacency-changes network 125.0.42.132 0.0.0.3 area 0

3. VERIFICACION DE LA CONFIGURACION ( ROUTER 2)

Router#show running-config Building configuration... Current configuration: 811 bytes version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption hostname Router interface FastEthernet0/0 ip address 125.0.0.1 255.255.224.0 duplex auto speed auto interface FastEthernet1/0 ip address 125.0.32.1 255.255.248.0 duplex auto speed auto interface Serial2/0 ip address 125.0.42.129 255.255.255.252 interface Serial3/0 no ip address shutdown interface FastEthernet4/0 no ip address shutdown interface FastEthernet5/0 no ip address

shutdown

router ospf 1 log-adjacency-changes network 125.0.0.0 0.0.31.255 area 0 network 125.0.32.0 0.0.7.255 area 0 network 125.0.42.128 0.0.0.3 area 0 line vty 0 4 login end

You might also like