In: Computer Science
The router is in interface mode when the router prompt is________
Group of answer choices
Router(config-Line)#
Router(config-if)#
Router(config)#
Router(config-router)#
With ____ configuration mode, you can configure the virtual terminals, console, and AUX lines that let you access the router.
interface
router
line
global
1. The router is in interface mode when the router prompt is_ _ _ _ _ _
b)Router(config-if)#
explanation
· Cisco IOS contains Command Line Interface (CLI) which has three command line modes.The different set of IOS commands has to be accessed by each mode.The three command line modes are:
1.User mode(User EXEC mode)-This mode can be identified by Router>
2.Privileged mode(Privilvelege EXEC mode)-This mode can be identified by Router#
3.Global Configuration mode-This mode can be identified by Router(config)#
This mode has various sub modes:
1.Interface mode-This mode can be identified by Router(config-if)#
2.Subinterface mode-This mode can be identified by Router(config-subif)#
3.Line mode-This mode can be identified by Router(config-line)#
4.Router configuration mode-This mode can be identified by Router(config-router)#
2. With_ _ _ _ _configuration mode, you can configure virtual terminals,console and AUX lines that let you access the router
c)Line
explanation
· The line configuration mode configures virtual terminals,console and AUX lines that let you access the router.
· The inteface mode configures by commands which is followed by an interface identification.
· The router mode configures by identifying the configuration of the router.
· The global configuration mode configures by prompting the message for the source of configuration commands.