Download as pdf or txt
Download as pdf or txt
You are on page 1of 20

OBU020202 MSAN UA5000

Data Configuration (APM


Broadband services)

ISSUE 1.0
Upon completion of this course,you
will be able to:
understand xDSL service O&M
Chapter 1 ADSL service

Chapter 2 VDSL service

Chapter 3 SHDSL service


ADSL Configuration example

ATM PSTN

A P A A C
P V D S S
M U L L L

U A5000

Splitter

Modem

Telephone

PC

The ADSL subscriber connects to port 0 of the ADL card through a modem in the RFC
1483B mode. The upstream bandwidth is 512 kbit/s, and the downstream bandwidth is 1
Mbit/s.
The APM card is connected with the ATM switch through optical interfaces.
The ADSL subscriber can access the network through the ADSL-ATM PVC.

!
ADSL Configuration Procedure

1. Install an ADL board (optional)


2. Confirm the ADL board (optional)
3. Set ADSL line configuration profile (optional)
4. Confirm an ADSL port has been activated (optional)
5. Configure traffic parameters (optional)
6. Establish a connection between ADL board and upstream
interface (ATM optical interface or IMA interface)
7. Query line operation parameters (optional)
8. Save data (optional)
9. Configure modem and computer (optional)

"
ADSL service
I. Confirm the ADL card
huawei(config)#board confirm 0/7
II. Configure the ADSL line profile
huawei(config)#adsl line-profile add
Press 'Q' to quit the current configuration and new configuration will be
neglected
> Do you want to name the profile (y/n) [n]:n
……
> Will you set parameters for rate? (y/n)[n]:y
> Minimum transmit rate in downstream (32~32000 Kbps) [32]:
> Maximum transmit rate in downstream (32~32000 Kbps) [6144]: 1024
> Minimum transmit rate in upstream (32~3000 Kbps) [32]:
> Maximum transmit rate in upstream (32~3000 Kbps) [640]: 512
Add profile 2 successful

#
ADSL service

III. Confirm the activation of ADSL port


huawei(config)#interface adsl 0/7
huawei(config-if-adsl-0/7)#deactivate 0 //To use a new line profile
huawei(config-if-adsl-0/7)#activate 0 2
huawei(config-if-adsl-0/7)#display port state 0

IV. Configure traffic parameters


huawei(config-if-adsl-0/7)#exit
huawei(config)#traffic table

$
ADSL service
V. Create a connection between ADSL port and upstream port
huawei(config)#pvc adsl
{ frame/slot/port<S><5,8> }:0/7/0
{ vpi<K>|vdsl<K>|adsl<K>|atm<K>|e3<K>|ima<K>|shdsl<K> }:vpi
{ vpi<U><0,4095> }:0 //Consistent with the modem
{ vdsl<K>|vci<K>|adsl<K>|atm<K>|e3<K>|ima<K>|shdsl<K> }:vci
{ vci<U><32,65535> }:35 //Consistent with the modem
{ vdsl<K>|adsl<K>|atm<K>|e3<K>|ima<K>|shdsl<K> }:atm
{ frame/slot/port<S><5,8> }:0/3/0
{ cast-type<K>|vpi<K> }:vpi
{ vpi<U><0,4095> }:0 //Consistent with the upper-layer equipment
{ cast-type<K>|vci<K> }:vci
{ vci<U><32,65535> }:32 //Consistent with the upper-layer equipment
{ cast-type<K> }:cast-type

%
ADSL service
{ type<E><p2p,p2mp> }:p2p
{ rx-cttr<K> }:rx-cttr
{ index<U><0,511> }:5 //The PVC rate limitation is used, input the
upstream traffic index created in the above step
{ upc<K> }:upc
{ upc<E><off,on> }:on //If port rate limitation is adopted, this
parameter should be configured as off. If PVC rate limitation is adopted,
this parameter should be configured as on.
{ tx-cttr<K> }:tx-cttr
{ index<U><0,511> }:6 //Input the downstream traffic index created
in the above step
{ upc<K> }:upc
{ upc<E><off,on> }:on //Use PVC rate limitation.
Create pvc successfully! connection ID = 24

VI. Query line operation parameters


huawei(config)#interface adsl 0/7
huawei(config-if-adsl-0/7)#display line operation 0

&
Chapter 1 ADSL service

Chapter 2 VDSL service

Chapter 3 SHDSL service

'
VDSL service ATM
PSTN

A P V C
P V D S
M U L L

UA5000

Splitter

Modem

Telephone
PC

The subscriber connects with port 0 of VDL card through a VDSL modem.The
downstream bandwidth is 10 Mbit/s and the upstream bandwidth is 8 Mbit/s. Other
parameters adopt the default values.
The port works in the untagged mode. The default VLAN is VLAN 20.
The APM card connects with an ATM switch through an optical port.
VDSL subscribers access the Internet through the VDSL-ATM PVC.

(
VDSL Configuration

huawei(config)#board confirm 0/7

huawei(config)#vdsl line-profile add

> Max bit rate in downstream (780~25000 kbps) [10000]:10000

> Max bit rate in upstream (780~25000 kbps) [10000]:8000

Add profile 2 successfully

huawei(config-if-vdsl-0/7)#deactivate 0 //To use a new line profile

huawei(config-if-vdsl-0/7)#activate 0 2

huawei(config-if-vdsl-0/7)#port mode 0 untagged

huawei(config-if-vdsl-0/7)#default-vlanid 0 20
VDSL Configuration
huawei(config)#pvc vdsl
{ frame/slot/port<S><51,815> }:0/7/0
{ region<K>|vpi<K>|vlan<K>|adsl<K>|atm<K>|e3<K>|ima<K>|shdsl<K> }:vlan
{ vlan<U><1,4094> }:20
{ vdsl<K>|shdsl<K>|adsl<K>|atm<K>|e3<K>|ima<K>adsl<K>|
vdsl<K>|atm<K>|e3<K>|ima<K>|shdsl<K> }:atm
{ frame/slot/port<S><51,815> }:0/3/0
{ vpi<K> }:vpi
{ vpi<U><0,4095> }:0 //Consistent with the upper layer equipment
{ cast-type<K>|vci<K> }:vci
{ vci<U><32,65535> }:32 //Consistent with the upper layer equipment
{ cast-type<K> }:cast-type
{ type<E><p2p,p2mp> }:p2p
VDSL Configuration
{ rx-cttr<K> }:rx-cttr
{ index<U><0,511> }:2 //The port profile speed limitation is used, you
can choose any traffic
{ upc<K> }:upc
{ upc<E><off,on> }:off //If the port speed limitation is used, set this parameter
to off. If the PVC speed limitation is used, set this parameter to on. Usually the
former is used.
{ tx-cttr<K> }:tx-cttr
{ index<U><0,511> }:2
{ upc<K> }:upc
{ upc<E><off,on> }:off //Usually the port speed limitation is used, set this
parameter to off.
Command:
pvc vdsl 0/7/0 vlan 30 atm 0/3/0 vpi 0 vci 32 cast-type p2p rx-cttr 2 upc
off tx-cttr 2 upc off
Create pvc successfully! connection ID = 24

!
Chapter 1 ADSL service

Chapter 2 VDSL service

Chapter 3 SHDSL service

"
ATM
SHDSL service
A S
P D
M L

UA5000

Modem

PC PC

SHDSL subscribers connect to port 0 of the SDL card through an SHDSL


modem. The service category is rt-VBR, both the upstream and downstream
bandwidths are 1 Mbit/s.
The APM card connects with the ATM switch through optical interface.
SHDSL subscribers get access to the Internet by the SHDSL-ATM PVC.

#
SHDSL service
huawei(config)#board confirm 0/7

huawei(config)#shdsl line-profile add

> G.SHDSL minimum line rate

(Value must be multiple of 64,192~2304 kbps)[2048]:1024

> G.SHDSL maximum line rate

(Value must be multiple of 64,192~2304 kbps)[2048]:1024

Add profile 2 successfully

huawei(config-if-sdl-0/7)#deactivate 0 //To use a new line profile

huawei(config-if-sdl-0/7)#activate 0 2

$
SHDSL service
huawei(config)#pvc shdsl

{ frame/slot/port<S><5,8> }:0/7/0

{ region<K>|vpi<K>|shdsl<K>|atm<K>|ima<K>|adsl<K>|e3<K> }:vpi

{ vpi<U><0,4095> }:0 //Consistent with the settings of the modem

{ shdsl<K>|vci<K>|atm<K>|ima<K>|adsl<K>|e3<K> }:vci

{ vci<U><32,65535> }:35 //Consistent with the settings of the modem

{ shdsl<K>|atm<K>|ima<K>|adsl<K>|e3<K> }:atm

{ frame/slot/port<S><5,8> }:0/3/0

{ rx-cttr<K>|vpi<K> }:vpi

{ vpi<U><0,4095> }:0 //Consistent with the upper-layer equipment

{ rx-cttr<K>|vci<K> }:vci

{ vci<U><32,65535> }:32 //Consistent with the upper-layer equipment

%
SHDSL service
{ rx-cttr<K> }:rx-cttr
{ index<U><0,511> }:7 //The SCR parameter cannot be greater than
the actual bandwidth of the port, otherwise, the PVC cannot be
created successfully. Use the traffic index added in the former step to
restrict the traffic.
{ upc<K> }:upc
{ upc<E><off,on> }:on
{ tx-cttr<K> }:tx-cttr
{ index<U><0,511> }:7 //The SCR parameter cannot be greater than
the actual bandwidth of the port, otherwise, the PVC cannot be
created successfully.
{ upc<K> }:upc
{ upc<E><off,on> }:on
Command:
pvc shdsl 0/7/0 vpi 0 vci 35 atm 0/3/0 vpi 0 vci 32 rx-cttr 7 upc
on tx-cttr 7 upc on
Create PVC successfully! Connection ID = 0

&
Thank You
www.huawei.com

You might also like