Motorola 2.1 Installation Guide Page 40

  • Download
  • Add to my manuals
  • Print
  • Page
    / 952
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 39
1 - 12 WiNG CLI Reference Guide
1.4.2 Completing a Partial Command Name
If you cannot remember a command name (or if you want to reduce the amount of typing you have to perform), enter the
first few letters of a command, then press the Tab key. The command line parser completes the command if the string
entered is unique to the command mode. If your keyboard does not have a Tab key, press Ctrl-L.
The CLI recognizes a command once you have entered enough characters to make the command unique. If you enter “conf”
within the privileged EXEC mode, the CLI associates the entry with the configure command, since only the configure
command begins with conf.
In the following example, the CLI recognizes a unique string in the privileged EXEC mode when the Tab key is pressed:
rfs7000-37FABE# conf<Tab>
rfs7000-37FABE# configure
When using the command completion feature, the CLI displays the full command name. The command is not executed until
the Return or Enter key is pressed. Modify the command if the full command was not what you intended in the
abbreviation. If entering a set of characters (indicating more than one command), the system lists all commands beginning
with that set of characters.
Enter a question mark (?) to obtain a list of commands beginning with that set of characters. Do not leave a space between
the last letter and the question mark (?).
For example, entering U lists all commands available in the current command mode:
rfs7000-37FABE# co?
commit Commit all changes made in this session
configure Enter configuration mode
connect Open a console connection to a remote device
copy Copy from one file to another
rfs7000-37FABE# co
1.4.3 Command Output pagination
Output often extends beyond the visible screen length. For cases where output continues beyond the screen, the output is
paused and a
--More--
prompt displays at the bottom of the screen. To resume the output, press the Enter key to scroll down one line or press the
Spacebar to display the next full screen of output.
1.4.4 Creating Profiles
Profiles are sort of a ‘template’ representation of configuration. The system has a couple of default profiles including
a default controller profile
a default ap7131 profile
To modify the default controller profile to assign an IP address to the management port:
rfs7000-37FABE(config)#profile rfs7000 default-rfs-7000
rfs7000-37FABE(config-profile-default-rfs-7000)#interface me1
rfs7000-37FABE(config-profile-default-rfs-7000-if-me1)#ip address 172.16.10.2/24
rfs7000-37FABE(config-profile-default-rfs-7000-if-me1)#commit
rfs7000-37FABE(config-profile-default-rfs-7000)#exit
rfs7000-37FABE(config)#
The following command displays default ap7131 profile:
rfs7000-37FABE(config)#profile ap7131 default-ap7131
NOTE: The characters entered before the question mark are reprinted to the screen to
complete the command entry.
Page view 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 951 952

Comments to this Manuals

No comments