2014年2月25日星期二

Configuring the ISDN PRA Service

This topic is applicable to the scenario where the ISDN users are connected to the Huawei MA5680T   /MA5603T/MA5608T through the ISDN primary rate interface (PRI).

Add the EDTB board.
According to the data plan, add an ISDN PRA service board to slot 0/2.
huawei(config)#board add 0/2 h802EDTB
Add an IUA link set and IUA links.
In the SIGTRAN mode, configure the SIGTRAN protocol stack. Add an IUA link set, and then add IUA links.
huawei(config)#sigtran
huawei(config-sigtran)#iua-linkset add 1 mgid 0 jointly-work enable trafficmode override
iid-map 2 pendingtime cs-mode client
huawei(config-sigtran)#iua-link add 15 1 1401 10.13.4.116 1400 10.14.1.2
jointly-work-with primary-mgc priority 3
 NOTE:
All the ISDN call control messages are sent from the IUA link to the softswitch, whereas the system uses the bearer control messages to communicate with the softswitch through H.248.
Configure the ISDN PRA user data.
huawei(config-sigtran)#quit
huawei(config)#esl user
huawei(config-esl-user)#mgprauser add 0/2/0 0 1 interfaceid 1 terminalid 512

 NOTICE:
Each ISDN PRA user occupies 32 TIDs. You need to input only the first TID when adding an ISDN PRA user.
When the TID profile to which the ISDN PRA user of the MG interface is bound is not a layering profile, the TID must be configured and cannot be within the configured TID range.
When the TID profile to which the ISDN PRA user of the MG interface is bound is a layering profile, the configuration MA5600T    of the TID parameter is not available because the system automatically allocates the TID.

2014年2月20日星期四

Configuring the Sub-interface

Configure ME60 

# Configure link layer protocol as FR on POS 1/0/0 of ME60 A.

<HUAWEI> system-view

[HUAWEI] sysname ME60A

[ME60A] interface pos 1/0/0

[ME60A-Pos1/0/0] link-protocol fr

[ME60A-Pos1/0/0] undo shutdown

[ME60A-Pos1/0/0] quit

# Configure the sub-interface POS 1/0/0.1 on ME60 A, and assign VC for it.

[ME60A] intrface pos 1/0/0.1 p2p

[ME60A-Pos1/0/0.1] ip address 202.38.160.1 255.255.255.0

[ME60A-Pos1/0/0.1] undo shutdown

[ME60A-Pos1/0/0.1] fr dlci 50

[ME60A-fr-dlci-Pos1/0/0.1-50] quit

# Configure the sub-interface POS 1/0/0.2 on ME60 A, and assign VC for it.

[ME60A] interface pos 1/0/0.2 p2p

[ME60A-Pos1/0/0.2] ip address 202.38.161.1 255.255.255.0

[ME60A-Pos1/0/0.2] undo shutdown

[ME60A-Pos1/0/0.2] fr dlci 60

[ME60A-fr-dlci-Pos1/0/0.2-60] quit

# Configure the static routes from ME60 A to LAN2 and LAN3.

[ME60A] ip route-static 129.10.0.0 255.255.0.0 202.38.160.2

[ME60A] ip route-static 129.11.0.0 255.255.0.0 202.38.161.2

 NOTE:


This example mainly explains sub-interface configuration. ME60 B and ME60-X3     do not require sub-interfaces configuration.

2014年2月18日星期二

Configuration Example of the RADIUS Authentication

The MA5620    is interconnected with the RADIUS server through the RADIUS protocol to implement authentication.

Configure the authentication scheme.

Configure authentication scheme newscheme (users are authenticated through RADIUS).

huawei(config)#aaa

huawei(config-aaa)#authentication-scheme newscheme

huawei(config-aaa-authen-newscheme)#authentication-mode radius

huawei(config-aaa-authen-newscheme)#quit

huawei(config-aaa)#quit

Configure the RADIUS protocol.

Create RADIUS server template template1. RADIUS server 10.10.66.66 functions as the primary authentication server, and RADIUS server 10.10.66.67 functions as the secondary authentication.

huawei(config)#radius-server template template1

 Note: Create a new server template

huawei(config-radius-template1)#radius-server authentication 10.10.66.66 1812

huawei(config-radius-template1)#radius-server authentication 10.10.66.67 1812 secondary

huawei(config-radius-template1)#quit

Create a domain.

Create domain isp1.

huawei(config)#aaa

huawei(config-aaa)#domain isp1

  Info: Create a new domain 

Reference the authentication scheme.

You can reference an authentication scheme in a domain only after the authentication scheme is created.

huawei(config-aaa-domain-isp1)#authentication-scheme newscheme

Reference the RADIUS server template.

You can reference a RADIUS server template in a domain only after the RADIUS server template is created.

huawei(config-aaa-domain-isp1)#radius-server template1


huawei(config-aaa  MA5680T   -domain-isp1)#quit

2014年2月12日星期三

How to configuring Huawei MA5600

Configure MA5600    the IP address of the L3 interface.

huawei(config)#vlan 2 smart

huawei(config)#port vlan 2 0/7 0

huawei(config)#interface vlanif 2

huawei(config-if-vlanif2)#ip address 10.0.0.1 24

huawei(config-if-vlanif2)#quit

Enable OSPF and specify the area ID to which the interface belongs.

huawei(config)#ospf

huawei(config-ospf-1)#area 0

huawei(config-ospf-1-area-0.0.0.0)#network 10.0.0.0 0.0.0.255

huawei(config-ospf-1-area-0.0.0.0)#quit

huawei(config-ospf-1)#quit

Configure the OSPF router ID.

huawei(config)#router id 1.1.1.1

Configure three static routes.

huawei(config)#ip route-static 20.0.0.1 32 vlanif 2

huawei(config)#ip route-static 30.0.0.1 32 vlanif 2

huawei(config)#ip route-static 40.0.0.1 32 vlanif 2

Import static routes into the OSPF routing table to improve its capability of obtaining routes.

huawei(config)#ospf

hawei(config-ospf-1)#import-route static

hawei(config-ospf-1)#quit

Save the  MA5600T    data.


huawei(config)#save

2014年2月11日星期二

5680t 813e data do

MA5680T   813e, the data do, what is the business of the VLAN command?

8.1 EPON ONT template

EPON ONT template includes DBA template, template, template line business, this task introduce these template configuration.

8.2 create VLAN

Creating the VLAN VLAN base configuration and business, in the VLAN configuration before the need to ensure that VLAN has been created according to the actual planning.

8.3 uplink port configuration

Uplink docking port and the upper equipment, in order to make the data on the device can be forwarded to the network through the uplink port, and transmitting data upper network forwarding to the uplink port user side.

Configure EPON ONT 8.4

MA5680T/MA5683T provides services to end users through the ONT, MA5680T/MA5683T and ONT channel up, MA5680T/MA5683T to manage ONT, ONT to work properly.

Configure the EPON port 8.5

The Huawei GPON   port must be opened to work properly and bearing business, the task of open EPON port configuration port, and related properties.


8.6 to create EPON service flow

2014年2月10日星期一

Configuring Remote Port Mirroring

Remote mirroring is not applicable to the NE80E/NE40E-X3   in the LDP over TE and TE links switchover scenarios.

Run:

system-view

The system view is displayed.

Run:

interface interface-type interface-number

The interface view is displayed.

Run one of the following commands as required:

Run the port-mirroring instance-name inbound [cpu-packet ] command to observe the inbound traffic on the remote mirroring port.

Run the port-mirroring instance instance-name outbound command to observe the outbound traffic on the remote mirroring port.


Run the port-mirroring remote { inbound | outbound } command to configure NE40E-X8   remote port mirroring for inbound or outbound traffic.