1.實驗拓撲
2.實驗步驟
① :交換機,路由器的各種模式
switch>en 使用者模式
switch#conf t特權模式
enter configuration commands, one per line. end with cntl/z.
switch
(config)#int f0/
1全域性模式
switch
(config-
if)#exit介面模式
switch
(config)#line console 0進入控制台線路配置模式
switch
(config-line)#
switch
(config)#int vlan 1進入vlan模式
② :line模式配置
router#conf t
enter configuration commands, one per line. end with cntl/z.
router
(config)#line vty 4將line vty數目增加到4
router
(config)#line console 0進入控制台線路配置模式
router
(config-line)#speed 17600設定控制台速率為57600
router
(config-line)#end回到特權模式
③ :掌握幫助資訊的使用方法
router#?列出每個命令模式支援的命令
router#show ?提示下乙個關鍵字
router#di?簡寫命令
④ :顯示密碼
switch
(config)#enable password 8989
switch
(config)#no enable password
隱式密碼
switch
(config)#enable secret 888
⑤ 掌握歷史命令的使用方法
router
(config)#line vty 0
4 進入線路配置模式
router
(config-line)#history size 10 設定歷史記錄命令為10條
router
(config-line)#exit返回全域性模式
router
(config)#router rip進入路由配置模式
router
(config-router)#ip route 192.168
.10.0
255.255
.255
.010.1
.1.2
router
(config)#ip route 192.168
.20.0
255.255
.255
.010.1
.1.2
router
(config)#ip route 192.168
.30.0
255.255
.255
.010.1
.1.2
這些位址使用箭頭↑快捷鍵
⑥ :switch#:show running-config
building configure:表示讀取資訊
show startup-config
using 1769
type
(當前存放的位元組數)
fastethernet0/
3 is up 表示當前埠列入為開啟狀態
line protlcol is up表示物理埠已經開啟,邏輯鏈路也是開啟狀態
full-
duplex
(全雙工)
100mb/s每秒百兆
minute input rate 0
/bits/sec 平均速率介面流量統計結果
enable password設定登入密碼(明文)enable secret(密文)entconfigure :1796配置檔案大小
⑦ :遠端登入過程
配置交換機telnet功能
switch
(config)#line vty 0
4允許5個使用者登入switch
(config-line)#login
% login disabled on line 1
, until 'password' is set
% login disabled on line 2
, until 'password' is set
% login disabled on line 3
, until 'password' is set
% login disabled on line 4
, until 'password' is set
% login disabled on line 5
, until 'password' is set
switch
(config-line)#password 123設定登入密碼
switch
(config-line)#end
switch#conf t進入全域性模式
switch
(config)#int vlan 1進入vlan模式
switch
(config-
if)#ip add 192.168
.1.1
255.255
.255
.0配置ip位址
switch
(config-
if)#no shut
switch
(config-
if)#end
配置路由器telnet功能
router>en進入特權模式
router#conf t進入全域性模式
enter configuration commands, one per line. end with cntl/z.
router
(config)#enable secret 123設定特權模式加密密碼
router
(config)#line vty 0
4允許5個使用者登入
router
(config-line)#login啟動登入程序
% login disabled on line 194
, until 'password' is set
% login disabled on line 195
, until 'password' is set
% login disabled on line 196
, until 'password' is set
% login disabled on line 197
, until 'password' is set
% login disabled on line 198
, until 'password' is set
router
(config-line)#password 123設定登入密碼
router
(config-line)#exit返回全域性模式
router
(config)#int f0/
0進入f0/
0介面router
(config-
if)#ip add 192.168
.1.3
255.255
.255
.0設定介面位址
router
(config-
if)#no shut開啟介面
⑧ :traceroute命令
router#traceroute 192.168
.1.2
3.實驗結果
掌握交換機的基本配置命令
配置交換機telnet功能
配置路由器telnet遠端登陸
掌握檢視已配置資訊的命令
閱讀原文
交換機路由器配置
之前一直打算寫部落格,總是沒有開好頭,最近總算有了乙個方向,於是決定把以前有的資料整理一下,一是形成習慣,二是做個備份。此次更新是第一次更新,內容包括計算機網路管理的基礎內容。交換機路由器配置,通過配置實現兩邊路由器到pc連通,同時,通過配置靜態路由實現左邊與右邊區域互相通訊。網路拓撲圖如下 pc0...
交換機和路由器
交換機 二層 資料鏈路層 交換機,基於埠mac對映表,傳送資料 資料傳送端發動資料 源mac位址 目的mac位址 資料 交換機將源mac位址及對應埠記錄到對映表中,並查詢對映表是否存在目的mac位址與埠的對映 如果存在,就直接根據對映 到目的端 如果不存在,需要向除源埠以外的埠 泛洪 並根據回應確定...
交換機和路由器
交換機 switch 交換機是集線器的公升級換代產品,外形上和集線器沒什麼分別,是一種在通訊系統中自動完成資訊交換功能的裝置,用途和hub一樣也是連線組網之用,但是它具有比集線器更強大的功能。交換機也叫交換式集線器,它通過對資訊進行重新生成,並經過內部處理後 至指定埠,具備自動定址能力和交換作用,由...