H3C常見視圖及命令
H3C常見視圖及命令
H3C Comware的視圖模式
1.用戶視圖:查看系統的硬件和系統的信息
2.系統視圖(類似於Cisco的配置模式)
3.路由協議視圖
4.接口視圖
5.用戶界面視圖
各種視圖之間的關系
命令級別
H3C的Comware訪問級別
1.訪問級(0)
簡單測試命令:ping debugging
2.監控級(1)
具有完整查看命令和測試命令
3.系統級(2)
修改網絡設備的配置權限
4.管理級(3)
設備支撐業務的操作
命令行幫助特性
命令行歷史記錄功能
查看歷史命令記錄
display history-command
翻閱和調出歷史記錄中的某一條命令
用<↑>或<Ctrl+P>捷鍵調出上一條歷史命令
用<↓>或<CtrI+N>捷鍵調出下一條歷史命令
命令行編輯功能
分頁顯示
常用設備管理命令
配置設備名稱(Cisco:hostname)
[H3C]sysname?
TEXT Host name (1 to 30 characters)
配置系統時間(Cisco:clock set HH:MM:SS 日 月 年)
<H3C>clock datetime?
TIME Specify the time (HH:MM:SS)
顯示系統時間(Cisco:show clock)
<H3C>display clock
配置歡迎I提示信息
[H3C]header?
incoming Specify the banner of the terminal user-interface
legal Specify the legal banner
login Specify the login authentication banner
motd Specify the banner of today
shell Specify the session banner
查看版本信息(Cisco:show version)
<H3C>display version
查看當前運行配置(Cisco:show run)
<H3C>display current-configuration
查看保存配置(Cisco:show startup-config)
<H3C>display saved-configuration
顯示接口信息(Cisco:show interface 接口名)
<H3C>display interface
顯示接口IP狀態與配置信息(Cisco:show ip interface brief)
<H3C>display ip interface brief
顯示系統運行統計信息(Cisco:show tech-support)
<H3C>display diagnostic-information
路由器Telnet服務配置命令
1.配置主機終端和路由器之間能夠進行通信
interface Ethernet0/0
undo shutdown(開啟接口)
port link-mode route
ip address ip地址 子網掩碼
2.打開Telnet的服務
[R1]telnet server enable
3.進入用戶界面視圖,配置認證的方式
[R1]user-interface vty 0 4
[R1-ui-vty0-4]authentication-mode password
4.配置認證的密鑰
[R1-ui-vty0-4]set authentication password 用戶名 密碼
H3C常見視圖及命令