Multiple choice

Which prompt is used to allow a user to change the IP address of an interface on a router?

  1. Router>

  2. Router#

  3. Router(config)#

  4. Router(config-if)#

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Router configuration modes are hierarchical: User mode (>) > Privileged mode (#) > Global config (config)# > Interface config (config-if)#. To change interface parameters like IP address, you must be in interface configuration mode, accessed via 'interface ' from global config mode.