Display Current-Configuration - H3C S7500E Series Command Manual

Hide thumbs Also See for S7500E Series:
Table of Contents

Advertisement

Command Manual – System Maintaining and Debugging
H3C S7500E Series Ethernet Switches

1.1.8 display current-configuration

Syntax
display current-configuration [ [ configuration [ configuration ] | interface
[ interface-type ] [ interface-number ] ] [ by-linenum ] [ | { begin | include | exclude }
text ] ]
View
Any view
Parameters
configuration [ configuration ]: Specifies to display non-interface configuration. If no
parameter is used, all the non-interface configuration is displayed; if parameters are
used, display the specified information. For example:
isis: Displays the isis configuration.
isp: Displays the ISP configuration.
post-system: Displays the post-system configuration.
radius-template: Displays the Radius template configuration.
system: Displays the system configuration.
user-interface: Displays the user interface configuration.
interface [ interface-type ] [ interface-number ]: Displays the interface configuration,
where interface-type represents the interface type and interface-number represents the
interface number.
by-linenum: Specifies to display the number of each line.
|: Specifies to use regular expression to filter the configuration of display device.
begin: Displays the configuration beginning with the specified text.
include: Displays the configuration including the specified text.
exclude: Displays the configuration excluding the specified text.
text: Regular expression in a case-insensitive string with space allowed.
Table 1-2 Special characters in regular expression
Character
^
$
(
Meaning
Starting sign, the string following it
appears only at the beginning of a
line.
Ending sign, the string following it
appears only at the end of a line.
Left bracket, used as a stack
symbol in a program
1-8
Chapter 1 Basic Configuration Commands
Note
Regular expression "^user"
matches a string begins with
"user", not "Auser".
Regular expression "user$"
matches a string ends with
"user", not "userA".
It is not recommended to user
this character to establish a
regular expression.

Advertisement

Table of Contents
loading

Table of Contents