思科ESR10008路由器如何用命令檢視電源模組的序列號

2021-03-19 16:37:35 字數 7417 閱讀 5757

1樓:匿名使用者

showdiag命令會返回路由器相關模組/介面卡的如下資訊:硬體版本、電路板修訂、rma數碼與歷史(rma number andhistory)、底盤序列號(chassis serial number)、cisco的互換單元碼(field replaceableunit)、cisco零件碼(該裝置的真正零件碼)、底板的技術暫存器(包含電源**和溫度狀態)、裝置母板上整合的埠、裝置中wic卡的序列號和零件碼,以及插在裝置中的網路模組的零件碼、埠資訊和序列號。

2樓:深邃的遙想

電源模組不需要序列號,你要的是命令列的話,好像有一條命令只能檢視資料。

如何驗證思科路由器器真偽

3樓:匿名使用者

可以以下**查詢。

cisco 防偽標籤查詢

800 810 3153

4樓:從小就是焦點

進路由器看配置 用所有的思科命令

思科路由器檢視配置的命令是什麼?

5樓:地面離家出走

思科路由器檢視配置的命令是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) ; 返回特權模式

router#exit ;返回命令

檢視大圖" >

擴充套件資料:

路由器配置:

router(config)#int s0/0 ;進入serail介面

router(config-if)#no shutdown ;啟用當前介面

router(config-if)#clock rate 64000 ;設定同步時鐘

router(config-if)#ip address ;設定ip位址

router(config-if)#ip address second ;設定第二個ip

router(config-if)#int f0/0.1 ;進入子介面

router(config-subif.1)#ip address ;設定子介面ip

router(config-subif.1)#encapsulation dot1q ;繫結vlan中繼協議

router(config)#config-register 0x2142 ;跳過配置檔案

router(config)#config-register 0x2102 ;正常使用配置檔案

router#reload ;重新引導

6樓:匿名使用者

show run//看執行狀況

show ip route//看路由表

show int//看斷口*

show ip int br//看埠ip位址show cdp nei//察看cdp鄰居show ip pro//察看ip協議

7樓:陳育卓

enble

switch#show run

switch#show inte***ce //顯示介面資訊switchr#show ip route //顯示路由資訊switch#show cdp nei //顯示鄰居資訊

8樓:請教再請教

show run

如果在配置模式下

就是 do show run

還有些高階用法

如show ip int brief

或者show int 介面

9樓:丘陵腳下

配置交換機不用記命令的。

只要你不知道命令。你就用「?」下面會有提示。命令的後面有注釋的。

10樓:匿名使用者

可以直接進入路由器檢視

//192.168.0.1

cisco檢視所有光模組命令

11樓:匿名使用者

showdiag命令會返回路由器相關模組/介面卡下資訊:硬體版本、電路板修訂、rma數碼與歷史(rma number andhistory)、底盤序列號(chassis serial number)、cisco互換單元碼(field replaceableunit)、cisco零件碼(該裝置真正零件碼)、底板技術暫存器(包含電源**和溫度狀態)、裝置母板上整合埠、裝置wic卡序列號和零件碼及插裝置網路模組零件碼、埠資訊和序列號

12樓:愛的死心了

是從**來的錢給他們吃他們的故事

通過什麼命令檢視思科路由器主動發起的會話列表

13樓:匿名使用者

show tcp ?

<0-5> line numberbrief brief displayconsole primary terminal lineintercept intercept displaystatistics tcp protocol statistics

tcb tcb addressvty virtual terminal| output modifiers

14樓:匿名使用者

這個不知道 不過,你可以看下 show arp

關於cisco光模組查詢的命令列 20

15樓:伊利丹刀鋒

show hw-module subslot 4/0 transceiver 1 idprom

或者show hw-module subslot 4/0 transceiver 1 idprom detail

思科路由器 檢視歷史命令怎麼看

16樓:匿名使用者

設定歷史快取數目

更改當前終端會話歷史快取數目:

terminal history [size number-of-lines]

terminal no history [size number-of-lines] 設為default 10.

example:

router#terminal history size 20

router#terminal no history size 20

更改所有會話歷史快取數目:

history [size number-of-lines]

no history [size number-of-lines]

example:

router(config)#line con 0

router(config-line)#history size 20

router(config-line)#no history size 20

router(config-line)#end

呼叫歷史命令

呼叫上一條命令:press ctrl-p or the up arrow key

呼叫下一條命令:press ctrl-n or the down arrow key.

列出快取中的命令:show history

router#show history

enhelp

conf t

terminal history size 20

terminal no history size 20

history size 20

conf t

show history

停止歷史命令功能

停止當前會話的歷史命令功能

terminal no history

router#terminal no history

停止所有會話的歷史命令功能

no history

router(config)#line console 0

router(config-line)#no history

17樓:匿名使用者

在使能模式(enable)下輸入show history

18樓:木易遠

show history all

或者show history

用來檢視思科路由器的各種配置資訊的指令碼命令!!

19樓:匿名使用者

檢視執行設定 show running-configshow ip route ——檢視路由協議show inte***ce 埠號——檢視埠配置資訊show ip eigrp neighbors 檢視鄰居表show ip eigrp topology 檢視拓撲表show ip eigrp traffic 檢視傳送包數量

思科路由器配置命令一覽表

20樓:super鄧肯

switch> 使用者模式

1:進入特權模式 enable

switch>enable

switch#

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

switch>enable

switch#c onfigure terminal

switch(conf)#

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

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch-2950

aptech2950(conf)#

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

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#enable password cisco

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

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#enable secret ciscolab

6:設定虛擬區域網vlan 1 inte***ce vlan 1

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#inte***ce vlan 1

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

aptech2950(conf-if)#noshut 是配置處於執行中

aptech2950(conf-if)#exit

aptech2950(conf)#ipdefault-gateway 192.168.254 設定閘道器位址

7:進入交換機某一埠 inte***ce fasteher*** 0/17 以17埠為例

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

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

aptech2950(conf-if)#

8:檢視命令 show

switch>enable

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

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

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

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

showmac-address-table 檢視mac位址表

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

9:交換機恢復出廠預設恢復命令

switch>enable

switch#erase startup-configure

switch#reload

10:雙工模式設定

switch>enable

switch#c onfigure terminal

switch2950(conf)#hostnameaptch-2950

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

aptech2950(conf-if)#duplexfull/half/auto 有full , half, auto 三個可選項

11:cdp相關命令

switch>enable

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

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

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

show cdpnerghbors 列出與裝置相連的cisco裝置

如何除錯思科2019 k9路由器

1 cdp既然在全域性下面關閉了,在介面下在關閉就重複了。2 配置enable的secret,在配置password就多餘了。3 dhcp的位址池建議把dns配上,這樣下發的位址的時候也把dns下發了。4 gi0 1是你的內聯口,沒有必要配置ip tcp adjust mss 1452。5 acl ...

思科2901路由器SERIAL是什麼意思?

這是一種廣域網介面。學名叫同步串列埠。也是路由器使用最廣泛的廣域網介面。在網路模擬器的路由器上基本上都支援這種介面。注意,在配置s口的時候要在dce端配置時鐘頻率。路由器上serial是什麼意思 serial是串列埠的意思 1 0是說第二個模組上的第乙個介面。路由器的serial口是用來配置路由器設...

如何設定192 168 8 1路由器

192.168.8.1路由器設定步驟如下 1 首先開啟瀏覽器,輸入 192.168.8.1 位址,按 回車 鍵進入,進入登入介面。2 在介面中填寫寫在路由器背面的使用者名稱和密碼。3 進入後,您將看到 wifi設定 點選後,可以看到密碼並更改它。4 最後,單擊 儲存設定 和 重新啟動 以成功設定19...