VRP Introduction and AC initialization configuration-06

Source: Internet
Author: User

VRP Introduction

    • VRP: Multi-functional routing platform (Versatile Routing Platform)
    • Role: A software platform that supports multiple devices by the network operating system provides TCP/IP routing services
    • The Universal Routing Platform VRP (versatile Routing Platform) is the network operating system used by Huawei's data communication products, and the network operating system is software that runs on certain devices and provides network access and interconnection services.

    • The VRP general routing platform, as the software core engine of Huawei's full range of routers, Ethernet switches, and business gateways, from low-end to core, realizes a unified user interface and management interface, realizes the control plane function and defines the forwarding plane interface specification, and realizes the interaction between the product forwarding plane and the VRP control plane. To implement the network interface layer, shielding the different product link layer to the Network layer difference

    • With over more than 10 years of development and operational validation, the Huawei VRP system has proven to be a very stable, stable and efficient operating system.

    • The operating system of wireless Controller is developed on the basis of Huawei VRP5.0, which realizes the functions of wireless AP Management, user access authentication, traffic forwarding and so on.

Log in to the device via the console port

    • Select the "Start > Programs > Accessories > Communications > HyperTerminal" menu item and the Windows XP system starts HyperTerminal.
    • WIN7 system can realize the similar function of HyperTerminal through third-party software such as putty.
    • In the Name text box, enter the name of the new connection, and select the icon. Then click the OK button.

    • When you enter the Connect to window, select it in the Connect using drop-down list box, depending on which port the PC (or configuration terminal) is actually using. Then click the OK button.

    • Click "Restore Defaults" to restore the COM port configuration parameters, the connection parameters used by Huawei devices are the default values, as shown in the right table.
    • Initial login to the AC to initialize the console password, password to enter two times, and keep the same password configured here will not be displayed

    • Press ENTER until the system appears as shown below, prompting the user to configure the authentication password, which is automatically saved by this password configuration. (The information shown below is indicative only) please configure the login password (maximum length) Enter password:confirm Password:

    • Note: Passwords entered interactively are not displayed on the terminal screen. After the user interface password is configured successfully, when the user logs on to the system through this interface using password authentication, the user authentication password is the authentication password configured at the initial logon. At this point the user can type a command to configure the device.

Command View and Help

    • The command-line interface is divided into a number of command views, all of which are registered under some (or some) command view, and typically you must go to the view in which the command is located before executing the command.
    • The command line prompt "Quidway" is the default host name (sysname). You can use the prompt to determine the current view, for example: "< >" represents the User view, and "[]" represents a view other than the user view.
    • Some commands implemented under System View can also be implemented under other views, but the functionality implemented is closely related to the command view.

# Connect to the switch. IF The switch uses default settings, you enter the user view.

<Quidway>

# Enter System-view and press ENTER to enter the system view.

< Quidway > System-view

[Quidway] # Enter an interface view.

[Quidway] Interface gigabitethernet 0/0/1

[QUIDWAY–GIGABITETHERNET0/0/1]

    The
    • applies full help, and the system can assist you in giving hints for all keywords or parameters when you enter a command line.

      #在任一命令视图下, type "?" Gets all the commands and their simple descriptions under the command view.

      < Quidway;?

      #键入一命令, followed by a space-delimited "?", if the location is a keyword, lists all the keywords and their simple descriptions.

      <ac6605>dis ap?

      All display all AP information

      Ap-type AP Type

      By-ipv4 AP IP IPV4

      By-mac AP mac address

    • With partial help, the system can assist you when you enter a command line to give hints for all keywords or parameters that begin with the string.

      #键入一字符串, followed by "?", listing all the keywords that begin with the string.

      < Quidway >d?

      Debugging Delete dir display

      #键入一命令, followed by a string immediately after "?", listing all the keywords that the command starts with the string.

      < Quidway >display b?

      BFD BGP bootrom Bulk-stat

    • Command-line Help: Tab key. Pressing the TAB key after entering an incomplete keyword automatically performs some of the help:

      • If the keyword matches with the unique, then the system uses this complete keyword instead of the original input and line display, the cursor spacing is empty one grid;

      • For mismatched or matching keyword is not unique, first display the prefix, continue to press TAB to cycle the word, when the cursor is not a space ending, press the space key to enter the next word;

      • If you enter the wrong keyword, press the TAB key, and the input keyword does not change when the line is displayed.

Log on to the device via Telnet

  • AC6605 is a new access network device, in order to facilitate the network administrator from the remote management device, before the AC6605 installation, you need to configure the Telnet service and the device name on the wired side and the wireless side of AC6605 respectively.
  • Description: To simplify the problem description, this course takes telnet as an example to describe the relevant technology. The device supports logging in via the Telnet protocol and the Stelnet protocol. There is a security risk with the Telnet, stelnet v1 protocol, and it is recommended that you use Stelnet v2 to log on to your device.
  • Make the following configuration on the AC6605: Log in through the console port AC6605. 1. Configure the name of the AC. 2. Configure the AC management IP. 3. Configure the Telnet service for AC.

  • Configure the device name via console login AC6605.

    • <Quidway> System-view

    • [quidway] sysname AC6605

  • Configure the AC6605 management IP.

    • [AC6605] Interface MEth 0/0/1

    • [AC6605-METH0/0/1] IP address 10.10.10.10 255.255.255.0

    • [AC6605-METH0/0/1] Quit

  • Configure the Telnet service. On the AC6605 to do the following configuration: Configure the authentication method for AAA authentication, the authentication user name is Huawei, the password Huawei. The Configuration service type is Telnet, and the user command level is 15 level. Configure the user with AAA authentication in the vty 0 to vty 4 view.

    • [AC6605] AAA

    • [AC6605-AAA] local-user Huawei Password simple Huawei

    • [AC6605-AAA] local-user Huawei service-type telnet

    • [AC6605-AAA] Local-user Huawei Privilege level 15

    • [AC6605-AAA] Quit

    • [AC6605] user-interface vty 0 4

    • [Ac6605-ui-vty0-4] Authentication-mode AAA

    • [Ac6605-ui-vty0-4] Return

    • <AC6605>

  • Test
    • <AC6605> telnet 127.0.0.1

    • Trying 127.0.0.1 ... Press Ctrl+k to abort Connected to 127.0.0.1 ... Login authentication Username:huawei Password:huawei info:the max number of VTY users is a, and the number of current VT Y users on line is 4. The current login time is 2012-03-07 09:17:03.

  • Check configuration results
    • Login via console AC6605

      • <Quidway> Display Users

      • <Quidway> Display User-interface Console 0

      • <Quidway> Display Local-user

      • <Quidway> Display Access-user

    • Login via Telnet AC6605

      • <Quidway> Display Users

      • <Quidway> Display Telnet Server status

    • Note
      • Use the display users [all] command to show user interface usage information.
      • Displays the physical properties and configuration of the user interface using the display user-interface console ui-number1 [summary] command.

      • Use the Display Local-user command to view a list of local users.

      • Use the Display access-user command to view online users.

      • Use the display users [all] command to view the user interface connection.

      • Use the Display Telnet Server Status command to view the status and configuration information for the Telnet server.


  

Introduction to the

VRP and AC initialization configuration -06

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.