![【廣域網(wǎng)實(shí)驗(yàn)室】【CPOS鏈路配置】_第1頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-2/10/3ef5f181-7e73-4c34-9735-cbfe2c10e517/3ef5f181-7e73-4c34-9735-cbfe2c10e5171.gif)
![【廣域網(wǎng)實(shí)驗(yàn)室】【CPOS鏈路配置】_第2頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-2/10/3ef5f181-7e73-4c34-9735-cbfe2c10e517/3ef5f181-7e73-4c34-9735-cbfe2c10e5172.gif)
![【廣域網(wǎng)實(shí)驗(yàn)室】【CPOS鏈路配置】_第3頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-2/10/3ef5f181-7e73-4c34-9735-cbfe2c10e517/3ef5f181-7e73-4c34-9735-cbfe2c10e5173.gif)
![【廣域網(wǎng)實(shí)驗(yàn)室】【CPOS鏈路配置】_第4頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-2/10/3ef5f181-7e73-4c34-9735-cbfe2c10e517/3ef5f181-7e73-4c34-9735-cbfe2c10e5174.gif)
![【廣域網(wǎng)實(shí)驗(yàn)室】【CPOS鏈路配置】_第5頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-2/10/3ef5f181-7e73-4c34-9735-cbfe2c10e517/3ef5f181-7e73-4c34-9735-cbfe2c10e5175.gif)
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、CPOS鏈路配置【實(shí)驗(yàn)名稱】CPOS鏈路配置【實(shí)驗(yàn)?zāi)康摹客ㄟ^本實(shí)驗(yàn)掌握COPS基本配置,理解SDH協(xié)議原理?!颈尘懊枋觥磕称髽I(yè)通過SDH線路與其分公司進(jìn)行通訊,實(shí)驗(yàn)拓?fù)鋱D如下所示,需要在SDH鏈路上使用PPP的CHAP認(rèn)證方式保證網(wǎng)絡(luò)安全,使用動(dòng)態(tài)路由協(xié)議OSPF實(shí)現(xiàn)總公司與分公司之間網(wǎng)絡(luò)互通?!緦?shí)驗(yàn)拓?fù)洹?【實(shí)驗(yàn)設(shè)備】RSR30-44路由器2臺(tái)【實(shí)驗(yàn)步驟】第一步、配置CPOS接口RSR-A(config#controller sonet 4/0RSR-A(config-controller#framing sdhRSR-A(config-controller#aug mapping au-4
2、RSR-A(config-controller#au-4 1 tug-3 1RSR-A(config-ctrlr-tug3#tug2 4 e1 2 using-e1RSR-A(config#int serial 4/0.1/1/4/2:0RSR-A(config-if-Serial 4/0.1/1/4/2:0#ip address 17.1.1.2 255.255.255.252RSR-B(config#controller sonet 4/0RSR-B(config-controller#framing sdhRSR-B(config-controller#aug mapping au-4R
3、SR-B(config-controller#au-4 1 tug-3 1RSR-B(config-ctrlr-tug3#tug2 4 e1 2 using-e1RSR-B(config#int serial 4/0.1/1/4/2:0RSR-B(config-if-Serial 4/0.1/1/4/2:0#ip address 17.1.1.1 255.255.255.252第二步、配置PPP認(rèn)證RSR-A(config#username RSR-B password 123RSR-A(config#int serial 4/0.1/1/4/2:0RSR-A(config-if-Serial
4、 4/0.1/1/4/2:0#encapsulation PPPRSR-A(config-if-Serial 4/0.1/1/4/2:0#ppp authentication chapRSR-B(config#username RSR-A password 123RSR-B(config#int serial 4/0.1/1/4/2:0RSR-B(config-if-Serial 4/0.1/1/4/2:0#encapsulation PPP第三步、配置OSPF路由協(xié)議RSR-A(config#router ospf 10RSR-A(config-router#router-id 1.1.1.
5、1RSR-A(config-router#network 17.1.1.0 0.0.0.3 area 0RSR-A(config-router#network 192.168.1.0 0.0.0.255 area 10RSR-A(config-router#network 192.168.2.0 0.0.0.255 area 10RSR-B(config#router ospf 10RSR-B(config-router# router-id 2.2.2.2RSR-B(config-router# network 10.1.1.0 0.0.0.255 area 20RSR-B(config-r
6、outer# network 10.1.2.0 0.0.0.255 area 20RSR-B(config-router# network 17.1.1.0 0.0.0.3 area 0第四步、配置交換網(wǎng)絡(luò)在本實(shí)驗(yàn)中采用的NMX24ESW交換模塊,在配置時(shí)需要進(jìn)入service-module模式。RSR-A#service-module fastEthernet 3/0 sessionRuijie#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Ruijie(config#vlan 10
7、Ruijie(config#vlan 20Ruijie(config#interface range fastEthernet 0/1-9Ruijie(config-if-range#switchport access vlan 10Ruijie(config#interface range fastEthernet 0/10-20Ruijie(config-if-range#switchport access vlan 20配置完成后,使用Ctrl+X退出service-module模式RSR-A(config#int fastEthernet 3/0.10RSR-A(config-subi
8、f#interface FastEthernet 3/0.10RSR-A(config-subif#encapsulation dot1Q 10RSR-A(config-subif#ip address 192.168.1.254 255.255.255.0 RSR-A(config#interface FastEthernet 3/0.20RSR-A(config-subif#encapsulation dot1Q 20RSR-A(config-subif#ip address 192.168.2.254 255.255.255.0RSR-B#service-module fastEther
9、net 3/0 sessionRuijie#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Ruijie(config#vlan 30Ruijie(config#vlan 40Ruijie(config#interface range fastEthernet 0/1-9Ruijie(config-if-range#switchport access vlan 30Ruijie(config#interface range fastEthernet 0/10-20Ruijie(conf
10、ig-if-range#switchport access vlan 40配置完成后,使用Ctrl+X退出service-module模式RSR-B(config#int fastEthernet 3/0.10RSR-B(config-subif#interface FastEthernet 3/0.30RSR-B(config-subif#encapsulation dot1Q 130RSR-B(config-subif#ip address 10.1.1.1 255.255.255.0RSR-B(config#interface FastEthernet 3/0.40RSR-B(confi
11、g-subif#encapsulation dot1Q 40RSR-B(config-subif#ip address 10.1.2.1 255.255.255.0第五步、監(jiān)控與維護(hù)RSR-B#sh controller sonet 4/0sonet 4/0 is up.Clock source : lineFraming sdh. Mapping : au-4 .Config:Alarm reporting enable for:BER thresholds: SF=10e-3 SD=10e-6.J0=1 C2=2.J1 length=16, content is Red-Giant.Det
12、ect:Pci clock is 66M.J0=1 C2=2.J1 Length=16, content is Red-Giant.Active Defect: None.Active Error: None.AU-4 1, TUG3 1 , TUG2 4 , E1 2 (c-12 1/1/4/2 is inuseMode :E1RSR-B#sh interfaces serial 4/0.1/1/4/2:0Index(dec:34 (hex:22Serial 4/0.1/1/4/2:0 is UP , line protocol is UPHardware is SerialInterfac
13、e address is: 17.1.1.2/30MTU 1500 bytes, BW 2000 KbitEncapsulation protocol is PPP, loopback not setKeepalive interval is 10 sec , setCarrier delay is 2 secRXload is 1 ,Txload is 1LCP OpenOpen: ipcpQueueing strategy: FIFOOutput queue 0/40, 0 drops;Input queue 0/75, 0 dropsJust for cpos statis: about
14、 rx0 pak failed, 0 raw max err, 0 unprov chanJust for cpos statis: about tx0 empty, 0 no valid err, 0 unprov chan0 malformed pkt err, 0 partial packet err5 minutes input rate 85 bits/sec, 0 packets/sec5 minutes output rate 88 bits/sec, 0 packets/sec154 packets input, 6600 bytes, 0 no buffer, 0 dropp
15、edReceived 16 broadcasts, 0 runts, 0 giants0 input errors, 0 CRC, 0 frame, 0 overrun, 0 abort136 packets output, 6073 bytes, 0 underruns , 0 dropped0 output errors, 0 collisions, 0 interface resetsRSR-B#RSR-B#RSR-B#sh conRSR-B#sh controller ?e1 Controller typesonet Controller typeRSR-B#sh ip routeCo
16、des: C - connected, S - static, R - RIP, B - BGPO - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate de
17、faultGateway of last resort is no setC 10.1.1.0/24 is directly connected, FastEthernet 3/0.30C 10.1.1.1/32 is local host.C 10.1.2.0/24 is directly connected, FastEthernet 3/0.40C 10.1.2.1/32 is local host.C 17.1.1.0/30 is directly connected, Serial 4/0.1/1/4/2:0C 17.1.1.1/32 is directly connected, Serial 4/0.1/1/4/2:0C 17.1.1.2/32 is local host.O IA 192.168.1.0/24 110/51 via 17.1.1.1,
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 徐州醫(yī)科大學(xué)《鐵道電氣化概論》2023-2024學(xué)年第二學(xué)期期末試卷
- 東北林業(yè)大學(xué)《動(dòng)物生物制品學(xué)A》2023-2024學(xué)年第二學(xué)期期末試卷
- 石家莊學(xué)院《小組工作實(shí)驗(yàn)》2023-2024學(xué)年第二學(xué)期期末試卷
- 浙江宇翔職業(yè)技術(shù)學(xué)院《企業(yè)運(yùn)營(yíng)仿真實(shí)驗(yàn)》2023-2024學(xué)年第二學(xué)期期末試卷
- 云南司法警官職業(yè)學(xué)院《文化文本分析與應(yīng)用》2023-2024學(xué)年第二學(xué)期期末試卷
- 2025年視窗防護(hù)屏合作協(xié)議書
- 統(tǒng)編版 語文三年級(jí)下冊(cè)第二單元任務(wù)群整體公開課一等獎(jiǎng)創(chuàng)新教學(xué)設(shè)計(jì)
- 電火鍋電蒸鍋的市場(chǎng)規(guī)模
- 上海歐華職業(yè)技術(shù)學(xué)院《專門用途英語(電氣專業(yè)英語)》2023-2024學(xué)年第二學(xué)期期末試卷
- 湖南理工職業(yè)技術(shù)學(xué)院《臨床室管理》2023-2024學(xué)年第二學(xué)期期末試卷
- 江蘇省鹽城市鹿鳴路初級(jí)中學(xué)2024-2025學(xué)年八年級(jí)上學(xué)期期末考試語文試題(含答案)
- 【物理】《跨學(xué)科實(shí)踐:制作簡(jiǎn)易桿秤》(教學(xué)設(shè)計(jì))-2024-2025學(xué)年人教版(2024)初中物理八年級(jí)下冊(cè)
- 新蘇教版一年級(jí)數(shù)學(xué)下冊(cè)第六單元《簡(jiǎn)單的數(shù)量關(guān)系(一)》教案(共2課時(shí))
- 浙江省寧波市九校2024-2025學(xué)年高一上學(xué)期期末聯(lián)考試題 數(shù)學(xué) 含答案
- 2025年新高考語文模擬考試試卷(五) (含答案解析)
- 教育部《中小學(xué)校園食品安全和膳食經(jīng)費(fèi)管理工作指引》專題培訓(xùn)
- 北師大版七年級(jí)上冊(cè)數(shù)學(xué)思維導(dǎo)圖全套
- 社會(huì)兒童福利院項(xiàng)目可行性研究報(bào)告
- 2024年輔警招聘考試試題庫(kù)含完整答案(各地真題)
- TCALC 003-2023 手術(shù)室患者人文關(guān)懷管理規(guī)范
- 腦卒中后吞咽障礙患者進(jìn)食護(hù)理-2023中華護(hù)理學(xué)會(huì)團(tuán)體標(biāo)準(zhǔn)
評(píng)論
0/150
提交評(píng)論