1樓:匿名使用者
您好!asker
這是setup模式下出現的對話問題。您看到這樣的欄位會有兩個原因:
1:您的路由器(交換機)在啟動的時候沒有在nvrom種找到startup-config作為配置檔案載入到memory,這時機器會自動進入setup模式。
2:您在特權模式下輸入setup,機器也會進入setup模式。
ok!我們來看看他說這句話是什麼意思。它叫您「輸入一個介面的名字來連線管理的網路」
給您看我這裡的情況:
inte***ce ip-address ok? method status protocol
fastethernet0/0 unassigned no unset up down
fastethernet0/1 unassigned no unset up down
enter inte***ce name used to connect to the
management network from the above inte***ce summary: fastethernet0/0
它在之前就已經檢測出了機器上的埠,你只要照著上面的其中之一,輸一個就可以了。當然,這個埠就變成了管理埠。只要您在該埠上配上ip,您就可以telnet上來。
這是cisco為那些不會使用路由器而準備的,其實只要no shutdown任何一個埠,該埠都可以管理路由器。(注意「fastethernet」和「0/0」之間沒有空格)
還有問題可以e-mail我:[email protected]
2樓:匿名使用者
沒有遇到過這樣的提示
說具體點 是從**遇到的??
3樓:渠渺荊雯華
思科ccna實驗常用的命令
路由器實驗:
router>
enable 從使用者模式進入特權模式router#
disable
orexit
從特權模式退出到使用者模式
router#
show
sessions
檢視本機上的telnet會話
router#
disconnect 關閉所有的telnet會話router#
show
users 檢視本機上的使用者
router#
erase
startup-config 刪除nvram中的配置router#
reload 重啟路由器
router#
config
terminal
從使用者模式進入特權模式
router(config)#
hostname
rl配置使用者名稱為rl
router(config)#
#banner
welcome#
配置開機話語
router#
show
controllers
serial0 檢視串列埠0的物理層資訊(主要是檢視dte/dce)router#
show
ipinte***ce
檢視埠的ip配置資訊
router#
show
hosts 檢視主機表
endor
ctrl+z
從各種配置模式退到特權模式
rl(config)#
noip
domain-lookup 關閉動態域名解析rl(config)#
ipdomain-lookup 開啟動態域名解析rl(config)#
ipname-server
202.106.0.20 開啟動態域名解析之後便可以指定dns服務rl(config)#
inte***ce
serial
0 進入serial
0的介面配置模式
rl(config-if)#
noshutdown 路由器出廠預設所有埠關閉,使用此命令使它們開啟
rl(config-if)#
encapsulation
ppp封裝ppp
rl(config-if)#
clockrate
64000
如果是dce使需要設定時鐘速率,如果是dte使不必設定rl(config-if)#
bandwidth
64設定埠頻寬為64k
rl(config-if)#
ctrl+c
或者ctrl+z 快捷鍵退出到特權模式rl#show
inte***ce
serial
0 檢視s0資訊,如果看到serial和line
protocol都顯
示up,說明鏈路兩端都設定成功
注意:如果出現serial
down,
line
down
可能對方的埠沒有打no
shutdown或者電纜沒有插好;如果出現serialup,line
down
可能是dce端沒有設定clock
rate,
也可能是封裝格式不對
rl#show
cdpneighbors 檢視cdp鄰居資訊rl#show
cdpentry
*rl(config-if)#
ipadd
10.0.0.1
255.0.0.0 進入相應的介面,配置相應的ip地址rl#ping
10.0.0.2
使用ping命令檢視鄰居的連通性
rl#show
iproute 檢視路由表,可以看到以c打頭的路由資訊,這是直連的路由資訊;
可以看到
r開頭的路由資訊,是從rip學來的路由
資訊;可看到以
i開頭的路由資訊取代
了以r開頭的路由資訊,這是因為igrp
的管理距離是100,小於rip的120
rl(config-if)#
router
rip啟動rip路由協議
rl(config-router)#
network
10.0.0.0 釋出網段(注意network後面是接的網路號而不是ip地址)
rl#show
ipprotocol 檢視配置的路由協議rl(config)#
router
igrp
300 一定要注意在igrp後面加自治系統號,考試的時候題目會告訴你as
number,
照敲就是
rl(config-router)#
network
10.0.0.0
rl(config)#
line
vty0
4 進入虛擬執行緒配置模式,在此模式可對telnet功能進行配置rl(config-line)#
login
rl(config-line)#
password
cisco 配置telnet密碼,預設的網路裝置telnet的
功能是關閉的,配了密碼之後會自動開啟
rl(config)#
enable
password
cisco 配置進入enable模式的密碼, 區分大小寫rl(config)#
enable
secret
ciscocisco 配置進入enable模式的密碼,是加密的密碼,show
run是看不見的
rl(config)#
line
console
0rl(config-line)#
login
rl(config-line)#
password
cisco
配置進入使用者模式的密碼
rl(config-line)#
logging
synchronous
輸入同步
rl(config-line)#
exec-timeout
00 禁止因為一段時間沒有輸入而跳出rl#copy
running-config
startup-config
儲存配置,考試的時候注意題目的要求,
如果題目裡要求你儲存配置就一定不能少
了這一項
r1#copy
tftp
startup-config
r1#copy
running-config
tftp
r1#copy
tftp
flash
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
cisco基本配置命令
7樓:hs霍先生
cisco 的交換機產品以「catalyst 」為商標,包含1900 、
2800 、2900 、3500 、4000 、5000 、5500 、6000 、8500 等十多個系列。
基本配置命令如下:
1、switch>enable 進入特權模式
2、switch #config terminal 進入全域性配置模式
3、switch(config)#hostname 設定交換機的主機名
4、switch(config)#enable password 進入特權模式的密碼(明文形式儲存)
5、switch(config)#enablesecret 加密密碼(加密形式儲存) (優先)
6、switch(config)#ipdefault-gateway 配置交換機閘道器
7、switch(config)#showmac-address-table 檢視mac地址
8、switch(config)loggingsynchronous 阻止控制檯資訊覆蓋命令列上的輸入
9、switch(config)no ipdomain-lookup 關閉dns查詢功能
10、switch(config)exec-timeout 00 阻止會話退出
擴充套件資料:
cisco常用配置命令:
一、使用telnet遠端式管理
1、switch(config)#line vty 0 4 進入虛擬終端
2、switch (config-line)# password 設定登入口令
3、switch(config-line)# login 要求口令驗證
二、控制檯口令
1、switch(config)#lineconsole 0 進入控制檯口
2、switch(config-line)# password xx
3、switch(config-line)#設定登入口令login 允許登入
三、恢復出廠配置
switch(config)#erasestartup-config
switch(config)delete vlan.dat
關於思科2918的配置命令解釋cisco基本配置命令
這上面是把裝置作為證書伺服器的客戶端 接受證書的裝置 crypto pki trustpoint tp self signed 2798417024 enrollment selfsigned 設定申請證書的方式 subject name ios self signed certificate 27...
cisco防火牆配置Cisco防火牆配置
1 建立使用者 建立使用者和修改密碼跟cisco ios路由器基本一樣。啟用啟用以太埠必須用enable進入,然後進入configure模式 pix525 enable password pix525 config t pix525 config inte ce ether 0 auto pix52...
CISCO交換機ACL配置方法,cisco交換機怎麼配置acl?????
cisco交換機acl配置方法如下 標準訪問列表配置例項 r1 config access list 10 deny 192.168.2.0 0.0.0.255 r1 config access list 10 permit any r1 config int fa0 0.1 r1 config s...