Você está na página 1de 31

3-5-2014

ACTIVIDAD TOPOLOGAS
GESTIN DE REDES DE DATOS
INSTRUCTOR: JOHN ANDERSON CASTRILLON GARCIA
Yimy Fernando Prez Medina
SERVICIO NACIONAL DE APRENDIZAJE
SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 1

ACTIVIDAD TOPOLOGAS
TOPOLOGA NO. 1

Utilizamos los siguientes dispositivos:

1 - Router Cisco 2811 (Router1)
1 - Switch cisco 2950 "24-Puertos" (Switch0)
2 - PC de escritorio
2 - Telfonos IP


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 2

- Creamos las Vlans

- Asignacin de puertos a las Vlans.


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 3

- Configuramos el enlace troncal del switch.



- Creamos el pool de dhcp en el router para las vlans








SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 4

- Ahora creamos las sub-interfaces


- Configuramos el Call Manager.






SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 5

- Asignamos los nmeros de los telfonos

- Por ltimo vemos, como ya hay comunicacin entre ellos.



SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 6














SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 7

TOPOLOGA NO. 2

Utilizamos los siguientes dispositivos:

1 - Router Cisco 2811 (Router1)
2 - Switch cisco 2950 "24-Puertos" (Switch0)
10 - PCs de escritorio
4 - Telfonos IP






SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 8

- Creacin de las vlans

- Asignacin de puertos a las vlans


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 9

- Asignacin de puertos a las Vlans.




SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 10

- Configuramos el enlace troncal en cada uno de los switch.
Switch(config)#int fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit

- Creamos el pool de dhcp en el router para las vlans





SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 11




SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 12

- Ahora creamos las sub-interfaces


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 13








SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 14

CONFIGURACIN DE CALL MANAGER EXPRESS

SERVICIO DE TELEFONIA

telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.3.1 port 2000
auto assign 1 to 5
end
wr
copy r s


ASIGNACIN DE NMEROS

ephone-dn 1
number 1111
exit
ephone-dn 2
number 2222
exit
ephone-dn 3
number 3333
exit
ephone-dn 4
number 4444
exit








SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 15

- Comunicacin entre los telfonos IP


















SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 16

TOPOLOGA NO. 3


Utilizamos los siguientes dispositivos:
2 - Router Cisco 2811 (Router1)
4 - Switch cisco 2950 "24-Puertos" (Switch0)
14 - PCs de escritorio
8 - Telfonos IP








SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 17

Topologa de la parte izquierda (Router 0)

1. Creamos las vlans
SWITCH 0

en
conf t
vlan 10
name GESTION
ex
vlan 20
name COMERCIAL
ex
vlan 30
name VOZ
end
wr
copy r s

SWITCH 1

en
conf t
vlan 10
name GESTION
ex
vlan 20
name COMERCIAL
ex
vlan 30
name VOZ
end
wr
copy r s






SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 18

2. Asignacin de puertos

SWITCH 0


int f0/2
switchport mode access
switchport access vlan 10
exit
int f0/3
switchport mode access
switchport access vlan 10
exit
int f0/4
switchport mode access
switchport access vlan 20
exit

Vlan 10, 20 y Voz (30)

int f0/5
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit
int f0/6
switchport mode access
switchport access vlan 20
switchport voice vlan 30
exit


SWITCH 1

Vlan 10 y 20

int f0/2
switchport mode access
switchport access vlan 10
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 19

int f0/3
switchport mode access
switchport access vlan 10
exit
int f0/4
switchport mode access
switchport access vlan 20
exit

Vlan 10 y Voz (30)

int f0/5
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit
int f0/6
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit

3. Puerto troncal

Switch 0 y 1

int f0/1
switchport mode trunk
end
wr
copy r s









SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 20

4. DHCP en Router

Prendemos la interfaz del router conectada al switch

interface FastEthernet0/0
no shutdown
interface FastEthernet0/1
no shutdown

5. IP DHCP pool para todas las vlans

ip dhcp pool GESTION0
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
option 150 ip 192.168.1.1
exit

ip dhcp pool COMERCIAL0
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
option 150 ip 192.168.2.1
exit

ip dhcp pool VOZ0
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
option 150 ip 192.168.3.1
exit

ip dhcp pool GESTION1
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
option 150 ip 192.168.4.1
exit

ip dhcp pool COMERCIAL1
network 192.168.5.0 255.255.255.0
default-router 192.168.5.1
option 150 ip 192.168.5.1
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 21


ip dhcp pool VOZ1
network 192.168.6.0 255.255.255.0
default-router 192.168.6.1
option 150 ip 192.168.6.1
exit

6. Subinterfaces en el router

int f0/0.10
encapsulation dot1Q 10
ip address 192.168.1.1 255.255.255.0
exit

int f0/0.20
encapsulation dot1Q 20
ip address 192.168.2.1 255.255.255.0
exit

int f0/0.30
encapsulation dot1Q 30
ip address 192.168.3.1 255.255.255.0
exit



int f0/1.10
encapsulation dot1Q 10
ip address 192.168.4.1 255.255.255.0
exit

int f0/1.20
encapsulation dot1Q 20
ip address 192.168.5.1 255.255.255.0
exit

int f0/1.30
encapsulation dot1Q 30
ip address 192.168.6.1 255.255.255.0
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 22

7. Configuracin del Call Manager Express

telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.3.1 port 2000
auto assign 1 to 5
end
wr
copy r s

8. Asignacin de nmeros telefnicos

ephone-dn 1
number 1111
exit
ephone-dn 2
number 2222
exit
ephone-dn 3
number 3333
exit
ephone-dn 4
number 4444
exit

9. Conexin entre los telfonos


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 23

Topologa de la parte derecha (Router 1)

1. Creamos las vlans

Switch 2
en
conf t
vlan 60
name SISTEMAS
ex
vlan 70
name VOZ
ex
vlan 80
name ESTUDIANTES
end
wr
copy r s

Switch 3

en
conf t
vlan 60
name SISTEMAS
ex
vlan 70
name VOZ
ex
vlan 80
name ESTUDIANTES
end
wr
copy r s






SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 24

2. Asignacin de puertos

Switch 2

int f0/2
switchport mode access
switchport access vlan 60
exit
int f0/3
switchport mode access
switchport access vlan 80
switchport voice vlan 70
exit
int f0/4
switchport mode access
switchport voice vlan 70
exit


Switch 3


int f0/2
switchport mode access
switchport access vlan 60
exit
int f0/3
switchport mode access
switchport voice vlan 70
exit
int f0/4
switchport mode access
switchport access vlan 80
switchport voice vlan 70
exit





SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 25

3. Puerto troncal

Switch 0 y 1

int f0/1
switchport mode trunk
end
wr
copy r s

4. DHCP en Router

Prendemos la interfaz del router conectada al switch

interface FastEthernet0/0
no shutdown
interface FastEthernet0/1
no shutdown

5. IP DHCP pool para todas las vlans

ip dhcp pool SISTEMAS0
network 192.168.70.0 255.255.255.0
default-router 192.168.70.1
option 150 ip 192.168.70.1
exit

ip dhcp pool VOZ0
network 192.168.80.0 255.255.255.0
default-router 192.168.80.1
option 150 ip 192.168.80.1
exit

ip dhcp pool ESTUDIANTES0
network 192.168.90.0 255.255.255.0
default-router 192.168.90.1
option 150 ip 192.168.90.1
exit


SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 26

ip dhcp pool SISTEMAS1
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.100.1
exit

ip dhcp pool VOZ1
network 192.168.110.0 255.255.255.0
default-router 192.168.110.1
option 150 ip 192.168.110.1
exit

ip dhcp pool ESTUDIANTES1
network 192.168.120.0 255.255.255.0
default-router 192.168.120.1
option 150 ip 192.168.120.1
exit

6. Subinterfaces en el router

int f0/0.60
encapsulation dot1Q 60
ip address 192.168.70.1 255.255.255.0
exit

int f0/0.70
encapsulation dot1Q 70
ip address 192.168.80.1 255.255.255.0
exit

int f0/0.80
encapsulation dot1Q 80
ip address 192.168.90.1 255.255.255.0
exit






SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 27

int f0/1.60
encapsulation dot1Q 60
ip address 192.168.100.1 255.255.255.0
exit

int f0/1.70
encapsulation dot1Q 70
ip address 192.168.110.1 255.255.255.0
exit

int f0/1.80
encapsulation dot1Q 80
ip address 192.168.120.1 255.255.255.0
exit

7. Configuracin del Call Manager Express

telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.80.1 port 2000
auto assign 1 to 5
end
wr
copy r s


8. Asignacin de nmeros telefnicos

en
conf t
ephone-dn 1
number 5555
exit
ephone-dn 2
number 6666
exit
ephone-dn 3
number 7777
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 28

ephone-dn 4
number 8888
exit

9. OSPF

Router 0

router ospf 1
network 192.168.10.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
network 192.168.30.0 0.0.0.255 area 0
network 192.168.40.0 0.0.0.255 area 0
network 192.168.50.0 0.0.0.255 area 0
network 192.168.60.0 0.0.0.255 area 0
network 10.0.0.0 0.0.0.255 area 0

Router 1

router ospf 1
network 192.168.70.0 0.0.0.255 area 0
network 192.168.80.0 0.0.0.255 area 0
network 192.168.90.0 0.0.0.255 area 0
network 192.168.100.0 0.0.0.255 area 0
network 192.168.110.0 0.0.0.255 area 0
network 192.168.120.0 0.0.0.255 area 0
network 10.0.0.0 0.0.0.255 area 0













SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 29


10. Configuracin dial peer

Router 0

dial-peer voice 1 voip
destination-pattern 5...
session target ipv4:192.168.80.0
dial-peer voice 2 voip
destination-pattern 6...
session target ipv4:192.168.80.0
dial-peer voice 3 voip
destination-pattern 7...
session target ipv4:192.168.110.0
dial-peer voice 4 voip
destination-pattern 8...
session target ipv4:192.168.110.0


Router 1

dial-peer voice 1 voip
destination-pattern 1...
session target ipv4:192.168.30.0
dial-peer voice 2 voip
destination-pattern 2...
session target ipv4:192.168.30.0
dial-peer voice 3 voip
destination-pattern 3...
session target ipv4:192.168.60.0
dial-peer voice 4 voip
destination-pattern 4...
session target ipv4:192.168.60.0







SERVICIO NACIONAL DE APRENDIZAJE
GESTIN DE REDES DE DATOS

ACTIVIDAD TOPOLOGAS

3-5-2014


ACTIVIDAD TOPOLOGAS 30

11. Comunicacin entre los telfonos IP

Você também pode gostar