3com S7906E Guide De Référence

Page de 2327
 
1-8 
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. For the detailed 
description of the regular expression, refer to the CLI Display part of Basic System Configuration in the 
System Volume. 
begin: Displays the line that matches the regular expression and all the subsequent lines. 
exclude: Displays the lines that do not match the regular expression. 
include: Displays only the lines that match the regular expression. 
regular-expression: Regular expression, a string of 1 to 256 characters. Note that this argument is 
case-sensitive and can have spaces included. 
Description 
Use the display current-configuration command to display the current validated configuration of a 
device. 
You can use the display current-configuration command to view the currently validated configuration. 
A parameter is not displayed if it has the default configuration. If the validated parameter is changed, 
although you have configured it, the validated parameter is displayed. For example, ip address 
11.11.11.11 24 has been configured on a Loopback interface. In this case, if you execute the display 
current-configuration command, ip address 11.11.11.11 255.255.255.255 is displayed, meaning the 
validated subnet mask is 32 bits. 
Related commands: savereset saved-configurationdisplay saved-configuration.  
Examples 
# Display the configuration of VLAN-interface 1 of the current device (the output information depends on 
the device model and the current configuration). 
<Sysname> display current-configuration interface vlan-interface 1 
interface Vlan-interface1 
 ip address 192.168.0.72 255.255.255.0 
 igmp group-policy 2000 
 igmp static-group 224.1.1.1 source 1.1.1.1 
 multicast boundary 224.5.5.0 24 
 multicast boundary 224.1.1.0 24 
 ntp-service multicast-server 
 ntp-service multicast-server 224.0.1.0 
 ntp-service multicast-server 224.0.1.2 
return