Privilege - D-Link DES-7200 Cli Reference Manual

Hide thumbs Also See for DES-7200:
Table of Contents

Advertisement

DES-7200 CLI Reference Guide
Examples
Related
commands
1.2

privilege

To attribute the execution rights of a command to a command level, use privilege in the
global configuration mode. The no form of this command recovers the execution rights of a
command to the default setting.
privilege mode [all] [level level | reset ] command-string
no privilege mode [all] [level level ] command-string
Chapter 1 CLI Authorization Configuration Commands
The command alias also has its help information. For
example, if the alias ia represents ip address in the
interface configuration mode, then:
DES-7210(config-if)# ia ?
A.B.C.D IP address
dhcp
IP Address via DHCP
DES-7210(config-if)# ip address
The above help information lists the parameters of ip
address and shows the actual command name.
You must enter an entire alias; otherwise it cannot be
recognized.
Use the show aliases command to show the aliases
setting in the system.
In the global configuration mode, use def-route to represent the
default route setting of ip route 0.0.0.0 0.0.0.0 192.168.1.1:
DES-7210# configure terminal
DES-7210(config)# alias config def-route ip route 0.0.0.0 0.0.0.0
192.168.1.1
DES-7210(config)# def-route?
*def-route="ip route 0.0.0.0 0.0.0.0 192.168.1.1"
DES-7210(config)# def-route?
% Unrecognized command.
DES-7210(config)# end
DES-7210# show aliases config
globle configure mode alias:
def-route
ip route 0.0.0.0 0.0.0.0
192.168.1.1
Command
show aliases
Description
Show the aliases settings.
1-3

Advertisement

Table of Contents
loading

Table of Contents