SETTINGS – CLI QUESTIONS AND
ANSWERS WITH SOLUTIONS 2024
What is the IP address assigned to the FastEthernet0/0 interface on the SFO router? - ANSWER
192.168.11.254
Find the IP address assigned to the FastEthernet0/0 interface on the SFO router. - ANSWER Select the
Branch1 switch.
From the Terminal, press Enter to get started.
Type enable and press Enter to change to the EXEC or Global Configuration mode.
Type show cdp neighbors detail and press Enter.
Find the IP address for the SFO router.
From the top right, select Answer Questions.
Answer the question.
Move the question dialog to the side and keep working.
Configure the IP address and subnet mask for the Branch1 switch. - ANSWER At the Branch1# prompt,
type config t and press Enter.
At the Branch1(config)# prompt, type interface vlan1 and press Enter.
At the Branch1(config-if)# prompt, type ip address 192.168.11.250 255.255.255.0 and press Enter.
At the Branch1(config-if)# prompt, type exit and press Enter.
Configure the switch to use the FastEthernet0/0 interface on the SFO router as the default gateway. -
ANSWER At the Branch1(config)# prompt, type ip default-gateway routers_IP_address and press Enter.
At the Branch1(config)# prompt, type exit and press Enter.
Save your changes to the startup-config file - ANSWER At the Branch1# prompt, type copy run start and
press Enter.
Press Enter to begin building the configuration.
When you see OK, press Enter.