1樓:216的我
在config模式下使用service password-encryption 命令可以將你在路由器裡設定的所以密碼都加密
而進特權模式時 使用enable secret 代替enable password 可以將enable密碼加密
2樓:匿名使用者
再後面的部分顯示了路由器已經執行了多長時間,它是如何重新啟動的,即cisco 13、要從cli上進行配置,需要通過鍵入configure terminal來修改路由器的某些
cisco配置交換機使能加密口令是什麼?命令是什麼?
3樓:匿名使用者
使能加密口令就是在進入特權模式時使用的密碼。
體現在登入時如下:
switch>en
password:
輸入正確的密碼後才能進入到特權模式,
switch>en
password:
switch#
配置命令是在全域性模式下使用命令:
switch#
switch#conf t
switch(config)#enable secret admin這裡我使用的是secret 而不是 password ,因為password傳輸時是使用的明文,而secret是用的密文。我設定的密碼是admin
4樓:匿名使用者
server password-encryption
5樓:
enable password ***
cisco配置命令中把所有密碼加密的命令
6樓:匿名使用者
配置密碼的時候設定的,配置好了密碼設定不了,刪除重新建立,
建立的命令裡面 有乙個是數字的,5就是加密
cisco 命令怎麼配置wep加密??
7樓:
你好,我這邊是思科原廠。你留下郵箱,我這裡聯絡你。
寫出配置cisco路由器的特權加密密碼和控制台密碼的命令。謝謝各位了 急需
8樓:
enable secret ***
line console 0
password ****
login
ps:「***」是你要設的密碼
9樓:匿名使用者
cisco路由器配置口令 有知道越多的越好 ...那要學c**a了, 不是簡單的給你幾個命令就會的. 正常要學習乙個星期以上.
...登入路由器,敲乙個「?」就...
10樓:藕法
enable password 123
line vty 0 4
password cisco
login
cisco路由器如果設定好了明文密碼如何加密?
11樓:匿名使用者
全域性模式或特權模式下輸入
service password-encryption 即可.
cisco基本配置命令
12樓: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常用配置命令:
一、使用tel***遠端式管理
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
13樓:匿名使用者
思科c**a實驗常用的命令
路由器實驗:
router> enable 從使用者模式進入特權模式
router# disable or exit 從特權模式退出到使用者模式
router# show sessions 檢視本機上的tel***會話
router# disconnect 關閉所有的tel***會話
router# show users 檢視本機上的使用者
router# erase startup-config 刪除nvram中的配置
router# reload 重啟路由器
router# config terminal 從使用者模式進入特權模式
router(config)# hostname rl 配置使用者名為rl
router(config)# #banner wel***e# 配置開機話語
router# show controllers serial0 檢視串列埠0的物理層資訊(主要是檢視dte/dce)
router# show ip inte***ce 檢視埠的ip配置資訊
router# show hosts 檢視主機表
end or ctrl+z 從各種配置模式退到特權模式
rl(config)# no ip domain-lookup 關閉動態網域名稱解析
rl(config)# ip domain-lookup 開啟動態網域名稱解析
rl(config)# ip name-server 202.106.0.20 開啟動態網域名稱解析之後便可以指定dns服務
rl(config)# inte***ce serial 0 進入serial 0的介面配置模式
rl(config-if)# no shutdown 路由器出廠預設所有埠關閉,使用此命令使它們開啟
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或者電纜沒有插好;如果出現serial up, line down 可能是dce端沒有設定clock rate, 也可能是封裝格式不對
rl# show cdp neighbors 檢視cdp鄰居資訊
rl# show cdp entry *
rl(config-if)# ip add 10.0.0.1 255.0.0.0 進入相應的介面,配置相應的ip位址
rl# ping 10.0.0.2 使用ping命令檢視鄰居的連通性
rl# show ip route 檢視路由表,可以看到以c打頭的路由 資訊,這是直連的路由資訊;
可以看到 r開頭的路由資訊,是從rip學來的路由 資訊;可看到以
i開頭的路由資訊取代 了以r開頭的路由資訊,這是因為igrp 的管
理距離是100,小於rip的120
rl(config-if)# router rip 啟動rip路由協議
rl(config-router)# ***work 10.0.0.0 發布網段(注意***work後面是接的網路號而
不是ip位址)
rl# show ip protocol 檢視配置的路由協議
rl(config)# router igrp 300 一定要注意在igrp後面加自治系統號,考試的時候題目
會告訴你as number, 照敲就是
rl(config-router)# ***work 10.0.0.0
rl(config)# line vty0 4 進入虛擬執行緒配置模式,在此模式可對tel***功能進行配置
rl(config-line)# login
rl(config-line)# password cisco 配置tel***密碼,預設的網路裝置 tel***的 功能
是關閉的,配了密碼之後會自動開啟
rl(config)# enable password cisco 配置進入enable模式的密碼, 區分大小寫
rl(config)# enable secret ciscocisco 配置進入enable模式的密碼,是加密的密碼,
show run是看不見的
rl(config)# line console 0
rl(config-line)# login
rl(config-line)# password cisco 配置進入使用者模式的密碼
rl(config-line)# logging synchronous 輸入同步
rl(config-line)# exec-timeout 0 0 禁止因為一段時間沒有輸入而跳出
rl# copy running-config startup-config 儲存配置,考試的時候注意題目的要求,
如果題目裡要求你儲存配置就一定不能少
了這一項
r1# copy tftp startup-config
r1# copy running-config tftp
r1# copy tftp flash
求助,cisco3560配置的DHCP,部分客戶機不能獲得IP!怎麼檢視DHCP位址池是否用盡
3560上相關的dhcp除錯命令 no service dhcp 停止dhcp服務 預設為啟用dhcp服務 sh ip dhcp binding 顯示位址分配情況show ip dhcp conflict 顯示位址衝突情況debug ip dhcp server 觀察dhcp伺服器工作情況 cisc...
Cisco交換機冗餘路徑配置問題,懂的幫忙看看,謝謝
把兩條路徑的路由都配置上,設定聯通線路優先就行。不同的條件有不同的配法,比如交換機與兩個路由器是用三層連線還是二層,有沒有用動態路由等。配置兩條預設路由,把備份鏈路的預設路由優先順序配高。交換機的問題 幫忙看看 買個路由器回來,然後接上電腦,做個偽裝mac位址方式,就可以兩台都上網了 你們房東是高手...
如何配置cisco2600路由器的ospf協議
router ospf 1 開啟ospf程序1 router id 1.1.1.1 定義router id passive inte ce default 預設全為被動介面 no passive inte ce serial0 0 開啟需要建鄰居的介面 no passive inte ce seri...