09-目标配置管理
本章节下载: 09-目标配置管理 (173.50 KB)
目 录
(1) (可选)配置系统最多可创建的回滚点的数量。
a. 进入实时生效系统视图。
system-view
b. 配置系统最多可创建的回滚点的数量。
configuration commit max-number max-number
缺省情况下,系统最多可创建的回滚点的数量为100。
当创建的回滚点数量超过当前配置的回滚点数量时,系统先删除最早的回滚点再保存最新生成的回滚点。
c. 退回用户视图。
quit
(2) (可选)执行配置回滚操作。
configuration replace { file filename | last number | commit-id commit-id | label labelname }
执行本命令后,设备配置将会回滚到指定的配置回滚点的配置,之前的配置将会丢失,请谨慎使用。
下发错误目标配置时,执行配置回滚操作,将当前运行配置回滚到下发目标配置前的配置。
关于configuration replace file命令的详细介绍,请参见“基础配置命令参考”中的“配置文件管理”。
可在任意视图下执行以下命令:
· 显示回滚点对应配置与当前运行配置或其他回滚点之间的差异。
display configuration commit diff [ at commit-id | last number | since commit-id ]
· 显示回滚点的信息。
display configuration commit list [ number | label ] [ verbose ]
请在用户视图下执行以下命令,清除已创建的回滚点。
reset configuration commit number
删除的回滚点无法恢复,请谨慎使用。
可在任意视图下执行以下命令,显示CLI、NETCONF、CWMP和SNMP用户的配置会话信息。
display configuration sessions
在设备上预配置VLAN 100接口,用于局域网VLAN 100内终端的接入。确认VLAN 100接口配置无误后,再下发配置。
# 进入独占模式。
<Sysname> system-view exclusive
# 查看当前目标配置为空。
~[Sysname] display target-configuration
~[Sysname]
# 创建VLAN100,配置VLAN接口的IP地址为3.3.3.4/16。
~[Sysname] vlan 100
~[Sysname-vlan100] quit
~[Sysname] interface vlan-interface 100
~[Sysname-Vlan-interface100] ip address 3.3.3.4 16
~[Sysname-Vlan-interface100] quit
# 查看当前目标配置,验证已有VLAN100的目标配置。
~[Sysname] display target-configuration
vlan 100
interface Vlan-interface100
ip address 3.3.3.4 16
~[Sysname]
# 通过display interface vlan-interface brief命令查看当前配置未生效。
~[Sysname] display interface vlan-interface brief
Brief information on interfaces in route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
Vlan1 UP UP 169.254.134.177
# 下发目标配置。
~[Sysname]commit
# 查看当前目标配置,不再有VLAN100的配置。
~[Sysname] display target-configuration
~[Sysname]
# 通过display interface vlan-interface brief命令查看当前配置已生效。
~[Sysname] display interface vlan-interface brief
Brief information on interfaces in route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
Vlan1 UP UP 169.254.134.177
Vlan100 DOWN DOWN 3.3.3.4
预配置了VLAN 100接口和VLAN 200接口,后发现VLAN 200接口配置多余,删除VLAN 200的预配置后,下发VLAN 100的预配置。
# 进入独占模式。
<Sysname> system-view exclusive
# 查看当前目标配置为空。
~[Sysname] display target-configuration
~[Sysname]
# 创建VLAN 100,配置VLAN接口的IP地址为3.3.3.4/16。
~[Sysname] vlan 100
~[Sysname-vlan100] quit
~[Sysname] interface vlan-interface 100
~[Sysname-Vlan-interface100] ip address 3.3.3.4 16
~[Sysname-Vlan-interface100] quit
# 创建VLAN 200,配置VLAN接口的IP地址为4.4.4.4/16。
~[Sysname] vlan 200
~[Sysname-vlan200] quit
~[Sysname] interface vlan-interface 200
~[Sysname-Vlan-interface200] ip address 4.4.4.4 16
~[Sysname-Vlan-interface200] quit
# 查看当前目标配置,验证已有VLAN100和VLAN200的目标配置。
~[Sysname] display target-configuration
vlan 100
interface Vlan-interface100
ip address 3.3.3.4 16
vlan 200
interface Vlan-interface200
ip address 4.4.4.4 16
~[Sysname]
# 通过reset target-configuration command命令删除VLAN200的目标配置。
~[Sysname] reset target-configuration command vlan 200
执行reset target-configuration命令可删除所有目标配置。
# 查看当前目标配置,验证已删除VLAN200相关配置。
~[Sysname] display target-configuration
vlan 100
interface Vlan-interface100
ip address 3.3.3.4 16
~[Sysname]
# 下发目标配置。
~[Sysname] commit
# 通过display interface vlan-interface brief命令查看当前配置已生效。
~[Sysname] display interface vlan-interface brief
Brief information on interfaces in route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
Vlan1 UP UP 169.254.134.177
Vlan100 DOWN DOWN 3.3.3.4
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!