Vous êtes sur la page 1sur 70

Internal

SmartAX MA5600 Service


Configuration
www.huawei.com

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

In the previous course we have studied


the MA5600 basic configuration.
This course assists the users in service
configuration.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 2

References

MA5600 Configuration Guide -

System Volume
MA5600 Configuration Guide -

Service Volume

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 3

Upon completion of this course, you will be able to:


Describe VLAN types and applications
Be familiar with basic parameters in subscriber line
Differentiate the functions of traffic table and line-profile
Perform service configuration

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 4

Chapter 1 xDSL Configuration Flow


Chapter 2 VLAN Description
Chapter 3 Line Profile and Traffic Table
Chapter 4 Configuration Example

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 5

xDSL Service Configuration

VLAN

Service port

Ethernet cable

Uplink port
SCUK

ADEF

ADEF

Twisted line

CON
ETH
MON

MA5600
MODEM

PVC

PC

telephone
HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 6

ADSL Service Configuration Flow


Start
Add a VLAN
Add uplink port
Is there a line/alarm-profile

N
Add a line/alarm-profile

available?
Y
Bind line/alarm-profile to service port
N
Is there a traffic table available?

Add a traffic table

Y
Add service port

End

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 7

ADSL Service Command


VLAN
VLAN

Uplink port
Line-profile

vlan vlanid { mux | smart | standard | super }

port vlan vlanid frameid/slotid portlist

adsl line-profile add [ profile-index ]

Bind

ADSL port
Traffic
Table
Traffic
table

Service port

deactivate /activate portid profile-index index

traffic table [ index row-index ]

Bind

service-portid vlan vlanid1 adsl frameid/slotid/portid [ vpi vpi vci vci rx-cttr rxindex tx-cttr tx-index

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 8

Questions
Please describe ADSL service configuration steps.
How to control the bandwidth of subscriber?

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 9

Chapter 1 xDSL Configuration Flow


Chapter 2 VLAN Description
Chapter 3 Line Profile and Traffic Table
Chapter 4 Configuration Example

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 10

VLAN Overview
Virtual Local Area Network (VLAN) is a division of a local area network

by software rather than by physical arrangement of cables.


A VLAN makes it possible to divide a physical LAN into different

broadcast domains logically.


IEEE 802.1Q specifies the VLAN implementation scheme.

VLAN 1

VLAN 2

VLAN 2
VLAN 3

HUAWEI TECHNOLOGIES CO., LTD.

VLAN 1

All rights reserved

Page 11

VLAN 3

VLAN Port Definitions


Uplink port

A uplink port refers to a physical port of the control card, namely, an FE or GE port of
the SCU card

Service virtual port

A service virtual port refers to a service connection of a user-side physical port such as
an xDSL or an Ethernet port

ADSL Port
ADSL Port

VLAN

HUAWEI TECHNOLOGIES CO., LTD.

ADSL Port

Virtual

ADSL Port

Ports

ADEF

SCUK

Uplink Port

All rights reserved

Service

Page 12

VLAN Types of MA5600


Types

Description

Application

Standard Only contains standard port in the same


VLAN.

Only contain Ethernet ports for


subtending.

Smart

Contains multiple xDSL virtual ports whose


service flows are isolated.

xDSL access services, reducing the


number of VLAN occupied.
xDSL access services,

MUX

Contains only one xDSL virtual port whose


service flows are isolated in the different
VLAN.

A layer-3 based VLAN,

Super

Consists of multiple sub VLAN (Standard,


Smart, MUX) that can communicate with
each other at layer 3 through the ARP proxy.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

distinguish different customers by


the VLAN ID.

saves the IP address resources.

Page 13

Standard VLAN
A standard VLAN is the VLAN defined by the IEEE 802.1Q standard

which has the following features:

The ports in one VLAN are interconnected at layer 2

The ports in different VLAN are isolated at layer 2

The Standard VLAN is mainly used for the frame cascading


Eth port
Eth port

Standard
VLAN

On the MA5600 the standard VLAN can contain only FE or GE ports


but not the service virtual ports (such as the ADSL and SHDSL ports).

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 14

Smart VLAN
A Smart VLAN can contain uplink ports and service virtual ports

The Smart VLAN is used to create user groups

Each user group is associated with one Smart VLAN.

When the number of VLAN on MA5600 is limited, you can use the Smart VLAN to
give access to more users.

ADSL port

3
ADSL port

VLAN 3
ADEF

SCUK

Uplink port

Tagged packets

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 15

ADSL port

MUX VLAN
A MUX VLAN is a VLAN that can contain multiple uplink ports but only one

service virtual port

There is one to one mapping relationship between the VLAN ID and the access user

The MUX VLAN is used to isolate and identify access users

One VLAN ID corresponds to one access connection

ADSL port

VLAN 3
ADSL port

VLAN 5
ADEF

SCUK

Uplink port

VLAN 7

Tagged packets

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 16

ADSL port

Super VLAN
A Super VLAN is not linked to a physical port but contains multiple

Sub- VLAN

The sub-VLAN can be standard VLAN, MUX VLAN or Smart VLAN

A Super VLAN has a layer 3 interface that acts as the default gateway
for the hosts within the Sub VLAN

Communication can be enable between hosts of different Sub VLAN


through ARP Proxy

Super VLAN

Sub-VLAN 1

HUAWEI TECHNOLOGIES CO., LTD.

192.168.0.1

Sub-VLAN 2

All rights reserved

IP
IPInterface
Interface

Sub-VLAN 3

Page 17

VLAN Types Summary


IP address of
VLAN interface

Super VLAN

ARP Proxy

Ethernet Port

Ethernet Port
Standard VLAN

Uplink Port

Uplink Port

Service Port

Service Port
MUX VLAN

Smart VLAN

Isolated in Layer2

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 18

ARP Proxy principle

5:This is Bs MAC address,


you can connect to him now.

1: I want to connect to B,
Please help me.

2: I cant find B in
my address table.
I should find B.

3:This is ARP Proxy,


Is that B?

Super VLAN
(ARP Proxy)

4:This is B,
and my MAC address is XXX.

User B

User A
VLAN 3

VLAN 1
VLAN 2
HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 19

Questions
How many types of VLAN does MA5600 support ?
Whats the difference between Smart VLAN and MUX

VLAN?

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 20

Chapter 1 xDSL Configuration Flow


Chapter 2 VLAN Description
Chapter 3 Line Profile and Traffic Table
Chapter 4 Configuration Example

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 21

Bandwidth Control
The way for controlling the user bandwidth

Line-profile
Used to activate the physical port by binding the line-profile
Traffic table
From PVC to limit the user bandwidth
DSLAM

Services Network

1M
MA5600

IPTV

UA5000

2M

UA5000

IMS Core

MA5100

Internet/ISP

MA5300

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 22

Query ADSL Line-profile


Query the default ADSL line-profile in the system

MA5600(config)#display adsl line-profile


----------------------------------------------------- Profile Operating Channel Min Max Down Min Up Max Up

ADSL Profile

Index Mode

Mode

Rate(Kbps)

Rate(Kbps)

-----------------------------------------------------

All

Interleaved

32 6144

32

640

1000

All

Fast

32 6144

32

640

1001

All

Interleaved

32 6144

32 640

1002

All

Interleaved

32 24544

32 1024

------------------------------------------------------

ADSL2+ Profile

Total:

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 23

ADSL2+ Port Configuration


Add a ADSL line profile

MA5600(config)#adsl line-profile add 2


please choose the type of template 0-ADSL 1-ADSL2+ (0~1)[0]: 1
Will you set basic configuration for modem? (y/n)[n]: n
Trellis mode 0-disable 1-enable (0~1) [1]:
Downstream channel bit swap 0-disable 1-enable (0~1) [1]:
Upstream channel bit swap 0-disable 1-enable (0~1) [1]:
Please select channel mode 0-interleaved 1-fast (0~1) [0]: 1
Will you set interleaved delay? (y/n)[n]: y
Maximum downstream interleaved delay(5~255 ms)
[16]:
Maximum upstream interleaved delay(5~255 ms) [6]:

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 24

ADSL2+ Port Configuration

Please select form of transmit rate adaptation in downstream:


0-fixed 1-adaptAtStartup 2-adaptAtRuntime (0~2) [1]:
Will you set SNR margin for modem? (y/n)[n]:y
Target SNR margin in downstream(0~15 dB) [6]:
Maximum SNR margin in downstream (6~31 dB) [31]:
Minimum SNR margin in downstream (0~6 dB) [0]:
Target SNR margin in upstream (0~15 dB) [6]:
Maximum SNR margin in upstream (6~31 dB) [31]:
Minimum SNR margin in upstream (0~6 dB) [0]:

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 25

ADSL2+ Port Configuration

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) [24544]: 2048
Minimum transmit rate in upstream (32~3000 Kbps) [32]:
Maximum transmit rate in upstream (32~3000 Kbps) [1024]: 512

Add profile 2 successfully

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 26

ADSL2+ Port Configuration


Modify a ADSL profile

MA5600(config)#adsl line-profile modify 2


Query the ADSL line-profile

MA5600(config)#display adsl line-profile 2

Profile index :2

ADSL transmission mode

Trellis mode

: Enable

Upstream channel bit swap

: Enable

Downstream channel bit swap

: Enable

Channel mode

: fast

Name: test
: All(G992.1~5,T1.413)

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 27

ADSL2+ Port Configuration


Activate a ADSL port with line-profile 2

MA5600(config-if-adsl-0/1)#activate 0 profile-index 2
Query a ADSL port line parameters

MA5600(config-if-adsl-0/1)#display line operation 0

-------------------------------------------------------

Channel mode

: fast

Downstream channel bit swap

: Enable

Upstream channel bit swap

: Enable

Trellis mode

: Enable

Standard in port training

: G.DMT

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 28

ADSL2+ Port Configuration

Downstream channel rate(Kbps)

Downstream max. attainable rate(Kbps)

Downstream channel SNR margin(dB)

Downstream interleaved channel delay(ms) : 4

Downstream channel attenuation(dB)

: 0.0

Downstream total output power(dBm)

:8

Upstream channel rate(Kbps)

Upstream max. attainable rate(Kbps)

Upstream channel SNR margin(dB)

: 17

Upstream interleaved channel delay(ms)

:5

Upstream channel attenuation(dB)

: 1.5

Upstream total output power(dBm)

:-

HUAWEI TECHNOLOGIES CO., LTD.

: 6144
: 7264
: 18

: 640
: 992

All rights reserved

Page 29

ADSL Alarm Profile configuration


Add an ADSL2+ Alarm Profile

MA5600(config)#adsl alarm-profile add 3


Bind alarm profile with ports

MA5600(config-if-adsl-0/1)#alarm-config all 3
Delete an ADSL2+ Line Alarm Profile

MA5600(config)#adsl alarm-profile delete 3


Query ADSL2+ line alarm profile information

MA5600(config)#display adsl alarm-profile 3


Tips:
Tips:
We
Weusually
usuallyuse
usethe
thedefault
defaultalarm
alarmprofile
profileprovided
providedby
byMA5600
MA5600indexed
indexed0.0.
HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 30

Traffic Table
Query the default traffic table in the system

MA5600(config)#display traffic table from-index 0

-------------------------------------TID CAR(kbps) Priority Pri-Policy


-------------------------------------0
1024
6
tag-pri
1
2496
6
tag-pri
2
512
0
tag-pri
3
576
2
tag-pri
4
64
4
tag-pri
5
2048
0
tag-pri
6
-0
tag-pri
-----------------------------------------

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 31

Query the Traffic Table


Traffic table parameters

-----------------------------------------------------------------------------------

ID Service-type Traffic-type CLP01PCR CLP0PCR CLP01SCR CLP0SCR MBS CDVT


PPD/EPD/SHAPE

--------------------------------------------------------------------------

cbr

cbr

ubr

3
nrt-vbr
/on /--

4
/off

rt-vbr

1024

--

--

--

--

--

off/off/--

2500

--

--

--

--

--

off/off/--

512

--

--

--

--

--

on /on /--

1200

--

600

--

15

128

--

--

64

5
ubr
/on /--

2048

--

--

--

--

--

--

--

ubr

HUAWEI
TECHNOLOGIES CO., LTD.
All rights reserved

---------------------------------------------------------------------------

250

--

on

300 10000000 on /on


--

Page 32

--

---

on
off/off/--

Traffic Table Configure Example


Traffic table parameters

ATM traffic
Service type: ubr
Peak cell rate:10000kb/s
IP CAR
Committed access rate: 1024kb/s
Priority: 3
Priority policy : Tagged in package

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 33

Configuring Traffic Table


Add a traffic table

MA5600(config)#traffic table
{index<K>|ip<K>|atm<K}:ip
{car<K>}:car
{carval<U><64,131008>|off<K>}:1024
{priority<K>}:priority
{prival<U><0,7>}:3
{priority-policy<K>}:priority-policy
{priority-policy<E><Pvc-Setting,Tag-In-Package>}:tag-In-Package
create traffic descriptor record successfully
TD index =11

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 34

Configuring Traffic Table


Add a traffic table

MA5600(config)#traffic table
{index<K>|ip<K>|atm<K>}:atm
{srvcateory<K>}:srvcategory
{cbr<K>|ubr<K>|rt-vbr<K>|nrt-vbr<K>}:ubr
{tdtype<K>}:tdtype
{NoClpNoScr<K>|ClpNoTaggingNoScr<K>|ClpTaggingNoScr<K>|
ClpTransparentNoScr<K>|NoClpNoScrCdvt<K>}:

noClpNoScr

{Clp01Pcr<K>}:clp01Pcr
{pcrval<U><1,599039>}:10000
{<cr>|priority<K>}:
create traffic descriptor record successfully
TD index =12

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 35

Question
Could you give some examples of ADSL line-profile key

parameters?
How many default traffic table provided by MA5600?

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 36

Chapter 1 xDSL Configuration Flow


Chapter 2 VLAN Description
Chapter 3 Line Profile and Traffic Table
Chapter 4 Configuration Example

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 37

Chapter 4 Configuration Example


4.1 VLAN Configuration
4.2 ADSL2+ Service Configuration
4.3 Ethernet Port Configuration

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 38

Standard VLAN Service Configuration


IP network

To establish the right connection, do

as follows:
Add VLAN 9 in MA5600-A and the
ports 0/7/0 and 0/7/1
Add VLAN 9 in MA5600-B and the
port 0/7/0

A
D

VLAN 9

E
F

0/7/0
0/7/1

SCU

MA5600-A

A
D
E
F

0/7/0
0/7/1

MA5600-B

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 39

SC U

Standard VLAN Service Configuration


Configuration of MA5600-A

Creating/Deleting a standard VLAN


MA5600(config)# vlan 9 standard
Add port 0/7/0 and 0/7/1 to standard VLAN 9
MA5600(config)# port vlan 9
{ frame/slot<S><3,4>|to<K> }:0/7
{ portlist<S><1,256> }:0

MA5600(config)#port vlan 9 0/7/1

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 40

Standard VLAN Service Configuration


Configuration of MA5600-B

Create a standard VLAN


MA5600(config)# vlan 9 standard
Add port 0/7/0 to standard VLAN 9
MA5600(config)# port vlan 9
{ frame/slot<S><3,4>|to<K> }:0/7
{ portlist<S><1,256> }:0

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 41

Standard VLAN Service Configuration


Query the information on a standard VLAN

MA5600(config)#display vlan 9

VLAN ID: 9

VLAN attribute: standard

Standard port number: 2

--------------------------

F/ S/ P

--------------------------

0/ 7/ 0

up

0/ 7/ 1

up

--------------------------

HUAWEI TECHNOLOGIES CO., LTD.

State

All rights reserved

Page 42

Smart VLAN Service Configuration


The Smart VLAN configuration

IP Core

involves:
Add a Smart VLAN
Add a port to a Smart VLAN
Query the information of the Smart

ADEF

ADEF

VLAN

CON
ETH
MON

ADSL2+ link configuration

MA5600
User

User

User...User

vlan 20

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 43

Smart VLAN Service Configuration


Create a Smart VLAN.

MA5600(config)#vlan
{ smart<K>|vlanid<U><1,4000> |attrib<K>}:20
{vlantype<E><mux,standard,smart,super>|to<K> }:smart

Add the upstream port

MA5600(config)#port vlan 20 0/7 0

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 44

Smart VLAN Service Configuration


Add ADSL port 0/12/1 to VLAN 20 (add a single PVC)

MA5600(config)# service-port vlan 20 adsl 0/12/1 vpi 0 vci 35


rx-cttr 2 tx-cttr 2
Add ADSL ports from 0/0/0 to 0/0/31 to VLAN 20 (add multiple

PVC
MA5600(config)# multi-service-port vlan 20 adsl 0/0 0-31 rxcttr 2 tx-cttr 2

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 45

MUX VLAN Service Configuration


IP Core

The MUX VLAN configuration

involves:
Create a MUX VLAN
Add a port to a MUX VLAN

VLAN

ADEF

ADEF

Query the information of the MUX

CON
ETH
MON

ADSL link configuration


MA5600
User

vlan 10

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

User

User...User

vlan 11 vlan 12

Page 46

vlan n

MUX VLAN Service Configuration


Create a MUX VLAN.

MA5600(config)#vlan
{ smart<K>|vlanid<U><1,4000> }:10
{ mux<K>|standard<K>|smart<K>|to<K> }:mux

Add an upstream port

MA5600(config)#port vlan 10 0/7 0

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 47

MUX VLAN Service Configuration


Add a service port to a MUX VLAN (add a single PVC)

MA5600(config)#service-port vlan 10 adsl 0/1/0 vpi 0


vci 35 rx-cttr 0 tx-cttr 0
Add all ADSL and SHDSL ports to MUX VLANs, with the first

port corresponding to VLAN 2. add multiple PVC


MA5600(config)#multi-service-port from-vlan 2 board
0-15 vpi 0 vci 35 rx-cttr 2 tx-cttr 2
Define the encapsulation and other ADSL2+ Link

The Bridge/IPoA/PPPoA encapsulation types are applicable in


MA5600

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 48

Super VLAN Service Configuration


Super VLAN configuration involves:

Create a Super VLAN


Create sub-VLAN and add them to the Super VLAN
Configure the upstream port and service port of the sub-VLAN
Create the L3 interface of the Super VLAN
Enable ARP Proxy

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 49

Super VLAN Service Configuration


Create a Super VLAN

MA5600(config)#vlan 10 super
Create sub-VLAN and add them to the Super VLAN

MA5600(config)#vlan 20 mux
MA5600(config)#vlan 30 mux
MA5600(config)#supervlan 10 subvlan 20
MA5600(config)#supervlan 10 subvlan 30

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 50

Super VLAN Service Configuration


Configure the upstream port and service ports of the sub-VLAN.

MA5600(config)#port vlan 20 0/7 0


MA5600(config)#port vlan 30 0/7 0
MA5600(config)#service-port vlan 20 adsl 0/2/0 vpi 0 vci
35 rx-cttr 0 tx-cttr 0
MA5600(config)#service-port vlan 30 adsl 0/3/0 vpi 0 vci
35 rx-cttr 0 tx-cttr 0

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 51

Super VLAN Service Configuration


Create the L3 interface of the Super VLAN, and specify an IP

address.
MA5600(config)#interface vlanif 10
MA5600(config-if-Vlanif10)#ip address 10.0.0.100 24
Enable global ARP Proxy function.

MA5600(config)#arp proxy enable


Enable ARP Proxy function on the VLAN interface.

MA5600(config-if-Vlanif10)#arp proxy enable

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 52

Chapter 4 Configuration Example


4.1 VLAN Configuration
4.2 ADSL2+ Service Configuration
4.3 Ethernet Port Configuration

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 53

Configure ADSL2+ Service


Ethernet cable

MUX

CON
ETH
MON

VLAN 2

Service port:0/1/0

Uplink port:0/7/0
SCUA

ADEF

Twisted line

MA5600
PC

BRAS

MODEM

PVC:0/35

Service type:
UBR
Upstream:
512K
Downstream:
2M

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 54

Configure Steps
Step1:

Step2:

Step3:

Step4:

Create the service VLAN

Configure the uplink port of service VLAN

Configure the ADSL2+ physical port

Configure the service port

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 55

Configuring Service VLAN


Step1:Create the service VLAN

MA5600(config)#vlan
{vlanid<U><2,4000>|vlanlist<S><1,64>|attrib<K>|car<K>}: 2
{vlantype<E><mux,standard,smart,super>|to<K>}: mux

Step2:Configure the Uplink port of service VLAN

MA5600(config)#port vlan
{vlanid<U><1,4000>|vlan-list<S><1,64>}: 2
{frameid/slotid<S><1,15>}: 0/7
{portlist<S><1,64>}:0

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 56

Query ADSL Line-profile


Query the default ADSL line-profile in the system

MA5600(config)#display adsl line-profile

-----------------------------------------------------Profile Operating Channel Min Max Down Min Up Max Up


Index Mode
Mode
Rate(Kbps)
Rate(Kbps)
-----------------------------------------------------1
All Interleaved
32 6144
32 640
2
All Fast
32 2048
32 512
1000 All Fast
32 6144
32 640
1001 All Interleaved
32 6144
32 640
1002 All Interleaved
32 24544
32 1024
-----------------------------------------------------Total:
5

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 57

Configuring the Physical Port


Step3:Configure the ADSL physical port

Deactivate the physical port


MA5600(config)#interface adsl 0/1
MA5600(config-if-adsl-0/1)#deactivate 0
Activate the physical port binding the new ADSL line-profile
MA5600(config-if-adsl-0/1)#activate
{portid<U><0,15>|all<K>}:0

<cr>|profileIndex<U><1,16>}:2

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 58

Configuring the Service Port


Step4:Configure the service port

MA5600(config)#service-port vlan
{vlanid<U><1,4000>}:2
{vdsl<K>|lan<K>|ima<K>|adsl<K>|shdsl<K>|atm<K>|e3/ds3<K>}:adsl
{frameid/slotid/portid<S><1,15>}:0/1/0
{vpi<K>|rx-cttr<K>}:vpi
{vpi<U><0,4095>}:0
{vci<K>}:vci
{vci<U><32,65535>}:35
{rx-cttr<K>|multi-service<K>}:rx-cttr
{rx-index<U><0,511>}:5
{tx-cttr<K>}:tx-cttr
{tx-index<U><0,511>}:2

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 59

Query the ADSL Configuration


Query the service VLAN

MA5600(config)#display vlan all


Query the service VLAN

MA5600(config)#display vlan 2
Query the physical port state and line speed

MA5600(config-if-adsl-0/1)#display port state 0


Query the service port configuration

MA5600(config)#display service-port

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 60

Verification
ADSL modem indicator

ADSL Link: ON
Ethernet Link: ON
PPPoE terminal

Input username and password


Get the ip address from BRAS
User can get access to the Internet

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 61

Chapter 4 Configuration Example


4.1 VLAN Configuration
4.2 ADSL2+ Service Configuration
4.3 Ethernet Port Configuration

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 62

Ethernet Port Configuration


The Ethernet port can be used as uplink port and cascading port.

CON
ETH
MON

SCUK

ADEF

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 63

Ethernet Port Configuration


Set duplex mode of an Ethernet port

MA5600(config-if-scu-0/7)# duplex 0 full


Set the bit rate of an Ethernet port

MA5600(config-if-scu-0/7)# speed 0 1000m


Set an Ethernet ports network cable type

MA5600(config-if-scu-0/7)# mdi 0 auto

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 64

Ethernet Port Configuration


Enable/Disable flow control function to a port

MA5600(config-if-scu-0/7)# flow-control 0
Enable/Disable traffic suppression

MA5600(config-if-scu-0/7)# traffic-suppress all broadcast


value 1
Configure a Port's MAC address learning attribute

MA5600(config)# mac-address max-mac-count adsl 0/10/1


vpi 0 vci 35 10

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 65

Ethernet Port Configuration


Enable/Disable Port Aggregation

MA5600(config-if-scu-0/7)#link-aggregation 0-1 ingress


MA5600(config-if-scu-0/7)# display link-aggregation

-----------------------------------------------

Master port Sub-ports

-----------------------------------------------

Mode

ingress

-----------------------------------------------

Tips:
Tips:
There
Thereare
aretwo
twolink-aggregation
link-aggregationmodes:
modes:ingress-egress
ingress-egressand
andingress
ingress
HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 66

Ethernet Port Configuration


Query the configuration of an Ethernet port

MA5600(config-if-scu-0/7)# display port state all


------------------------------------------------------------------------------------- Port Port Optic Native MDI Speed Duplex Flow- Active Link

ype Status VLAN

(Mbps)

--------------------------------------------------------------------------------------

0 GE absence

1 GE absence

Control State

1000
1000

full

on

full

on

active offline
active offline

--------------------------------------------------------------------------------------

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 67

Questions
Could you list out how many statuses does a xDSL port

have? How to switch to each other between them?


How to bind the ADSL line-profile to ADSL port?
How to bind the traffic table to PVC ?

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 68

Summary
Please Describe

The key steps of ADSL2+ service.


How to use the ADSL2+ line-profile?
How to use the traffic table?

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 69

Thank You
www.huawei.com

Vous aimerez peut-être aussi