您好,登錄后才能下訂單哦!
checkpoint的命令行操作簡介
checkpoint經常使用的幾個命令分別是show,add,set,delete.
set interface eth2 ipv4-address 192.168.1.11 mask-length 24
set interface eth2 state on
其他還有save--保存配置
reboot--重啟
halt--掛起
quit--從cli退出
exit--從當前shell退出
start--start transaction,進入交易模式,當前的配置不立即生效,如果要生效需要使用commit命令提交配置,并退出交易模式;如果不想配置生效,使用rollback撤銷命令并退出交易模式。這個功能在運營商項目中需呀提前預配置,但又不想配置立即生效應該很有幫助。
commit
rollback
expert--專家模式,允許低等級的訪問系統,包括文件系統。
ver---顯示版本信息
revert---revert database,還原數據庫,有連個參數,date和tag.tag的前提應該是要以前對數據庫做過還原點
help
show commands 查看當前用戶可以使用的命令
show commands feature 查看對某一特定feature可以使用的名利
example: show commands feature arp
gw-center> show commands feature arp
add arp proxy ipv4-address VALUE interface VALUE real-ipv4-address VALUE
add arp proxy ipv4-address VALUE macaddress VALUE real-ipv4-address VALUE
add arp static ipv4-address VALUE macaddress VALUE
delete arp dynamic all
delete arp proxy ipv4-address VALUE
delete arp static ipv4-address VALUE
set arp table cache-size VALUE
set arp table validity-timeout VALUE
show arp dynamic all
show arp proxy all
show arp proxy ipv4-address VALUE
show arp static all
show arp table cache-size
show arp table validity-timeout
show commands op 查看某個命令可能的操作選項
show commands op show feature 列出當前命令的feature的所有可用命令
gw-center> show commands op show feature arp
show arp dynamic all
show arp proxy all
show arp proxy ipv4-address VALUE
show arp static all
show arp table cache-size
show arp table validity-timeout
tab補全命令 空格+tab查看接下來的選項 連按兩次esc鍵可以查看可能用到的完全命令。
history 顯示最近使用的100條命令
!!執行最后一條命令
同思科一樣對命令編輯可以使用快捷鍵,只寫幾個常用的:
ctrl+a 移動到行首
ctrl+e 移動到行尾
ctrl+u 刪除當前行
設置用戶的命令的環境
show clienv all 查看用戶的環境
set clienv config-lock VALUE
set clienv prompt 設置cli命令提示符格式
%H 顯示命令編號
%I 顯示用戶ID
%M 顯示主機名
%P 顯示產品名Gaia
%U 顯示當前登陸的用戶名
syntax-check <on | off> 是否檢查命令行語法,默認off
save-clienv 保存設置后的環境變量
cli支持3種輸出格式:pretty、structured、xml
show clienv output 查看當前輸出格式,如:
gw-center> show clienv output
pretty
命令行專家模式expert mode
show extended commands
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。