CORRECT TEXT - Lab- CLI - Central Florida Widgets recently installed a new router in their office. Complete the network installation by performing the initial router configurations and configuring R1PV2 routing using the router command line interface (CLI) on the RC. Configure the router per the following requirements: Name of the router is R2 - Enable. secret password is cisco The password to access user EXEC mode using the console is cisco2 The password to allow telnet access to the router is cisco3 IPV4 addresses mast be configured as follows: Ethernet network 209.165.201.0/27 - router has fourth assignable host address in subnet Serial network is 192.0.2.176/28 - router has last assignable host address in the subnet. Interfaces should be enabled. Router protocol is RIPV2 - Attention: In practical examinations, please note the following, the actual information will prevail. 1. Name or the router is xxx 2. EnablE. secret password is xxx 3. Password In access user EXEC mode using the console is xxx 4. The password to allow telnet access to the router is xxx 5. IP informationA. B. C. D. Â Suggested Answer: Answer: Router>enable Router#config terminal - Router(config)#hostname R2 - R2(config)#enable secret Cisco 1 R2(config)#line console 0 - R2(config-line)#password Cisco 2 R2(config-line)#exit - R2(config)#line vty 0 4 - R2(config-line)#password Cisco 3 R2(config-line)#login - R2(config-line)#exit - R2(config)#interface faO/0 - R2(config-if)#ip address 209.165.201.1 255.255.255.224 R2(config)#interface s0/0/0 R2(config-if)#ip address 192.0.2.176 255.255.255.240 R2(config-if)#no shutdown R2(config-if)#exit - R2(config)#router rip - R2(config-router)#version 2 - R2(config-router)#network 209.165.201.0 R2(config-router)#network 192.0.2.176 R2(config-router)#end - R2#copy run start This question is in CCNA 200-125 exam For getting CCNA Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco.
Please login or Register to submit your answer