Está en la página 1de 17

Imagen de la topología que se implemento

En el servidor de issabela agregamos como primero nuestra extensión.


Luego vamos a las troncales donde configuramos nuestra troncal en esta imagen
se ve como se configuro una troncal hacia el softphone de cisco donde mas abajo
ponemos la ip de su salida.

Acá mostramos como hicimos la troncal del servidor de issabela donde ponemos
la ip de nuestro servidor.
Ya en las rutas salientes debemos poner un nombre con el numero del softphone
de cisco o zoiper de Linux y agregamos nuestra troncal que creamos para que
salga la llamada.

Este es el ejemplo de la ruta saliente, pero del softphone de cisco.


Por ultimo los comandos por los cuales se configuro el switch y router para que
funcionara la topología.

Router CME-P:
CME-P#
CME-P#sh start
Using 4249 out of 262136 bytes

Last configuration change at 09:53:38 UTC Thu Dec 2 2021


version 15.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption

hostname CME-P

boot-start-marker
boot-end-marker

aqm-register-fnf

no aaa new-model
memory-size iomem 10

ip dhcp excluded-address 192.168.60.1


ip dhcp excluded-address 192.168.60.2
ip dhcp excluded-address 192.168.50.1

ip dhcp pool ISSABELA-ZOIPER


network 192.168.60.0 255.255.255.0
default-router 192.168.60.1

ip dhcp pool CISCO-CME


network 192.168.50.0 255.255.255.0
default-router 192.168.50.1
option 150 ip 192.168.50.1

ip cef
no ipv6 cef

multilink bundle-name authenticated

voice-card 0

voice service voip


ip address trusted list
ipv4 192.168.40.1
allow-connections h323 to h323
allow-connections sip to h323
allow-connections sip to sip
sip
bind control source-interface GigabitEthernet0/1
bind media source-interface GigabitEthernet0/1

voice class codec 1


codec preference 1 g711alaw
codec preference 2 g711ulaw
license udi pid CISCO2901/K9 sn FTX155183D2
license accept end user agreement
license boot module c2900 technology-package securityk9
license boot module c2900 technology-package uck9
license boot module c2900 technology-package datak9
license boot module c2900 technology-package appxk9
license boot module c2900 technology-package NtwkEssSuitek9
license boot module c2900 technology-package CollabProSuitek9

vtp version 2
redundancy

interface Embedded-Service-Engine0/0
no ip address
shutdown

interface GigabitEthernet0/0
no ip address
duplex auto
speed auto

interface GigabitEthernet0/0.50
encapsulation dot1Q 50
ip address 192.168.50.1 255.255.255.0

interface GigabitEthernet0/0.60
encapsulation dot1Q 60
ip address 192.168.60.1 255.255.255.0
interface GigabitEthernet0/1
ip address 10.0.0.6 255.255.255.252
duplex auto
speed auto

interface Serial0/0/0
no ip address
shutdown
clock rate 2000000

interface Serial0/0/1
no ip address
shutdown
clock rate 2000000

ip forward-protocol nd

no ip http server
no ip http secure-server

ip route 10.0.0.0 255.255.255.252 10.0.0.5


ip route 192.168.10.0 255.255.255.0 10.0.0.1
ip route 192.168.20.0 255.255.255.0 10.0.0.1
ip route 192.168.30.0 255.255.255.0 10.0.0.5
ip route 192.168.40.0 255.255.255.0 10.0.0.5

control-plane
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable

mgcp profile default

dial-peer voice 5 voip


description ISSABELA-P SIP TRUNK
destination-pattern 6..
session protocol sipv2
session target ipv4:192.168.60.2
dtmf-relay rtp-nte

dial-peer voice 1 voip


description ISSABELA-K SIP TRUNK
destination-pattern 2..
session protocol sipv2
session target ipv4:192.168.10.2
voice-class codec 1
dtmf-relay rtp-nte

dial-peer voice 2 voip


description CUCME-K SIP TRUNK
destination-pattern 1..
session target ipv4:10.0.0.1
voice-class codec 1
dtmf-relay rtp-nte
dial-peer voice 3 voip
description ISSABELA-C SIP TRUNK
destination-pattern 4..
session protocol sipv2
session target ipv4:192.168.30.2
voice-class codec 1
dtmf-relay rtp-nte

dial-peer voice 4 voip


description CUCME-C SIP TRUNK
destination-pattern 3..
session target ipv4:10.0.0.5
voice-class codec 1
dtmf-relay rtp-nte

gatekeeper
shutdown

telephony-service
max-ephones 5
max-dn 5
ip source-address 192.168.50.1 port 2000
auto assign 1 to 5
system message LABORATORIO VOIP
max-conferences 8 gain -6
transfer-system full-consult
create cnf-files version-stamp 7960 Nov 30 2021 10:02:28
ephone-dn 1 dual-line
number 500
label pablo(500)
description CUCME-P
name pablo(500)

ephone-dn 2 dual-line
number 501
label pablo(501)
name pablo(501)

ephone 1
device-security-mode none
mac-address E8D8.D142.9AE3
type CIPC
button 1:1 2:2

line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input all
scheduler allocate 20000 1000

end

CME-P#

Switch SW-P:
SW-P#sh vl br

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/23, Fa0/24
50 vlan50 active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10
60 vlan60 active Fa0/11, Fa0/12, Fa0/13, Fa0/14
Fa0/15, Fa0/16, Fa0/17, Fa0/18
Fa0/19, Fa0/20, Fa0/21, Fa0/22
Gi0/2
1002 fddi-default act/unsup
1003 trcrf-default act/unsup
1004 fddinet-default act/unsup
1005 trbrf-default act/unsup
SW-P#
SW-P#sh start
Using 2834 out of 65536 bytes

version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption

hostname SW-P

boot-start-marker
boot-end-marker

no aaa new-model
system mtu routing 1500
ip subnet-zero

crypto pki trustpoint TP-self-signed-2674108288


enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2674108288
revocation-check none
rsakeypair TP-self-signed-2674108288

crypto pki certificate chain TP-self-signed-2674108288


certificate self-signed 01 nvram:IOS-Self-Sig#3838.cer

spanning-tree mode pvst


spanning-tree extend system-id

vlan internal allocation policy ascending


interface FastEthernet0/1
switchport access vlan 50
switchport mode access

interface FastEthernet0/2
switchport access vlan 50
switchport mode access

interface FastEthernet0/3
switchport access vlan 50
switchport mode access

interface FastEthernet0/4
switchport access vlan 50
switchport mode access

interface FastEthernet0/5
switchport access vlan 50
switchport mode access

interface FastEthernet0/6
switchport access vlan 50
switchport mode access

interface FastEthernet0/7
switchport access vlan 50
switchport mode access
interface FastEthernet0/8
switchport access vlan 50
switchport mode access

interface FastEthernet0/9
switchport access vlan 50
switchport mode access

interface FastEthernet0/10
switchport access vlan 50
switchport mode access

interface FastEthernet0/11
switchport access vlan 60
switchport mode access

interface FastEthernet0/12
switchport access vlan 60
switchport mode access

interface FastEthernet0/13
switchport access vlan 60
switchport mode access

interface FastEthernet0/14
switchport access vlan 60
switchport mode access
interface FastEthernet0/15
switchport access vlan 60
switchport mode access

interface FastEthernet0/16
switchport access vlan 60
switchport mode access

interface FastEthernet0/17
switchport access vlan 60
switchport mode access

interface FastEthernet0/18
switchport access vlan 60
switchport mode access

interface FastEthernet0/19
switchport access vlan 60
switchport mode access

interface FastEthernet0/20
switchport access vlan 60
switchport mode access

interface FastEthernet0/21
switchport access vlan 60
switchport mode access
interface FastEthernet0/22
switchport access vlan 60
switchport mode access

interface FastEthernet0/23
switchport mode trunk

interface FastEthernet0/24
switchport mode trunk

interface GigabitEthernet0/1
switchport mode trunk

interface GigabitEthernet0/2
switchport access vlan 60
switchport mode access

interface Vlan1
no ip address
no ip route-cache

ip http server
ip http secure-server

control-plane

line con 0
line vty 0 4
login
line vty 5 15
login

end

SW-P#

También podría gustarte