READ Free Dumps For Cisco- 200-125
Question ID 13617 | Refer to the exhibit.
A network administrator configures a new router and enters the copy startup-config
running-config command on the router. The network administrator powers down the router
and sets it up at a remote location. When the router starts, it enters the system
configuration dialog as shown. What is the cause of the problem?
|
Option A | The network administrator failed to save the configuration.
|
Option B | The configuration register is set to 0x2100.
|
Option C | The boot system flash command is missing from the configuration.
|
Option D | The configuration register is set to 0x2102.
|
Option E | The router is configured with the boot system startup command.
|
Correct Answer | A |
Explanation Explanation: The System Configuration Dialog appears only when no startup configuration file is found. The network administrator has made a mistake because the command copy startup-config running-config will copy the startup config (which is empty) over the running config (which is configured by the administrator). So everything configured was deleted. Note: We can tell the router to ignore the start-up configuration on the next reload by setting the register to 02142. This will make the System Configuration Dialog appear at the next reload.
Question ID 13618 | The network administrator cannot connect to Switch1 over a Telnet session, although the
hosts attached to Switch1 can ping the interface Fa0/0 of the router.
Given the information in the graphic and assuming that the router and Switch2 are
configured properly, which of the following commands should be issued on Switch1 to
correct this problem?
|
Option A | Switch1(config)# line con0 Switch1(config-line)# password cisco Switch1(config-line)#login
|
Option B | Switch1(config)# interface fa0/1 Switch1(config-if)# ip address 192.168.24.3 255.255.255.0
|
Option C | Switch1(config)# ip default-gateway 192.168.24.1
|
Option D | Switch1(config)# interface fa0/1 Switch1(config-if)# duplex full Switch1(config-if)# speed 100
|
Option E | Switch1(config)# interface fa0/1 Switch1(config-if)# switchport mode trunk
|
Correct Answer | C |
Explanation Explanation: Since we know hosts can reach the router through the switch, we know that connectivity, duplex. Speed, etc. are good. However, for the switch itself to reach networks outside the local one, the ip default-gateway command must be used.