Using HELP to make a Banner Telling you how "Context Sensitive Help" works is nice, but a simple example of how to use it should make it clearer. A Banner is simply a message that pops up on the screen it is related to the old UNIX "Message of the Day" or MOTD. In order to set a Banner you have to be in Router Config mode. Let's start out at the User Exec prompt and look for "Configure" (remember that User Exec is limited and has No Privileges!) Router>? (here is where you type in the Question Mark) Exec commands: access-enable clear connect disconnect disable enable exit help lat lock login logout | Create a temporary Access-List entry Reset functions Open a terminal connection Disconnect an existing network connection Turn off privileged commands Turn on privileged commands Exit from the EXEC Description of the interactive help system Open a lat connection Lock the terminal Log in as a particular user Exit from the EXEC | --more-- Here you will note two things: 1. There is no "Configure" command listed for User Exec Mode (Like we said, you can't do much as a poor ordinary User!) 2. There is an "Enable" command to get you into Enable Mode. (Privileged!) 3. The list ends up with the word "--more--" Which simply means that there are more commands not yet listed. If you press the "Return" key you'll get another screenful of commands, but since they are in alphabetical order, you already know "Configure" is not an available command. Anyway, let's take the hint and get into Enable Mode. Router> (type in the command enable) Router# (note again that the Prompt sign changes to a # symbol) Now let's see what new and different commands are available! Router# Type in a ? Router#? Exec commands: access-enable access-template bfe clear clock configure connect copy debug disable disconnect enable erase exit help | Create a temporary Access-List entry Create a temporary Access-List entry For manual emergency modem setting Reset functions Manage the system clock Enter configuration mode Open a terminal connection Copy configuration or image date Debugging functions (see also "undebug") Turn off privileged commands Disconnect an existing network connection Turn on privileged commands Erase flash or configuration memory Exit from the EXEC Description of the interactive help system | --more-- Notice that in the Priveleged (Enable) Mode you have different commands. From here it is possible to enter the Global command configure and begin to actually change the configuration of your router! Just to show more of the Help functions, how about we type in: configure (space) ? (the empty space is Very Important!) Router# (type in configure ? here) This will give us a list of the "Options" for the configure command. Router#configure ? Memory Network Terminal This gives us the 3 choices of places to load a configuration from. Mostly we've just been using the Terminal, since we are doing setup, but we'll later show you how to use the Network or Memory to load Configs. In order to properly configure your Router's various Elements it is good to get familiar with what they are and how you can show them. So next let's take a closer look at our Router's Elements using the all-important "Show" commands. |