1樓:未然知依
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) ;
返回特權模式
思科交換機
美國思科公司( cisco system inc. ),憑藉它的 ios ( inter*** operating system ), cisco 公司在多協議路由器市場上處於絕對領先的地位。
思科交換機在特權使用者配置模式下enable命令是什麼
在配置模式下面enable 一定要接引數使用,是用於配置特權模式的密碼的。password 引數 密碼在配置檔案裡面以明文顯示,secret 引數密碼在配置檔案以加密字元顯示 這個是提升一級的管理許可權。或把許可權提升到最高的命令。沒有特別的意思。配置進入特權模式下要輸入密碼的命令 這個命令設定密碼...
交換機配置命令,簡述交換機的幾種配置模式,以及進入的操作命令是什麼?
1 交換機配置命令,英文名switchboard mand,是一種計算機語言,用來控制交換機的語言。2 交換機的配置方式 1 使用控制 console 埠,使用超級終端配置交換機 console是一個用來連線配置終端的非同步序列介面,其介面標準是rj 45。2 使用tel 配置交換機 用遠端登陸te...
思科交換機記憶體怎麼檢視,CISCO交換機的檢視配置命令是什麼?
使用show proc mem和show mem sum可以檢視。62616964757a686964616fe59b9ee7ad9431333264623839 附 cisco7609 show process mem total 465731264,used 42577740,free 4231...