思科交換機進入系統檢視的命令是什麼

2021-03-04 06:25:37 字數 7720 閱讀 5335

1樓:匿名使用者

en進入特權檢視 conf t進入配置介面

2樓:匿名使用者

思科哪有系統檢視,h3c才有啊

思科交換機進特權模式的命令是什麼?

3樓:李增惠

router #

2:進入全域性配置模式 configure terminal

router > enable

router #c onfigure terminal

router (conf)#

3:交換機命名 hostname routera 以routera為例

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera (conf)#

4:配置使能口令 enable password cisco 以cisco為例

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera (conf)# enable password cisco

5:配置使能密碼 enable secret ciscolab 以cicsolab為例

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera (conf)# enable secret ciscolab

6:進入路由器某一埠 inte***ce fasteher*** 0/17 以17埠為例

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera (conf)# inte***ce fasteher*** 0/17

routera (conf-if)#

進入路由器的某一子埠 inte***ce fastether*** 0/17.1 以17埠的1子埠為例

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera (conf)# inte***ce fasteher*** 0/17.1

7:設定埠ip地址資訊

router > enable

router #c onfigure terminal

router(conf)#hostname routera

routera(conf)# inte***ce fasteher*** 0/17 以17埠為例

routera (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼

routera (conf-if)#no shut 是配置處於執行中

routera (conf-if)#exit

8:檢視命令 show

router > enable

router # show version 察看系統中的所有版本資訊

show inte***ce vlan 1 檢視交換機有關ip 協議的配置資訊

show running-configure 檢視交換機當前起作用的配置資訊

show inte***ce fastether*** 0/1 察看交換機1介面具體配置和統計資訊

show mac-address-table 檢視mac地址表

show mac-address-table aging-time 檢視mac地址表自動老化時間

show controllers serial + 編號 檢視串列埠型別

show ip router 檢視路由器的路由表

9:cdp相關命令

router > enable

router # show cdp 檢視裝置的cdp全域性配置資訊

show cdp inte***ce fastether*** 0/17 檢視17埠的cdp配置資訊

show cdp traffic 檢視有關cdp包的統計資訊

show cdp nerghbors 列出與裝置相連的cisco裝置

10:csico2600的密碼恢復

重新啟動路由器,在啟動過程中按下win+break鍵,使路由器進入rom monitor

在提示符下輸入命令修改配置暫存器的值,然後重新啟動路由器

remmon1>confreg 0x2142

remmon2>reset

重新啟動路由器後進入setup模式,選擇「no」,退回到exec模式,此時路由器原有的配置仍然儲存在startup-config中,為使路由器恢復密碼後配置不變把startup-config中配置儲存到running-config中,然後重新設定enable密碼,並把配置暫存器改回 0x2102:

router>enable

router#copy startup-config running-config

router#c onfigure terminal

router(conf)#enable password cisco

router(conf)#c onfig-register 0x2102

儲存當前配置到startup-config , 重新啟動路由器。

router #copy running-config startup-config

router #reload

11:路由器tel***遠端登入設定:

router>en

router #c onfigure terminal

router (conf)#hostname routera

routera (conf)#enable password cisco 以cisco為特權模式密碼

routera (conf)#inte***ce fastether*** 0/1 以17埠為tel***遠端登入埠

routera (conf-if)#ip address 192.168.1.1 255.255.255.0

routera (conf-if)#no shut

routera (conf-if)#exit

routera (conf)line vty 0 4 設定0-4 個使用者可以tel***遠端登陸

routera (conf-line)#login

routera (conf-line)#password edge 以edge為遠端登入的使用者密碼

主機設定:

ip 192.168.1.2 主機的ip必須和交換機埠的地址在同一網路段

***mask 255.255.255.0

gate-way 192.168.1.1 閘道器地址是交換機埠地址

執行:tel*** 192.168.1.1

進入tel***遠端登入介面

password : edge

routera>en

password: cisco

routera#

12:配置路由器的標識 banner $……………$

在全域性配置的模式下利用「banner」命令可以配置路由器的提示資訊,所有連線到路由器的終端都會收到。

router>en

router #c onfigure terminal

router (conf)#hostname routera

routera(conf)#banner motd $this is aptech ***pany』 router ! please don』t change the configuration without permission!$

13:配置介面標識 description ………

介面標識用於區分路由器的各個介面。

router>en

router #c onfigure terminal

router (conf)#hostname routera

routera(conf)#inte***ce fastether*** 0/1 以0/1 介面為例

routera(conf-if)# description this is a fast ether*** port used to connecting the ***pany』s intra***!

14:配置超時

超時適用於設定在多長時間沒有對console進行配置,自動返回exec會話時間。預設為10分鐘。

router>en

router #c onfigure terminal

router (conf)#hostname routera

routera(conf)#line console 0

routera(conf-if)#e xec-timeout 0 0 第一個「0」代表分鐘,第二個「0」代表秒

15:配置串列埠引數

兩臺路由器通過串列埠連線需要一個做為dte,一個做為dce。dce裝置要向dte裝置提供時脈頻率和頻寬。

dce配置:

router>en

router #c onfigure terminal

router (conf)#hostname routera

routera(conf)#inte***ce serial 0/0

routera(conf_if)#clock rate 64000 提供時脈頻率為64000

routera(conf_if)#bandwidth 64 提供頻寬為64

dte配置:路由器串列埠配置ip地址

router>en

router #c onfigure terminal

router (conf)#hostname routerb

routerb(conf)#inte***ce serial 0/0

routerb(conf_if)#ip address 192.168.1.1 255.255.255.0

16:靜態路由的配置

配置路由器a的主機名和介面引數

router>enable

router#c onfigure terminal

router(conf)#hostname routera

routera(conf)#inte***ce fastether*** 0/1 路由器a的1埠為兩路由器的連線埠

routera(conf-if)#ip address 192.168.2.1 255.255.255.0

routera(conf-if)#no shutdown

routera(conf-if)#exit

routera(conf)# inte***ce fastether*** 0/0 路由器a的0埠為與主機的連線埠

routera(conf-if)#ip address 192.168.1.2 255.255.255.0

routera(conf-if)#no shutdown

主機a的ip地址為 192.168.1.1

255.255.255.0

192.168.1.2

配置路由器b的主機名和介面引數

router>enable

router#c onfigure terminal

router(conf)#hostname routerb

routerb(conf)#inte***ce fastether*** 0/0 路由器b的0埠為兩路由器的連線埠

routerb(conf-if)#ip address 192.168.2.2 255.255.255.0

routerb(conf-if)#no shutdown

routerb (conf-if)#exit

routerb(conf)# inte***ce fastether*** 0/1 路由器b的1埠為與主機的連線埠

routerb(conf-if)#ip address 192.168.3.1 255.255.255.0

主機b的ip地址為 192.168.3.2

255.255.255.0

192.168.3.1

配置路由器a的靜態路由表

routera(conf)#ip router 192.168.3.0 255.255.255.0 192.168.2.2

配置路由器b的靜態路由表

routera(conf)#ip router 192.168.1.0 255.255.255.0 192.168.2.1

在routera和routerb上配置預設路由

routera(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.2

routera(conf)#ip classless

routerb(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.1

routerb(conf)#ip classless

在routera和routerb上配置動態路由(rip)

routera(conf)#router rip

routera(conf)#***work 192.168.1.0

routera(conf)#***work 192.168.2.0

routerb(conf)# router rip

routerb(conf)#***work 192.168.2.0

routerb(conf)#***work 192.168.3.0

2. 路由器支援的命令:

路由器顯示命令:

router#show run ;顯示配置資訊

router#show inte***ce ;顯示介面資訊

router#show ip route ;顯示路由資訊

router#show cdp nei ;顯示鄰居資訊

router#reload ;重新起動

路由器口令設定:

router>enable ;進入特權模式

router#config terminal ;進入全域性配置模式

router(config)#hostname ;設定交換機的主機名

router(config)#enable secret *** ;設定特權加密口令

router(config)#enable password xxb ;設定特權非密口令

router(config)#line console 0 ;進入控制檯口

router(config-line)#line vty 0 4 ;進入虛擬終端

router(config-line)#login ;要求口令驗證

router(config-line)#password xx ;設定登入口令xx

router(config)#(ctrl+z) ;

返回特權模式

思科交換機如何檢視埠,思科交換機怎麼檢視IP地址對應的埠

要看概要,一般會使用這個命令 show ip int bri 可以很快檢視到埠的啟用狀態回 很簡潔的命令 要檢視詳細信答息,可以使用 show int fa0 1 或者是 show run 都可以 使用最多的就是 show ip int bri 和show run 以及 show int fa0 1...

華為交換機cpu使用率檢視命令,華為交換機CPU使用率檢視命令

華交換機啟系統cpu持續執行任務 維護管理裝置狀態系統任務 前網路環境需要執行各種協議任務 裝置 面接收傳送報文處理任務 框式交換機根據硬體架構劃角色 機框 背板 電源 風扇 主控板 業務板 其主控板 業務板cpu 華交換機執行主控板需要佔用cpu資源特性功能包括 管理裝置元件 管理裝置內各元件並檢...

思科交換機如何在console進入使用者模式的時候也設定

你在line con 0 上設定密碼及登入就可以,與line vty 類似.思科交換機,配置了console口進入時需要驗證使用者和密碼,然後我蛋疼的試了一下 no username 結果悲劇了 開機60秒內,按住ctrl break 鍵,進入rommon模式,設定命令 config registe...