Practica 15 VoIP

Page 1

UNIVERSIDAD TECNOLÓGICA DEL VALLE DE TOLUCA

DIRECCIÓN DE CARRERA DE TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN.

Laboratorio 15 - “VoIP” Tipo: Práctica en Laboratorio Cisco Packet Tracer.

PRESENTA:

221211115 Tovar Interino Dalia Guadalupe

Asignatura: Redes Convergentes

Profesor: ISC. Raúl Arturo García Mtz.

GRUPO: TIC-82


OBJETIVO DE LA PRÁCTICA Configuración de Voz IP.

ELEMENTOS DE LA PRÁCTICA

TABLA DE DIRECCIONAMIENTO R0 Fa0/0 S0/0/0 S0/0/1

5.0.0.1/24 10.0.0.1/24 12.0.0.2/24

R1 Fa0/0 S0/0/0 S0/0/1

7.0.0.1/24 12.0.0.1/24 11.0.0.2/24

R2 Fa0/0 S0/0/0 S0/0/1

6.0.0.1/24 10.0.0.2/24 11.0.0.1/24

TOPOLOGÍA DE RED

Ilustración 1 Topología de Red


DESARROLLO DE LA PRテ,TICA

1.-Configuraciテウn de FastEthernet y Seriales en R0 ROUTER 0 (R0) R0>en R0#conf t

Enter configuration commands, one per line. End with CNTL/Z. R0(config)#interface fa0/0 R0(config-if)#ip add 5.0.0.1 255.255.255.0 R0(config-if)#no shut R0(config-if)#exit R0(config)#interface s0/0/0 R0(config-if)#ip add 10.0.0.1 255.255.255.0 R0(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R0(config-if)#

R0(config-if)#exit R0(config)#interface s0/0/1

R0(config-if)#ip add 12.0.0.2 255.255.255.0 R0(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R0(config-if)#

2.- Configuraciテウn de DIAL-PER VOICE EN R0 DIAL PER VOICE

R0(config)#dial-peer voice 1 voip R0(config-dial-peer)#destination-pattern 6.. R0(config-dial-peer)#session target ipv4:10.0.0.2 R0(config-dial-peer)#exit


R0(config)#dial-peer voice 2 voip

R0(config-dial-peer)#destination-pattern 7.. R0(config-dial-peer)#session target ipv4:12.0.0.1 R0(config-dial-peer)#exit

3.- Configuración de Enrutamiento Estático en R0 RUTA ESTÁTICA R0(config)#ip route 6.0.0.0 255.255.255.0 10.0.0.2

R0(config)#ip route 7.0.0.0 255.255.255.0 12.0.0.1

4.- Configuración de servicio de telefonía en R0. SERVICIO DE TELEFONIA R0(config)#telephony-service R0(config-telephony)#max-ephones 10 R0(config-telephony)#max-dn 10

R0(config-telephony)#ip source-address 5.0.0.1 port 2000 R0(config-telephony)#auto assign 1 to 10 R0(config-telephony)#auto-reg-ephone R0(config-telephony)#exit

5.- Creación de Pool DHCP en R0 DHCP

R0(config)#ip dhcp pool VozIP R0(dhcp-config)#network 5.0.0.0 255.255.255.0 R0(dhcp-config)#default-router 5.0.0.1 R0(dhcp-config)#option 150 ip 5.0.0.1 R0(dhcp-config)#exit


6.- Dar de alta las extensiones en R0 DAR DE ALTA LAS EXTENSIONES R0(config)#ephone-dn 1 R0(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up

R0(config-ephone-dn)#number 501 R0(config-ephone-dn)#exit R0(config)#ephone-dn 2

R0(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up R0(config-ephone-dn)#number 502 R0(config-ephone-dn)#exit

7.- Configuraci贸n la interfaz que se conecta al switch multicapa CONFIGURACION SWITRCH

Switch(config)#interface fa0/1 Switch(config-if)#sw Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/2

Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/3

Switch(config-if)#switchport voice vlan 1

8.-Configuraci贸n de FastEthernet y Seriales en R2 Router 2 (R2) R2>en

R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#interface fa0/0

R2(config-if)#ip add 6.0.0.1 255.255.255.0 R2(config-if)#no shut


R2(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R2(config-if)#exit R2(config)#interface s0/0/0

R2(config-if)#ip add 10.0.0.2 255.255.255.0 R2(config-if)#no shut R2(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up R2(config-if)#exit

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R2(config)#interface s0/0/1

R2(config-if)#ip add 11.0.0.1 255.255.255.0 R2(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R2(config-if)#

9.- Configuraci贸n de DIAL-PER VOICE EN R2 DIAL PER VOICE

R2(config)#dial-peer voice 1 voip R2(config-dial-peer)#destination-pattern 5..

R2(config-dial-peer)#session target ipv4:10.0.0.1 R2(config-dial-peer)#exit R2(config)#dial-peer voice 2 voip R2(config-dial-peer)#destination-pattern 7.. R2(config-dial-peer)#session target ipv4:11.0.0.2 R2(config-dial-peer)#exit R2(config)#


10.- Configuración de Enrutamiento Estático en R2 RUTA ESTATICA R2(config)#ip route 5.0.0.0 255.255.255.0 10.0.0.1 R2(config)#ip route 7.0.0.0 255.255.255.0 11.0.0.2

11.- Configuración de servicio de telefonía en R2 SERVICIO DE TELEFONÍA R2(config)#telephony-service R2(config-telephony)#max-e

R2(config-telephony)#max-ephones 10 R2(config-telephony)#max-dn 10 R2(config-telephony)#ip source-address 6.0.0.1 port 2000 R2(config-telephony)#auto assign 1 to 10 R2(config-telephony)#auto-reg-ephone R2(config-telephony)#exit

12.- Creación de Pool DHCP en R2 DHCP R2(config)#ip dhcp pool VozIP R2(dhcp-config)#network 6.0.0.0 255.255.255.0 R2(dhcp-config)#default-router 6.0.0.1 R2(dhcp-config)#option 150 ip 6.0.0.1 R2(dhcp-config)#exit

13.- Dar de alta las extensiones en R2 DAR DE ALTA LAS EXTENSIONES R2(config)#ephone-dn 1 R2(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up

R2(config-ephone-dn)#number 601 R2(config-ephone-dn)#exit


R2(config)#ephone-dn 2

R2(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up R2(config-ephone-dn)#number 602 R2(config-ephone-dn)#exit

14.- Configuraci贸n la interfaz que se conecta al switch multicapa CONFIGURACION SWITCH Switch(config)#interface fa0/1 Switch(config-if)#sw

Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/2

Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/3 Switch(config-if)#switchport voice vlan 1

15.- Configuraci贸n de FastEthernet y Seriales en R1 Router 1 (R1) R1>en R1#conf t

Enter configuration commands, one per line. End with CNTL/Z. R1(config)#interface fa0/0 R1(config-if)#ip add 7.0.0.1 255.255.255.0 R1(config-if)#no shut R1(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R1(config-if)#exit R1(config)#interface s0/0/1

R1(config-if)#ip add 11.0.0.2 255.255.255.0 R1(config-if)#no shut


R1(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up R1(config-if)#exit R1(config)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up R1(config)#interface s0/0/0

R1(config-if)#ip add 12.0.0.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

16.- Configuración de DIAL-PER VOICE EN R1 DIAL PEER VOICE R1(config)#dial-peer voice 1 voip

R1(config-dial-peer)#destination-patter 6.. R1(config-dial-peer)#session target ipv4:11.0.0.1 R1(config-dial-peer)#exit R1(config)#dial-peer voice 2 voip

R1(config-dial-peer)#destination-patter 5.. R1(config-dial-peer)#session target ipv4:12.0.0.2 R1(config-dial-peer)#exit

17.- Configuración de Enrutamiento Estático en R1 RUTA ESTATICA

R1(config)#ip route 5.0.0.0 255.255.255.0 12.0.0.2 R1(config)#ip route 6.0.0.0 255.255.255.0 11.0.0.1

18.- Configuración de servicio de telefonía en R1 SERVICIO DE TELEFONIA

R1(config)#telephony-service


R1(config-telephony)#max-ephones 10 R1(config-telephony)#max-dn 10

R1(config-telephony)#ip source-address 7.0.0.1 port 2000 R1(config-telephony)#auto assign 1 to 10 R1(config-telephony)#auto-reg-ephone R1(config-telephony)#exit

19.-Creaci贸n de Pool DHCP en R1 DHCP

R1(config)#ip dhcp pool VozIP R1(dhcp-config)#network 7.0.0.0 255.255.255.0 R1(dhcp-config)#default-router 7.0.0.1 R1(dhcp-config)#option 150 ip 7.0.0.1 R1(dhcp-config)#exit

20.- Dar de alta las extensiones en R1 DAR DE ALTA LAS EXTENSIONES R1(config)#ephone-dn 1

R1(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up

R1(config-ephone-dn)#number 701 R1(config-ephone-dn)#ephone-dn 2 R1(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up

R1(config-ephone-dn)#number 702 R1(config-ephone-dn)#exit

21.- Configuraci贸n la interfaz que se conecta al switch multicapa CONFIGURACION SWITCH Switch(config)#interface fa0/1 Switch(config-if)#sw

Switch(config-if)#switchport vo


Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/2

Switch(config-if)#switchport voice vlan 1 Switch(config-if)#interface fa0/3

Switch(config-if)#switchport voice vlan 1 Switch(config-if)#

PRUEBAS  Phone number 702 a Phone number 501

Ilustración 2 Prueba 1


Phone number 702 a Phone number 601

Ilustración 3 Prueba 2

CONCLUISIONES Durante el desarrollo aprendí a configurar Voz IP, así como también que VoIP es una tecnología que permite la unión de transmisión de voz y el de la transmisión de datos.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.