3.4 Device Settings Flashcards

1
Q

Router(config)# hostname [name]

A

Changes the name of the router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Router(config)# int serial 0/0
Router(config)# int s0/0
Router(config)# int Ethernet 0
Router(config)# int ether0
Router(config)# int FastEthernet 0/1
Router(config)# int Fa0/1
Router(config)# int Gigabit 0/1
Router(config)# int gi0/1

A

Enters the interface configuration mode for the first serial interface. You can use abbreviations for the interface type, such as:
fa = FastEthernet
gi = Gigabit
s = Serial
e = Ethernet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Router(config-if)# description [description text]

A

Sets a description for a specific interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router# config t
Router(config)# hostname ATL1
ATL1(config)#

A

Sets the hostname of the router to ATL1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router(config)# int ser 0
Router(config-if)# description ATL to NYC

A

Adds the description ATL to NYC for the first serial interface on the router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When making configuration changes, the following message is constantly displayed, sometimes as you are typing:

%SYS-5-CONFIG_1: Configured from console by console

A

Command:
logging synchronous and no logging console

Description:
The logging synchronous command causes logging messages to be displayed above the command line instead of interrupting your requested session output and prompts. You can use the no logging console command to turn off these messages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The session automatically disconnects at the wrong time.

A

Command:
exec-timeout min sec

Description:
You want to maintain a session timeout for security reasons. However, if you are frequently getting timeouts while you are working, you may consider extending the timeout period. You can use exec-timeout to configure the time interval that the EXEC command interpreter waits before it disconnects the incoming session when no user input is detected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When working with the device through a Telnet session, using a debug command displays no output.

A

Command:
terminal monitor

Description:
The terminal monitor command displays debugging output to the terminal session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When viewing debug information, you want to review previous information. Or, debug information is shown too quickly for you to examine it.

A

Command:
logging buffered and show log

Description:
You can send logging information to RAM by entering logging buffered. You can then view the information one screen at a time by entering show log.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

banner and banner motd

A

Sets the message-of-the-day (MOTD) banner. The MOTD banner displays immediately after a connection is made.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

banner login

A

Sets the login banner. The login banner displays after the MOTD banner and before the login prompt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

banner exec

A

Sets the exec banner. The exec banner displays after a successful login.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

banner incoming

A

Sets the incoming banner. The incoming banner displays for a reverse Telnet session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

no banner type

A

Removes the specified banner.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You are troubleshooting a router at the console. You issued the following command at the CLI:

pdx#debug arp

You see debug output, but the output scrolls past faster than you can read. What two commands allow you to view debug output one page at a time? (Select two.)

A

Use the logging buffered command to send debug output to RAM, which you can then view one page at a time with the show log command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You have a test lab that you use to test different configurations before deploying them in your live network. You have been testing several commands from configuration mode, then going back to enable mode to view the running configuration. Every time you exit configuration mode, the following output is displayed:

%SYS-5-CONFIG_I: Configured from console by console

What command can stop these messages from appearing on your screen?

A

The IOS generates messages when different events occur. These events are called syslog messages. By default, the console port always receives syslog messages. The no logging console command tells the router not to send syslog messages to the console.

17
Q

You would like to see logging message from IOS appear on the terminal. However, IOS does not send log messages to a terminal session over IP when using a remote SSH session. What command would send terminal output to the terminal session?

A

The terminal monitor command displays debugging output to the terminal session.

The logging synchronous command causes logging messages to be displayed above the command line instead of interrupting your requested session output and prompts.

You can use the show log command to show logs.

You can send logging information to RAM by entering logging buffered. You can then view the information one screen at a time by entering show log.

18
Q

When you start up your router, you see the following messages:

Have a nice day!
The grass grows green
User Access Verification

Password:
The sky is blue
Router>

For security purposes, you would like to change the message The grass grows green to read Only administrator access is allowed. Which command should you use?

A

The login banner shows immediately before the User Access Verification line. The first banner to display is the motd (message of the day) banner. The exec banner displays after a successful login.