User interfaces
1.2
Command Line Interface
26
UM Config GRS
Release
8.0
09/2019
Global Config mode
The Global Config mode lets you perform modifications to the current configuration. This mode
groups general setup commands.
Command prompt:
(GRS) (config)#
Interface Range mode
The commands in the Interface Range mode affect a specific port, a selected group of multiple
ports or all port of the device. The commands modify a value or switch a function on/off on one
or more specific ports.
– All physical ports in the device
Command prompt:
(GRS) ((interface) all)#
Example: When you switch from the Global Config mode to the Interface Range mode, the
command prompt changes as follows:
(GRS) (config)#interface all
(GRS) ((Interface)all)#
– A single port on one interface
Command prompt:
(GRS) (interface <slot/port>)#
Example: When you switch from the Global Config mode to the Interface Range mode, the
command prompt changes as follows:
(GRS) (config)#interface 2/1
(GRS) (interface 2/1)#
– A range of ports on one interface
Command prompt:
(GRS) (interface <interface range> )#
Example: When you switch from the Global Config mode to the Interface Range mode, the
command prompt changes as follows:
(GRS) (config)#interface 1/2-1/4
(GRS) ((Interface)1/2-1/4)#
– A list of single ports
Command prompt:
(GRS) (interface <interface list>)#
Example: When you switch from the Global Config mode to the Interface Range mode, the
command prompt changes as follows:
(GRS) (config)#interface 1/2,1/4,1/5
(GRS) ((Interface)1/2,1/4,1/5)#
– A list of port ranges and single ports
Command prompt:
(GRS) (interface <complex range>)#
Example: When you switch from the Global Config mode to the Interface Range mode, the
command prompt changes as follows:
(GRS) (config)#interface 1/2-1/4,1/6-1/9
(GRS) ((Interface)1/2-1/4,1/6-1/9)
The following table displays the command modes, the command prompts (input request
characters) visible in the corresponding mode, and the option with which you quit this mode.
Table 3: Command modes
Command mode Access method Quit or start next mode
User Exec mode First access level. Perform basic
tasks and list system information.
To quit you enter
logout
:
(GRS) >logout
Are you sure (Y/N) ?y
Privileged Exec
mode
From the User Exec mode, you enter
the command
enable
:
(GRS) >enable
(GRS) #
To quit the Privileged Exec mode and
return to the User Exec mode, you enter
exit
:
(GRS) #exit
(GRS) >