2013年10月31日星期四

Huawei NE40E Router Configuration

Huawei NE40E is based on a 400G platform, which is designed to save energy. Each slot has a forwarding capacity of 400Gbps, and the bandwidth of each slot can be smoothly expanded from 40Gbps to 400Gbps, satisfying the bandwidth demands of the next three to five years. The NE40E is compact in design and the interface density can reach 160 x 10G for a single NE40E and 240 x 10G for a single cabinet, which greatly saves space.

ip netstream sampler fix-packets 1000 inbound
 ip netstream sampler fix-packets 1000 outbound
 ip netstream export source 1.1.1.1
 ip netstream export host 1.1.1.2 9996

ip netstream aggregation protocol-port
 enable
 export version 9

slot 1
 ip netstream sampler to slot self


and on interfaces from which I want to get data

ip netstream in

Performing the configuration, to my surprise the command which is used to configure ACL in other Huawei routers didn’t work in our newly bought NE40E Router. It was because since the router was bought recently, it had updated Version-V300R002_11(OS for Huawei router).

I figured out new way to do it ….so thought it would be useful for people if I share it on my blog.


For more OSN 550 information please click here

2013年10月30日星期三

How to configure IP Address on Huawei S2300 switch and Cisco 3560 switch?

Huawei Quidway Switch S2300, S2326TP-EI Mainframe(24 10/100 BASE-T ports and 2 Combo GE(10/100/1000 BASE-T+100/1000 Base-X) ports and DC -48V

hq-sanjose(config)# interface loopback 0
Create loopback interface 0
hq-sanjose(config-if)# ip address 10.1.2.1 255.255.255.0
Assign an IP subnet and address to loopback 0. This subnet is used for the creation of your IP address pool1 .
hq-sanjose(config-if)# exit
Exit back to global configuration mode.
hq-sanjose(config)# ip local pool dialin_pool 10.1.2.2 10.1.2.97
Create a pool of IP addresses for assigning to the remote nodes2 .
hq-sanjose(config)# async-bootp dns-server 10.2.2.3 10.2.3.1
Specify the domain name servers on the network, which can be used for clients dialing in with PPP.
The system view is displayed.
ip route-static ip-address { mask | mask-length } { nexthop-address | interface-type interface-number [ nexthop-address ] } [ preference preference | tag tag ] * track bfd-session cfg-name [ description text ]
A public network static IPv4 route is bound to a BFD session.

NOTE:
Before binding a static route to a BFD session, ensure that the BFD session and the static route reside on the same link.
Only the S6700, S5710HI, S5700EI, S5710EI, and S5700HI support BFD for static routes.
Administrators commonly create a loopback interface and new subnet if their existing Ethernet subnet has all its IP addresses already consumed. Loopback interfaces are very stable and do not go up and down as LAN interfaces may.


For more Huawei S2326TP-EI-AC information please click here

2013年10月29日星期二

How to configure Packet Filtering on Huawei S2300 switch?

The LS-S2309TP-EI-DC is mainly deployed on the IP MAN and intranets, meeting requirements of carrying various Ethernet services and accessing the Ethernet. Based on the new generation high-performance hardware and Huawei Versatile Routing Platform (VRP)

Step 1 Run:
system-view
The system view is displayed.
Step 2 Run:
traffic behavior behavior-name
A traffic behavior is created and the traffic behavior view is displayed.
Step 3 Run:
permit
Packets matching traffic classification rules are forwarded based on the original policy.
Step 4 Run:
deny
Packets matching traffic classification rules are not forwarded.

NOTE:
In a traffic behavior, the action permit and other traffic actions take effect by sequence; when the action deny is configured, other actions except traffic statistics and flow mirroring can be configured but do not take effect.
When you specify a packet filtering action for packets matching an ACL, if the ACL rule defines permit, the device processes packets according to the action (deny or permit) in the traffic behavior. If the ACL rule defines deny, the device discards packets regardless of whether deny or permit is configured in the traffic behavior.



For more S2309TP-SI information please click here

2013年10月28日星期一

How to configure file of the Switch on Huawei S3328TP-PWR-EI switch?

ow to configure file of the Switch on Huawei S3328TP-PWR-EI switch?

Huanetwork.com offers Huawei Quidway S3300 series switches, which are new generation Ethernet intelligent access switches. Based on the new generation high-performance hardware and Huawei Versatile Routing Platform (VRP), the S3300 Quidway switch supports rich and flexible service features and thus improves the operability, manageability, and service expansibility, fully meeting the requirement of flexible networking.

#
sysname Switch
#
vlan batch 100 110 120
#
qos car car1 cir 9000 cbs 1692000      
#
traffic classifier c1 operator and
 if-match vlan-id 120
traffic classifier c2 operator and
 if-match vlan-id 110
traffic classifier c3 operator and
 if-match vlan-id 100
#
traffic behavior b1
 car cir 2000 pir 10000 cbs 250000 pbs 1250000 green pass yellow pass red discard
 car car1 share
 remark dscp ef
 statistic enable
traffic behavior b2
 car cir 4000 pir 10000 cbs 500000 pbs 1250000 green pass yellow pass red discard
 car car1 share
 remark dscp af33
 statistic enable
traffic behavior b3
 car cir 4000 pir 10000 cbs 500000 pbs 1250000 green pass yellow pass red discard
 car car1 share
 remark dscp af13
 statistic enable
#
traffic policy p1
 classifier c1 behavior b1
 classifier c2 behavior b2
 classifier c3 behavior b3
#
interface  GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 100 110 120
 traffic-policy p1 inbound
#
interface  GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 100 110 120
#
return

For more Huawei S3352P-PWR-EI information please visit: www.huawei.com

2013年10月25日星期五

How to Configure the User Authentication Mode on the Console User Interface on Huawei?

Questions:
How to configure the User Authentication Mode on the Console User Interface on Huawei ME60?

Answer:
Run:system-view,The system view is displayed.
Run:user-interface console interface-number,The console user interface view is displayed.
Run:authentication-mode aaa,The user authentication mode is set to AAA.
Run:quit,Exit from the console user interface view.
Run:aaa,The AAA view is displayed.
Run:local-user user-name password { cipher | irreversible-cipher } password,The local user name and password are configured.
Run:local-user user-name service-type terminal,The service type of the local user is set to terminal.
Run:quit,The user quit the AAA view.
Run:system-view,The system view is displayed.
Run:user-interface console interface-number,The console user interface view is displayed.
Run:authentication-mode password,The user authentication mode is set to password.
Run:set authentication password [ cipher password ],The authentication password is configured. You can enter a password in plain text or cipher text.
Run:system-view,The system view is displayed.
Run:user-interface console interface-number,The console user interface view is displayed.
Run:authentication-mode none,The authentication mode is set to non-authentication.

NOTE:
The password can be in plain text or cipher text. When the cipher password parameter is not specified, enter the plain text password in interactive mode. When the cipher password parameter is specified, enter either plain or cipher password. No matter which type of password you enter, the password is saved in the configuration file in cipher text.

For more Huawei news about Price ans Specification, you can click here.