What kind of users are listed in the Secrets window of the PPP menu?
Correct Answer: C,D,E
The /ppp secret menu is used in RouterOS to manage usernames and passwords for Point-to-Point Protocol (PPP) based services, including: * PPPoE (Point-to-Point Protocol over Ethernet) * PPTP (Point-to-Point Tunneling Protocol) * L2TP (Layer 2 Tunneling Protocol) It does not include HotSpot users, wireless clients, or Winbox users. MTCNA Course Material - PPP User Authentication: "The PPP secret database stores credentials for services like PPPoE, PPTP, and L2TP." Rene Meneses MTCNA Study Guide - PPP Configuration Section: "Users for PPP-based protocols are configured under PPP # Secrets. This includes PPPoE, PPTP, and L2TP." MikroTik Wiki - PPP Secrets Window: "Secrets are used to authenticate users for all PPP interfaces. HotSpot users are managed separately under /ip hotspot user." Option A: HotSpot users # /ip hotspot user Option B: Wireless users connect via WPA/802.11 - not listed in PPP Option F: Winbox users refer to /user under system user management Final answer: C, D, E
Question 2
To use masquerade, you need to specify
Correct Answer: A
Question 3
If your router is facilitating a CSU/DSU, which of the following commands do you need to use to provide the router with a 64000bps serial link?
Correct Answer: D
In Cisco IOS, the clock rate command is used on the DCE (Data Communications Equipment) end of a serial link to provide timing to the connected DTE (Data Terminal Equipment) device. To configure a 64 kbps link, the correct syntax is: RouterA(config-if)#clock rate 64000 Cisco IOS Configuration Guide - Serial Interfaces: "When the router acts as DCE, use the command clock rate [bps] under the serial interface to set the speed. For 64kbps, use 64000." Rene Meneses MTCNA Guide - WAN Configuration (Cisco Compatibility): "Use clock rate 64000 for CSU/DSU simulation. Bandwidth command is for routing metrics only." Option analysis: * A: bandwidth 64 # Sets routing metric, not actual interface speed * B: bandwidth 64000 # Same; metric only * C: clock rate 64 # Incorrect value * D:#Correct and syntactically valid Final answer: D############################################################
Question 4
Which of the following commands will allow you to set your Telnet password on a Cisco router?