| Mode | Access Method | Prompt | Exit Method | Mode Informaton |
| User EXEC | Begin a session with your router | Router> | Enter the logout command. | Use this mode to
| Privileged EXEC | Enter the enable command while in user EXEC mode. | Router# |
| Use this mode to
For the exam: "disable" will take you back to User EXEC mode. Also - remember there is no such stand-alone command as "show". It is "show ?" or "sh ?" or for example "show ip protocol". Be aware that "sh?" is considered "word"* help and not an actual command. * See the CLI page. |
| Global configuration | Enter the configure command while in privileged EXEC mode. | Router(config)# |
| Use this mode to configure parameters that apply to your router as a whole. For the exam: global configuration changes impact the whole router. |
| Interface configuration | Enter the interface command (with a specific interface) while in the global configuration mode. | Router(config-if)# |
| Use this mode to configure parameters for the various LAN interfaces of your router, including the following:
|
| Router configuration | Enter your router command, followed by the appropriate keyword, while in global configuration mode. | Router(config-router)# |
| Use this mode to configure an IP routing protocol. |
| Line configuration | Specify a line with the line vty command while in the global configuration mode. | Router(config-line)# |
| Use this mode to configure parameters for the terminal line. For the exam: A router is "administered" via the console port. |