SlideShare a Scribd company logo
秘密▲(保密期)



                                 ZXDSL 9210 Guide

Inband NA Connected through the Connection Card

1. Use the serial port cable to connect ZXDSL 9210 to the PC. Configure the super terminal of the PC
   and log onto ZXDSL 9210.

2. Use the erase command to reset the data before making the services available. Reboot the device to
   make effective the data resetting.
DSL# erase

3. It is unnecessary to set the inband MAC address since it is unique by default.

4. Enter the config mode, and set the network administration VLAN (set to 100 here).
DSL# configure
DSL(config)# add-vlan 100

5. Add the uplink port into the VLAN, and select tag.
DSL(config)# vlan 100 3/1 tag

6. Use the ip subnet command to set the inband IP address of the device. You need to plan the IP address
of each network element on the whole network, so as to make sure that the IP addresses of the network
elements do not conflict with each other. Besides, make sure that the IP address of the inband and outband
egresses of the same network element are not in the same network segment.
DSL(config)#ip subnet 192.10.10.1 255.255.255.0 100

7. Use the snmp-server host command to set the NA server IP. And set the authentication character of this
NA server. The system defaults the authority of the community with the authentication character private
as read-and-write. Through this setting, the NA alarm message can be reported to the NA server.
DSL(config)#snmp-server host 192.10.10.200 private

8. Enable the trap switch of the port. The default status of this switch is disable. You can operate on the
board to enable the trap switch of all ports on this board.
DSL# configure slot adsl 2
DSL(cfg-slot-adsl-2)# trap-control enable

9. If the network element and the NA server are not in the same network segment during the NA
networking, you need to use the ip route command to configure a static route.
DSL(config)#ip route 0.0.0.0 0.0.0.0 192.10.10.2

10. Save the configuration performed on the control switching board, as shown in

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                              第 1 /8页
秘密▲(保密期)

    DSL(config)# exit
    DSL# copy running-config startup-config
    Are you sure to save configuration data?[y/n]y
Save finished successfully

11. Use the ping command to test whether the network connection is normal and smooth. If normal and
smooth, the configuration is completed; if not, please check the above data configuration and the
connection of the hardware networking.
DSL# ping 192.10.10.200
PING 192.10.10.200:56 data bytes
64 bytes from 192.10.10.200:icmp_seq=0. time=0. ms
64 bytes from 192.10.10.200:icmp_seq=1. time=0. ms
64 bytes from 192.10.10.200:icmp_seq=2. time=0. ms
----192.10.10.200 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet lost
round-tirp(ms) min/avg/max=0/0/0
Ping 192.10.10.200 successfully
The outband NA is configured on the control switching board. It is connected to the NA server through the
ETH egress on the control switching board, so as to achieve the unified network administration of the
devices.


Outband NA

1. Use the serial port cable to connect ZXDSL 9210 to the PC, and configure the super terminal of the PC.
2. After logging in, enter the reboot command on the main interface to reboot the device.




3. During the reboot process, if the system prompts “Press 's' to stop auto-boot...”, press the s key within
seven seconds to stop the auto boot of the system, so as to enter the VxWorks Boot mode.




4. In the VxWorks Boot mode, use the c command to modify the IP address and gateway of the system
outband NA.

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                               第 2 /8页
秘密▲(保密期)




Use “inet on ethernet (e): 10.61.86.41 10.61.86.40:0xfffffc00” to set the outband IP address and mask.
The mask must be hexadecimal, and 0x is the sign of hex. Use “gateway inet (g): 10.61.87.254” to set the
gateway address.
Note: The IP address of the outband and inband NA’ s should not be in the same network segment.
5. After modifying the IP address and gateway address of the system outband NA, use the command p to
check whether the modification is correct.




6. After the check, use the M command to modify the outband MAC address.




“Please input the new MAC address: aa0c01” shows that you have to enter the last three characters of the
MAC address to modify the outband MAC address.

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                            第 3 /8页
秘密▲(保密期)

7. When the parameter configuration is completed, use the @ command to reboot the system.
8. When the system is rebooted successfully, use the show ip subnet command to check whether the
parameter configuration for the system outband NA is successful.




9. When the system is rebooted successfully, if the IP address of the outband NA of the network element
and that of the NA server are not in the same network segment, you still need to configure a route.
(Optional)




10. When the route configuration is completed, use the show ip route command to check whether the NA
and route configurations are successful.




11. Set the IP address and authentication character for the NA server on the control switching board.




12. Enable the trap switch of the port. The default status of this switch is disable. You can operate on the
board to enable the trap switch of all the ports on this board.




本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                               第 4 /8页
秘密▲(保密期)




13. When the parameter configuration is completed, use the copy command to save the system
configuration performed on the control switching board.




Activating Basic Services

2.2.1 Ethernet User Configuration


For the access of the Ethernet users, you don’ t need to make special configurations with ZXDSL 9210.
The computer can be connected to ZXDSL 9210 directly through the cable or the Ethernet switch.
However, in the actual networking, you need to divide the network into different VLAN’ s according to
various needs, so as to isolate the ports.

2.2.1.1 Configuration Procedures for Connection through the Connection Interface Board

Take the simplest VLAN as an example: The user board is connected to the Ethernet switch through the
Ethernet electrical interface of the connection sub-card FEC on the Ethernet connection interface board,
and the Ethernet switch is connected to the BAS. It is required to select tag for both the uplink interface of
ZXDSL 9210 and the interface of the peer-end Ethernet switch. And you also need to set pvid for the user
port. The port pvid must be consistent with vlan id of the VLAN which contains the port.
1. Create a VLAN.
2. Add the Ethernet user port into the VLAN without selecting tag.
3. Set pvid of the user port to VLAN ID.
4. Add the connection port into the VLAN and select tag.
5. Save the configuration.

2.2.1.2 Configuration Procedures for Connection through the Connection Interface Board

1. Create a VLAN.
DSL# configure
DSL(config)# add-vlan 101

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                                 第 5 /8页
秘密▲(保密期)

2. Add the user port into the VLAN without selecting tag.
DSL(config)# vlan 101 3/4 untag
3. Set pvid of the user port to VLAN ID.
DSL(config)# interface ethernet 3/4
DSL(cfg-if-eth-3/4)# pvid 101
4. Add the connection port into the VLAN and select tag.
DSL(config)# vlan 101 3/1 tag
5. Save the configuration.
DSL# copy running-config startup-config
Are you sure to save configuration data? [y/n]y
The configuration for Ethernet users is completed by now.


2.2 ADSL User Configuration


The ADSL user access can be implemented through the ADSL user interface board. This section
introduces only the configuration method for connection through the Ethernet connection board or the
control switching board.

2.2.1 Configuration Procedures

1. Create a service VLAN.
2. Add the user port into this VLAN without selecting tag.
3. Set pvid of the user port to VLAN ID.
4. Add the connection port into the service VLAN and select tag.
5. Set the parameter set and alarm parameter set for the ADSL line according to the office requirements.
(Optional)
6. Distribute the parameter set and alarm parameter set of the ADSL line to the actual line. (Optional)
7. Set the user port PVC, making it corresponding to the Modem PVC.
8. Save the configuration.

2.2.1.1 Detail Process

1. The operations from Step 1 to Step 4 are the same as those of the Ethernet user configuration (see
Section 2.2.1).
2. Create the ADSL line parameter set, which is used to limit the line speed. Use the adsl-profile
command for the first time to create a line configuration file. Please note that the name of the line
configuration file cannot start with a number. Use the adsl-profile command for the second time to
configure parameters for the existed line configuration file. (Optional)
DSL(config)# adsl-profile adsl512
This profile do not exist. Would you like to create? [y/n]y
3. Modify the parameters in the ADSL line parameter set.
DSL(config)# adsl-profile adsl512
PS:Q-quit
AtucConfRateMode[fix(1),adaptAtStart(2),adaptAtRun(3)](Def:2)2// Office-side rate adapting mode

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                            第 6 /8页
秘密▲(保密期)

AtucConfRateChanRatio [0-100](Def:0)// Office-side rate adapting ratio
AtucConfTargetSnrMgn [0-310](Def:60)// Office-side destination noise margin
AtucConfMaxSnrMgn            [0-310](Def:120)// Office-side max noise margin
AtucConfMinSnrMgn           [0-310](Def:0)// Office-side min noise margin
AtucConfDownshiftSnrMgn [0-310](Def:0)// Office-side decreased noise margin
AtucConfUpshiftSnrMgn [0-310](Def:120)// Office-side increased noise margin
AtucConfMinUpshiftTime [0-16383](Def:0)// Office-side min time interval for increase
AtucConfMinDownshiftTime [0-16383](Def:0)// Office-side min time interval for decrease
AtucChanConfFastMinTxRate[0-131040](Def:32)// Min transmission rate of the office-side fast channel
AtucChanConfInteMinTxRate[0-131040](Def:32)// Min transmission rate of the office-side interleaved
channel
AtucChanConfFastMaxTxRate[0-131040](Def:8128):512// Max transmission rate of the office-side fast
channel
AtucChanConfInteMaxTxRate[0-131040](Def:8128):512// Max transmission rate of the office-side
interleaved channel
AtucChanConfMaxInterDelay[0-255](Def:32)// Max office-side interleaved delay
AturConfRateMode[fixed(1),adaptAtStartup(2),adaptAtRuntime(3)](Def:2)// User-side rate
adapting mode (usually select the self-adapting mode)
AturConfRateChanRatio [0-100](Def:0)// User-side rate adapting ratio
AturConfTargetSnrMgn [0-310](Def:60)// User-side destination noise margin
AturConfMaxSnrMgn            [0-310](Def:120)// User-side max noise margin
AturConfMinSnrMgn           [0-310](Def:0)// User-side min noise margin
AturConfDownshiftSnrMgn [0-310](Def:0)// User-side decreased noise margin
AturConfUpshiftSnrMgn [0-310](Def:120)// User-side increased noise margin
AturConfMinUpshiftTime [0-16383](Def:0)// User-side min time interval for increase
AturConfMinDownshiftTime [0-16383](Def:0)// User-side min time interval for decrease
AturChanConfFastMinTxRate[32-1536](Def:32)//512 Min transmission rate of the user-side fast channel
AturChanConfInteMinTxRate[32-1536](Def:32)//512 Min transmission rate of the user-side interleaved
channel
AturChanConfFastMaxTxRate[32-1536](Def:1024):512// Max transmission rate of the user-side fast
channel
AturChanConfInteMaxTxRate[32-1536])(Def:1024):512// Max transmission rate of the user-side
interleaved channel
AturChanConfMaxInterDelay[0-255](Def:32)// User-side max interleaved delay
4. Create the alarm parameter set for the ADSL line
DSL(config)# adsl-alarm-profile alarm512
This profile do not exist. Would you like to create? [y/n]y
5. Modify the parameters in the alarm parameter set of the ADSL line. (Optional)
DSL(config)# adsl-alarm-profile alarm512
PS:Q-quit AtucThresh15MinLofs[0-900](Def:0)// Alarm threshold for the office-side 15 minutes frame
loss
AtucThresh15MinLoss [0-900](Def:0)// Alarm threshold for the office-side 15 minutes signal loss
AtucThresh15MinLols [0-900](Def:0)// Alarm threshold for the office-side 15 minutes link loss
AtucThresh15MinLprs [0-900](Def:0)// Alarm threshold for the office-side 15 minutes power loss

本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                       第 7 /8页
秘密▲(保密期)

AtucThresh15MinESs [0-900](Def:0)// Alarm threshold for the office-side 15 minutes error code second
AtucThreshFastRateUp [0-8128](Def:0)// Alarm threshold for the office-side 15 minutes fast channel rate
increase
AtucThreshInteRateUp [0-8128](Def:0)// Alarm threshold for the office-side 15 minutes interleaved
channel rate increase
AtucThreshFastRateDown[0-65535](Def:0)// Alarm threshold for the office-side 15 minutes fast channel
rate dncrease
AtucThreshInteRateDown[0-65535](Def:0)// Alarm threshold for the office-side 15 minutes interleaved
channel rate dncrease
AtucInitFailTrapEnable[enable(1),disable(2)](Def:2)1//Office-side alarm of allowing initialization failure
AturThresh15MinLofs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes frame loss
AturThresh15MinLoss [0-900](Def:0)// Alarm threshold for the user-side 15 minutes signal loss
AturThresh15MinLprs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes link loss
AturThresh15MinESs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes power loss
AturThreshFastRateUp [0-900](Def:0)// Alarm threshold for the user-side 15 minutes error code second
AturThreshInteRateUp [0-900](Def:0)// Alarm threshold for the user-side 15 minutes fast channel rate
increase
AturThreshFastRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes interleaved
channel rate increase
AturThreshFastRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes interleaved
channel rate increase
AturThreshInteRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes fast channel rate
dncrease
6. Configure the generated ADSL line file to the actual line, so as to implement the speed limit function.
(Optional)
DSL(config)# slot adsl 2
DSL(cfg-slot-adsl-2)# adsl profile adsl512
7. Configure the generated ADSL line alarm file to the actual line.
DSL(cfg-slot-adsl-2)# adsl alarm-profile alarm512
8. Configure the PVC: Make the port PVC corresponding to the MODEM PVC.
DSL# configure
DSL(config)# slot adsl 2
DSL(cfg-slot-adsl-2)# atm pvc 8:81
Note: Set the ADSL port PVC on the ADSL user interface board to the same as that of the peer-end
MODEM PVC.
9. Save the configuration.
DSL# copy running-config startup-config
Are you sure to save configuration data? [y/n]y
The service configuration for the ADSL user board is completed by now.




本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传                                                              第 8 /8页

More Related Content

PDF
Packet Tracer Simulation Lab Layer3 Routing
DOCX
Ccna 2 rse practice skills assessment
PDF
Ccnp3 lab 3_4_en
DOCX
How to configure vlan, stp, dtp step by step guide
PDF
Cisco labs practical6
PDF
Cisco labs practical4
PDF
Practica_Configuracion_Basica_SW_Cisco
PDF
Ccna new lab_manual_by_esp_team
Packet Tracer Simulation Lab Layer3 Routing
Ccna 2 rse practice skills assessment
Ccnp3 lab 3_4_en
How to configure vlan, stp, dtp step by step guide
Cisco labs practical6
Cisco labs practical4
Practica_Configuracion_Basica_SW_Cisco
Ccna new lab_manual_by_esp_team

What's hot (20)

PDF
0.0.0.1 lab initializing and reloading a router and switch - ilm
PDF
Cisco labs practical7
PDF
CCNA Lab 1-Configuring a Switch Part I
PDF
Ccnp3 lab 3_5_en (hacer)
PDF
corporate network
PPTX
Cisco CCNA- NAT Configuration
PDF
Cisco labs practical1
DOC
Cisco router command configuration overview
PDF
Chapter_2_CCNA2
PDF
Packet Tracer Simulation Lab Layer 2 Switching
PDF
CCNA Lab Guide
DOCX
How to create and delete vlan on cisco catalyst switch
DOC
Router commands
PDF
Ccna icnd2-labs exercices
DOC
Cisco switch commands cheat sheet
PPTX
Cisco CCNA- DHCP Server
DOC
Lab practice 1 configuring basic routing and switching (with answer)
PDF
Router commands
PDF
Basic Configurations on Router
PDF
ccna cheat_sheet
0.0.0.1 lab initializing and reloading a router and switch - ilm
Cisco labs practical7
CCNA Lab 1-Configuring a Switch Part I
Ccnp3 lab 3_5_en (hacer)
corporate network
Cisco CCNA- NAT Configuration
Cisco labs practical1
Cisco router command configuration overview
Chapter_2_CCNA2
Packet Tracer Simulation Lab Layer 2 Switching
CCNA Lab Guide
How to create and delete vlan on cisco catalyst switch
Router commands
Ccna icnd2-labs exercices
Cisco switch commands cheat sheet
Cisco CCNA- DHCP Server
Lab practice 1 configuring basic routing and switching (with answer)
Router commands
Basic Configurations on Router
ccna cheat_sheet
Ad

Viewers also liked (7)

DOC
9210 commissioning manual
PDF
05 interface appended characteristic configuration
PDF
Bdcom s2508 b hardware installation manual
PDF
Firewall ip filter
PDF
Mplsvpn seminar
PDF
11 mac address table characteristic configuration
PDF
12 link aggregation configuration
9210 commissioning manual
05 interface appended characteristic configuration
Bdcom s2508 b hardware installation manual
Firewall ip filter
Mplsvpn seminar
11 mac address table characteristic configuration
12 link aggregation configuration
Ad

Similar to Zxdsl 9210 guide (20)

DOCX
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
PDF
Hướng dẫn cài đặt switch planet layer 3
DOCX
Praktikum Lab 14 - Switch Security Configuration.docx
DOC
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
PDF
CCN3Switching_lab_5_5_2
PDF
Exercise 4c stp rapid pvst+ question
PPT
CCNA 2
PDF
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
PDF
3.4.6-lab---configure-vlans-and-trunking.pdf
DOCX
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
PDF
Network topology by essay corp uk
PDF
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
PPTX
ITN_Module_10.pptx gfhfdgsrfryrenikerrtvbter
PPTX
Detailed explanation of Basic router configuration
DOC
Lab 6.4.1 InterVLAN routing
PPT
04- Module Operating & Configuring IOS.ppt
PDF
Communication & switching networks lab manual
DOCX
Summative Assessment – InternetworkingPractical Assessment Se.docx
PDF
what matters to download a few files for net
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
Hướng dẫn cài đặt switch planet layer 3
Praktikum Lab 14 - Switch Security Configuration.docx
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
CCN3Switching_lab_5_5_2
Exercise 4c stp rapid pvst+ question
CCNA 2
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
3.4.6-lab---configure-vlans-and-trunking.pdf
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
Network topology by essay corp uk
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
ITN_Module_10.pptx gfhfdgsrfryrenikerrtvbter
Detailed explanation of Basic router configuration
Lab 6.4.1 InterVLAN routing
04- Module Operating & Configuring IOS.ppt
Communication & switching networks lab manual
Summative Assessment – InternetworkingPractical Assessment Se.docx
what matters to download a few files for net

More from HARRY CHAN PUTRA (20)

PPTX
Basic Switch dan Vlan 33333333333333333333
PDF
07 VLAN Principle and Configuration.pdf
PDF
Bsd routers
PDF
Hacom%20pf sense%20quick start%20guide
PDF
Pfsense%20%20note
PDF
66 pf sensetutorial
PDF
Modul 1-instalasi
ODT
Modul 1-instalasi
PDF
Modul 0-pengantar
ODT
Modul 0-pengantar
PDF
Slimsinserver2go
PDF
Olivevme110usermanualid
PDF
Modul 10 vicon
PDF
Modul 9 pengelolaan_infra
PDF
Modul 8 vo_ip
PDF
Modul 7 infrastruktur
DOC
PDF
W2k router
PDF
Vpn gw2gw
PDF
Vo ip rt-rw-net
Basic Switch dan Vlan 33333333333333333333
07 VLAN Principle and Configuration.pdf
Bsd routers
Hacom%20pf sense%20quick start%20guide
Pfsense%20%20note
66 pf sensetutorial
Modul 1-instalasi
Modul 1-instalasi
Modul 0-pengantar
Modul 0-pengantar
Slimsinserver2go
Olivevme110usermanualid
Modul 10 vicon
Modul 9 pengelolaan_infra
Modul 8 vo_ip
Modul 7 infrastruktur
W2k router
Vpn gw2gw
Vo ip rt-rw-net

Recently uploaded (20)

PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
20th Century Theater, Methods, History.pptx
PDF
Hazard Identification & Risk Assessment .pdf
PDF
My India Quiz Book_20210205121199924.pdf
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
Trump Administration's workforce development strategy
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
advance database management system book.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PPTX
Virtual and Augmented Reality in Current Scenario
Chinmaya Tiranga quiz Grand Finale.pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
What if we spent less time fighting change, and more time building what’s rig...
20th Century Theater, Methods, History.pptx
Hazard Identification & Risk Assessment .pdf
My India Quiz Book_20210205121199924.pdf
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Weekly quiz Compilation Jan -July 25.pdf
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Practical Manual AGRO-233 Principles and Practices of Natural Farming
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
1_English_Language_Set_2.pdf probationary
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Trump Administration's workforce development strategy
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
AI-driven educational solutions for real-life interventions in the Philippine...
advance database management system book.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Virtual and Augmented Reality in Current Scenario

Zxdsl 9210 guide

  • 1. 秘密▲(保密期) ZXDSL 9210 Guide Inband NA Connected through the Connection Card 1. Use the serial port cable to connect ZXDSL 9210 to the PC. Configure the super terminal of the PC and log onto ZXDSL 9210. 2. Use the erase command to reset the data before making the services available. Reboot the device to make effective the data resetting. DSL# erase 3. It is unnecessary to set the inband MAC address since it is unique by default. 4. Enter the config mode, and set the network administration VLAN (set to 100 here). DSL# configure DSL(config)# add-vlan 100 5. Add the uplink port into the VLAN, and select tag. DSL(config)# vlan 100 3/1 tag 6. Use the ip subnet command to set the inband IP address of the device. You need to plan the IP address of each network element on the whole network, so as to make sure that the IP addresses of the network elements do not conflict with each other. Besides, make sure that the IP address of the inband and outband egresses of the same network element are not in the same network segment. DSL(config)#ip subnet 192.10.10.1 255.255.255.0 100 7. Use the snmp-server host command to set the NA server IP. And set the authentication character of this NA server. The system defaults the authority of the community with the authentication character private as read-and-write. Through this setting, the NA alarm message can be reported to the NA server. DSL(config)#snmp-server host 192.10.10.200 private 8. Enable the trap switch of the port. The default status of this switch is disable. You can operate on the board to enable the trap switch of all ports on this board. DSL# configure slot adsl 2 DSL(cfg-slot-adsl-2)# trap-control enable 9. If the network element and the NA server are not in the same network segment during the NA networking, you need to use the ip route command to configure a static route. DSL(config)#ip route 0.0.0.0 0.0.0.0 192.10.10.2 10. Save the configuration performed on the control switching board, as shown in 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 1 /8页
  • 2. 秘密▲(保密期) DSL(config)# exit DSL# copy running-config startup-config Are you sure to save configuration data?[y/n]y Save finished successfully 11. Use the ping command to test whether the network connection is normal and smooth. If normal and smooth, the configuration is completed; if not, please check the above data configuration and the connection of the hardware networking. DSL# ping 192.10.10.200 PING 192.10.10.200:56 data bytes 64 bytes from 192.10.10.200:icmp_seq=0. time=0. ms 64 bytes from 192.10.10.200:icmp_seq=1. time=0. ms 64 bytes from 192.10.10.200:icmp_seq=2. time=0. ms ----192.10.10.200 PING Statistics---- 3 packets transmitted, 3 packets received, 0% packet lost round-tirp(ms) min/avg/max=0/0/0 Ping 192.10.10.200 successfully The outband NA is configured on the control switching board. It is connected to the NA server through the ETH egress on the control switching board, so as to achieve the unified network administration of the devices. Outband NA 1. Use the serial port cable to connect ZXDSL 9210 to the PC, and configure the super terminal of the PC. 2. After logging in, enter the reboot command on the main interface to reboot the device. 3. During the reboot process, if the system prompts “Press 's' to stop auto-boot...”, press the s key within seven seconds to stop the auto boot of the system, so as to enter the VxWorks Boot mode. 4. In the VxWorks Boot mode, use the c command to modify the IP address and gateway of the system outband NA. 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 2 /8页
  • 3. 秘密▲(保密期) Use “inet on ethernet (e): 10.61.86.41 10.61.86.40:0xfffffc00” to set the outband IP address and mask. The mask must be hexadecimal, and 0x is the sign of hex. Use “gateway inet (g): 10.61.87.254” to set the gateway address. Note: The IP address of the outband and inband NA’ s should not be in the same network segment. 5. After modifying the IP address and gateway address of the system outband NA, use the command p to check whether the modification is correct. 6. After the check, use the M command to modify the outband MAC address. “Please input the new MAC address: aa0c01” shows that you have to enter the last three characters of the MAC address to modify the outband MAC address. 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 3 /8页
  • 4. 秘密▲(保密期) 7. When the parameter configuration is completed, use the @ command to reboot the system. 8. When the system is rebooted successfully, use the show ip subnet command to check whether the parameter configuration for the system outband NA is successful. 9. When the system is rebooted successfully, if the IP address of the outband NA of the network element and that of the NA server are not in the same network segment, you still need to configure a route. (Optional) 10. When the route configuration is completed, use the show ip route command to check whether the NA and route configurations are successful. 11. Set the IP address and authentication character for the NA server on the control switching board. 12. Enable the trap switch of the port. The default status of this switch is disable. You can operate on the board to enable the trap switch of all the ports on this board. 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 4 /8页
  • 5. 秘密▲(保密期) 13. When the parameter configuration is completed, use the copy command to save the system configuration performed on the control switching board. Activating Basic Services 2.2.1 Ethernet User Configuration For the access of the Ethernet users, you don’ t need to make special configurations with ZXDSL 9210. The computer can be connected to ZXDSL 9210 directly through the cable or the Ethernet switch. However, in the actual networking, you need to divide the network into different VLAN’ s according to various needs, so as to isolate the ports. 2.2.1.1 Configuration Procedures for Connection through the Connection Interface Board Take the simplest VLAN as an example: The user board is connected to the Ethernet switch through the Ethernet electrical interface of the connection sub-card FEC on the Ethernet connection interface board, and the Ethernet switch is connected to the BAS. It is required to select tag for both the uplink interface of ZXDSL 9210 and the interface of the peer-end Ethernet switch. And you also need to set pvid for the user port. The port pvid must be consistent with vlan id of the VLAN which contains the port. 1. Create a VLAN. 2. Add the Ethernet user port into the VLAN without selecting tag. 3. Set pvid of the user port to VLAN ID. 4. Add the connection port into the VLAN and select tag. 5. Save the configuration. 2.2.1.2 Configuration Procedures for Connection through the Connection Interface Board 1. Create a VLAN. DSL# configure DSL(config)# add-vlan 101 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 5 /8页
  • 6. 秘密▲(保密期) 2. Add the user port into the VLAN without selecting tag. DSL(config)# vlan 101 3/4 untag 3. Set pvid of the user port to VLAN ID. DSL(config)# interface ethernet 3/4 DSL(cfg-if-eth-3/4)# pvid 101 4. Add the connection port into the VLAN and select tag. DSL(config)# vlan 101 3/1 tag 5. Save the configuration. DSL# copy running-config startup-config Are you sure to save configuration data? [y/n]y The configuration for Ethernet users is completed by now. 2.2 ADSL User Configuration The ADSL user access can be implemented through the ADSL user interface board. This section introduces only the configuration method for connection through the Ethernet connection board or the control switching board. 2.2.1 Configuration Procedures 1. Create a service VLAN. 2. Add the user port into this VLAN without selecting tag. 3. Set pvid of the user port to VLAN ID. 4. Add the connection port into the service VLAN and select tag. 5. Set the parameter set and alarm parameter set for the ADSL line according to the office requirements. (Optional) 6. Distribute the parameter set and alarm parameter set of the ADSL line to the actual line. (Optional) 7. Set the user port PVC, making it corresponding to the Modem PVC. 8. Save the configuration. 2.2.1.1 Detail Process 1. The operations from Step 1 to Step 4 are the same as those of the Ethernet user configuration (see Section 2.2.1). 2. Create the ADSL line parameter set, which is used to limit the line speed. Use the adsl-profile command for the first time to create a line configuration file. Please note that the name of the line configuration file cannot start with a number. Use the adsl-profile command for the second time to configure parameters for the existed line configuration file. (Optional) DSL(config)# adsl-profile adsl512 This profile do not exist. Would you like to create? [y/n]y 3. Modify the parameters in the ADSL line parameter set. DSL(config)# adsl-profile adsl512 PS:Q-quit AtucConfRateMode[fix(1),adaptAtStart(2),adaptAtRun(3)](Def:2)2// Office-side rate adapting mode 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 6 /8页
  • 7. 秘密▲(保密期) AtucConfRateChanRatio [0-100](Def:0)// Office-side rate adapting ratio AtucConfTargetSnrMgn [0-310](Def:60)// Office-side destination noise margin AtucConfMaxSnrMgn [0-310](Def:120)// Office-side max noise margin AtucConfMinSnrMgn [0-310](Def:0)// Office-side min noise margin AtucConfDownshiftSnrMgn [0-310](Def:0)// Office-side decreased noise margin AtucConfUpshiftSnrMgn [0-310](Def:120)// Office-side increased noise margin AtucConfMinUpshiftTime [0-16383](Def:0)// Office-side min time interval for increase AtucConfMinDownshiftTime [0-16383](Def:0)// Office-side min time interval for decrease AtucChanConfFastMinTxRate[0-131040](Def:32)// Min transmission rate of the office-side fast channel AtucChanConfInteMinTxRate[0-131040](Def:32)// Min transmission rate of the office-side interleaved channel AtucChanConfFastMaxTxRate[0-131040](Def:8128):512// Max transmission rate of the office-side fast channel AtucChanConfInteMaxTxRate[0-131040](Def:8128):512// Max transmission rate of the office-side interleaved channel AtucChanConfMaxInterDelay[0-255](Def:32)// Max office-side interleaved delay AturConfRateMode[fixed(1),adaptAtStartup(2),adaptAtRuntime(3)](Def:2)// User-side rate adapting mode (usually select the self-adapting mode) AturConfRateChanRatio [0-100](Def:0)// User-side rate adapting ratio AturConfTargetSnrMgn [0-310](Def:60)// User-side destination noise margin AturConfMaxSnrMgn [0-310](Def:120)// User-side max noise margin AturConfMinSnrMgn [0-310](Def:0)// User-side min noise margin AturConfDownshiftSnrMgn [0-310](Def:0)// User-side decreased noise margin AturConfUpshiftSnrMgn [0-310](Def:120)// User-side increased noise margin AturConfMinUpshiftTime [0-16383](Def:0)// User-side min time interval for increase AturConfMinDownshiftTime [0-16383](Def:0)// User-side min time interval for decrease AturChanConfFastMinTxRate[32-1536](Def:32)//512 Min transmission rate of the user-side fast channel AturChanConfInteMinTxRate[32-1536](Def:32)//512 Min transmission rate of the user-side interleaved channel AturChanConfFastMaxTxRate[32-1536](Def:1024):512// Max transmission rate of the user-side fast channel AturChanConfInteMaxTxRate[32-1536])(Def:1024):512// Max transmission rate of the user-side interleaved channel AturChanConfMaxInterDelay[0-255](Def:32)// User-side max interleaved delay 4. Create the alarm parameter set for the ADSL line DSL(config)# adsl-alarm-profile alarm512 This profile do not exist. Would you like to create? [y/n]y 5. Modify the parameters in the alarm parameter set of the ADSL line. (Optional) DSL(config)# adsl-alarm-profile alarm512 PS:Q-quit AtucThresh15MinLofs[0-900](Def:0)// Alarm threshold for the office-side 15 minutes frame loss AtucThresh15MinLoss [0-900](Def:0)// Alarm threshold for the office-side 15 minutes signal loss AtucThresh15MinLols [0-900](Def:0)// Alarm threshold for the office-side 15 minutes link loss AtucThresh15MinLprs [0-900](Def:0)// Alarm threshold for the office-side 15 minutes power loss 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 7 /8页
  • 8. 秘密▲(保密期) AtucThresh15MinESs [0-900](Def:0)// Alarm threshold for the office-side 15 minutes error code second AtucThreshFastRateUp [0-8128](Def:0)// Alarm threshold for the office-side 15 minutes fast channel rate increase AtucThreshInteRateUp [0-8128](Def:0)// Alarm threshold for the office-side 15 minutes interleaved channel rate increase AtucThreshFastRateDown[0-65535](Def:0)// Alarm threshold for the office-side 15 minutes fast channel rate dncrease AtucThreshInteRateDown[0-65535](Def:0)// Alarm threshold for the office-side 15 minutes interleaved channel rate dncrease AtucInitFailTrapEnable[enable(1),disable(2)](Def:2)1//Office-side alarm of allowing initialization failure AturThresh15MinLofs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes frame loss AturThresh15MinLoss [0-900](Def:0)// Alarm threshold for the user-side 15 minutes signal loss AturThresh15MinLprs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes link loss AturThresh15MinESs [0-900](Def:0)// Alarm threshold for the user-side 15 minutes power loss AturThreshFastRateUp [0-900](Def:0)// Alarm threshold for the user-side 15 minutes error code second AturThreshInteRateUp [0-900](Def:0)// Alarm threshold for the user-side 15 minutes fast channel rate increase AturThreshFastRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes interleaved channel rate increase AturThreshFastRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes interleaved channel rate increase AturThreshInteRateDown[0-900](Def:0)// Alarm threshold for the user-side 15 minutes fast channel rate dncrease 6. Configure the generated ADSL line file to the actual line, so as to implement the speed limit function. (Optional) DSL(config)# slot adsl 2 DSL(cfg-slot-adsl-2)# adsl profile adsl512 7. Configure the generated ADSL line alarm file to the actual line. DSL(cfg-slot-adsl-2)# adsl alarm-profile alarm512 8. Configure the PVC: Make the port PVC corresponding to the MODEM PVC. DSL# configure DSL(config)# slot adsl 2 DSL(cfg-slot-adsl-2)# atm pvc 8:81 Note: Set the ADSL port PVC on the ADSL user interface board to the same as that of the peer-end MODEM PVC. 9. Save the configuration. DSL# copy running-config startup-config Are you sure to save configuration data? [y/n]y The service configuration for the ADSL user board is completed by now. 本文中的所有信息归中兴通讯股份有限公司所有,未经允许,不得外传 第 8 /8页