This article lists the basic commands commonly used in the vro configuration process and describes the functions of each command. We will introduce them in detail below. I believe they will be very useful in the future.
1. Help
In IOS operations, you can type "?" regardless of the status or location. Get help from the system.
2. Change the command status
| Task |
Command |
| Enter privileged command status |
Enable |
| Exit privileged command status |
Disable |
| Enter the set dialog status |
Setup |
| Enter the global settings status |
Config terminal |
| Exit global settings |
End |
| Enter port setting status |
Interface type slot/number |
| Enter the sub-port setting status |
Interface type number. subinterface [point-to-point | multipoint] |
| Enter the line Setting status |
Line type slot/number |
| Enter the route setting status |
Router protocol |
| Exit local settings |
Exit |
3. Display commands
| Task |
Command |
| View version and boot Information |
Show version |
| View running settings |
Show running-config |
| View boot settings |
Show startup-config |
| Display port information |
Show interface type slot/number |
| Display route information |
Show ip router |
4. Copy command
Used for IOS and CONFIG backup and upgrade
5. Network commands
| Task |
Command |
| Log on to the remote host |
Telnet hostname | IP address |
| Network Detection |
Ping hostname | IP address |
| Route Tracking |
Trace hostname | IP address |
6. Basic settings command
| Task |
Command |
| Global settings |
Config terminal |
| Set the access user and password |
UsernameUsernamePassword |
| Set a privileged Password |
Enable secretPassword |
| Set vro name |
HostnameName |
| Set static routes |
Ip route destination subnet-mask next-hop |
| Start IP routing |
Ip routing |
| Start IPX route |
Ipx routing |
| Port Settings |
InterfaceType slot/number |
| Set IP Address |
Ip addressAddress subnet-mask |
| Set IPX Network |
Ipx networkNetwork |
| Activate Port |
No shutdown |
| Physical line settings |
LineType number |
| Start the logon process |
Login [local | tacacs server] |
| Set logon Password |
PasswordPassword |