1、IAD 实验操作手册本手册以上图 C 区的 IADC-1 为例进行配置一升级 IAD 版本(远程 telnet 升级) 。IAD 的出厂版本可能比较老,因此需要首先升级 IAD 的版本。我们可以用 cisco tftpserver 等软件将要升级的版本传到 IAD 里。1用串口线连接笔记本与 IAD,在笔记本上打开超级终端,超级终端的连接参数设置如下:每秒位数:9600数据位:8奇偶校验:无停止位:1数据流控制:无也可以点击“还原为默认值” ,一次性的修改以上这些参数。2运行 cisco tftpserver,先将要升级的新的版本文件 copy 到 cisco tftpserver 所安装的目
2、录文件夹中。3.在超级终端中进行如下配置:routerenable /进入特权模式router#show version /查看当前版本router#show running-config /查看当前配置router#config terminal /进入全局配置模式router(config)#username scga password 1234 /配置远程登录的用户名和密码 router(config)#enablepassword 1234 /配置 enable 密码router(config)#interface fastethernet 0/0 /进入端口配置模式router(co
3、nfig-fastethernet0/0)#ip add 192.168.1.33 255.255.255.0 /配置 IAD 的百兆口 IP 地址router(config-fastethernet0/0)#exit /退出端口配置模式router(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254/配置缺省路由router(config)#line vty 0 4 /进入 line 配置模式 router(config-line)#login local /允许远程登录router(config-line)#exitrouter(config)#e
4、xitrouter#wr /保存配置4.进入“cmd”命令行模式,输入以下命令:telnet 192.168.1.33 /远程登录到 IAD上username:scga /输入用户名password: /输入密码routerenable /进入特权模式password: /输入 enable 密码router#copy tftp flash /拷贝新版本到 IAD中IP Address of remote host 0.0.0.0 :192.168.1.36 /输入存放新版本文件的笔记本 IP 地址Source file name VLRT.DLZ :gw1000.dlz /输入新版本的文件名
5、Download Flash from host 192.168.1.36 file “gw1000.dlz“ Y/n? y/输入“y”确认升级#Overwrite Flash Y/n :y /输入“y”确认写入新版本!router#reboot /重启 IADProceed with reload? (yes/no):y /输入“y”确认重启二配置 IAD配置 IAD 可以通过超级终端,远程 telnet 等方式,这两种方式到 IAD 的连接如前所述。连接到 IAD 以后输入如下命令:routerenpassword: /输入 enable 密码router#config terminal
6、/进入特权模式router(config)#hostname IADC1 /配置 IAD 主机名IADC1(config)#mgcp 192.168.1.33 2427 /配置本地的 MGCP 地址和端口号IADC1(config)#mgcp call-agent ipv4:192.168.1.31 2727 /配置软交换的 IP 地址和端口号IADC1(config)#mgcp keepalive-interval 1 /配置保活间隔IADC1(config)#mgcp keepalive-delay 5 /配置保活延时IADC1(config)#mgcp hostname IADC1 /配
7、置本地域名,由软交换提供IADC1(config)#mgcp dial-timeout 10000 /配置拨号数字间隔时间IADC1(config)#mgcp keepalive-string HB /配置 IAD 心跳包IADC1(config)#voice-port 1/0 /配置声音端口 1/0IADC1(config-voiceport)#input volume-input-gain 6 /配置输入声音大小IADC1(config-voiceport)#output volume-output-gain 12 /配置输出声音大小IADC1(config-voiceport)#cali
8、bration-output-gain -12 /配置输出增益IADC1(config-voiceport)#calibration-input-gain -12 /配置输入增益IADC1(config-voiceport)#exitIADC1(config)#voice-port 1/1 /配置声音端口 1/1IADC1(config-voiceport)#input volume-input-gain 6 /配置输入声音大小IADC1(config-voiceport)#output volume-output-gain 12/配置输出声音大小IADC1(config-voiceport)
9、#calibration-output-gain -12 /配置输出增益IADC1(config-voiceport)#calibration-input-gain -12 /配置输入增益IADC1(config-voiceport)#exitIADC1(config)#voice-port 1/2 /配置声音端口 1/2IADC1(config-voiceport)#input volume-input-gain 6 /配置输入声音大小IADC1(config-voiceport)#output volume-output-gain 12/配置输出声音大小IADC1(config-voice
10、port)#calibration-output-gain -12 /配置输出增益IADC1(config-voiceport)#calibration-input-gain -12 /配置输入增益IADC1(config-voiceport)#exitIADC1(config)#voice-port 1/3 /配置声音端口 1/3IADC1(config-voiceport)#input volume-input-gain 6 /配置输入声音大小IADC1(config-voiceport)#output volume-output-gain 12/配置输出声音大小IADC1(config-
11、voiceport)#calibration-output-gain -12 /配置输出增益IADC1(config-voiceport)#calibration-input-gain -12 /配置输入增益IADC1(config-voiceport)#exitIADC1(config)#dial-peer voice 1 pots /配置拨号对等体1IADC1(config-dial-peer)#port 1/0 /进入端口 1/0IADC1(config-dial-peer)#application mgcp /应用 mgcpIADC1(config-dial-peer)#mgcp-en
12、dpoint-name AALN/1 /配置端口mgcp 端口名为“AALN/1”IADC1(config-dial-peer)#exitIADC1(config)#exitIADC1(config)#dial-peer voice 2 pots /配置拨号对等体2IADC1(config-dial-peer)#port 1/1 /进入端口 1/1IADC1 (config-dial-peer)#application mgcp /应用 mgcpIADC1(config-dial-peer)#mgcp-endpoint-name AALN/2 /配置端口 mgcp 端口名为“AALN/2”IA
13、DC1(config-dial-peer)#exitIADC1(config)#exitIADC1(config)#dial-peer voice 3 pots /配置拨号对等体3IADC1(config-dial-peer)#port 1/2 /进入端口 1/2IADC1 (config-dial-peer)#application mgcp /应用 mgcpIADC1(config-dial-peer)#mgcp-endpoint-name AALN/3 /配置端口 mgcp 端口名为“AALN/3”IADC1(config-dial-peer)#exitIADC1(config)#exi
14、tIADC1(config)#dial-peer voice 4 pots /配置拨号对等体4IADC1(config-dial-peer)#port 1/3 /进入端口 1/3IADC1 (config-dial-peer)#application mgcp /应用 mgcpIADC1(config-dial-peer)#mgcp-endpoint-name AALN/4 /配置端口 mgcp 端口名为“AALN/4”IADC1(config-dial-peer)#exitIADC1(config)#voice-bind mgcp /绑定 mgcpIADC1(config)#exitIADC
15、1#wr /保存配置IADC1#show mgcp /查看 IAD 是否注册到软交换上MGCP Admin State UP, Oper State NO REGISTER MGCP call-agent: 192.168.1.31 port:2727, service is MGCP 1.0 MGCP backup call-agent:0.0.0.0 backup port:0, service is MGCP 1.0 The call-agent now is:192.168.1.31MGCP call-agent dns is: not configMGCP gatewayType:
16、RGWMGCP gateway address: 192.168.1.33, port: 2427MGCP host name: IADC1MGCP media ip: 0.0.0.0MGCP codec type g711ulaw, MGCP packetization period 20MGCP default package: line-packageMGCP supported packages: generic-package dtmf-package line-packageMGCP start port: 0MGCP resend retries: 3MGCP resend ti
17、meout: 1 sMGCP keep alive delay: 5 sMGCP keep alive interval: 1 sMGCP digit interval: 10000 msMGCP debug parser: 0MGCP debug error: 0MGCP debug event: 0MGCP debug packet: 0MGCP enable stun client: 0MGCP accounting mode: controllableMGCP DTMF mode: outbandMGCP accounting start: CISCO XL/REV(+)三删除 IAD 的配置IADC1#we /删除 IADC1 的配置Erase all NvRam configuration? (Y/N): y /输入“y”确认删除% Successed to erase the nvram configurationIADC1#reboot /重启 IAD