Topologia

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 11

TOPOLOGIA

IP ROUTE R1
IP ROUTE R2

IP ROUTE R3
DATOS
VOZ
CONFIGURACION ROUTERS

R1

ip dhcp excluded-address 192.168.10.1

ip dhcp excluded-address 192.168.10.33

ip dhcp excluded-address 192.168.10.49

ip dhcp pool sala-enlace

network 192.168.10.0 255.255.255.224

default-router 192.168.10.1

dns-server 8.8.8.8

ip dhcp pool direccion

network 192.168.10.32 255.255.255.240

default-router 192.168.10.33

dns-server 8.8.8.8

ip dhcp pool biblioteca

network 192.168.10.48 255.255.255.240

default-router 192.168.10.49

dns-server 8.8.8.8

interface FastEthernet0/0

mac-address 50eb.716f.96bd

ip address dhcp

ip nat outside

ip virtual-reassembly

duplex half

interface FastEthernet1/0

ip address 172.16.80.1 255.255.255.252

ip nat inside

ip virtual-reassembly
duplex half

interface FastEthernet2/0

ip address 172.16.80.5 255.255.255.252

ip nat inside

ip virtual-reassembly

duplex half

router eigrp 100

network 172.16.80.0 0.0.0.3

network 172.16.80.4 0.0.0.3

auto-summary

ip nat inside source list 100 interface FastEthernet0/0 overload

access-list 100 permit ip 172.16.80.0 0.0.0.3 any

access-list 100 permit ip 172.16.80.4 0.0.0.3 any

R2

class-map match-all biblioteca

match access-group 100

class-map match-all direccion

match access-group 100

class-map match-all sala_de_enlace

match access-group 100

policy-map QoS

class biblioteca

priority 15360

exit

class direccion
bandwidth 5120

exit

class sala_de_enlace

Class class-default

exit

int f0/0

service-policy output QoS

exit

interface FastEthernet1/0

ip address 172.16.80.2 255.255.255.252

ip nat outside

ip virtual-reassembly

duplex half

interface FastEthernet2/0

no ip address

ip nat inside

ip virtual-reassembly

duplex half

interface FastEthernet2/0.10

encapsulation dot1Q 10

ip address 192.168.10.2 255.255.255.224

ip helper-address 172.16.80.1

ip nat inside

ip virtual-reassembly

no snmp trap link-status

glbp 1 ip 192.168.10.1

glbp 1 priority 150

glbp 1 preempt
!

interface FastEthernet2/0.20

encapsulation dot1Q 20

ip address 192.168.10.34 255.255.255.240

ip helper-address 172.16.80.1

ip nat inside

ip virtual-reassembly

no snmp trap link-status

glbp 2 ip 192.168.10.33

glbp 2 priority 150

glbp 2 preempt

interface FastEthernet2/0.30

encapsulation dot1Q 30

ip address 192.168.10.50 255.255.255.240

ip helper-address 172.16.80.1

no snmp trap link-status

glbp 3 ip 192.168.10.49

glbp 3 priority 150

glbp 3 preempt

router eigrp 100

network 192.168.10.0 0.0.0.31

network 192.168.10.32 0.0.0.15

network 192.168.10.48 0.0.0.15

network 172.16.80.0 0.0.0.3

ip route 0.0.0.0 0.0.0.0 172.16.80.1

ip nat inside source list 100 interface FastEthernet1/0 overload

!
access-list 100 permit ip 192.168.10.0 0.0.0.31 any

access-list 100 permit ip 192.168.10.32 0.0.0.15 any

access-list 100 permit ip 192.168.10.48 0.0.0.15 any

------------------------------------------------------------------------------------------------------------------------------

R3

class-map match-all biblioteca

match access-group 100

class-map match-all direccion

match access-group 100

class-map match-all sala_de_enlace

match access-group 100

policy-map QoS

class biblioteca

priority 15360

exit

class direccion

bandwidth 5120

exit

class sala_de_enlace

Class class-default

exit

int f0/0

service-policy output QoS

exit

interface FastEthernet2/0

ip address 172.16.80.6 255.255.255.252

ip nat outside

ip virtual-reassembly

duplex half
!

interface FastEthernet3/0

no ip address

ip nat inside

ip virtual-reassembly

duplex half

interface FastEthernet3/0.10

encapsulation dot1Q 10

ip address 192.168.10.3 255.255.255.224

ip helper-address 172.16.80.5

ip nat inside

ip virtual-reassembly

no snmp trap link-status

glbp 1 ip 192.168.10.1

glbp 1 preempt

interface FastEthernet3/0.20

encapsulation dot1Q 20

ip address 192.168.10.35 255.255.255.240

ip helper-address 172.16.80.5

ip nat inside

ip virtual-reassembly

no snmp trap link-status

glbp 2 ip 192.168.10.33

glbp 2 preempt

interface FastEthernet3/0.30

encapsulation dot1Q 30

ip address 192.168.10.51 255.255.255.240

ip helper-address 172.16.80.5
ip nat inside

ip virtual-reassembly

no snmp trap link-status

glbp 3 ip 192.168.10.49

glbp 3 preempt

router eigrp 100

network 192.168.10.0 0.0.0.31

network 192.168.10.32 0.0.0.15

network 192.168.10.48 0.0.0.15

network 172.16.80.4 0.0.0.3

ip route 0.0.0.0 0.0.0.0 172.16.80.5

ip nat inside source list 100 interface FastEthernet2/0 overload

access-list 100 permit ip 192.168.10.0 0.0.0.31 any

access-list 100 permit ip 192.168.10.32 0.0.0.15 any

access-list 100 permit ip 192.168.10.48 0.0.0.15 any

----------------------------------------------------------------------------------

You might also like