IMPORTANT:
| Attribute | Value |
|---|---|
| Framed | 2 |
| Administrative (Administrator) | 6 |
| NAS_Prompt | 7 |
| Authenticate_Only | 8 |
| Authorize_Only | 17 |
| Inspector | 19650516 |
| Security_Admin | 19660618 |
| CLI Configuration Parameter | RADIUS Service Type | show admin Type |
|---|---|---|
| administrator | Security_Admin (19660618) | admin |
| config_administrator | Administrative (6) | cfgadm |
| operator | NAS_Prompt (7) | oper |
| inspector | Inspector (19650516) | inspect |
| User Type as Defined by T1.276-2003 | Local-User Level User | Context-Level User |
|---|---|---|
| System Security Administrator | Security Administrator | Administrator |
| Application Security Administrator | Security Administrator | Administrator |
| System Administrator | Administrator | Config-Administrator |
| Application Administrator | Administrator | Config-Administrator |
| Application User/Operator | Operator | Operator |
| not applicable | Inspector | Inspector |
IMPORTANT:
IMPORTANT:
IMPORTANT:
Examples
Examples
[local]host_name(config)# context newcontext
Are you sure ? [Yes | No]: yes
[newcontext]host_name(config-ctx)#
[local]host_name(config)# context newcontext
[newcontext]host_name(config-ctx)#
| grep [ -i | -v | --ignore-case | --invert-match ] expression
| Alternative Keyword | Description |
|---|---|
| -i | Specifies the filtering of the command’s output for a particular expression while ignoring case. Lower case matches the same as upper case. |
| -v | Specifies the filtering of the command’s output for everything excluding a particular expression. |
| --ignore-case | The long form of the -i option. |
| --invert-match | The long form of the -v option. |
| expression | Specifies the character pattern to find in the command’s output. |
| Shortcut Keys | Description |
|---|---|
| <Ctrl + p> and <up arrow> | Recalls previous command in the command history |
| <Ctrl + n> and <down arrow> | Recalls next command in the command history |
| <Ctrl + f> and <right arrow> | Moves cursor forward by one character in command line |
| <Ctrl + b> and <left arrow> | Moves cursor backward by one character in command line |
| <Esc> + <f> | Moves cursor forward by one word in command line |
| <Esc> + <b> | Moves cursor backward by one word in command line |
| <Ctrl> + <a> | Moves cursor to the beginning of the command line |
| <Ctrl> + <e> | Moves cursor to the end of the command line |
| <Ctrl> + <k> | Deletes the current command line from the insertion point to the end of the line |
| <Ctrl> + <u> | Deletes the current command line from the insertion point to the beginning of the line |
| <Ctrl> + <d> | Deletes a single character in the current command line |
| <Esc> + <d> | Deletes a word in the current command line |
| <Ctrl> + <c> | Quits editing the current line |
| <Ctrl> + <l> | Refreshes the display |
| <Ctrl> + <t> | Transposes (or switches) the two characters surrounding the insertion point |
IMPORTANT:
IMPORTANT: