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



                                 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

What's hot

0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilmPedro César Carrasco Nova
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7Tai Lam
 
CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part IAmir Jafari
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Omar Herrera
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1Tai Lam
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview3Anetwork com
 
Chapter_2_CCNA2
Chapter_2_CCNA2Chapter_2_CCNA2
Chapter_2_CCNA2sunabozu
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchIT Tech
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercicessaqrjareh
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 

What's hot (20)

0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilm
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7
 
CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part I
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)
 
corporate network
corporate networkcorporate network
corporate network
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 
Chapter_2_CCNA2
Chapter_2_CCNA2Chapter_2_CCNA2
Chapter_2_CCNA2
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switch
 
Router commands
Router commandsRouter commands
Router commands
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercices
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Router commands
Router commandsRouter commands
Router commands
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 

Viewers also liked

05 interface appended characteristic configuration
05 interface appended characteristic configuration05 interface appended characteristic configuration
05 interface appended characteristic configurationHARRY CHAN PUTRA
 
Bdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualBdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualHARRY CHAN PUTRA
 
11 mac address table characteristic configuration
11 mac address table characteristic configuration11 mac address table characteristic configuration
11 mac address table characteristic configurationHARRY CHAN PUTRA
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configurationHARRY CHAN PUTRA
 

Viewers also liked (7)

9210 commissioning manual
9210 commissioning manual9210 commissioning manual
9210 commissioning manual
 
05 interface appended characteristic configuration
05 interface appended characteristic configuration05 interface appended characteristic configuration
05 interface appended characteristic configuration
 
Bdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualBdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manual
 
Firewall ip filter
Firewall ip filterFirewall ip filter
Firewall ip filter
 
Mplsvpn seminar
Mplsvpn seminarMplsvpn seminar
Mplsvpn seminar
 
11 mac address table characteristic configuration
11 mac address table characteristic configuration11 mac address table characteristic configuration
11 mac address table characteristic configuration
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configuration
 

Similar to ZXDSL Guide: Configure Inband and Outband Network Management

All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Abhilash Kuniyil
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ questionsufi1248
 
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...Lary Onyeka
 
3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdfarif hamidi
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxketurahhazelhurst
 
Network topology by essay corp uk
Network topology by essay corp ukNetwork topology by essay corp uk
Network topology by essay corp ukJohnsmith5188
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMHamesKellor
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingMuhd Mu'izuddin
 
Communication & switching networks lab manual
Communication & switching networks lab manualCommunication & switching networks lab manual
Communication & switching networks lab manualMUSAAB HASAN
 
Summative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxSummative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxmattinsonjanel
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commandsssusere31b5c
 

Similar to ZXDSL Guide: Configure Inband and Outband Network Management (20)

All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
 
3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
Network topology by essay corp uk
Network topology by essay corp ukNetwork topology by essay corp uk
Network topology by essay corp uk
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
Communication & switching networks lab manual
Communication & switching networks lab manualCommunication & switching networks lab manual
Communication & switching networks lab manual
 
Summative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxSummative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docx
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
 
Nat report2
Nat report2Nat report2
Nat report2
 
ENSA_Module_10.pptx
ENSA_Module_10.pptxENSA_Module_10.pptx
ENSA_Module_10.pptx
 

More from HARRY CHAN PUTRA (20)

07 VLAN Principle and Configuration.pdf
07 VLAN Principle and Configuration.pdf07 VLAN Principle and Configuration.pdf
07 VLAN Principle and Configuration.pdf
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Hacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guide
 
Pfsense%20%20note
Pfsense%20%20notePfsense%20%20note
Pfsense%20%20note
 
66 pf sensetutorial
66 pf sensetutorial66 pf sensetutorial
66 pf sensetutorial
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Slimsinserver2go
Slimsinserver2goSlimsinserver2go
Slimsinserver2go
 
Olivevme110usermanualid
Olivevme110usermanualidOlivevme110usermanualid
Olivevme110usermanualid
 
Modul 10 vicon
Modul 10 viconModul 10 vicon
Modul 10 vicon
 
Modul 9 pengelolaan_infra
Modul 9 pengelolaan_infraModul 9 pengelolaan_infra
Modul 9 pengelolaan_infra
 
Modul 8 vo_ip
Modul 8 vo_ipModul 8 vo_ip
Modul 8 vo_ip
 
Modul 7 infrastruktur
Modul 7 infrastrukturModul 7 infrastruktur
Modul 7 infrastruktur
 
Wireless
WirelessWireless
Wireless
 
W2k router
W2k routerW2k router
W2k router
 
Vpn gw2gw
Vpn gw2gwVpn gw2gw
Vpn gw2gw
 
Vo ip rt-rw-net
Vo ip rt-rw-netVo ip rt-rw-net
Vo ip rt-rw-net
 
Virtual host examples_-_apache_http_server
Virtual host examples_-_apache_http_serverVirtual host examples_-_apache_http_server
Virtual host examples_-_apache_http_server
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 

Recently uploaded (20)

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 

ZXDSL Guide: Configure Inband and Outband Network Management

  • 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页