Vous êtes sur la page 1sur 58

ZXMSG 5200 (V3.

1) Operation

ZTE University
Course Object

Master Narrowband Service Configuration


Master Broadband Service Configuration
System Configuration

System Management
Management Modes
System Management
Console Port
Telnet Mode
NetNumen N31 System
Management Modes
In-band Management Mode
Out-of-band Management Mode
Management Modes
----Configuring In-Band NM
Management Modes
----Configuring In-Band NM

Item Data

VLAN ID: 1000


ZXMSG 5200 in-band NM
Port: 1/9/1
interface
IP address: 10.67.1.10/24

Router interface IP address: 10.67.1.254/24

IP address; 10.63.10.105/24
Version: V2C
SNMP server host
Community: private
Alarm: NOTIFICATIONS
Management Modes
----Configuring In-Band NM
1. Configure in-band NM VLAN.
a. Enter global configuration mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Enter uplink interface configuration mode.
ZXAN(config)#interface gei_1/9/1
ZXAN(config-if)#
c. Add uplink port to NM VLAN in tag mode.
ZXAN(config-if)#switchport vlan 1000 tag
ZXAN(config-if)#exit
ZXAN(config)#
Management Modes
----Configuring In-Band NM
2. Configure IP address of in-band NM interface.
a. Enter VLAN interface configuration mode.

ZXAN(config)#interface vlan 1000

ZXAN(config-if)#
b. Configure IP address of in-band NM interface.

ZXAN(config-if)#ip address 10.67.1.10 255.255.255.0

ZXAN(config-if)#exit

ZXAN(config)#
3. Configure in-band NM route.
ZXAN(config)#ip route 10.63.10.0 255.255.255.0 10.67.1.254
4. Configure SNMP community.
ZXAN(config)#snmp-server community private view allview rw
5. Configure SNMP server (Trap server).
ZXAN(config)#snmp-server host 10.63.10.105 trap version
enable NOTIFICATIONS server-index 1 udp-port 162
Management Modes
----Configuring In-Band NM
6. Configure trap types (optional).
ZXAN(config)#snmp-server enable trap
ZXAN(config)#exit
ZXAN#
7. Save configuration data.
ZXAN#write
Building
...[OK]
Management Modes
----Configuring Out-of-Band NM
Management Modes
----Configuring Out-of-Band NM

Items Data

ZXMSG 5200 outof-band NM


IP address: 136.1.1.100/24
interface

Router interface IP address: 136.1.1.254/24

IP address; 10.63.10.105/24
Version: V2C
SNMP server host
Community: private
Alarm: NOTIFICATIONS
Management Modes
----Configuring Out-of-Band NM
1. Configure out-of-band NM IP address.
a. Enter the global configuration mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Enter management interface configuration mode.
ZXAN(config)#interface mng1
ZXAN(config-if)#
c. Configure out-of-band NM IP address.
ZXAN(config-if)#ip address 136.1.1.100
ZXAN(config-if)#exit
ZXAN(config-if)#
2. Configure out-of-band NM route.
ZXAN(config)#ip route 136.1.1.0 255.255.255.0 136.1.1.254
Management Modes
----Configuring Out-of-Band NM
3. Configure SNMP community.
ZXAN(config)#snmp-server community private view allview rw
4. Configure SNMP server (Trap server).
ZXAN(config)#snmp-server host 10.63.10.105 trap version 2c private
enable
NOTIFICATIONS server-index 1 udp-port 162
5. Configure trap types (optional).
ZXAN(config)#snmp-server enable trap
ZXAN(config)#exit
ZXAN#
6. Save configuration data.
ZXAN#write
Building configuration...
...[OK]
VoIP Service Configuration
Configuring VoIP Service (H.248)
Configuring VoIP Service (SIP)
Configuring VoIP Service (H.248)
Configuring VoIP Service (H.248)
Item Data
In-band network 10.67.1.10/24
management IP
Uplink port 1/9/1
User port 1/3/132
VLAN 4 (Signaling) 6(media) 1000(Management)
MGC (SS) MGC ID: 1
IP address: 10.16.98.102/24
Protocol port number: 2944 (By default, the
port for H.248 protocol is Port 2944.)
Type: zte
MG (MSG 5200) MG ID: 1 (Presently, the system only supports 1.)
Corresponding MGC ID: 1
Port number: 2944
Configuring VoIP Service (H.248)

Item Data
10.63.86.113/24
Media IP
Route: 10.63.86.254

10.63.90.120/24
signaling IP
Route: 10.63.90.254

Prefix: USER
TID type: 3 (USER000-USER031)
User circuit TID
Start number: 0
TID length without the prefix: 3 digits

Prefix: RTP
RTP resource Start seq number: 1 (default)
RTP resource number: 240
Configuring VoIP Service (H.248)
1. Configure VoIP VLAN.
a. Enter into the global configuration mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Create VLAN
ZXAN(config)#vlan 4
ZXAN(config-vlan)#voip-ctrl //(for signaling IP)
ZXAN(config-vlan)#exit
ZXAN(config)#vlan 6
ZXAN(config-vlan)#voip-bind //(for media IP)
ZXAN(config)#exit
Configuring VoIP Service (H.248)
2. Configure the uplink port.
a. Enter into the interface configuration mode.
ZXAN(config)#interface fei_1/9/1
ZXAN(config-if)#
b. Add the uplink port to VoIP VLAN, tag
ZXAN(config-if)#switchport vlan 4 tag
ZXAN(config-if)#switchport vlan 6 tag
c. Configure the uplink port as auto negotiation mode.
ZXAN(config-if)#negotiation auto
d. Enable the uplink port.
ZXAN(config-if)#no shutdown
ZXAN(config-if)#end
ZXAN#
If GISB+VoIP daughter card, configure IP address in VLAN
ZXAN(config)#interface vlan 4
ZXAN(config-if)#ip address 10.63.86.113 255.255.255.0
ZXAN(config)#interface vlan 6
ZXAN(config-if)#ip address 10.63.90.120 255.255.255.0
Configuring VoIP Service (H.248)
3. Configure MGC.
ZXAN#msag
ZXAN(config-msag)#mgc add 1 10.16.98.102 port 2944 type 1
4. Configure MG.
ZXAN(config-msag)#mg add 1 1 port 2944
5. Configure media and signaling IP.
ZXAN(config-msag)#voip interface add ctrl-ip 10.63.86.113 ctrl-mask 255.255.255.0
media-ip 10.63.90.120 media-mask 255.255.255.0
ZXAN(config-msag)#voip route add 10.63.86.254 type 2 (signaling IP)
ZXAN(config-msag)#voip route add 10.63.90.254 type 1 (media IP)
6. Configure the internal media flow route.
ZXAN(config-msag)#media-nat add 11 1 9 5 5 10.63.86.113 10000
7. Configure the user circuit TID.
ZXAN(config-msag)#slc terminationid add rackno 1 shelfno 1 3 USER type 3
begin-no 0 digit-length 3 mgid 1
8. Configure RTP resource.
ZXAN(config-msag)#rtp terminationid add RTP begin-seqno 1 240
Configuring VoIP Service (H.248)

9. Configure management IP
ZXAN(config)#interface vlan 1000
ZXAN(config-if)#ip address 10.67.1.10/24 255.255.255.0
ZXAN(config)#interface fei_1/9/1
ZXAN(config-if)#switchport vlan 1000 tag
Add a route (10.63.10.0 is on the same network segment with the switch)
when there are three IPs.
ZXAN(config)#ip route 10.63.10.0 255.255.255.0 10.67.1.254
ZXAN(config-if)#exit
ZXAN(config)#exit
10. Save data.
ZXAN#write
Configuring VoIP Service (SIP)
Configuring VoIP Service (SIP)
Item Data
In-band network
10.61.184.209
management IP
Uplink port 1/9/1
User port 1/3/132
VoIP VLAN 120
Protocol :SIP
Protocol and port number
Port number: 5060
MGC ID 1
MGC (SS)
IP address: 10.16.113.27
MG ID: 1 (Presently, the system only supports 1.)
MG (MSG 5200) Corresponding MGC ID: 1
Domain name: ims.fj.chinamobile.com
Media and signalling IP/mask 10.63.198.23
Media and signalling IP 0/255.255.255.0
Route: 10.63.198.254
Configuring VoIP Service (SIP)

Item Data

Number analysis table serial number DAS: 1


Number analysis table name: SIPDM
Number analysis table value:
SIP number analysis
EFX.F|EX.F|FX.F|EX.EX.|X.|59100X
table
|67050XXX|EXFX.|EXF.
MG identifier: 1
Service type: 2 (indicating SIP)
Configuring VoIP Service (SIP)

Item Data
Prefix: RTP
RTP resource Start seq number: 1 (default)
RTP resource number: 720
Circuit number: 3/16
The first complete number: +8659167050110
Corresponding number analysis table: SIPDM
Password: 123456
SIP user Prefix (authentication user name): 111670501
Start number: 10
SIP number length without the prefix: 2 digits
Type: 3
SIP user ID: +8659167050110+8659167050115
Configuring VoIP Service (SIP)

1. Configure VoIP VLAN.


a. Enter into the global configuration mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Create VLAN 120.
ZXAN(config)#vlan 120
c. Configure VLAN 120 as VoIP VLAN.
ZXAN(config-vlan)#voip-bind
ZXAN(config-vlan)#voip-ctrl
ZXAN(config-vlan)#exit
ZXAN(config)#
Configuring VoIP Service (SIP)

2. Configure the uplink port.


a. Enter into the interface configuration mode.
ZXAN(config)#interface fei_1/9/1
ZXAN(config-if)#
b. Add the uplink port to VoIP VLAN, untagged.
ZXAN(config-if)#switchport default vlan 120
c. Configure the uplink port as auto negotiation mode.
ZXAN(config-if)#negotiation auto
d. Enable the uplink port.
ZXAN(config-if)#no shutdown
ZXAN(config-if)#end
ZXAN#
3. Configure MGC.
ZXAN#msag
ZXAN(config-msag)#mgc add 1 10.16.113.27 port 5060
Configuring VoIP Service (SIP)
4. Configure MG.
ZXAN(config-msag)#mg add 1 1 domain-name ims.fj.chinamobile.com
protocol-type 3 port 5060
5. Configure media and signalling IP.
ZXAN(config-msag)#voip interface add ctrl-ip 10.63.198.230 ctrl-mask
255.255.255.0 media-ip 10.63.198.230 media-mask 255.255.255.0
route-mode 2
ZXAN(config-msag)#voip route add 10.63.198.254
6. Configure the internal media flow route.
ZXAN(config-msag)#media-nat add 11 1 9 5 5 10.63.198.230 10000
ZXAN(config-msag)#media-nat add 12 1 9 5 5 10.63.198.230 12000
7. Configure SIP number analysis table.
ZXAN(config-msag)#digitmap add 1 SIPDM digit-map EFX.F|EX.F|
FX.F|EX.EX.|X.|59100X|67050XXX|EXFX.|EXF mgid 1 servicetype 2
Configuring VoIP Service (SIP)

8. Configure SIP user.


ZXAN(config-msag)#sip user add 3 begin-index 1 num 6 +8659167050110
digitmapname SIPDM password 123456 authUsername 111670501 begin-
no 10
digitlen 2 type 3
9. Configure SIP user ID.
ZXAN(config-msag)#sip userid add 3 begin-index 1 num 6 +86591670501
begin-no 10 digitlen 2 type 3
10. Configure RTP resource.
ZXAN(config-msag)#rtp terminationid add RTP begin-seqno 1 720
ZXAN(config-msag)#exit
11. Save data.
ZXAN#write
xDSL Service Configuration
Configuring ADSL/ADSL2+ Service
Configuring VDSL2 Service
Configuring ADSL/ADSL2+ Service
Service VLAN: 1000
User ports: 4/1-16
Uplink port: 9/2
Downstream rate: 2 Mbps
Upstream rate: 512 kbps
MODEM PVC: VPI:8/VCI:81
Configuring ADSL/ADSL2+ Service
1. Add the service VLAN.
a. Execute configure terminal command to enter the configuration
mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Execute vlan command to add the service VLAN.
ZXAN(config)#vlan 1000
ZXAN(config-vlan)#
2. Add the user ports to the service VLAN.
a. Execute interface adsl_1/4/1-16 command to enter the ADSL
interface configuration
mode.
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#
Configuring ADSL/ADSL2+ Service
b. Execute switchport command to add user ports to the service
VLAN, untagged.
ZXAN(config-if-range)#switchport mode access
ZXAN(config-if-range)#switchport default vlan 1000 pvc 1
3. Add the uplink port to the service VLAN.
a. Execute interface fei_1/9/2 command to enter the uplink
interface configuration mode.
ZXAN(config)#interface fei_1/9/2
ZXAN(config-if)#
b. Execute switchport vlan command to add the uplink port to the
service VLAN, tagged.
ZXAN(config)#interface fei_1/9/2
ZXAN(config-if)#switchport vlan 1000 tag
4. Execute adsl profile command to create a line profile.
ZXAN(config)#adsl profile user-profile
Configuring ADSL/ADSL2+ Service
This profile do not exist. Would you like to create? [y/n][y]y
ZXAN(config)#adsl profile user-profile
AtucConfRateMode(1-fixed,2-adaptAtStartup,3-adaptAtRuntime):[2]
AtucConfRateChanRatio(0..100%):[0]
AtucConfTargetSnrMgn(0..310(0.1dB)):[80]
AtucConfMaxSnrMgn(80..310(0.1dB)):[310]
AtucConfMinSnrMgn(0..80(0.1dB)):[0]
AtucConfDownshiftSnrMgn(0..80(0.1dB)):[0]
AtucConfUpshiftSnrMgn(80..310(0.1dB)):[0]
AtucConfMinUpshiftTime(0..16383s):[0]
AtucConfMinDownshiftTime(0..16383s):[0]
ConfProfileLineType(1-fast-only,2-interleaved-only):[2]
AtucChanConfFastMaxTxRate(0..131040kbps):[1024]2048
AtucChanConfFastMinTxRate(0..2048kbps):[32]
AtucChanConfInterleaveMaxTxRate(0..131040kbps):[1024]2048
AtucChanConfInterleaveMinTxRate(0..2048kbps):[32]
AtucChanConfMaxInterleaveDelay(0..255ms):[16]
AturConfRateMode(1-fixed,2-adaptAtStartup,3-adaptAtRuntime):[2]
AturConfRateChanRatio(0..100%):[0]
AturConfTargetSnrMgn(0..310(0.1dB)):[80]
AturConfMaxSnrMgn(80..310(0.1dB)):[310]
AturConfMinSnrMgn(0..80(0.1dB)):[0]
AturConfDownshiftSnrMgn(0..80(0.1dB)):[0]
AturConfUpshiftSnrMgn(80..310(0.1dB)):[0]
AturConfMinUpshiftTime(0..16383s):[0]
AturConfMinDownshiftTime(0..16383s):[0]
AturChanConfFastMaxTxRate(0..10240kbps):[512]
urChanConfFastMinTxRate(0..512kbps):[32]
AturChanConfInterleaveMaxTxRate(0..10240kbps):[512]
AturChanConfInterleaveMinTxRate(0..512kbps):[32]
AturChanConfMaxInterleaveDelay(0..255ms):[16]
Configuring ADSL/ADSL2+ Service
AtucDMTConfFreqBinsOperType(1-open,2-cancel):[2]
AturDMTConfFreqBinsOperType(1-open,2-cancel):[2]
LineDMTConfEOC(1-byte ,2-streaming ):[1]
LineDMTConfTrellis(1-on,2-off):[1]
AtucConfMaxBitsPerBin(0..15):[15]
AtucConfUseCustomBins(1-on,2-off):[2]
AtucConfDnBitSwap(1-on,2-off):[2]
AtucConfUpBitSwap(1-on,2-off):[2]
AtucConfREADSL2Enable(1-on,2-off):[2]
AtucConfPsdMaskType(1-DMT_PSD_MSK,2-ADSL2_PSD_MSK,3-ADSL2_
READSL_WIDE_PSD_MSK,4-ADSL2_READSL_NARROW_PSD_MSK):[3]
AtucConfPMMode(1-DISABLE,2-L3_ENABLE,3-L2_ENABLE,4-L3_ENABLE|
L2_ENABLE):[1]
AtucConfPML0Time(0..255s):[240]
AtucConfPML2Time(0..255s):[120]
AtucConfPML2ATPR(0..31db):[3]
AtucConfPML2Rate(512..1024kbps):[512]
AtucConfMinInp(0-INP_AUTO,1-INP_0,2-INP_POINT5,3-INP_1,4-INP_2,
5-INP_4,6-INP_8,7-INP_16):[2]
AturConfMinInp(0-INP_AUTO,1-INP_0,2-INP_POINT5,3-INP_1,4-INP_2,
5-INP_4,6-INP_8,7-INP_16):[2]
ZXAN(config)#
Configuring ADSL/ADSL2+ Service
5. Execute adsl alarm-profile command to create an alarm profile.
ZXAN(config)#adsl alarm-profile user-alarm
This profile do not exist. Would you like to create? [y/n][y]
ZXAN(config)#adsl alarm-profile user-alarm
AtucThresh15MinLofs(0..900s):[0]
AtucThresh15MinESs(0..900s):[0]
AtucThresh15MinLoss(0..900s):[0]
AtucThresh15MinLprs(0..900s):[0]
AtucThresh15MinLols(0..900s):[0]
AtucThreshFastRateUp(0..65535):[0]
AtucThreshInterleaveRateUp(0..65535):[0]
AtucThreshFastRateDown(0..65535):[0]
AtucThreshInterleaveRateDown(0..65535):[0]
AturThresh15MinLofs(0..900s):[0]
AturThresh15MinESs(0..900s):[0]
AturThresh15MinLoss(0..900s):[0]
AturThresh15MinLprs(0..900s):[0]
AturThreshFastRateUp(0..65535):[0]
AturThreshInterleaveRateUp(0..65535):[0]
AturThreshFastRateDown(0..65535):[0]
AturThreshInterleaveRateDown(0..65535):[0]
AtucInitFailureTrapEnable(1-enable,2-disable):[2]
AtucThreshold15MinFailedFastR(0..900s):[0]
AtucThreshold15MinSesL(0..900s):[0]
AtucThreshold15MinUasL(0..900s):[0]
AturThreshold15MinSesL(0..900s):[0]
AturThreshold15MinUasL(0..900s):[0]
AtucConnRateTolerance[Less than (0..100%) of the Prf will send
trap.]:[0]
Configuring ADSL/ADSL2+ Service
MinThreshAtucConnRate[Less than(0..100000 kbps)will send trap.]:
[0]
AturConnRateTolerance[Less than (0..100%)of the Prf will send
trap.]:[0]
MinThreshAturConnRate[Less than(0..100000 kbps)will send trap.]:
[0]
AtucConnRateTolerance[Exceed (0..100%) of the Prf will send trap.]:
[0]
MaxThreshAtucConnRate[Exceed(0..100000 kbps)will send trap.]:[0]
AturConnRateTolerance[Exceed (0..100%) of the Prfwill send trap.]:
[0]
MaxThreshAturConnRate[Exceed(0..100000 kbps)will send trap.]:[0]
ZXAN(config)#

6. Attach the line profile and alarm profile to ADSL users.


a. Execute interface adsl_1/4/1-16 command to enter ADSL
interface configuration mode.
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#
Configuring ADSL/ADSL2+ Service
b. Execute adsl profile command to attach the line profile to the
ADSL users.
ZXAN(config-if-range)#adsl profile userprofile
ZXAN(config-if-range)#
c. Execute adsl alarm-profile command to attach the alarm profile
to the ADSL users.
ZXAN(config-if-range)#adsl alarm-profile userprofile
ZXAN(config-if-range)#
7. Execute atm pvc command to configure the PVC of ADSL
user ports.
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#atm pvc 1 vpi 8 vci 81
8. Execute no shutdown command to enable ADSL user
ports.
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#no shutdown
Configuring ADSL/ADSL2+ Service
9. Execute write command to save the
configuration.
ZXAN#write
Building configuration...
...[OK]
ZXAN#
Configuring VDSL2 Service

Service VLAN:3000
User ports:5/1-16
Uplink port:9/2
Downstream rate:20Mbps
Upstream rate:20Mbps
Configuring VDSL2 Service
1. Add the service VLAN.
a. Execute configure terminal command to enter the
configuration mode.
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
b. Execute vlan command to add the service VLAN.
ZXAN(config)#vlan 3000
ZXAN(config-vlan)#
2. Add the user ports to the service VLAN.
a. Execute nterface vdsl_1/5/1-16 command to enter
the VDSL interface configuration mode.
ZXAN(config)#nterface vdsl_1/5/1-16
ZXAN(config-if-range)#
Configuring VDSL2 Service
b. Execute switchport command to add user ports to the service
VLAN, untagged.
ZXAN(config)#interface vdsl_1/5/1-16
ZXAN(config-if-range)#switchport mode access
ZXAN(config-if-range)#switchport default vlan 3000
3. Add the uplink port to the service VLAN.
a. Execute interface fei_1/9/2 command to enter the uplink
interface configuration mode.
ZXAN(config)#interface fei_1/9/2
ZXAN(config-if)#
b. Execute switchport vlan command to add the uplink port to the
service VLAN, tagged.
ZXAN(config)#interface fei_1/9/2
ZXAN(config-if)#switchport mode trunk
ZXAN(config-if)#switchport vlan 3000 tag
ZXAN(config-if)#
Configuring VDSL2 Service
4. Execute vdsl2 base-profile command to create a base profile.
ZXAN(config)#vdsl2 base-profile vdbaseprofile
This baseprofile do not exist. Would you like to create?
[y/n][y]
ZXAN(config)#vdsl2 base-profile vdbaseprofile
First configure vdsl2 transmode bits:
Preferred modes:
[0] None
[1] G.993.2 Region A (North America) (Annex A/G.993.2).
[2] G.993.2 Region B (Europe) (Annex B/G.993.2).
[3] G.993.2 Region C (Japan) (Annex C/G.993.2).
Please choose one from the preferred modes:[2]
Second configure adsl2 transmode bits:
Preferred modes:
[1] T1.413 G.dmt(fdm)
[2] T1.413 G.dmt(ec)
[3] Adsl2(fdm) Adsl2+(fdm) G.dmt(fdm) ReAdsl2(fdm)
[4] Adsl2(fdm) Adsl2+(ec) G.dmt(fdm) ReAdsl2(fdm)
[5] Adsl2(fdm) Adsl2+(fdm) G.dmt(fdm) ReAdsl2(fdm) T1.413
[6] Adsl2(fdm) Adsl2+(ec) G.dmt(fdm) ReAdsl2(fdm) T1.413
[7] Custom
[8] All Capability
Please choose one transmode to change to (1-8):[3]
please configure the StandardProfile:
g993_2_8A (0-disable,1-enable)[0]
g993_2_8B (0-disable,1-enable)[0]
g993_2_8C (0-disable,1-enable)[0]
g993_2_8D (0-disable,1-enable)[0]
g993_2_12A (0-disable,1-enable)[1]
Configuring VDSL2 Service
g993_2_12B (0-disable,1-enable)[0]
g993_2_17A (0-disable,1-enable)[0]
g993_2_30A (0-disable,1-enable)[0]
Annex_B common BandPlans:
[1] BP_B7_1 997-M1c-A-7
[2] BP_B7_2 997-M1x-M-8
[3] BP_B7_3 997-M1x-M
[4] BP_B7_4 997-M2x-M-8
[5] BP_B7_5 997-M2x-A
[6] BP_B7_6 997-M2x-M
[7] BP_B7_7 HPE17-M1-NUS0
[8] BP_B7_8 HPE30-M1-NUS0
[9] BP_B7_9 997E17-M2x-NUS0
[10] BP_B7_10 997E30-M2x-NUS0
[11] BP_B8_1 998-M1x-A
[12] BP_B8_2 998-M1x-B
[13] BP_B8_3 998-M1x-NUS0
[14] BP_B8_4 998-M2x-A
[15] BP_B8_5 998-M2x-M
[16] BP_B8_6 998-M2x-B
[17] BP_B8_7 998-M2x-NUS0
[18] BP_B8_8 998E17-M2x-NUS0
[19] BP_B8_9 998E17-M2x-NUS0-M
[20] BP_B8_10 998ADE17-M2x-NUS0-M
[21] BP_B8_11 998ADE17-M2x-A
[22] BP_B8_12 998ADE17-M2x-B
[23] BP_B8_13 998E30-M2x-NUS0
[24] BP_B8_14 998E30-M2x-NUS0-M
[25] BP_B8_15 998ADE30- M2x-NUS0-M
[26] BP_B8_16 998ADE30- M2x-NUS0-A
please configure the VDSL2 Limit PSD Masks and Bandplans:[14]
Configuring VDSL2 Service
zxAnXdsl2LConfProfUs0Disable(enable(1),disable(2)):[1]
xdsl2LConfProfVdsl2CarMask:
There are 0 bands been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
xdsl2LConfProfRfiBands:
There are 0 bands been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
zxAnXdsl2LConfProfVdslMaxNomAtpDs(0..255(0.1 dBm)):[205]
zxAnXdsl2LConfProfVdslMaxNomAtpUs(0..255 (0.1dBm)):[145]
zxAnXdsl2LConfProfAdslMaxNomAtpDs(0..255(0.1 dBm)):[205]
zxAnXdsl2LConfProfAdslMaxNomAtpUs(0..255 (0.1dBm)):[145]
zxAnXdsl2LConfProfRaUsNrmDs(0..310(0.1dB)):[90]
zxAnXdsl2LConfProfRaUsNrmUs(0..310(0.1dB)):[90]
zxAnXdsl2LConfProfRaUsTimeDs(0..16383(s)):[60]
zxAnXdsl2LConfProfRaUsTimeUs(0..16383(s)):[60]
zxAnXdsl2LConfProfRaDsNrmsDs(0..310(0.1dB)):[30]
zxAnXdsl2LConfProfRaDsNrmsUs(0..310(0.1dB)):[30]
zxAnXdsl2LConfProfRaDsTimeDs(0..16383(s)):[60]
zxAnXdsl2LConfProfRaDsTimeUs(0..16383(s)):[60]
Please configure zxAnXdsl2LConfProfPmMode:
[0] allowTransitionsToIdle(0)
[1] allowTransitionsToLowPower(1)
zxAnXdsl2LConfProfPmMode:[1]
zxAnXdsl2LConfProfL0Time(0..255)s:[255]
zxAnXdsl2LConfProfL2Time(0..255)s:[255]
zxAnXdsl2LConfProfL2Atpr(0..31) dB:[3]
zxAnXdsl2LConfProfL2Atprt(0..31) dB:[31]
zxAnXdsl2LConfProfPsdMaskDs:
There are 0 breakpoints been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
zxAnXdsl2LConfProfPsdMaskUs:
Configuring VDSL2 Service
There are 0 breakpoints been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
zxAnXdsl2LConfProfTrellisDs(enabled (1), disabled (2)) :[1]
zxAnXdsl2LConfProfTrellisUs(enabled (1), disabled (2)) :[1]
zxAnXdsl2LConfProfBitswapDs(enabled (1), disabled (2)) :[1]
zxAnXdsl2LConfProfBitswapUs(enabled (1), disabled (2)) :[1]
zxAnXdsl2LConfProfRetrainMode(enabled (1), disabled (2)):[1]
zxAnXdsl2LconfProfSnrModeDs(disabled (1), enabled (2)) :[1]
zxAnXdsl2LconfProfSnrModeUs(disabled (1), enabled (2)) :[1]
zxAnXdsl2LConfProfTxRefVNDs:
There are 0 breakpoints been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
zxAnXdsl2LConfProfTxRefVNUs:
There are 0 breakpoints been set, please to choose (0-no change,
1-modify the bands, 2-delete all bands):[0]
zxAnXdsl2Ch1ConfProfMinDataRateLowPwrDs((0..200000)kbps):[128]
ZXAN(config)#
Configuring VDSL2 Service
5. Execute vdsl2 service-profile command to create a service profile.
ZXAN(config)#vdsl2 service-profile vdservicefile
This serviceprofile do not exist. Would you like to create?
[y/n][y]
ZXAN(config)#vdsl2 service-profile vdservicefile
zxAnXdsl2LConfProfForceInp(1-Enable,2-Disable):[1]
zxAnXdsl2LConfProfRaModeDs(1-Fixed,2-AdaptAtStartup,
3-AdaptAtRuntime):[2]
zxAnXdsl2LConfProfRaModeUs(1-Fixed,2-AdaptAtStartup,
3-AdaptAtRuntime):[2]
zxAnXdsl2LConfProfTargetSnrmDs(0..310(0.1dB)):[80]
zxAnXdsl2LConfProfTargetSnrmUs(0..310(0.1dB)):[80]
zxAnXdsl2LConfProfMaxSnrmDs(80..310(0.1dB)):[300]
zxAnXdsl2LConfProfMaxSnrmUs(80..310(0.1dB)):[300]
zxAnXdsl2LConfProfMinSnrmDs(0..80(0.1dB)):[0]
zxAnXdsl2LConfProfMinSnrmUs(0..80(0.1dB)):[0]
zxAnXdsl2Ch1ConfProfMaxDataRateDs((0..200000)kbps):[120000]20000
zxAnXdsl2Ch1ConfProfMaxDataRateUs((0..200000)kbps):[120000]20000
zxAnXdsl2Ch1ConfProfMinDataRateDs((0..120000)kbps):[32]
zxAnXdsl2Ch1ConfProfMinDataRateUs((0..120000)kbps):[32]
zxAnXdsl2Ch1ConfProfMaxDelayDs((0..63)ms):[16]
zxAnXdsl2Ch1ConfProfMaxDelayUs((0..63)ms):[16]
Please configure MinProtection:
noProtection (1) - INP not required
halfSymbol (2) - INP length = 1/2 symbol
singleSymbol (3) - INP length = 1 symbol
twoSymbols (4) - INP length = 2 symbols
threeSymbols (5) - INP length = 3 symbols
fourSymbols (6) - INP length = 4 symbols
Configuring VDSL2 Service
fiveSymbols (7) - INP length = 5 symbols
sixSymbols (8) - INP length = 6 symbols
sevenSymbols (9) - INP length = 7 symbols
eightSymbols (10) - INP length = 8 symbols
nineSymbols (11) - INP length = 9 symbols
tenSymbols (12) - INP length = 10 symbols
elevenSymbols (13) - INP length = 11 symbols
twelveSymbols (14) - INP length = 12 symbols
thirteenSymbols (15) - INP length = 13 symbols
fourteenSymbols (16) - INP length = 14 symbols
fifteenSymbols (17) - INP length = 15 symbols
sixteenSymbols (18) - INP length = 16 symbols
zxAnXdsl2Ch1ConfProfMinProtectionDs(1..18):[1]
zxAnXdsl2Ch1ConfProfMinProtectionUs(1..18):[1]
ZXAN(config)#
6. Attach the base profile and service profile to VDSL users.
a. Execute interface vdsl_1/5/1-16 command to enter VDSL interface
configuration mode.
ZXAN(config)#interface vdsl_1/5/1-16
ZXAN(config-if-range)#
Configuring VDSL2 Service
b. Execute vdsl2 base-profile command to attach the base profile
to the VDSL users.
ZXAN(config-if-range)#vdsl2 base-profile vdbaseprofile
ZXAN(config-if-range)#
c. Execute vdsl2 service-profile command to attach the service
profile to the VDSL users.
ZXAN(config-if-range)#vdsl2 service-profile vdservicefile
ZXAN(config-if-range)#
7. Execute no shutdown command to enable VDSL user
ports.
ZXAN(config)#interface vdsl_1/5/1-16
ZXAN(config-if-range)#no shutdown
ZXAN(config-if-range)#
8. Execute write command to save the configuration.
ZXAN#write
Building configuration...
...[OK]
ZXAN#
Configuring Multicast Service
Configuring Multicast
1. Enable the IGMP function in both configuration and interface modes.
ZXAN(config)#igmp enable
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#igmp enable
2. Execute igmp mvlan command to register the VLAN.
ZXAN(config)#igmp mvlan 20
ZXAN(config)#igmp mvlan 20 enable
3. Execute igmp mvlan command to configure the IGMP work mode.
ZXAN(config)#igmp mvlan 20 work-mode snooping
4. Execute igmp mvlan command to configure the MVLAN source port.
ZXAN(config)#igmp mvlan 20 source-port fei_1/9/2
Configuring Multicast Service
5. Execute igmp mvlan command to configure the MVLAN receive port.
ZXAN(config)#igmp mvlan 20 receive-port adsl_1/4/1-16 pvc 1
6. Execute igmp mvlan command to enable the MVLAN group filter .
ZXAN(config)#igmp mvlan 20 group-filter enable
7. Execute igmp mvlan command to configure the MVLAN group IP
address.
ZXAN(config)#igmp mvlan 20 group 224.1.1.10
8. Execute write command to save the configuration.
ZXAN#write
Building configuration...
...[OK]
ZXAN#
Configuring IPTV Service
1. Execute iptv cac command to enable the CAC function.
ZXAN(config)#iptv cac enable
2. Execute iptv prw command to enable the preview function and
configure the preview parameters.
ZXAN(config)#iptv prw enable
ZXAN(config)#iptv prw auto-reset 00:15:00
3. Execute iptv view-profile command to configure preview profile.
ZXAN(config)#iptv view-profile iptvuser blackout 100
ZXAN(config)#iptv view-profile iptvuser count 50
ZXAN(config)#iptv view-profile iptvuser duration 1500
Configuring IPTV Service
4. Execute iptv sms-server command to configure SMS server IP
address.
ZXAN(config)#iptv sms-server 100.10.1.120
5. Execute the following commands to configure IPTV channels.
ZXAN(config)#iptv channel mvlan 20 group 224.3.4.1 name CCTV1 id 1
ZXAN(config)#iptv channel mvlan 20 group 224.3.4.2 name CCVT2 id 2
ZXAN(config)#iptv channel mvlan 20 group 224.3.4.3 name CCVT3 id 3
ZXAN(config)#iptv channel mvlan 20 group 224.3.4.4 name CCVT4 id 4
Configuring IPTV Service
6. Execute iptv channel command to apply IPTV profile to the channel.
ZXAN(config)#iptv channel cctv1 view-profile iptvuser
ZXAN(config)#
7. Execute iptv package command to group the channels in a package.
ZXAN(config)#iptv package cctvpackage channel 1,3 watch
..Complete!
ZXAN(config)#iptv package cctvpackage channel 2 preview
.Complete!
ZXAN(config)#iptv package cctvpackage channel 4 deny
Complete!
ZXAN(config)#
Configuring IPTV Service
8. Execute iptv cdr command to enable and configure the CDR
parameters.
ZXAN(config)#iptv cdr enable
ZXAN(config)#iptv cdr max-records 50000
ZXAN(config)#iptv cdr report-interval 20
ZXAN(config)#
9. Execute the following commands to apply the IPTV profile to users.
ZXAN(config)#interface adsl_1/4/1-16
ZXAN(config-if-range)#switchport vlan 20 untag pvc 1
ZXAN(config-if-range)#igmp enable
ZXAN(config-if-range)# iptv package cctvpackage pvc 1
ZXAN(config-if-range)#
Configuring IPTV Service
10. Execute the following command to configure the uplink port.
ZXAN(config)#interface fei_1/9/2
ZXAN(config-if)#switchport vlan 20 tag
ZXAN(config-if)#
11. Execute write command to save the configuration.
ZXAN#write
Building configuration...
...[OK]
ZXAN#

Vous aimerez peut-être aussi