版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、實驗十二、路由器廣域網PPP封裝PAP驗證配置一、實驗目的二、應用環(huán)境基于安全的考慮,需要路由器雙方經過驗證后才能建立連接三、實驗設備1.DCR-1751 兩臺2.CR-V35MT 一條3.CR-V35FC 一條四、實驗拓撲 五、實驗要求Router-A Router-B接口IP地址接口IP地址S1/1DTE 192.168.1.2 DCE 192.168.1.1 S1/0帳號密碼帳號密碼RouterBdigitalchinaB digitalchinaARouterA六、實驗步驟第一步Router-A的配置Router>enable !進入特權模式Router #config !進入全
2、局配置模式Router-A !修改機器名Router _config#hostnameRouter-A_config#username RouterB password digitallchinaB !設置帳號密碼Router-A_config#interface s1/1 !進入接口模式Router-A_config_s1/0#ip address 192.168.1.1 255.255.255.0 !配置IP地址PPP !封裝PPP協(xié)議Router-A_config_s1/1#encapsulationpap !設置驗證方式authenticationRouter-A_config_s1/
3、0#pppRouter-A_config_s1/0#ppp pap sent-username RouterA digitalchinaA!設置發(fā)送給對方驗證的帳號密碼Router-A_config_s1/0#physical-layer speed 64000 !配置DCE時鐘頻率shutdownRouter-A_config_s1/0#noRouter-A_config_s1/0#Z !按ctrl + z進入特權模式第二步:查看配置s1/1 !查看接口狀態(tài)interfaceRouter-A#showSerial1/0 is up, line protocol is down!對端沒有配置,
4、所以協(xié)議是DOWN Mode=Sync DCE Speed=64000 !查看DCEDTR=UP,DSR=UP,RTS=UP,CTS=DOWN,DCD=UPInterface address is 192.168.1.1/24!查看IP地址MTU 1500 bytes, BW 64 kbit, DLY 2000 usecEncapsulation prototol PPP, link check interval is 10 sec !查看封裝協(xié)議Octets Received0, Octets Sent 0Frames Received 0, Frames Sent 0, Link-chec
5、k Frames Received0Link-check Frames Sent 89, LoopBack times 0Frames Discarded 0, Unknown Protocols Frames Received 0, Sent failuile 0Link-check Timeout 0, Queue Error 0, Link Error 0,60 second input rate 0 bits/sec, 0 packets/sec!60 second output rate 0 bits/sec, 0 packets/sec!0 packets input, 0 byt
6、es, 8 unused_rx, 0 no buffer0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort8 packets output, 192 bytes, 0 unused_tx, 0 underrunserror:0 clock, 0 gracePowerQUICC SCC specific errors:0 recv allocb mblk fail 0 recv no buffer0 transmitter queue full 0 transmitter hwqueue_full第三步:Router-B的配
7、置Router>enable !進入特權模式Router #config !進入全局配置模式Router-B !修改機器名Router _config#hostnameRouter-B_config#username RouterA password digitalchinaA !設置帳號密碼Router-B_config#interface s1/0 !進入接口模式Router-B_config_s1/0#ip address 192.168.1.2 255.255.255.0 !配置IP地址Router-B_config_s1/1#encapsulationPPP !封裝PPP協(xié)議p
8、ap !設置驗證方式Router-A_config_s1/0#pppauthenticationRouter-A_config_s1/0#ppp pap sent-username RouterB digitalchinaB!設置發(fā)送給對方驗證的帳號密碼shutdownRouter-B_config_s1/0#noRouter-B_config_s1/0#Z !按ctrl + z進入特權模式第四步:查看配置s1/0 !查看接口狀態(tài)interfaceRouter-A#showSerial1/0 is up, line protocol is up!接口和協(xié)議都是upMode=Sync DTE!查
9、看DTEDTR=UP,DSR=UP,RTS=UP,CTS=DOWN,DCD=UPInterface address is 192.168.1.2/24!查看IP地址MTU 1500 bytes, BW 64 kbit, DLY 2000 usecEncapsulation prototol PPP, link check interval is 10 sec !查看封裝協(xié)議Octets Received0, Octets Sent 0Frames Received 0, Frames Sent 0, Link-check Frames Received0Link-check Frames Se
10、nt 89, LoopBack times 0Frames Discarded 0, Unknown Protocols Frames Received 0, Sent failuile 0Link-check Timeout 0, Queue Error 0, Link Error 0,60 second input rate 0 bits/sec, 0 packets/sec!60 second output rate 0 bits/sec, 0 packets/sec!0 packets input, 0 bytes, 8 unused_rx, 0 no buffer0 input er
11、rors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort8 packets output, 192 bytes, 0 unused_tx, 0 underrunserror:0 clock, 0 gracePowerQUICC SCC specific errors:0 recv allocb mblk fail 0 recv no buffer0 transmitter queue full 0 transmitter hwqueue_full第五步:測試連通性PING 192.168.1.2 (192.168.1.2: 56 data byte
12、s!- 192.168.1.2 ping statistics -5 packets transmitted, 5 packets received, 0% packet lossround-trip min/avg/max = 20/22/30 ms七、注意事項和排錯1.帳號密碼一定要交叉對應,發(fā)送的帳號密碼要和對方帳號數(shù)據庫中的帳號密碼對應八、配置序列Router-A的序列Building configuration.Current configuration:!service timestamps log dateservice timestamps debug dateno servi
13、ce password-encryption!hostname Router-A!username routerb password 0 digitalb !interface FastEthernet0/0no ip directed-broadcast!interface Ethernet2/0no ip addressno ip directed-broadcastduplex half!interface Serial1/0no ip addressno ip directed-broadcastphysical-layer speed 64000!interface Serial1/
14、1no ip directed-broadcastencapsulation pppppp pap sent-username routera digitala physical-layer speed 64000!interface Async0/0no ip addressno ip directed-broadcast!九、共同思考1.在什么環(huán)境下需要配置驗證方式?2.PAP驗證是否非常安全?十、課后練習本實驗是雙向驗證,嘗試做單向驗證的配置十一、相關命令詳解ppp authentication使用接口配置命令ppp authentication指定接口上使用CHAP或PAP協(xié)議的次序,
15、使用no ppp authentication 取消認證。ppp authentication chap|ms-chap|paplist-name|defaultcallinno ppp authentication參數(shù)參數(shù)參數(shù)說明chap 在串行接口上激活CHAPpap 在串行接口上激活PAPms-chap 在串行接口上激活MS-CHAPlist-name (可選的與AAA/TACACS+一起使用,指定執(zhí)行認證時使用的TACACS+方法列表名。如果沒有指定列表名,系統(tǒng)將使用缺省列表。使用命令aaa authentication ppp創(chuàng)建列表。default(可選的與AAA/TACACS+一
16、起使用。使用命令aaa authentication ppp 創(chuàng)建缺省缺省列表。callin (可選的指定僅對收到的呼叫(calls進行認證。進行PPP認證時,chap、ms-chap和 pap三者必選其一,或者三者任意組合。缺省不進行PPP認證。命令模式接口配置態(tài)使用說明 一旦你激活了 CHAP、MS-CHAP 和 PAP 認證中的一個、兩個或者全部激活,本地路由器在允許 遠端設備傳送數(shù)據之前,要求對其身份進行驗證。 (1 PAP 認證要求遠端設備發(fā)送一個名字/口令對, 來檢驗在本地用戶數(shù)據庫或 者遠程 TACACS/TACACS數(shù)據庫中是否有一個匹配項。 (2 CHAP 認證發(fā)送一個 challenge 給遠端設備, 遠端設備必須使用公有密鑰對 challenge 進行加密并把加密結果和自身名字以 response 報文的形式返回給 本地路由器。本地路由器使用遠端設備名字在本地用戶數(shù)據庫或者遠程 TACACS/TACACS數(shù)據庫中查找到相應的密鑰,用它對最初 challenge 進行加密,并驗證該加密結果是否與遠端設備返回的結果相同。 你可能以任何次序激活 PAP、MS-CHAP 和 CHAP。如果兩種方法都被激活了,那么使用第 一個方法在鏈路協(xié)商階段提出請求。 如果遠端建議使用第二種方法或者簡單地拒絕了第一種 方法,將使用第二種方法。一些遠端設備僅僅支持 CHAP 或僅
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五版螺桿機維修配件全球采購合同4篇
- 2025年度生態(tài)大棚建設與承包服務合同示范文本4篇
- 二零二五美容院跨界合作項目風險管理協(xié)議4篇
- 7的乘法口訣(說課稿)-2024-2025學年二年級上冊數(shù)學人教版
- 2024秋八年級物理上冊 第2章 物態(tài)變化 第四節(jié) 升華和凝華說課稿2(新版)蘇科版
- 9 生物與非生物 說課稿-2023-2024學年科學四年級下冊人教鄂教版
- 2024秋八年級英語上冊 Module 2 My home town and my country Unit 2 Cambridge is a beautiful city in the east of England說課稿(新版)外研版
- 二零二五年航空器動產買賣及租賃合同3篇
- 二零二五年度代駕服務車輛環(huán)保標準協(xié)議3篇
- 二零二五年度產業(yè)園區(qū)基礎設施建設06289工程招標合同3篇
- 銳途管理人員測評試題目的
- 焊接材料-DIN-8555-標準
- 工程索賠真實案例范本
- 重癥醫(yī)學科運用PDCA循環(huán)降低ICU失禁性皮炎發(fā)生率品管圈QCC持續(xù)質量改進成果匯報
- 個人股權證明書
- 醫(yī)院運送工作介紹
- 重癥患者的容量管理
- 學習游戲對中小學生學業(yè)成績的影響
- 小學四年級上冊遞等式計算100題及答案
- 新版?zhèn)€人簡歷Excel表格模板共2聯(lián)
- (完整)中國象棋教案
評論
0/150
提交評論