1樓:蕭蕭瑟瑟
先進入到 #模式
show run
2樓:匿名使用者
使用 show run 命令!
3樓:匿名使用者
switch>en
switch#show run
building configuration...
current configuration : 428 bytes!version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption!hostname switch!!
!inte***ce fastethernet0/1!inte***ce fastethernet1/1!
inte***ce fastethernet2/1!inte***ce fastethernet3/1!inte***ce fastethernet4/1!
inte***ce fastethernet5/1!inte***ce vlan1
no ip address
shutdown!!
line con 0
!line vty 0 4
login
line vty 5 15
login!!
endswitch#
cisco交換機的檢視配置命令是什麼?
4樓:匿名使用者
1、router#show startup-config //檢視啟動配置檔案
啟動配置檔案startup-config位於路由器的nvram中,可以長期儲存。它在啟動路由器時裝入ram,成為running-config。
2、router#show version //檢視路由器的版本資訊3、router#show ip inte***ce brief //檢視路由器的介面狀態
5樓:匿名使用者
你好!特權模式下 show runing-config(如下圖)
回車顯示下一行 空格顯示下一屏
希望能幫助你!
6樓:匿名使用者
埠配置,及訪問控制show run 路由協議show ip route
怎樣檢視思科交換機某個介面的配置
7樓:依然特雷西
1、首先開啟交換機開機,電腦連線後,進入使用者模式。
2、輸入「enable" 或」en「,進入特權模式。
3、在特權模式下,輸入」show inte***ce f0/1「或」show int f0/1「,就可以檢視f0/1介面的資訊了。
4、在介面資訊中相關資訊較多,包括介面是否啟用(up
or down),該介面的mac地址,該介面是全雙工還是半雙工(full-duplex or half-duplex
),這裡的f0/1的介面是處於啟用狀態(up),並處於全雙工(full-duplex)。
5、再檢視f0/2的介面資訊,輸入」show int f0/2「,這裡的f0/2的介面是處於關閉狀態(down),並處於半雙工(half-duplex )。
8樓:菠蘿味咖啡
show run int f0/1 從show run中將你需要的介面資訊擷取出來,只顯示f0/1的show run
show int f0/1 檢視f0/1的資訊,如發包收包,埠狀態等
show ip int br 檢視所有埠狀態show int f0/1 sw 檢視交換埠配置,如vlan id,native vlan等
9樓:匿名使用者
show int [埠號]
如果不指定埠號就是檢視所有埠的資訊。指定後,只是顯示指定埠的資訊
10樓:匿名使用者
show inte***ce fx/y (x,y 是數字,例如f0/2)或者show inte***ce serial sx/y
給分吧!不懂再問我!
11樓:思科老王
長期現金上門**工程剩餘 死庫存 機房升級淘汰,思科防火牆 路由器 交換機 光纖模組
擴充套件板卡網路產品等。
思科配置命令 思科firepowe配置思科新一代防火牆 思科asa配置 cisco路由器配置 cisco路由器另有技術支援:配置手冊 cisco基本配置命令 思科交換機怎麼配置 思科交換機的配置命令 cisco路由器埠基本配置 思科配置路由器 思科配置靜態路由 vlan劃分配置
思科**182(微)0104(信)9588
思科交換機怎麼檢視某個介面的配置
12樓:
show inte***ce fa0/0
show running-config
show ip inte***ce briefshow inte***ce stauts主要就是 show inte***ce fa0/0其他都是排錯
13樓:雨語追風
show run int fa|g 介面號
14樓:匿名使用者
假如要看f0/0:
show run | include f0/0
15樓:半夜拉稀
show inte***ce
如何從檢視cisco交換機型號
16樓:韌性獵豹
1.在機箱前面板商標處檢視
2.在機箱標籤上檢視
3.在可網管的交換機上使用show version 檢視。步驟如下:
用配置線連線交換機的配置口;
用超級終端登入交換機
輸入:en [進入全域性模式];
輸入:show version [顯示交換機硬體資訊];
17樓:匿名使用者
show version
show flash
show run
都可以!
回答你補充的,show run就可以看模組
18樓:匿名使用者
看下version
另外可以看插槽。
19樓:匿名使用者
show version
show flash
思科交換機怎麼配置?
20樓:匿名使用者
switch> 使用者模式
1:進入特權模式 enable
switch> enable
switch#
2:進入全域性配置模式 configure terminal
switch> enable
switch#configure terminal
switch(conf)#
3:交換機命名 hostname aptech2950 以aptech2950為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch-2950
aptech2950(conf)#
4:配置使能口令 enable password cisco 以cisco為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable password cisco
5:配置使能密碼 enable secret ciscolab 以cicsolab為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable secret ciscolab
6:設定虛擬區域網vlan 1 inte***ce vlan 1
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# inte***ce vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼
aptech2950(conf-if)#no shut 使配置處於執行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 設定閘道器地址
7:進入交換機某一埠 inte***ce fastehernet 0/17 以17埠為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# inte***ce fastehernet 0/17
aptech2950(conf-if)#
8:檢視命令 show
switch> enable
switch# show version 察看系統中的所有版本資訊
show inte***ce vlan 1 檢視交換機有關ip 協議的配置資訊
show running-configure 檢視交換機當前起作用的配置資訊
show inte***ce fastethernet 0/1 察看交換機1介面具體配置和統計資訊
show mac-address-table 檢視mac地址表
show mac-address-table aging-time 檢視mac地址表自動老化時間
9:交換機恢復出廠預設恢復命令
switch> enable
switch# erase startup-configure
switch# reload
10:雙工模式設定
switch> enable
switch#configure terminal
switch2950(conf)#hostname aptch-2950
aptech2950(conf)# inte***ce fastehernet 0/17 以17埠為例
aptech2950(conf-if)#duplex full/half/auto 有full , half, auto 三個可選項
11:cdp相關命令
switch> enable
switch# show cdp 檢視裝置的cdp全域性配置資訊
show cdp inte***ce fastethernet 0/17 檢視17埠的cdp配置資訊
show cdp traffic 檢視有關cdp包的統計資訊
show cdp nerghbors 列出與裝置相連的cisco裝置
12:csico2950的密碼恢復
拔下交換機電源線。
用手按著交換機的mode鍵,插上電源線
在switch:後執行flash_ini命令:switch: flash_ini
檢視flash中的檔案: switch: dir flash:
把「config.text」檔案改名為「config.old」:
switch: rename flash: config.
text flash: config.old
執行boot: switch: boot
交換機進入是否進入配置的對話,執行no :
進入特權模式察看flash裡的檔案: show flash :
把「config.old」檔案改名為 「config.text」:
switch: rename flash: config.
old flash: config.text
把「config.text」拷入系統的「running-configure」: copy flash:
config.text system : running-configure
把配置模式重新設定密碼存檔,密碼恢復成功。
13:交換機telnet遠端登入設定:
switch>en
switch#configure terminal
switch(conf)#hostname aptech-2950
aptech2950(conf)#enable password cisco 以cisco為特權模式密碼
aptech2950(conf)#inte***ce fastethernet 0/17 以17埠為telnet遠端登入埠
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0
aptech2950(conf-if)#no shut
aptech2950(conf-if)#exit
aptech2950(conf)line vty 0 4 設定0-4 個使用者可以telnet遠端登陸
aptech2950(conf-line)#login
aptech2950(conf-line)#password edge 以edge為遠端登入的使用者密碼
主機設定:
ip 192.168.1.2 主機的ip必須和交換機埠的地址在同一網路段
netmask 255.255.255.0
gate-way 192.168.1.1 閘道器地址是交換機埠地址
執行:telnet 192.168.1.1
進入telnet遠端登入介面
password : edge
aptech2950>en
password: cisco
aptech#
14:交換機配置的重新載入和儲存
設定完成交換機的配置後:
aptech2950(conf)#reload
是否儲存(y/n) y: 儲存設定資訊 n:不儲存設定資訊
大致都是類似
cisco交換機根橋問題cisco交換機問題
你是想把交換機一直都設定成跟橋嗎?如果是的話只需要把交換機的優先順序改為0就可以了,如果是這樣的話,可以在全域性模式下用 spanning tree vlan1 priority 0 這個命令,就意味這交換機永遠為跟橋了 你是想讓這臺交換機 成為所有vlan的根橋 意思吧?在該switch上敲 sw...
思科交換機配置trunk口,Cisco交換機Trunk配置命令是什麼?
1 首先看一下拓撲圖,我們可以看到兩臺交 換機之間需要配置trunk才能實現不同交換機下的同一個vlan互相訪問。2 先配置pc0到pc6的ip地址。3 檢視交換機sw1的vlan配置sw1 config do sh vlan bri可以看到交換機sw1沒有vlan配置。4 建立vlan2sw1 c...
cisco交換機2960配置先配置vlan後再能配置各個fa端
你這臺copy 裝置的主機名已經提示了,這bai 是個switch,不是路du由器。首先確認這是不是三層 zhi裝置,dao三層交換機首先要啟用它的路由功能,並且在埠上要關閉交換模式才能配置。當然你也可以在vlan下配置,這個看個人習慣和實際需求。全域性配置 ip route 開啟路由 fa 0 1...