Cisco复习(VOIP)

Standard


VOIP

CM#conf t
CM(config)#int fa 0/1
CM(config-if)#ip add 192.168.10.1 255.255.255.0
CM(config-if)#no shut
CM(config-if)#exit
CM(config)#ip dhcp pool voip
CM(dhcp-config)#network 192.168.10.0 255.255.255.0
CM(dhcp-config)#default-router 192.168.10.1
CM(dhcp-config)#option 150 ip 192.168.10.1
CM(dhcp-config)#exit
 
CM(config)#telephony-service
CM(config-telephony)#max-ephones 30 //定义最大电话数
CM(config-telephony)#max-dh 30 //定义最大目录号
CM(config-telephony)#ip source-address 192.168.10.1 port 2000 //IP电话充通信IP及端口
CM(config-telephony)#create cnf-files //建个xml文件记录每个电话的配置信息
CM(config)#ephone-dn 1 //设逻辑电话目录号
CM(config-ephone-dn)#number 1001 //电话号1001
CM(config)#ephone-dn 2 //设逻辑电话目录号
CM(config-ephone-dn)#number 1002 //电话号1001
CM(config)#ephone-dn 3 //设逻辑电话目录号
CM(config-ephone-dn)#number 1003 //电话号1001
CM(config)#ephone-dn 4 //设逻辑电话目录号
CM(config-ephone-dn)#number 1004 //电话号1001
CM(config)#ephone-dn 5 //设逻辑电话目录号
CM(config-ephone-dn)#number 1005 //电话号1001
CM(config)#ephone 1 //物理电话配置
CM(config-ephone)#mac-address 000D.BD7D.0C91
CM(config-ephone)#type CIPC //CIPC是软电话,7960是CISCO硬件电话,ata是模拟电话
CM(config-ephone)#button 1:1 //第一位数字你可以把它当vlan来理解,后面一个数字对应的是电话目录号
CM(config)#ephone 2
CM(config-ephone)#mac-address 0002.4A15.3CD7
CM(config-ephone)#type 7960
CM(config-ephone)#button 1:2
CM(config)#ephone 3
CM(config-ephone)#mac-address 000A.F34D.1A01
CM(config-ephone)#type ata
CM(config-ephone)#button 1:3
CM(config)#ephone 4
CM(config-ephone)#mac-address 00E0.A354.AA97
CM(config-ephone)#type CIPC
CM(config-ephone)#button 1:4
CM(config)#ephone 5
CM(config-ephone)#mac-address 0060.7035.0745
CM(config-ephone)#type CIPC
CM(config-ephone)#button 1:5
 
SW#conf t
SW(config)#int range fa 0/10-20
SW(config-if-range)#switchport mode access
SW(config-if-range)#switchport voice vlan 1
SW(config-if-range)#no shut
SW(config-if-range)#exit

转载请注明出处:http://yemaosheng.com

One thought on “Cisco复习(VOIP)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.