配置文件管理命令
华为所有和机密
1-3
版权所有 (c) 华为技术有限公司
第 1 章 配置文件管理命令
Quidway S2000-MI 系列以太网交换机 命令手册 配置文件管理
# interface Ethernet1/0/16 # interface Ethernet1/0/17 # interface Ethernet1/0/18 # interface Ethernet1/0/19 # interface Ethernet1/0/20 # interface Ethernet1/0/21 # interface Ethernet1/0/22 # interface Ethernet1/0/23 # interface Ethernet1/0/24 # interface GigabitEthernet1/1/1 # interface GigabitEthernet1/1/2
1-4
华为所有和机密
版权所有 (c) 华为技术有限公司
Quidway S2000-MI 系列以太网交换机 命令手册 配置文件管理
第 1 章 配置文件管理命令
interface Ethernet1/0/4 interface Ethernet1/0/5 interface Ethernet1/0/6 interface Ethernet1/0/7 interface Ethernet1/0/8 interface Ethernet1/0/9 interface Ethernet1/0/10 interface Ethernet1/0/11 interface Ethernet1/0/12 interface Ethernet1/0/13 interface Ethernet1/0/14 interface Ethernet1/0/15 interface Ethernet1/0/16 interface Ethernet1/0/17 interface Ethernet1/0/18 interface Ethernet1/0/19 interface Ethernet1/0/20 interface Ethernet1/0/21 interface Ethernet1/0/22 interface Ethernet1/0/23 interface Ethernet1/0/24 interface GigabitEthernet1/1/1 interface GigabitEthernet1/1/2 interface GigabitEthernet1/2/1 interface GigabitEthernet1/2/2
.
句点,通配符,匹配任何一个字 符,包括空格
无
*
星号,匹配星号前面的字符零次 zo*能匹配“z”以及“zoo”等,但不能匹配
或连续多次
“zo”
+
加号,匹配加号前面的字符一次 zo+能匹配“zo”以及“zoo”等,但不能匹配
或连续多次
“z”
-
连接符,用于连接两个数值或字 母(小的在前,大的在后),与 “[ ]”符号连用表示一个范围
华为所有和机密
i
版权所有 (c) 华为技术有限公司
Quidway 理
第 1 章 配置文件管理命令
第1章 配置文件管理命令
说明: 用户可以采用下面两种形式来表示文件的路径: z 如果输入文件的 URL 形式以“unit1>flash:/”或者“flash:/”开头,则表示本设
<Sysname> display current-configuration | include 10* vlan 1 interface Aux1/0/0 interface Ethernet1/0/1 interface Ethernet1/0/2 interface Ethernet1/0/3
1-2
华为所有和机密
版权所有 (c) 华为技术有限公司
Quidway S2000-MI 系列以太网交换机 命令手册 配置文件管理
第 1 章 配置文件管理命令
z 如果当前配置的参数与缺省参数相同,则不予显示。 z 对于某些参数,虽然用户已经配置,但如果这些参数对应的功能没有生效,则
不予显示。 相 关 配 置 可 参 考 命 令 save , reset saved-configuration , display saved-configuration。
【描述】
display current-configuration 命令用来显示设备当前的配置。 当 用 户 完 成 一 组 配 置 之 后 , 需 要 验 证 配 置 是 否 生 效 , 则 可 以 执 行 display current-configuration 命令来查看当前生效的参数。 需要注意的是:
shutdown # interface GigabitEthernet1/2/1 # interface GigabitEthernet1/2/2
shutdown # interface NULL0 # interface LoopBack0 # return
# 查看配置信息中包含字符串“10*”的行,“*”表示它前面的“0”可以出现零次 或连续多次。
【举例】 # 显示以太网交换机当前生效的所有接口的配置信息。
<Sysname> display current-configuration interface # interface Aux1/0/0 # interface Ethernet1/0/1 # interface Ethernet1/0/2 # interface Ethernet1/0/3 # interface Ethernet1/0/4 # interface Ethernet1/0/5 # interface Ethernet1/0/6 # interface Ethernet1/0/7 # interface Ethernet1/0/8 # interface Ethernet1/0/9 # interface Ethernet1/0/10 # interface Ethernet1/0/11 # interface Ethernet1/0/12 # interface Ethernet1/0/13 # interface Ethernet1/0/14 # interface Ethernet1/0/15
备上的文件。例如,“unit1>flash:/text.txt”或者“flash:/text.txt”表示设备本地 Flash 上根路径下的 text.txt 文件。 z 如果直接输入路径名或者文件名,则表示当前工作路径下的路径或者文件。如果 用户要访问当前路径下的 text.txt 文件,则可以直接使用文件名“text.txt”作为 其 URL。
华为所有和机密
1-1
版权所有 (c) 华为技术有限公司
第 1 章 配置文件管理命令
Quidway S2000-MI 系列以太网交换机 命令手册 配置文件管理
interface-number 为接口编号。 by-linenum:以带有行编号的形式显示配置信息。 |:使用正则表达式过滤显示的配置,用户通过指定正则表达式,就可以迅速定位、 查找所需的信息。 regular-expression:正则表达式,区分大小写。它支持多种匹配规则:
1.1 配置文件管理命令
1.1.1 display current-configuration
【命令】 display current-configuration [ configuration [ configuration-type ] | interface [ interface-type ] [ interface-number ] ] [ by-linenum ] [ | { begin | exclude | include } regular-expression ]
使用说明
^
行首匹配符,后面的字符串只能 出现在每行的开始
正规表达式“^user”表示与出现在行首的字 符串“user”匹配,不能匹配以“Auser”开 始的行
$
行尾匹配符,后面的字符串只能 出现在每行的末尾
正规表达式“user$”表示与出现在行尾的字 符串“user”匹配,不能匹配以“userA”结 尾的行
Quidway S2000-MI 系列以太网交换机 命令手册 配置文件管理
目录
目录
第 1 章 配置文件管理命令 .......................................................................................................1-1 1.1 配置文件管理命令 .............................................................................................................. 1-1 1.1.1 display current-configuration ................................................................................... 1-1 1.1.2 display current-configuration vlan ........................................................................... 1-5 1.1.3 display saved-configuration..................................................................................... 1-6 1.1.4 display startup ......................................................................................................... 1-8 1.1.5 display this............................................................................................................... 1-9 1.1.6 reset saved-configuration...................................................................................... 1-10 1.1.7 save....................................................................................................................... 1-11 1.1.8 startup saved-configuration................................................................................... 1-13