通信人家园

标题: xindeMDU语音业务配置脚本  [查看完整版帖子] [打印本页]

时间:  2012-10-24 15:58
作者: 测试小菜鸟     标题: xindeMDU语音业务配置脚本

一、配置语音IP:
ASONUR2023>voice
ASONUR2023(config-voice-mgt)#show voice ip address
  Voice module ip address is 10.8.3.25  255.255.255.0   
ASONUR2023(config-voice-mgt)#show voice ip gateway
  Voice module ip gateway is 10.8.3.254               //查看原来配置IP和网关//

若要更改,先删掉原来配置(undo)

ASONUR2023(config-voice-mgt)#undo voice ip address
ASONUR2023(config-voice-mgt)#undo voice ip gateway 10.8.3.254   //删除原来配置//

ASONUR2023(config-voice-mgt)#show voice ip address
  Voice module ip address is not defined.
ASONUR2023(config-voice-mgt)#show voice ip gateway
  No gateway defined.                                //查看//

ASONUR2023(config-voice-mgt)#voice ip address 10.8.3.25/24
ASONUR2023(config-voice-mgt)#voice ip gateway 10.8.3.254    //配置IP和网关//

ASONUR2023(config-voice-mgt)#show voice ip address
  Voice module ip address is 10.8.3.25  255.255.255.0
ASONUR2023(config-voice-mgt)#show voice ip gateway
  Voice module ip gateway is 10.8.3.254

ASONUR2023(config-voice-mgt)#exit
ASONUR2023>en
Password:

ASONUR2023(config)#onu
ASONUR2023(config-onu-mgt)# mgt config save
。。。。
ASONUR2023(config)#reboot         

这一步至关重要,修改的配置在重启后才能生效!!!

这样就可以从8网段ping通该MDU的语音IP !!!





通信人家园 (https://www.txrjy.com/) Powered by C114