在配置模式下使用 CLI 编辑器
本主题介绍可用于在 CLI 编辑器中进入配置模式的基本命令。本主题还介绍了用于导航配置层次结构、获取帮助以及提交或还原在配置会话期间所做的更改的命令。
任务 |
命令/语句 |
示例 |
---|---|---|
编辑您的配置 | ||
进入配置模式。 启动 CLI 时,设备处于操作模式。您必须以显式方式进入配置模式。执行此操作时,CLI 提示符从 更改为 |
configure |
user@host> [edit] user@host# |
创建语句层次结构。 您可以使用 |
edit hierarchy-level value |
[edit]
user@host# [edit security zones security-zone myzone] user@host# |
创建语句层次结构并设置标识符值。 该 |
set hierarchy-level value |
[edit]
user@host# [edit] user@host# |
在层次结构中导航 | ||
向下导航至一个现有层级。 |
edit hierarchy-level |
[edit]
user@host# [edit security zones] user@host# |
在层次结构中向上导航一个层级。 |
up |
[edit security zones]
user@host# [edit security] user@host# |
导航至层次结构的顶部。 |
top |
[edit security zones]
user@host# [edit] user@host# |
提交或恢复更改 | ||
提交配置。 |
commit |
[edit]
user@host# commit complete |
从当前会话回滚更改。 使用 |
rollback |
[edit]
user@host# load complete |
退出配置模式 | ||
提交配置,然后退出配置模式。 |
commit and-quit |
[edit] user@host# commit and-quit user@host> |
退出配置模式而不提交您的配置。 您必须先使用 |
exit |
[edit]
user@host# The configuration has been changed but not committed Exit with uncommitted changes? [yes,no] (yes) |
获取帮助 | ||
显示当前层级的有效选项列表。 |
? |
[edit ]
user@host# Possible completions: <[Enter]> Execute this command > functional-zone Functional zone > security-zone Security zones | Pipe through a command [edit] |