Match the configuration mode with the command that is available in that mode
What are the configuration modes and available commands?
Match the configuration mode with the command that is available in that mode:
R1(config-line)#: interface
R1#: config terminal
R1(config-router)#: hostname
R1>: enable
R1(config)#: router rip
Final answer
R1#: config terminal
R1(config-router)#: hostname
R1>: enable
R1(config)#: router rip
Explanation: Configuration Mode and Available Commands
R1(config-line)#: interfaceR1#: config terminal
R1(config-router)#: hostname
R1>: enable
R1(config)#: router rip
When in R1(config-line)# mode, you can use the interface command to configure specific interfaces on the router. In R1# mode, you can enter the config terminal command to access the global configuration mode. R1(config-router)# mode allows you to modify settings related to routing protocols using the hostname command. To enter enable mode, use the R1> prompt, and R1(config)# mode lets you configure the router rip routing protocol.