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
- Cisco ios operating environment.
- ROM monitor> Failure of password recovery
- BootROM router (boot)> Flash image upgrade
- Cisco IOS router> Normal operation
-
- Command Modes Command mode.
- User EXEC Router> user access
- Privileged EXEC Router # System adminstration
- Configuration mode Router (config) # Modify configuration
- Setup Prompted dialog Create the initial
- Configuration
-
Cisco router configurationConfigure ip routing protocol (RIP, OSPF, BGP, STATICS)
- Static Routing
- IP route destination network address subnet mask port number
- For example, configure the route for RA2 on RA1.
- IP route 10.0.210.4 255.255.255.252 E0
-
- RIP2 settings
- Router rip; enable rip
- Version 2; select version 2
- Network 10.86.16.0; subnet address
- Network 10.85.1.4
- Network 10.85.1.8
-
- OSPF settings
- Router ospf 200; enable ospf
- Redistribute bgp 200 subnets
- Network 10.0.210.4 0.0.0.3 area 1
- Network 10.185.1.16 0.0.0.3 area 1
-
- BGP settings
- Router bgp 100; enable bgp sets the autonomous domain number
- Network 10.0.210.4 mask subnet mask 255.255.252; subnet address and subnet mask
- Network 10.80.0.0 mask 255.240.0.0; these addresses are sent from bgp to the neighboring router.
- Redistribute rip
- Neighbor 10.0.210.6 remote-as 200;
- Router bgp 200
- Network 10.0.210.4 mask 255.255.255.252
- Network 10.0.32.0 mask 255.255.240.0
- Network 10.185.1.16 mask 255.255.255.252
- Network 10.0.1.0 mask 255.255.255.252
- Neighbor 10.0.210.5 remote-as 100
-