Thursday, May 19, 2011

HUAWEI SmartAX MA5300 series IP DSLAM step by step configuration

HUAWEI SmartAX MA5300 series IP DSLAM step by step configuration



In this article we configure a MA5300 DSLAM with EADB boards and a ESMB board for ADSL2+ service.
Configuration of the maintenance terminal mainly involves:
-  Local serial terminal configuration.
-  Telnet terminal configuration.
Configuring Serial Terminal

 
You can use the HyperTerminal software operating under Windows operating system
to configure the serial terminal.
Use a normal consol cable like ones that use for Cisco devices. After connecting to DSLAM you can see the prompt for username and password (by default, for HUAWEI MA5300 DSLAMs the super username is “root” and password is “admin”) and wait until the command line prompt (such as MA5300>) appears then you can enter the enable mode:
MA5300>enable
MA5300#   
Telnet terminal configuration
You can configure the MA5300 Telnet environment through the out band port (namely
the ETH port) default IP for this port is 10.11.18.1/16 and you should use straight cable and use telnet command.
To configure Telnet using the ETH port, you should set correctly the IP address and
the reachable route for the MA5300’s ETH port through the serial port first. After that,
you can Telnet to the MA5300 through Local Area Network (LAN) and Wide Area
Network (WAN) for configuration.
MA5300#configure terminal
MA5300(config)#interface M-Ethernet 7/0/1
MA5300(config-if-M-Ethernet7/0/1)#ip address x.x.x.x y.y.y.y
(x.x.x.x is the IP address and y.y.y.y is subnet mask)
MA5300(config)#ip route 0.0.0.0  0.0.0.0 z.z.z.z
(z.z.z.z is the network gateway)

You can configure the MA5300 Telnet environment through the inband port (namely the Fast Ethernet/Gigabit Ethernet (FE/GE) port) To configure Telnet using the inband port, you should correctly configure the VLAN IP address and the reachable route for the inband port. After that, you can use Telnet to log on to the MA5300 through LAN and WAN for configuration.

MA5300(config)#interface vlan-interface 1
MA5300(config-if-Vlan-interface1) #
MA5300(config-if-Vlan-interface1)# ip address x.x.x.x y.y.y.y
(x.x.x.x is the IP address and y.y.y.y is subnet mask)
MA5300(config)#ip route 0.0.0.0  0.0.0.0 z.z.z.z
(z.z.z.z is the network gateway)
We assueme that you connect to DSLAM from now we need to add boards with this command:
MA5300(config)#board  add 0/0 eadb
(eadb is the board type)
Then we may set the IP address for FE/GE port
MA5300 (config)#interface ethernet 7/2/0
MA5300 (config-if-Ethernet7/2/0) #switchport mode trunk
In this scenario we decide to separate user's vlan from management's vlan so we define vlan2 for management purpose and when you assign an IP for that vlan you should have a reachable route :
MA5300 (config)#interface vlan-interface 2
MA5300 (config-if-Vlan-interface2) # ip address 10.32.0.2 255.255.255.128
MA5300 (config-if-Vlan-interface2) #exit
MA5300 (config) # ip route 0.0.0.0 0.0.0.0 10.32.0.1
For ADSL users there is a Specific vlan named " smart vlan" this vlan type isolate  ADSL ports.
MA5300(config)#vlan 10
MA5300(config-vlan10)#vlan-type smart
MA5300(config-vlan10)#
Users are downport and the FE/GE port is upport  of this vlan
MA5300(config-vlan11)#svlan-upport ethernet 7/2/0 (Outbound)
MA5300(config-vlan11)#svlan-downport adsl 0/0/0 to adsl 0/0/47  (Customers)
To assign a profile of properties to ADSL ports there is a template named " Line-profile" first we should define a line-profile an then assign it to ADSL ports:
 MA5300 (config) #adsl line-profile add
>|INTEGER<3,256>|name}:110
  Start profile 110 adding.
  During input, press 'CTRL+C' to quit, then settings at this time are neglected.
  Please choose the type of template 0-ADSL 1-ADSL2+ (0~1) [0]: 1
>Will you set basic configuration for modem? (Y/n)[n]:
>Will you set channel mode? (Y/n)[n]:
>Will you set interleave delay? (Y/n)[n
>Will you set rate adapt mode? (Y/n)[n]: y
>Adapt mode in downstream 1-fixed 2-adaptAtStartup 3-adaptAtRuntime (1~3) [2]: 1
>Adapt mode in upstream 1-fixed 2-adaptatStartup 3-adaptatRuntime (1~3) [2]: 1
>Will you set noise margin for modem? (Y/n)[n
>Will you set parameters for rate? (Y/n)[n]: y
>Minimum bit rate in downstream (32~28800 Kbps) [32]:
>Maximum bit rate in downstream (32~28800 Kbps) [24544]: 1024
>Minimum bit rate in upstream (32~3480 Kbps) [32]:
>Maximum bit rate in upstream (32~3480 Kbps) [1024]: 512
  Add profile 110 successfully

To assign the line-profile to adsl ports use this command:
MA5300(config)#adsl activate adsl 0/0/0 to adsl 0/0/47 110
(110 here is the name of the line-profile)

By default the VPI/VCI  is 0/35 to change the value follow these commands:
MA5300 (config)#interface adsl 0/0/0
MA5300 (config-if-Adsl0/0/0)#adsl pvc vpi 0 vci 67
These was the basic configuration if you need more you should refer to user manual.

No comments:

Post a Comment