2016年3月24日 星期四

cisco基本指令(show)

cisco基本指令(show)

show controllers serial     //顯示特定介面的硬體資訊
show clock                      //顯示路由器的時間設定
show hosts                       //顯示主機名和位址資訊
show users = show user    //顯示所有連接到路由器的用戶
show history                     //顯示鍵入過的命令歷史列表
show flash                        //顯示flash記憶體資訊以及記憶體中的IOS映象檔
show version                    //顯示路由器資訊和IOS資訊
show arp = show ip arp     //顯示路由器的位址解析協議列表
show protocol + 介面       //顯示全局和介面的第三層協定的特定狀態
sh ip protocols                    //顯示目前路由器所執行的
show startup-configuration //顯示存儲在非易失性記憶體(NVRAM)的配置檔
show running-configuration //顯示存儲在記憶體中的當前正確配置檔
sh int +介面(s1/0,e0,f0/15)  //顯示該介面的資料
sh int trunk                                 //檢視所有 VLAN 狀態(Status),預設為 trunking 
sh run int + 介面(s2/1,atm2/1.3) //顯示該介面  running-configuration 相關設定
sh process                                  //顯示目前裝置使用效能
sh process memory                    //顯示記憶體使用狀況
sh process cpu history                //顯示CPU使用狀況
sh ip in brief                              //顯示每一個路由器介面的IP位址資訊以及第二層的狀態資訊
sh vtp status                               //顯示 VTP 資訊
sh sessions                                 //顯示路由器與遠端裝置正在進行的連線,可用 disconnect 終止連線
sh ip arp                                     //顯示ARP快取
sh ip route                                  //顯示整個路由表
sh ip route eigrp                         //只顯示路由表內 EIGRP 項目
sh ip route eigrp neighbors         //顯示所有 EIGRP 鄰居
sh ip route eigrp topology          //顯示 EIGRP 拓墣表
 sh ip ospf                                   // 顯示 OSPF 運行資訊
sh ip cache flow         //顯示目前ip/介面流量
sh mac-address-table     //顯示 MAC 
sh vlan                  //顯示 VLAN 狀態
sh spanning-tree         //顯示交換器優先權資訊
sh terminal              //顯示終端機歷史大小
% Incomplete command.                     非完整命令
% Invalid input detected at '^' marker.   標記為無效指令
% Ambiguous command:"XXX"                 不清楚的指令

沒有留言:

如何在Windows的事件檢視器event viewer,查詢開機關機的紀錄

Windows 如何 事件檢視器 查詢開機關機紀錄 Step1: 打開windows的 「 事件檢視器 」,開啟「 建立自訂檢視… 」視窗,在「事件記錄檔」選項,將「Windows 紀錄」內勾選「系統」選項。 Step2: 內含/排除事件識別碼: 」排除事件識別碼打「6005,6...