Configure a Cisco router in one minute

Source: Internet
Author: User

The importance of vro configuration is self-evident. Here we mainly analyze the Cisco router configuration statements in detail, and share them with you here, hoping to help you.

Introduction to Cisco router configuration

 
 
  1. Cisco ios operating environment.
  2. ROM monitor> Failure of password recovery
  3. BootROM router (boot)> Flash image upgrade
  4. Cisco IOS router> Normal operation
  5.  
  6. Command Modes Command mode.
  7. User EXEC Router> user access
  8. Privileged EXEC Router # System adminstration
  9. Configuration mode Router (config) # Modify configuration
  10. Setup Prompted dialog Create the initial
  11. Configuration
  12.  

Cisco router configurationConfigure ip routing protocol (RIP, OSPF, BGP, STATICS)

 
 
  1. Static Routing
  2. IP route destination network address subnet mask port number
  3. For example, configure the route for RA2 on RA1.
  4. IP route 10.0.210.4 255.255.255.252 E0
  5.  
  6. RIP2 settings
  7. Router rip; enable rip
  8. Version 2; select version 2
  9. Network 10.86.16.0; subnet address
  10. Network 10.85.1.4
  11. Network 10.85.1.8
  12.  
  13. OSPF settings
  14. Router ospf 200; enable ospf
  15. Redistribute bgp 200 subnets
  16. Network 10.0.210.4 0.0.0.3 area 1
  17. Network 10.185.1.16 0.0.0.3 area 1
  18.  
  19. BGP settings
  20. Router bgp 100; enable bgp sets the autonomous domain number
  21. Network 10.0.210.4 mask subnet mask 255.255.252; subnet address and subnet mask
  22. Network 10.80.0.0 mask 255.240.0.0; these addresses are sent from bgp to the neighboring router.
  23. Redistribute rip
  24. Neighbor 10.0.210.6 remote-as 200;
  25. Router bgp 200
  26. Network 10.0.210.4 mask 255.255.255.252
  27. Network 10.0.32.0 mask 255.255.240.0
  28. Network 10.185.1.16 mask 255.255.255.252
  29. Network 10.0.1.0 mask 255.255.255.252
  30. Neighbor 10.0.210.5 remote-as 100
  31.  

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.