2013年10月21日星期一

Where to buy Huawei WDM: OSN 6800, OSN 8800

OptiX OSN 8800 is mainly applied to the national trunk, regional / provincial trunk and part ofmetro core site, its large capacity OTN scheduling capability and long wave characteristics is the basic characteristic, integration with ROADM, T-bit, 100M-100G, cross grain schedulingphotoelectric intelligent, 40G/100G, rich management and protection function, the OTN/WDM backbone transmission can be constructed end-to-end solutions for operators, large capacity and ultra broadband intelligent transmission scheduling.
OSN 6800 has a gathering, transmission and cross ability, in support of the three layerstructure of dynamic traffic grooming (optical cross connect, ODU cross connection and integration of LAN Switch), GMPLS integrated intelligent control plane, large capacity andlong distance transmission advantage and have similar SDH/SONET management ability and WDM. Platform using ROADM, tunable optical module, ASON/GMPLS, 40G, LAN,Switch, ODB/eDQPSK and other advanced technology, architecture is more flexible, more suitable for broadband transmission.
Huawei WDM/OTN series end-to-end intelligent optical transport platforms are applicable to the backbone core layer, metropolitan core layer, metropolitan aggregation layer, and metropolitan edge access layer. Huanetwork.com wholesales Huawei WDM products, include Huawei OSN 6800, OSN 8800. Get the best price Huawei WDM products from Huanetwork.com, ships to worldwide.
Contact info:
Telephone: +852-30501940(Hong Kong)
Email:   sales@huanetwork.com(Sales Inquiries)
Address: 3/F, China Fen Hin Bld., 5 Cheung Yue St., Cheung Sha Wan, KLN., Hong Kong

Website: http://www.huanetwork.com

2013年10月17日星期四

Datasheet and price: Huawei switch S2700-9TP-EI-AC: US$197.00

Datasheet of the S2700-9TP
8 10/100Base-TX Ethernet ports, 1 10/100/1000Base-T Ethernet ports, 1 Multiplexing Gigabit Combo SFP
EI version provides AC or DC power supply two models, SI version provides AC power supply models
The forwarding performance: 2.7Mpps
Exchange capacity: 32Gbps

Network standard IEEE: 802.3, IEEE 802.3u, IEEE 802.3ab, IEEE 802.3z, IEEE 802.3x, IEEE802.1Q, IEEE 802.1d, IEEE 802.1X
VLAN supports the VLAN function
The network management function support network management function
Duplex transmission support full duplex
The MAC address table: 8K

Dimensions: 250 x 180 x 43.6mm
The power supply voltage of AC: 100-240V
Maximum power <14.5W
Weight <1.4Kg
Working temperature: 0-50
Humidity: 10%-90%
Storage temperature: -5-55
Storage humidity: 10%-90%

Price of the S2700-9TP-EI-AC
The best price according to my search form from the huanetwork.com: US$197.00,
Contact info:
Telephone: +852-30501940(Hong Kong)
Email:   sales@huanetwork.com(Sales Inquiries)
Address: 3/F, China Fen Hin Bld., 5 Cheung Yue St., Cheung Sha Wan, KLN., Hong Kong
Website: http://www.huanetwork.com

Huawei S2700 series enterprise switches (hereinafter referred to as S2700) is the intelligent fastEthernet access switches to a new generation of green energy-saving Huawei Company. It is based on a new generation of switching technology and Huawei VRP (Versatile RoutingPlatform) software platform, can provide a simple and convenient installation and maintenance, at the same time fusion network deployment, perfect safety and the control strategy of QoS, green environmental protection and other advanced technology and flexible,which can meet the Ethernet multi service bearer and access to enterprise users, powerbuilding future oriented IT network.
● Easy Operation
The built-in 6KV lightning protection technology
● 802.1x authentication and MAC authentication
● PoE+
S2700 series type device, provides the Standard Version (SI) and enhanced version (EI) of two kinds of product model. Compared to the S2700-SI series, S2700-EI series of increase of QinQ, ACL, 802.1X features suppor

2013年10月14日星期一

Example: How to quickly set the Huawei router (2)

Below we give an example to explain.
1, the definition of the router machine name
If you want to define the router machine named huawei2611, use the following command:
Router enable AR1200
Password:******
Router#config terminal
Router (config) #hostname? Huawei2611
2, setting the privileged mode password
The router operation, type enable to input corresponding password. In order to set the password, should use the following command in the configuration mode:
Router (config) #enable secret mypassword
In order to change the password for mypassword.
3, configure the Ethernet port information
Enter the following command in the configuration mode:
Router (config) #interface Ethernet? 0/0
Router (config-if) #ip address 255.255.255.0 202.102.224.25?
Router (config-if) #ip net inside
4, the configuration of synchronous port
Router (config) #interface serial 0/0
Router (config-if) #ip address 202.102.211.108 255.255.255.248
Router (config-if) #ip net outside
5, add static route
In the Internet access mode, using the static routing, it needs to be a static route records are added, as follows:
Router (config) #ip router 0.0.0.0 0.0.0.0 202.102.211.107?
6, other configuration
Router (config) #ip net inside source list 1 ethernet0/0 overload
Router (config) #access-list 1 permit any
Configure router has 2 main types, one is manual configuration, access to the IOS, the router configuration through the command line mode;
Another is to run the Setup program, which is a IOS provides interactive configurationsoftware, suitable for new users on the IOS command is not too familiar, users in the studyIOS configuration command, using manual methods of router configuration can greatlyimprove the efficiency of.
IOS has more than one level Huawei AR2200 of other operations, on different levels, use the command, configuration can not, too.


How to quickly set the Huawei router (1)

Use webpage login router settings, Huawei AR1200 believe that every webmaster all know how to do, but in some cases in order to secure our webpage will forbid login, then we can only through thecommand line mode settings, this article to Huawei router as an example, is how to configure the router is introduced using the command.
1, user mode: a terminal or Telnet into the router system will prompt the user to enter a password, enter a password to enter the first stage, namely the user mode level. At this point, the system prompt for. If the router name for the huawei2611, will prompt forhuawei2611. At this level, some of the basic state of the user can only view the router, could not be set.
2, the privileged mode: input enable in user mode, and then enter the password, enter the second stage privileged mode. The system prompt privileged mode is #, at this level, the user can use the show and debug commands are configuration check. This is not the router configuration changes, if you want to modify the router configuration, also have to enter the third stage.
Huawei2611 enable
Password:*******
Huawei2611#
3, the configuration mode: this mode, allows users to truly change the routerconfiguration. Method of entering the third stage is enter the command config terminal in privileged mode, the corresponding prompt for (config) #, at this time, the user can modify the router configuration, such as a router configuration static routing table, detailed configuration commands need reference router with Zhi Wendang.
Huawei2611#config terminal
Huawei2611 (config) #
4, interface configuration mode: from the ROM into the program, and then from FLASHinto IOS ROM?, then find and router configuration file loading in NVRAM, to configure the port,need to enter interface configuration mode. For example, we want to configure the Ethernetport 0, need to use the command interface ethernet0.
Buy Huawei router Huawei 2611 (config) #interface Ethernet0
Huawei 2611 (config-int) #

 More information, please view: http://www.huanetwork.com

2013年10月11日星期五

How to choose suitable router? Tips

According to different brand, router Huawei NE40E-X3 can be divide into variety of models, which one is what we need best? Now, here are the tips for you to choose a suitable router.
First, the broadband router, generally divided into 150M and 450M, of course, choose the 450M router will be better.
Second, the wireless router's price is more expensive than the wired router, because our mobile phone, laptop computer and wireless terminal equipment be connected by WIFI.So don't have wireless function wired router is seldom considered.
Then there is the wireless switch wireless router, this is generally prevent loiter net used,with wireless switch or wireless router, a switch can be opened or closed according to thewireless radio.
Then there is the said wireless signal strength. When obstacles connection distance and the middle of the lot, then the signal is not so good.
Then said is the WDS function. Basic now most routers support wireless bridging function,according to your needs, you can observe your router is provided with this function, is what we call the WDS function:
Finally is the Huawei NE40E-X8 router and the speed limit traffic function. Some routers can support to limit the flow according to the agreement and other methods, and other methods, this is according to their own needs.
Hope can help you!
More information, please view: http://www.huanetwork.com


2013年10月8日星期二

Principle and configuration method of Huawei router port mapping

NAT address translation of a port mapping the fact MA5608T that we often say, its function is put in thepublic network address conversion into private address, the ADSL broadband router routeswith a dynamic or fixed public IP, ADSL directly connected to the HUB or switch, all thecomputer Internet sharing. When only one external address of ADSL, such as 61.177.0.7.The internal IP is private address, for example, ADSL is set to 192.168.0.1, the computer isarranged for 192.168.0.2 to 192.168.0.254.
How to realize the function of NAT in broadband router? General router can use virtual server settings and open host (DMZ Host). Different port virtual server can be provided by the users themselves on demand service definition, and open the host is the IP address, cancel thefirewall function, the single IP address mapped directly to an external IP on LAN, without what is the tube port, which supports only one internal computer.
Port mapping is the most commonly used in the network server is using a private IP address, but many netizens hope to the server IP address by using a port mapping to see the server in the public network, here, we need to make clear the port number, services such as HTTP service, 80, FTP the service is the 20 and the 21 and two ports.
Here we take the 80 port is the most commonly used as an example, set up a virtual HTTP server, assuming the internal HTTP server IP address is 10.0.0.10.
The first step, losing [url]http://10.0.0.2[/url] in the browser, enter the other configuration page,modify the HASB-100 HTTP service port, not recommended to close, because usually use WEB to set the HASB-100, the HTTP server port to 81. Submit and restart.
The second step, open the HASB-100 control page [url]http://10.0.0.2:81[/url] into a virtualserver page, fill in the order of public port number 80, private port 80, port type is TCP, IP address of host 10.0.0.10. After clicking "add the setting", and then save it and restart HASB-100, setup is complete. Outside this time by entering the HASB-100 IP address in the IE canaccess to the internal 10.0.0.10, of course 10.0.0.10 to open HTTP service.
Once again the virtual server FTP, note that FTP is the two port, 20 and 21, two are to bemapped, method is same as above. First of all, closed in the other configuration page,HASB-100 FTP service. Submit and save. Then add two virtual server page can, like the HTTP, there is not much to say.
In other settings, there is a DMZ set, is off by default, must be open to open the LAN virtualserver functions.
Into the router, click "setting" - > "NAT" > "add".
"REDIRECT selection rule type".
Select the "TCP agreement".
The local address input your computer address, such as "192.168.0.2".
The starting and destination port to select "HTTP80", if the mapping other port, please select"any other port", and enter the port number on the right.
Terminate the destination port, destination port and start the same. If you want to map arange of ports, such as "60000-60020", the initial destination port is set to 60000, the termination of the destination port is set to 60020.
Finally, click on the submit. In the main menu midpoint advanced, one forwarding the next menu, to set up webserver in the internal pc192.168.1.2 X1CA as an example:
Extport:80to80
Ipaddress:192.168.1.2
Then click on the "apply" on it.
More information, please view: http://www.huanetwork.com


2013年10月7日星期一

Huawei router AR3200, supports a wide range of converged Services

AR G3 series is the third generation of enterprise routers Huawei launched in 2011, its latestmulti-core, non blocking switching, multi task processing of the third generation of enterpriserouter architecture based on mobile and fixed, provide two kinds of network access, support the "multi service All In One" in one treatment, followed by the mobile office in 2012 (BYOD)innovation boom, joined the AC (wireless access controller) function, realizes the wireless access and management of flexible and convenient, fully meet the new demands of high-speed development of enterprise business. Today, we will Huawei AR3200 series enterpriserouter you a detailed explanation of the AR series of G3.
AR3200 series router receives the Huawei in the field of data communication, wireless communication, PON access and soft switching the deep accumulation, and relying onindependent intellectual property rights of the VRP platform, including wired and wirelessInternet access, access, PBX, fusion of communication and security function, suitable for large and medium-sized network export, large and medium-sized corporate headquarters or a branch of the scene.
Support for multiple integration of business
Huawei AR3260 support routing, switching, voice, security, WLAN and other integration business, industry leading performance, can continue to meet the development needs of the business diversification. At the same time the support rich access and uplink interface, canfit a variety of terminal, can realize the flexible access.
In the speech, it integrates a variety of voice features, including a built-in PBX, SIP server,SIP access gateway based voice function; at the same time, IVR provides a multiparty callqueuing automatic connection, customized ringing tone, vibration, vibration, along with one number, ticket management, user management, rich voice value-added service; andintelligent call the routing function, can ensure high availability of voice service; coupled with the jitter buffer, echo cancellation, packet loss compensation mechanism, can ensure the best voice service experience. In general, AR3260 data network to meet the demand of enterprise voice calls, to provide a more flexible and effective means of communication for the enterprise.
In the aspect of security, the AR3260 has a built-in firewall; port security mechanisms to support 802.1x, MAC address, Portal certification, can realize Radius, HWTACACS and other certification; and IPSec VPN, GRE VPN, DSVPN, SSL VPN, L2TP VPN. AR3260 control, the user access packet detection and active defense, to form a complete set ofsecurity mechanism, at the same time the business smoothly to effectively protect theenterprise network security, users achieve the maximum return on investment.
AR3260 fully supports CDMA2000 EV-DO, WCDMA 3G standard, can guarantee the flexible access network; at the same time supporting 3G link to establish a secure VPN, further to ensure secure transmission business; and through NQA technology, users can real-time monitoring of link state, to ensure that SLA. In addition, it also supports the evolution of LTE3G network, to build enterprise 100M access scheme at the same time, also to protect theuser's initial investment.
In order to meet the new demands of enterprise users of mobile office, Huawei AR1220 also joined the AC function, low cost wireless campus network construction of power enterprise, andrealize the efficient control and management of AP. With a wealth of authentication andflexible user access control, to provide safe access for WiFi users, more in line with the needs of BYOD.
Huanetwork.com offers Huawei Quidway AR3200 Series Enterprise Routers, AR3200 Series routers are designed to provide secure unified voice and data communication with exceptional performance and scalability to meet the demands of today’s enterprise requirements. The AR3200 routers integrate routing, switching, 3G, voice, and security functions. It utilizes a multi-core CPU and non-blocking switching structure providing industry-leading system performance and extensibility, supporting evolving service development requirements. Huanetwork.com ships Huawei AR3260 router to worldwide.
More information, please view: http://www.huanetwork.com