TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN ÁREA SISTEMAS INFORMÁTICOS
Grupo: ITIC-81 Materia: REDES CONVERGENTES
Alumno: Rodolfo Rosas Delgadillo
Matricula: 221011356 Profesor: RAÚL ARTURO GARCÍA MARTÍNEZ
Practica 15 VOIP
OBJETIVO
Cablear una red según el diagrama de topología Crear ruta estática Configuración de Reuters IPV4 Configuración del OSPF CONFIGURACION VOIP Conectividad entre los router
Topología
Desarrollo R1
hostname Router ! ! ! ! ! ip dhcp pool VozIP network 10.0.0.0 255.255.255.0 default-router 10.0.0.1 option 150 ip 10.0.0.1 ! ip cef
no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 1.0.0.1 255.255.255.0 clock rate 2000000 ! interface Serial0/3/1 ip address 3.0.0.2 255.255.255.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! router rip ! ip classless
ip route 11.0.0.0 255.255.255.0 1.0.0.2 ip route 12.0.0.0 255.255.255.0 3.0.0.1 ! ip flow-export version 9 ! ! ! ! ! ! ! dial-peer voice 1 voip destination-pattern 7222.. session target ipv4:1.0.0.2 ! dial-peer voice 2 voip destination-pattern 553.. session target ipv4:3.0.0.1 ! telephony-service max-ephones 10 max-dn 10 ip source-address 10.0.0.1 port 2000 auto assign 1 to 10 ! ephone-dn 1 number 722101 ! ephone-dn 2 number 722102 ! ephone 1 device-security-mode none mac-address 000D.BD21.6DC8 type 7960 button 1:1 ! ephone 2 device-security-mode none mac-address 0090.2BAE.4160 type 7960 button 1:2 ! line con 0 ! line aux 0
! line vty 0 4 login ! ! ! End R2 hostname Router ! ! ! ! ! ip dhcp pool VozIP network 11.0.0.0 255.255.255.0 default-router 11.0.0.1 option 150 ip 11.0.0.1 ! ip cef no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/0 ip address 11.0.0.1 255.255.255.0 duplex auto speed auto !
interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 2.0.0.1 255.255.255.0 clock rate 2000000 ! interface Serial0/3/1 ip address 1.0.0.2 255.255.255.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 10.0.0.0 255.255.255.0 1.0.0.1 ip route 12.0.0.0 255.255.255.0 2.0.0.2 ! ip flow-export version 9 ! ! ! ! ! ! ! dial-peer voice 1 voip destination-pattern 7221.. session target ipv4:1.0.0.1 ! dial-peer voice 2 voip destination-pattern 55... session target ipv4:2.0.0.2 ! telephony-service max-ephones 10 max-dn 10 ip source-address 11.0.0.1 port 2000 auto assign 1 to 10 ! ephone-dn 1 number 722201
! ephone-dn 2 number 722202 ! ephone 1 device-security-mode none mac-address 00D0.D3D2.AE98 type 7960 button 1:1 ! ephone 2 device-security-mode none mac-address 0090.0C69.C6D1 type 7960 button 1:2 ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! End hostname Router ! ! ! ! ! ip dhcp pool VozIP network 12.0.0.0 255.255.255.0 default-router 12.0.0.1 option 150 ip 12.0.0.1 ! ip cef no ipv6 cef ! ! ! ! ! ! !
! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/0 ip address 12.0.0.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 3.0.0.1 255.255.255.0 clock rate 2000000 ! interface Serial0/3/1 ip address 2.0.0.2 255.255.255.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 10.0.0.0 255.255.255.0 3.0.0.2 ip route 11.0.0.0 255.255.255.0 2.0.0.1 ! ip flow-export version 9 ! ! ! ! ! !
! dial-peer voice 1 voip destination-pattern 7222.. session target ipv4:2.0.0.1 ! dial-peer voice 2 voip destination-pattern 7221.. session target ipv4:3.0.0.2 ! telephony-service max-ephones 10 max-dn 10 ip source-address 12.0.0.1 port 2000 auto assign 1 to 10 ! ephone-dn 1 number 55301 ! ephone-dn 2 number 55302 ! ephone 1 device-security-mode none mac-address 0030.A369.6DD6 type 7960 button 1:1 ! ephone 2 device-security-mode none mac-address 0040.0B7A.35E9 type 7960 button 1:2 ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
SW1
hostname Switch ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/1 switchport voice vlan 1 ! interface FastEthernet0/2 switchport voice vlan 1 ! interface FastEthernet0/3 switchport voice vlan 1 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 !
interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! ip classless ! ip flow-export version 9 ! ! !
! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! End SW2 hostname Switch ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/1 switchport voice vlan 1 ! interface FastEthernet0/2
switchport voice vlan 1 ! interface FastEthernet0/3 switchport voice vlan 1 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24
! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end SW3
hostname Switch ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/1 switchport voice vlan 1 ! interface FastEthernet0/2 switchport voice vlan 1 ! interface FastEthernet0/3 switchport voice vlan 1 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17
! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end