实验过程: 第一步:路由器的基本配置和pc的配置
R1(config)#int f1/0
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#no sh
第二步:完成IP电话的注册配置
R1(config)#telephony-service
//启动服务
R1(config-telephony)#max-ephones 2
//定义最大电话数
R1(config-telephony)#max-dn 10
//最大文件数
R1(config-telephony)#keepalive 10
//保持时间。
R1(config-telephony)#ip source-address 1.1.1.1 port 2000
//此句表示ip源地址为1.1.1.1,tftp服务器
R1(config-telephony)#exi
R1(config)#ephone-dn 1
//电话1的配置
R1(config-ephone-dn)#number 110
R1(config-ephone-dn)#exi
R1(config)#ephone-dn 2
R1(config-ephone-dn)#number 120
R1(config-ephone-dn)#name libo
//拨号时,对方显示的这个名字,可以不用配置
R1(config-ephone-dn)#exi
R1(config)#ephone 1
//配置电话1
R1(config-ephone)#mac-address 0200.4C4F.4F50
//绑定电话1的mac地址
R1(config-ephone)#button 1:1
//设置电话按钮(第一个按钮对应第一个文件)
R1(config)#ephone 2
R1(config-ephone)#mac-address 001f.29b5.c542
R1(config-ephone)#button 1:2
//电话2的第一个按钮对应第二个的文件
第三步:配置ip电话 IP电话1:下面这是cisco的ip电话 //上面是绑定的网卡,下面是服务器地址。
配置好后见下: //左边是日期,右边是此电话的号码 IP电话2:这是另外一个IP电话
配置如下: 配置好后如下: //左边是日期,右边是电话号码 在完成第三步后,会看到下面的信息:表示IP电话已配置成功 Mar 1 00:07:22.743: %IPPHONE-6-REGISTER: ephone-1:SEP02004C4F4F50 IP:1.1.1.254 Socket:1 DeviceType:Phone has registered.
*Mar 1 00:15:59.359: %IPPHONE-6-REGISTER: ephone-2:SEP002100597346 IP:1.1.1.254 Socket:2 DeviceType:Phone has registered.