Huawei: VRP User Manual - Configuration Guide
Huawei: VRP User Manual - Configuration Guide
6. Security Configuration 7. VPN Configuration 8. Reliability Configuration 9. QoS Configuration 10. DDR Configuration 11. VoIP Configuration
V200R001
Trademarks
TELLIN, InfoLink, Netkey, Quidway, SYNLOCK, Radium, , M900/M1800, TELESIGHT, Quidview, NETENGINE, Musa, OptiX, Airbridge, Tellwin, Inmedia, VRP, DOPRA, iTELLIN are trademarks of Huawei Technologies Co., Ltd.
Notice
The information in this document is subject to change without notice. Although every effort has been made to make this document as accurate, complete, and clear as possible, Huawei Technologies assumes no responsibility for any errors that may appear in this document.
Quidway R1602 Router Installation Manual Quidway R1603/1604 Routers Installation Manual Quidway R2501 Router Installation Manual Quidway R2501E Router Installation Manual Quidway R2509/2511 Routers Installation Manual Quidway R2509E/2511E Routers Installation Manual Quidway R4001 Router Installation Manual Quidway R4001E Router Installation Manual Quidway R26/36 Modular Router Installation Manual Among the manual suit, the first two manuals are applicable to all routers, and the other installation manuals are separately used for their own types of routers. In VRP User Manual follows: Configuration Guide (V1.5) -Volume 3, the modules are arranged as
Module 6 Security Configuration (06SC) This module mainly introduces the principle and basic specific configuration of security features provided by VRP1.5, including AAA configuration, Radius protocol configuration, terminal access security configuration, firewall and packet filtering configuration, IPSec protocol configuration and IKE protocol configuration. Module 7 VPN Configuration (07VPN) This module mainly introduces the principle and specific configuration of VPN solutions provided by VRP1.5, including configuration of L2TP protocol and GRE protocol. Module 8 Reliability Configuration (08LC) This module mainly introduces the principle and specific configuration of backup center and HSRP protocol. Module 9 QoS Configuration (09QC) This module mainly introduces the principle and specific configuration of QoS service features supported by VRP1.5, including configuration of congestion management, priorityqueue and custom-queue.
Module 10 DDR Configuration (10DC) This module mainly introduces the principle and specific configuration of dial solutions provided by VRP1.5, including Legacy DDR configuration, Dialer Profile configuration and modem management configuration. Module 11 VoIP Configuration (11VC) This module mainly introduces the principle and specific configuration of IP voice service features supported by VRP1.5, including configuration of VoIP, IP Fax, E1 voice, GK client and IPHC.
Note: For questions regarding the product specifications, please confirm with the concerned personnel in Huawei's Enterprise Network Section as the software specifications are varied with the product of different type.
Target Readers
The manual is intended for the following readers: Network engineers Technical assistance engineers Network administrators
Keyboard operation
Format <Key > <Key 1 + Key 2> <Key 1, Key 2> [Menu Option] Description Press the key with key name expressed with a pointed bracket, e.g. <Enter>, <Tab>, <Backspace>, or <A >. Press the keys concurrently; e.g. <Ctrl+Alt+A> means the three keys should be pressed concurrently. Press the keys in turn, e.g. <Alt, A> means the two keys should be pressed in turn. The item with a square bracket indicates the menu option, e.g. [System] option on the main menu. The item with a pointed bracket indicates the functional button option, e.g. <OK> button on some interface. Multi-level menu options, e.g. [System/Option/Color setup] on the main menu indicates [Color Setup] on the menu option of [Option], which is on the menu option of [System].
Mouse operation
Description Press the left button or right button quickly (left button by default). Press the left button twice continuously and quickly. Press and hold the left button and drag it to a certain position.
Symbol
Some distinct symbols are employed in the manual to indicate the special notice that should be taken for the operation. The symbols are: Caution, Notice, Warning, Danger: Notify the special attention that should be given to the operation. Note, Prompt, Tip, Thought: Give further necessary supplement or explanation for the operation description.
HUAWEI
Chapter 2
Configuration of Terminal Access Security
2-1
Chapter 2
Configuration of Terminal Access Security
2.1.3 Security Features Provided by Command Line Interfaces for Terminal Users
A command line interface provides the following features for terminal users: A terminal user will log in a router as an ordinary user by default. To become a privileged user who can configure and manage the router, the enable command should be executed in the ordinary user mode and correct privileged user password should be input. For security, the privileged user password input will not be displayed on the terminal screen. In case that illegal users attempt to enter different passwords times and again, the access will be disconnected automatically if wrong password has been input for three times. If a terminal user makes no keyboard input within 10 minutes, the access is disconnected automatically (for Console port terminal users, this time limit is 3 minutes). It is recommended that when a privileged user is away from a terminal for a long time, it is recommended to exit to the ordinary user mode or disconnect the router, so as to avoid illegal access to the router. Table SC-2-2 Related operation of a privileged user
Operation Privileged user password authentication Exit from terminal user connection Return from the privileged user mode to the ordinary user mode Privileged user entering configuration mode Disconnect the user upon timeout when nothing is input Disable the disconnection of user when nothing is input Command enable exit disable configure exec-timeout no exec-timeout
2-2
Chapter 2
Configuration of Terminal Access Security
Quidway (config)#user abc service-type exec password 0 hello 4) 5) Configure the default authentication method list of EXEC users Configure RADIUS server and the shared secret Quidway (config)#aaa authentication login default radius local Quidway (config)#radius-server host 172.17.0.30 auth-port 1645 acct-port 1646 Quidway (config)#radius-server key quidway In this example, the user name is abc, the password is hello. The user is first authenticated by RADIUS server, then local authentication is used when the former authentication can not be carried out normally. When logging in the router connected via the Console port, only the user whose user name is abc and password is hello can log in successfully, otherwise, access to the router will be denied.
2-3