0% found this document useful (0 votes)
7 views5 pages

Examen Bloque 8

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views5 pages

Examen Bloque 8

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

100.50.0.

0/10 oculta
100.0.0.0/10 buena

Otros-2.000.000 host 255.224.0.0


100.000 00000.00000000.00000000--->100.0.0.0/11
100.000 11111.11111111.11111111--->100.31.255.255/11

Dep_Info-500.000 host 255.248.0.0


100.00100 000.00000000.00000000--->100.32.0.0/13
100.00100 111.11111111.11111111--->100.39.255.255/13

Lab-Int-20.000 host 255.255.128.0


100.00101000.0 0000000.00000000--->100.40.0.0/17
100.00101000.0 1111111.11111111--->100.40.127.255/17

Sala_Principal-15.000 host 255.255.192.0


100.00101000.10 000000.00000000--->100.40.128.0/18
100.00101000.10 111111.11111111--->100.40.191.255/18

Dep_TIC-9.000 host 255.255.192.0


100.00101000.11 000000.00000000--->100.40.192.0/18
100.00101000.11 111111.11111111--->100.40.255.255/18

VLAN10-1.500 HOST 255.255.248.0


100.00101000.11000 000.00000000--->100.40.192.0/21
100.00101000.11000 111.11111111--->100.40.199.255/21

VLAN20-1.500 HOST 255.255.248.0


100.00101000.11001 000.00000000--->100.40.200.0/21
100.00101000.11001 111.11111111--->100.40.207.255/21

VLAN30-1.500 HOST 255.255.248.0


100.00101000.11010 000.00000000--->100.40.208.0/21
100.00101000.11010 111.11111111--->100.40.215.255/21

VLAN40-1.500 HOST 255.255.248.0


100.00101000.11011 000.00000000--->100.40.216.0/21
100.00101000.11011 111.11111111--->100.40.223.255/21

VLAN50-1.500 HOST 255.255.248.0


100.00101000.11100 000.00000000--->100.40.224.0/21
100.00101000.11100 111.11111111--->100.40.231.255/21

VLAN60-1.500 HOST 255.255.248.0


100.00101000.11101 000.00000000--->100.40.232.0/21
100.00101000.11101 111.11111111--->100.40.239.255/21

Sala_SERV-30 host 255.255.255.224


100.00101001.00000000.000 00000--->100.41.0.0/27
100.00101001.00000000.000 11111--->100.41.0.31/27

WAN-1-2 host 255.255.255.252


100.00101001.00000000.001000 00--->100.41.0.32/30
100.00101001.00000000.001000 11--->100.41.0.35/30

WAN-2-2 host 255.255.255.252


100.00101001.00000000.001001 00--->100.41.0.36/30
100.00101001.00000000.001001 11--->100.41.0.39/30
SW0
vlan 10
name VLAN10
vlan 20
name VLAN20
vlan 30
name VLAN30
vlan 40
name VLAN40
vlan 50
name VLAN50
vlan 60
name VLAN60
vlan 77
name Admin

interface FastEthernet0/1
switchport mode access
switchport access vlan 10
mls qos trust cos

interface FastEthernet1/1
switchport mode access
switchport access vlan 20
mls qos trust cos

interface FastEthernet2/1
switchport mode access
switchport access vlan 30
mls qos trust cos

interface FastEthernet3/1
switchport mode access
switchport access vlan 40
mls qos trust cos

interface FastEthernet7/1
switchport mode access
switchport access vlan 50
mls qos trust cos

interface FastEthernet8/1
switchport mode access
switchport access vlan 60
mls qos trust cos

interface FastEthernet6/1
switchport mode trunk
switchport trunk native vlan 77
switchport trunk allowed vlan 10,20,30,40,50,60

R0
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 100.40.192.1 255.255.248.0

interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 100.40.200.1 255.255.248.0

interface FastEthernet0/0.30
encapsulation dot1Q 30
ip address 100.40.208.1 255.255.248.0

interface FastEthernet0/0.40
encapsulation dot1Q 40
ip address 100.40.216.1 255.255.248.0

interface FastEthernet0/0.50
encapsulation dot1Q 50
ip address 100.40.224.1 255.255.248.0

interface FastEthernet0/0.60
encapsulation dot1Q 60
ip address 100.40.232.1 255.255.248.0

interface FastEthernet1/0
ip address 100.32.0.1 255.248.0.0

interface Serial2/0
ip address 100.41.0.33 255.255.255.252

ip dhcp pool DHCP_INFORMATICA


network 100.32.0.0 255.248.0.0
default-router 100.32.0.1
dns-server 100.41.0.4
ip dhcp pool VLAN10
network 100.40.192.0 255.255.248.0
default-router 100.40.192.1
dns-server 100.41.0.4
ip dhcp pool VLAN20
network 100.40.200.0 255.255.248.0
default-router 100.40.200.1
dns-server 100.41.0.4
ip dhcp pool VLAN30
network 100.40.208.0 255.255.248.0
default-router 100.40.208.1
dns-server 100.41.0.4
ip dhcp pool VLAN40
network 100.40.216.0 255.255.248.0
default-router 100.40.216.1
dns-server 100.41.0.4
ip dhcp pool VLAN50
network 100.40.224.0 255.255.248.0
default-router 100.40.224.1
dns-server 100.41.0.4
ip dhcp pool VLAN60
network 100.40.232.0 255.255.248.0
default-router 100.40.232.1
dns-server 100.41.0.4

ip route 100.0.0.0 255.224.0.0 Serial2/0


ip route 100.40.128.0 255.255.192.0 Serial2/0
ip route 100.40.0.0 255.255.128.0 Serial2/0
ip route 100.41.0.0 255.255.255.224 Serial2/0
ip route 0.0.0.0 0.0.0.0 Serial2/0

R1
interface FastEthernet0/0
ip address 100.0.0.1 255.224.0.0

interface FastEthernet1/0
ip address 100.40.128.1 255.255.192.0

interface Serial2/0
ip address 100.41.0.34 255.255.255.252

interface Serial3/0
ip address 100.41.0.37 255.255.255.252

ip dhcp pool DHCP_PRINCIPAL


network 100.40.128.0 255.255.192.0
default-router 100.40.128.1
dns-server 100.41.0.4
ip dhcp pool DHCP_OTROS
network 100.0.0.0 255.224.0.0
default-router 100.0.0.1
dns-server 100.41.0.4

ip route 100.40.192.0 255.255.192.0 100.41.0.33


ip route 100.32.0.0 255.248.0.0 100.41.0.33
ip route 100.40.0.0 255.255.128.0 100.41.0.38
ip route 100.41.0.0 255.255.255.224 100.41.0.38
ip route 0.0.0.0 0.0.0.0 Serial3/0

R2
interface FastEthernet0/0
ip address 100.41.0.1 255.255.255.224

interface FastEthernet1/0
ip address 100.40.0.1 255.255.128.0

interface Serial2/0
ip address 100.41.0.38 255.255.255.252

interface Serial3/0
ip address 150.45.2.17 255.255.0.0

ip dhcp pool DHCP_INTERNET


network 100.40.0.0 255.255.128.0
default-router 100.40.0.1
dns-server 100.41.0.4
ip dhcp pool DHCP_SERVIDORES
network 100.41.0.0 255.255.255.224
default-router 100.41.0.1
dns-server 100.41.0.4

ip route 0.0.0.0 0.0.0.0 Serial3/0


ip route 100.0.0.0 255.224.0.0 Serial2/0
ip route 100.40.128.0 255.255.192.0 Serial2/0
ip route 100.32.0.0 255.248.0.0 Serial2/0
ip route 100.40.192.0 255.255.192.0 Serial2/0
SW3
interface Vlan1
ip address 100.40.191.254 255.255.192.0

SW1
interface Vlan1
ip address 100.39.255.254 255.248.0.0

SW2
interface Vlan1
ip address 100.31.255.254 255.224.0.0

SW4
interface Vlan1
ip address 100.41.0.30 255.255.255.224

SW5
interface Vlan1
ip address 100.40.127.254 255.255.128.0

You might also like