2012년 11월 27일 화요일

CCNA VOICE Lab two : configure CME with IP phone

CCNA VOICE Lab two : configure CME with IP phone 


! Enable basic CME 
R1(config)#telephony-service 
R1(config-telephony)#max-dn 10
R1(config-telephony)#max-ephones 10
R1(config-telephony)#ip source-address 192.168.3.3
R1(config-telephony)#create cnf-files 
Creating CNF files
CNF-FILES: Clock is not set or synchronized, retaining old versionStamps
R1(config-telephony)#

! Enable Calls in CME 
R1(config)#voice service voip 
R1(conf-voi-serv)#all
R1(conf-voi-serv)#allow-connections h323 to 
R1(conf-voi-serv)#allow-connections h323 to h323
R1(conf-voi-serv)#allow
R1(conf-voi-serv)#allow-connections sip to h323
R1(conf-voi-serv)#all
R1(conf-voi-serv)#allow-connections sip to sip 

! Create DN(Directory Number)
ephone-dn  1  dual-line
 number 3001
 description 0299993001
 name Brian KANG
!
!
ephone-dn  2  dual-line
 number 3002
 description 0288883002
 name Ruby KANG
!

! Create phone
ephone  1
 device-security-mode none
 mac-address 0200.4C4F.4F50
 type CIPC
 button  1:1 2:2
!
ephone  2
 device-security-mode none
 mac-address 7884.3CEB.F178
 type CIPC
 button  1:2 2:1
!

! To set up the location 
R1(config)#telephony-service 
R1(config-telephony)#System message Sydney ITIC

verify command

R1#show inventory 
NAME: "3725 chassis", DESCR: "3725 chassis"
PID:                   , VID: 0.1, SN: FTX0945W0MY


R1#show dial-peer voice summary 
dial-peer hunt 0
             AD                                    PRE PASS                OUT 
TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT
20011  pots  up   up             3001$              0                           50/0/1
20012  pots  up   up             3002$              0                           50/0/2
R1#


R1#show telephony-service dial-peer 

dial-peer voice 20011 pots
 destination-pattern 3001$
 huntstop
 progress_ind setup enable 3
 port 50/0/1

dial-peer voice 20012 pots
 destination-pattern 3002$
 huntstop
 progress_ind setup enable 3
 port 50/0/2








댓글 없음:

댓글 쓰기