Tips on menu settings for vro settings

Source: Internet
Author: User

MenuThe creation capability is provided by Cisco Internet Operating System from version 10.0. Using the command line tool to create a menu is very simple and contains four key points: In this example, the Network Operation Center (NOC) needs to view the test in the labVroAnd run the ping and trace commands. To do this, I will first create a command option on the nested menu to allow the vro configuration test operation, and then create a user account to associate with the menu. The main menu is created first. You can select a level-2 menu based on your needs. Set the menu title and add prompt information for future use:

 
 
  1. menu NOC title ^ Menu for NOC users ^C  
  2. menu NOC prompt ^ Choose your selection: ^C 

Then, I set the user options.

 
 
  1. menu NOC text 1. Ping Menu  
  2. menu NOC text 2. Trace Menu  
  3. menu NOC text 3. Show Interface Menu  
  4. menu NOC text 4. Exit 

These options will be associated with the actual command. In this case, the goal is to call out nested menus.

 
 
  1. menu NOC command 1. menu ping  
  2. menu NOC command 2. menu trace  
  3. menu NOC command 3. menu interface  
  4. menu NOC command 4. exit 

I want the user to confirm the data before deciding how to use the menu. Therefore, I will add a "pause" option after each command.

 
 
  1. menu NOC options 1. pause  
  2. menu NOC options 2. pause  
  3. menu NOC options 3. pause  
  4. menu NOC clear-screen  
  5. menu ping title ^ Menu for ping ^C  
  6. menu ping prompt ^ Choose Your Ping Destination: ^C  
  7. menu ping text 1. SW05  
  8. menu ping command 1. ping 192.168.80.1  
  9. menu ping options 1. pause  
  10. menu ping text 2. SW06  
  11. menu ping command 2. ping 172.20.200.5  
  12. menu ping options 2. pause  
  13. menu ping text 3. SW07  
  14. menu ping command 3. ping 192.168.80.214  
  15. menu ping options 3. pause  
  16. menu ping text 4. Back  
  17. menu ping command 4. menu-exit  
  18. menu ping clear-screen  
  19. menu trace title ^ Menu for Traceroute ^C  
  20. menu trace prompt ^ Choose Your Traceroute Destination: ^C  
  21. menu trace text 1. SW05  
  22. menu trace command 1. trace 192.168.80.1  
  23. menu trace options 1. pause  
  24. menu trace text 2. SW06  
  25. menu trace command 2. trace 172.20.200.5  
  26. menu trace options 2. pause  
  27. menu trace text 3. SW07  
  28. menu trace command 3. trace 192.168.80.214  
  29. menu trace options 3. pause  
  30. menu trace text 4. Back  
  31. menu trace command 4. menu-exit  
  32. menu trace clear-screen  
  33. menu interface title ^ Show Interface Menu ^C  
  34. menu interface prompt ^ Choose Your Interface Option: ^C  
  35. menu interface text 1. Show IP Interface Brief  
  36. menu interface command 1. sh ip int brief  
  37. menu interface options 1. pause  
  38. menu interface text 2. Show Interface Ethernet0/0  
  39. menu interface command 2. sh int ethernet0/0  
  40. menu interface options 2. pause  
  41. menu interface text 3. Show Interface Ethernet0/1  
  42. menu interface command 3. sh int ethernet0/1  
  43. menu interface options 3. pause  
  44. menu interface text 4. Back  
  45. menu interface command 4. menu-exit  
  46. menu interface clear-screen 

Finally, I will create a local user account on the vro settings. The "autocommand" option tells the router to set the time when someone logs on to the network operation center and execute our menu commands.

VroThe tips on menu settings in settings are described. I hope you can learn more about them.

Edit recommendations]

Related Article

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.