![D-Link DGS-3700 Series Скачать руководство пользователя страница 55](http://html.mh-extra.com/html/d-link/dgs-3700-series/dgs-3700-series_reference-manual_76575055.webp)
DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 55
show firmware information
Syntax
show firmware information
Description
This command is used to display the firmware section information.
Parameters
None.
Restrictions
None.
Example usage:
To display the current firmware information on the Switch:
DGS-3700-12:5#show firmware information
Command: show firmware information
Image ID : 1(Boot up firmware)
Version : 2.00.B023
Size : 2562816 Bytes
Update Time: 2000/01/01 00:13:55
From : 10.73.21.1(Console)
User : Anonymous
Image ID: 2
Version : (Empty)
Size :
Update Time:
From :
DGS-3700-12:5#
show config
Purpose
Used to display the current or saved version of the configuration settings of the switch.
Syntax
show config [[effective | modified | current_config | config_in_nvram <config_id 1-
2>] {[include | exclude| begin] <filter_string 80> {<filter_string 80>
{<filter_string 80>} } { [include | exclude | begin ] <filter_string 80>
{<filter_string 80> {<filter_string 80>} } { [include | exclude | begin ]
<filter_string 80> {<filter_string 80> {<filter_string 80>}}}}} | information]
Description
Display the content of the current configuration, the configuration to be used in next
boot, or the configuration file specified by the command.
The output stream of the configuration data can be filtered by the expression specified
at the end of the command. The expression can contain up to three multiple filter
evaluations. A filter evaluation begins with a filter type (include, exclude, and
begin), followed by up to three filter strings (ex: “stp”). A filter string is enclosed by
symbol ".
The following describes the meaning of the each filter type:
include:
includes lines that contain the specified filter string.
exclude:
excludes lines that contain the specified filter string
begin:
The first line that contains the specified filter string will be the first line of
the output.
The relationship of multiple filter strings following the same filter type is OR. That is,
one line is qualified if one of specified filter strings is matched.
If more than one filter evaluation is specified; the output of filtered by the former
evaluation will be used as the input of the latter evaluation.
For example, if the following expression is specified, Include “stp” exclude “port”
The result of the above example is all lines that include the “stp” string but exclude the
“port” string.