Sie sind auf Seite 1von 4

Cisco Call Manager en Packet Tracer

Paso 1: Montar la topologa mostrada en la figura.

Paso 2: Configuracin de las interfaces virtuales del Router


Router>enable
Router#conf t
Router(config)#Hostname CALL_MANAGER
CALL_MANAGER(config)#interface fastEthernet 0/0.10
CALL_MANAGER(config-subif)#encapsulation dot1Q 10
CALL_MANAGER(config-subif)#ip address 10.0.10.1 255.255.255.0
CALL_MANAGER(config-subif)#no shutdown
CALL_MANAGER(config-subif)#exit
CALL_MANAGER(config)#interface fastEthernet 0/0.20
CALL_MANAGER(config-subif)#encapsulation dot1Q 20
CALL_MANAGER(config-subif)#ip address 10.0.20.1 255.255.255.0
CALL_MANAGER(config-subif)#no shutdown
CALL_MANAGER(config-subif)#exit
CALL_MANAGER(config)#interface fastEthernet 0/0.99
CALL_MANAGER(config-subif)#encapsulation dot1Q 99
CALL_MANAGER(config-subif)#ip address 172.16.6.1 255.255.255.0
CALL_MANAGER(config-subif)#no shutdown
CALL_MANAGER(config)#int fastEthernet 0/0
CALL_MANAGER(config-if)#no shutdown

Paso 3: Creacin del pool de direcciones que se van a ofrecer a


la red de datos y la red de voz.

CALL_MANAGER(config)#ip dhcp excluded-address 10.0.10.1 10.0.10.10


CALL_MANAGER(config)#ip dhcp excluded-address 10.0.20.1 10.0.20.10
CALL_MANAGER(config)#ip dhcp pool DATOS
CALL_MANAGER(dhcp-config)#network 10.0.10.0 255.255.255.0
CALL_MANAGER(dhcp-config)#default-router 10.0.10.1
CALL_MANAGER(dhcp-config)#do wr
CALL_MANAGER(dhcp-config)#exit
CALL_MANAGER(config)#ip dhcp pool VOZ
CALL_MANAGER(dhcp-config)#network 10.0.20.0 255.255.255.0
CALL_MANAGER(dhcp-config)#default-router 10.0.20.1
CALL_MANAGER(dhcp-config)#option 150 ip 10.0.20.1
CALL_MANAGER(dhcp-config)#do wr
CALL_MANAGER(dhcp-config)#exit
CALL_MANAGER(config)#
CALL_MANAGER(config)#username cisco password 0 cisco // pueden poner otra
constrasee en cisco
CALL_MANAGER(config)#enable password cisco

Paso 4: Configuracin de los directorios de la red Voip


CALL_MANAGER(config)#telephony-service
CALL_MANAGER(config-telephony)#max-dn 10
CALL_MANAGER(config-telephony)#max-ephones 10
CALL_MANAGER(config-telephony)#ip source-address 10.0.20.1 port 2000
CALL_MANAGER(config-telephony)#auto assign 5 to 10
CALL_MANAGER(config-telephony)#auto assign 3 to 4
CALL_MANAGER(config-telephony)#

Paso 5: Creacin de directorios para los telfonos IP


CALL_MANAGER(config)#ephone-dn 1
CALL_MANAGER(config-ephone-dn)#
CALL_MANAGER(config-ephone-dn)#number 1000
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#ephone-dn 2
CALL_MANAGER(config-ephone-dn
CALL_MANAGER(config-ephone-dn)#number 1002
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#ephone-dn 3
CALL_MANAGER(config-ephone-dn)#
CALL_MANAGER(config-ephone-dn)#number 1003
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#ephone-dn 4

CALL_MANAGER(config-ephone-dn)#
CALL_MANAGER(config-ephone-dn)#number 1004
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#ephone-dn 5
CALL_MANAGER(config-ephone-dn)#
CALL_MANAGER(config-ephone-dn)#number 1005
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#ephone-dn 6
CALL_MANAGER(config-ephone-dn)#
CALL_MANAGER(config-ephone-dn)#number 1006
CALL_MANAGER(config-ephone-dn)#exit
CALL_MANAGER(config)#do wr

Paso 6: Configuracion de los puertos en el swicht 2960


Switch(config)#interface range fastEthernet 0/1-23
Switch(config-if-range)#switchport trunk native vlan 10
Switch(config-if-range)#switchport mode trunk
Switch(config-if-range)#switchport voice vlan 20
Switch(config-if-range)#switchport voice vlan 20
Switch(config-if-range)#spanning-tree portfast
Switch(config-if-range)#
Switch(config)#interface fastEthernet 0/24
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
Switch(config)#interface vlan 99
Switch(config-if)#description VLAN ADMINISTRACION
Switch(config-if)#ip address 172.16.6.2 255.255.255.0
Switch(config-if)#exit
Switch(config)#ip default-gateway 172.16.6.1
Switch(config)#do wr
Switch(config)#
Switch(config)#interface vlan 10
Switch(config-if)#exit
Switch(config)#interface vlan 20
%LINK-5-CHANGED: Interface Vlan20, changed state to up
Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to
up

Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#wr
Building configuration...
[OK]
Switch#
Fuente : http://my-mundocisco.blogspot.com/2010/09/cisco-call-managerexpress-en-packet.html

Das könnte Ihnen auch gefallen