Sunteți pe pagina 1din 12

Hacer un vlsm a la red 172.168.10.

15/19 para los siguientes requerimientos


96 hosts
72 hosts
72 hosts
24 hosts
2 hosts
2 hosts
2 hosts
2 hosts
2 hosts

Dividir la red 172.168.10.0/19 para 96 hosts


172.168.10.0---------172.168.10.127 /25 (asignar a la red de 96 hosts)
172.168.10.128--------172.168.10.255 /25 (asignar a la red de 72 hosts)
172.168.11.0----------172.168.11.127 /25 (asignar a la red de 72 hosts)
172.168.11.128 /25
Dividir la red 172.168.11.128/25 para 24 hosts
172.168.11.128--------172.168.11.159 /27 (asignar a la red de 24 hosts)
172.168.11.160 /27
Dividir la red 172.168.11.160/27 para 2 hosts
172.168.11.160---------172.168.11.163 /30 (asignar a la red de 2 hosts) 1
172.168.11.164---------172.168.11.167 /30 (asignar a la red de 2 hosts) 2
172.168.11.168---------172.168.11.171 /30 (asignar a la red de 2 hosts) 3
172.168.11.172---------172.168.11.175 /30 (asignar a la red de 2 hosts) 4
172.168.11.176---------172.168.11.179 /30 (asignar a la red de 2 hosts) 5

Show startup-config

R2
Using 1221 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname r2
!
!
!
!
!
!
!
!
username r2 password 0 rodriguez
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.168.10.129 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.168.11.162 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r1 password 0 rodriguez
clock rate 64000
!
interface Serial0/1
ip address 172.168.11.169 255.255.255.252
encapsulation ppp
ppp pap sent-username r3 password 0 rodriguez
clock rate 64000
!
interface Serial0/2
ip address 172.168.11.173 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r4 password 0 rodriguez
clock rate 64000
!
interface Serial0/3
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
router eigrp 100
network 172.168.0.0
auto-summary
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
End

R1
Using 1101 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname r1
!
!
!
!
!
!
!
!
username r1 password 0 rodriguez
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.168.11.129 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.168.11.161 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r2 password 0 rodriguez
!
interface Serial0/1
ip address 172.168.11.165 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r3 password 0 rodriguez
clock rate 64000
!
interface Serial0/2
no ip address
shutdown
!
interface Serial0/3
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
router eigrp 100
network 172.168.0.0
auto-summary
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
End

R3
Using 1141 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname r3
!
!
!
!
!
!
!
!
username r3 password 0 rodriguez
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.168.11.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.168.11.166 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r1 password 0 rodriguez
!
interface Serial0/1
ip address 172.168.11.170 255.255.255.252
encapsulation ppp
ppp pap sent-username r2 password 0 rodriguez
!
interface Serial0/2
ip address 172.168.11.178 255.255.255.252
encapsulation ppp
ppp pap sent-username r4 password 0 rodriguez
!
interface Serial0/3
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
router eigrp 100
network 172.168.0.0
auto-summary
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end

R4
Using 1075 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname r4
!
!
!
!
!
!
!
!
username r4 password 0 rodriguez
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.168.10.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.168.11.174 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username r2 password 0 rodriguez
!
interface Serial0/1
ip address 172.168.11.177 255.255.255.252
encapsulation ppp
ppp pap sent-username r3 password 0 rodriguez
clock rate 64000
!
interface Serial0/2
no ip address
shutdown
!
interface Serial0/3
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
router eigrp 100
network 172.168.0.0
auto-summary
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end

S-ar putea să vă placă și