Level Level name Description 0 Emergencies Router unusable 1 Alerts Immediate action needed 2 Critical Critical conditions 3 Errors Error conditions 4 Warnings Warning conditions 5 Notifications Normal but important conditions 6 Informational Informational messages 7 Debugging Debugging messages
Webmaster wrote: The following may be a bit on the easy side, but essential info nevertheless: 6. Which of the following commands disables the auxiliary port on a Cisco IOS router? a. Router(config-line)# no exec b. Router(config-line)# no login c. Router(config)# no aux d. Router(config)# no line aux 0
Webmaster wrote: Didn't realize I didn't post the answer yet... Yes, answer a is correct. Explanation: Configuring the no exec in line configuration mode for the AUX port (line aux 0) disables it entirely. You can also disable access to any line (TTY or VTY) by configuring it with the login and no password commands. This is the default configuration for VTYs (i.e. telnet) but not TTYs (i.e. AUX and console ports). Cisco recommends disabling any unused port.
mdang wrote: Hi, I really enjoy reading questions and answers. Please post more here. Thanks.
pr3d4t0r wrote: I think the answer is A