秘密▲
VDSL service testing guide
1. Broadband configuration
ZXAN(config)#interface vdsl_1/3/33
ZXAN(config-if)#switchport mode access
ZXAN(config-if)#switchport default cvlan 1001
ZXAN(config-if)#switchport default vlan 2644
ZXAN(config)#exit
1.1 Broadband Check
Show vlan 2644
Show mac vlan 2644
====you can delete vlan data use below:
ZXAN(config-if)# no swithport default vlan 2644
ZXAN(config-if)# no swithport default cvlan 1001
2. Voice
2.1 H248
Configure Voice VLAN.
ZXAN(config)#vlan 120
ZXAN(config-vlan120)#voip-bind
ZXAN(config-vlan120)#exit
Enter the port configuration mode and add the uplink port to the VLAN.
ZXAN(config)#interface gei_1/21/2
ZXAN(config-if)#switchport default vlan 120
ZXAN(config-if)#negotiate auto
ZXAN(config-if)#no shutdown
ZXAN(config-if)#exit
If ZXA10 C300M and softswitch belong to different network segments, use the
ip route command to configure the static route of ZXA10 C300M.
ZXAN(config)#interface vlan 120
ZXAN(config-if)#ip address 10.109.244.6 255.255.255.240
ZXAN(config-if)#exit
<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第1页
秘密▲
ZXAN(config)#ip route 10.0.0.0 255.0.0.0 10.109.238.1
ZXAN(config)#exit
Enter the MSAG configuration mode and use the mgc add command to configure the IP address,
protocol type, and protocol port number of the MGC device that the MG is connected to.
ZXAN(config)#msag
ZXAN(config-msag)#mgc add 1 10.208.0.4 port 2944 type 1
ZXAN(config-msag)#mgc add 2 10.209.0.4 port 2944 type 1
Use the mg add command to configure the port number of the H.248 protocol on the
MG side, which needs to be consistent with the protocol port number on the SS side.
ZXAN(config-msag)#mg add 1 1 port 2944
Use the voip interface add command to configure the media IP and signaling IP
addresses.
ZXAN(config-msag)#voip interface add ctrl-ip 10.109.235.12 ctrl-mask
255.255.255.240
ZXAN(config-msag)#voip interface add media-ip 10.109.235.12 media-mask
255.255.255.240
Use the rtp terminationid add command to configure the VoIP resource
Termination ID.
ZXAN(config-msag)#rtp terminationid add RTP00600300 128 type 3
Use the slc terminationid add command to configure the termination ID of the
narrowband subscriber circuit.
ZXAN(config-msag)#slc terminationid add 3 begin-index 33 num 1 A begin-
number 100 type 3 mgid 1
Use the media-nat add command to configure media NAT
ZXAN(config-msag)#media-nat add 10 1 10 20000
ZXAN(config-msag)#exit
Save the configuration.
ZXAN#write
Check the running status of the H.248 protocol.
ZXAN#show msag h248-status
1.1.1 SIP
Configure Voice VLAN.
ZXAN(config)#vlan 120
ZXAN(config-vlan120)#voip-bind
ZXAN(config-vlan120)#exit
Enter the port configuration mode and add the uplink port to the VLAN.
ZXAN(config)#interface gei_1/21/2
<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第2页
秘密▲
ZXAN(config-if)#switchport default vlan 120
ZXAN(config-if)#negotiate auto
ZXAN(config-if)#no shutdown
ZXAN(config-if)#exit
If ZXA10 C300M and softswitch belong to different network segments, use the
ip route command to configure the static route of ZXA10 C300M.
ZXAN(config)#interface vlan 2294
ZXAN(config-if)#ip address 10.109.244.6 255.255.255.240
ZXAN(config-if)#exit
ZXAN(config)#ip route 10.0.0.0 255.0.0.0 10.109.238.1
ZXAN(config)#exit
Use the voip interface add command to configure the media IP address and signaling IP
address.
ZXAN(config-msag)#voip interface add ctrl-ip 10.63.198.227 ctrl-mask
255.255.255.0
ZXAN(config-msag)#voip interface add media-ip 10.63.198.227 media-mask
255.255.255.0
Configure SIP parameters.
Use the sip proxy-server add command to configure the SIP proxy server.
ZXAN(config-msag)#sip proxy-server add 1 5060 1 10.208.0.4
Use the sip user-agent add command to configure the SIP user agent.
ZXAN(config-msag)#sip user-agent add 1 1 domain-name 10.208.0.4
Use the media-nat add command to configure media NAT.
ZXAN(config-msag)#media-nat add 10 1 11 20000
ZXAN(config-msag)#exit
Use the digitmap add command to configure the SIP number analysis table.
ZXAN(config-msag)#digitmap add 1 sipdm service-type 2 digit-map X.|
0XXXXXXXXX
Use the sip userid add command to configure the SIP user ID.
ZXAN(config-msag)#sip userid add 3 begin-index 33 num 1 011618504
begin-no 0 digit-length 1 type 2
ZXAN(config-msag)#sip user add 3 begin-index 34 num 1 0116185040
password Test@11111 digitmap-name sipdm auth-username 0116185 begin-
no 040
<以上所有信息均为中兴通讯股份有限公司所有,不得外传> 第3页