3.4 Device Settings Flashcards
How do you change the hostname of a cisco device?
enter into global config mode first then hostname [name]
How do you set a description for a specific interface?
description [text]
How do you enter an interface in the cisco cli
in global config mode enter int then one of the following: fa = FastEthernet gi = Gigabit s = Serial e = Ethernet ex int fa 0/1
What does the banner command do in the cisco command line
Sets the message-of-the-day (MOTD) banner. The MOTD banner displays immediately after a connection is made.
What does the banner login command do in the cisco cli
Sets the login banner. The login banner displays after the MOTD banner and before the login prompt.
What does the banner login command do in the cisco cli
Sets the login banner. The login banner displays after the MOTD banner and before the login prompt.
What does the banner exec command do in the cisco cli
Sets the exec banner. The exec banner displays after a successful login.
What does the banner incoming command do in the cisco cli
Sets the incoming banner. The incoming banner displays for a reverse Telnet session.
What does the no banner [type] command do
Removes the specified banner.