[&] Within Cisco IOS, if you wanted to configure a static route on a router that essentially told the router, "Any packets you receive that you don't know how to forward, send them to the device with the IP address of 1.1.1.1" which of the following answers displays the correct way to accomplish that? (Select the best answer) - Router(config)#ip route 0.0.0.0 1.1.1.1 - Router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.1 - 1010101 - Router(config)#ip route any 1.1.1.1 - Router(config)#route unknown 1.1.1.1 [&] When using the Cisco IOS command-line-interface, which of the following answers demonstrates the correct way to apply the IP address and mask of 2.2.2.2 255.255.255.0 to interface FastEthernet0/2? (Select the best answer) - * Device#interface FastEthernet0/2 address 2.2.2.2 * 255.255.255.0 - * Device#configure terminal * Device(config)#interface FastEthernet0/2 * Device(config-if)#ip address 2.2.2.2 * Device(config-if)#address mask 255.255.255.0 - * Device#configure terminal * Device(config)#interface FastEthernet0/2 * Device(config-if)#ip address 2.2.2.2 * 255.255.255.0 - * Device#configure terminal * Device(config)#interface FastEthernet0/2 address * 2.2.2.2 255.255.255.0 [&] You have connected the appropriate cable to a Cisco router FastEthernet interface and have assigned that interface an IP address. However the interface still isn't functional yet and can't connect to the network. Which of the following could be a reason why? (Select the best answer) - You forgot to type the command, "interface enable" within the interface - You forgot to type the command, "no disable" within the interface - You forgot to type the command, "enable" within the interface - You forgot to type the command, "no shutdown" within the interface [&] When configuring a DHCP Pool on a Cisco IOS-based router, which of these elements are required to be manually configured and have no default values? (Select three answers) - The IP network the pool should use - The default gateway IP address for the pool - The name of the DHCP pool - The Lease time for addresses allocated from the pool