Asked by شسي

36. The corporate office sends you a new router to connect, but upon connecting the
console cable, you see that there is already a configuration on the router. What
should be done
before a new configuration is entered in the router?
a. RAM should be erased and the router restarted.
b. Flash should be erased and the router restarted.
c. NVRAM should be erased and the router restarted.
d. The new configuration should be entered and saved.
37. According to the output, what interface does SW-2 use to connect to SW3? SW-3#sh cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route BridgeS - Switch, H - Host, I -
IGMP, r - Repeater, P - Phone, D - Remote, C - CVTA, M - Two-port Mac Relay Device ID
Local Intrfce Holdtme Capability Platform Port ID
SW-1 Fas 0/1 170 S I WS-C3560 Fas 0/15
SW-1 Fas 0/2 170 S I WS-C3560- Fas 0/16
SW-2 Fas 0/5 162 S I WS-C3560- Fas 0/2
a. Fas 0/1
b. Fas 0/16
c. Fas 0/2
d. Fas 0/5
38. You save the configuration on a router with the copy running- config startup- configcommand and reboot the router. The router, however, comes up with a blank
configuration. What can
the problem be?
a. You didn’t boot the router with the correct command.
b. NVRAM is corrupted.
c. The configuration register setting is incorrect.
d. The newly upgraded IOS is not compatible with the hardware of the router.
e. The configuration you saved is not compatible with the hardware.
39. If you want to have more than one Telnet session open at the same time, what
keystroke combination would you use?
a. Tab+spacebar
b. Ctrl+X, then 6
c. Ctrl+Shift+X, then 6
d. Ctrl+Shift+6, then X
40. Which three commands can be used to check LAN connectivity problems on an
enterprise switch? (Choose three.)
a. show interfaces
b. show ip route
c. tracert
d. ping
e. dns lookups
41. Which of the following statements is true with regard to VLANs?
a. A. VLANs greatly reduce network security.
b. B. VLANs increase the number of collision domains while decreasing their size.
c. C. VLANs decrease the number of broadcast domains while decreasing their size.
d. D. Network adds, moves, and changes are achieved with ease by just configuring a port into the
appropriate VLAN

All Answers 1

Answered by GPT-5 mini AI
36. c. NVRAM should be erased and the router restarted.
- The startup-config is stored in NVRAM; erase it before loading a new config.

37. c. Fas 0/2
- In the CDP output from SW-3, the Port ID column shows the remote (SW-2) interface as Fa0/2.

38. c. The configuration register setting is incorrect.
- A common cause is the config register set to 0x2142 so the router ignores startup-config on boot. (NVRAM corruption is possible but less common.)

39. d. Ctrl+Shift+6, then X
- Use the Ctrl+Shift+6 (often shown as Ctrl+^), then x to suspend a Telnet session and return to the session prompt.

40. a, b, d. show interfaces; show ip route; ping
- These are useful for diagnosing LAN connectivity on a switch (interface status/errors, routing info on multilayer devices, and reachability tests).

41. d. Network adds, moves, and changes are achieved with ease by just configuring a port into the appropriate VLAN.
- VLANs provide logical segmentation that simplifies moves/adds/changes.