思科交換機在特權使用者配置模式下enable命令是什麼

2021-03-24 18:24:52 字數 7960 閱讀 2002

1樓:匿名使用者

在配置模式下面enable 一定要接引數使用,是用於配置特權模式的密碼的。

password 引數 密碼在配置檔案裡面以明文顯示,

secret 引數密碼在配置檔案以加密字元顯示

2樓:

這個是提升一級的管理許可權。。。。。或把許可權提升到最高的命令。。。沒有特別的意思。。。。

3樓:唐付義

配置進入特權模式下要輸入密碼的命令 這個命令設定密碼是密文的,用password設定密碼是明文的

4樓:匿名使用者

進入特權模式,可以檢視相關配置。

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

5樓:李增惠

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) ;

返回特權模式

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

router 2 進入全域性配置模式 configure terminal router enable router c onfigure terminal router conf 3 交換機命名 hostname routera 以routera為例 router enable router c ...

思科三層交換機的配置思科三層交換機的配置

還是說一下你的需求吧。先給你幾 個基本的 上面說到的 我就不說了 既然是三層交換機 肯定內埠可以容2層3層轉化 轉換模式的時候 用到這個命令 在想要修改的埠下輸入 no switchport 開啟三層埠 要想恢復回來輸入 switchport 就可以了 預設三層交換機埠都為2層 一般用交換機要配置v...

思科3560交換機配置vlan

5.0vlan 和 10.0vlan 兩個互通是吧,只要給vlan配置個ip地址,然後將這個地址作為pc的閘道器地址,在3560裡只要打上 ip routing 就可以了。就是開啟3560的路由功能 ip routing 是在config模式下打不是在介面模式下switch en switch co...