6-51
Catalyst 3550 Multilayer Switch Software Configuration Guide
78-11194-03
Chapter6 Administering the Swi tc h Managing the MAC Address Table

Configuring a Login Banner

You can configure a login banner to be displayed on all connected terminals. This banner is displayed
after the MOTD banner and before the login prompt.
Beginning in privileged EXEC mode, follow these steps to c onfi gure a logi n bann er :
To delete the login banner, use the no banner login global configuration command.
This example shows how to configure a login banner for the switch using th e do llar si g n ($ ) symbol as
the beginning and ending delimiter:
Switch(config)# banner login $
Access for authorized users only. Please enter your username and password.
$
Switch(config)#
Managing the MAC Address Table
The MAC address table contains address information that the switch uses to forward traffic between
ports. All MAC addresses in the address table are associated with one or more ports. The address table
includes these types of addresses:
Dynamic address: a source MAC address that the switch learns and then ages when it is not in use.
Static address: a manually entered unicast or multicast address that does not age and that is not lost
when the switch resets.
The address table lists the destination MAC address, the associated VLAN ID, and port number
associated with the address.
Note For complete syntax and usage information for the commands used in this section, refer to the
Catalyst 3550 Multilayer Switch Command Reference for this release.
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 banner login c message c Specify the login message.
For c, enter the delimiting character of your choice , fo r ex am pl e, a p oun d
sign (#), and press the Return key. The delimiting character signifies the
beginning and end of the banner text. Characters after the ending delimiter
are discarded.
For message, enter a login message up to 255 characters. You cannot use the
delimiting character in the message.
Step3 end Return to privileged EXEC mode.
Step4 show running-config Verify your entries.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.