一、配置语音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