四、ccna實(shí)驗(yàn)央邦ospfv3-laburations.使用模擬器配置可以將R1和R2對換_第1頁
四、ccna實(shí)驗(yàn)央邦ospfv3-laburations.使用模擬器配置可以將R1和R2對換_第2頁
四、ccna實(shí)驗(yàn)央邦ospfv3-laburations.使用模擬器配置可以將R1和R2對換_第3頁
四、ccna實(shí)驗(yàn)央邦ospfv3-laburations.使用模擬器配置可以將R1和R2對換_第4頁
四、ccna實(shí)驗(yàn)央邦ospfv3-laburations.使用模擬器配置可以將R1和R2對換_第5頁
已閱讀5頁,還剩1頁未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

Chapter8Lab8-1,ConfiguringOSPFforConfigureastaticIPv6addressonan Changethedefaultlink-localaddressonaninterface.配置link-localConfigureanEUI-64IPv6addressonaninterface.配置EUI-64EnableIPv6Configureandverifysingle-areaOSPFv3operation配置檢查Step1Preparetheroutersforthe Cablethenetworkasshowninthetopologydiagram.Erasethestartupconfiguration,andreloadeachroutertoclearthepreviousconfigurations.使用模擬器配置可以將R1和R2對換Step2:Configuringthehostnameandloopbackinterfaces.配置環(huán)回口地址Router(config)#hostnameR1R1(config)#interfaceR1(config-if)#ipaddress10.1.1.1255.255.255.0R1(config-if)#ipv6addressFEC0::1:1/112Router(config)#hostnameR2R2(config)#interfaceR2(config-if)#ipaddress10.1.2.1R2(config-if)#ipv6addressRouter(config)#hostnameR3(config)#interfaceR3(config-if)#ipaddress10.1.3.1R3(config-if)#ipv6addressStep3ConfigurestaticIPv6 serialConfigurethetwoseriallinkswithIPv6addresses.Usetheipv6addressaddress/maskcommandtoconfiguretheinterfaceswiththeaddressesshowninthediagram.Settheclockrateswhereappropriate,andbringuptheinterfaces.R1(config)#interfaceserial0/0/0R1(config-if)#ipv6addressFEC0::12:1/112R1(config-if)#clockrate64000R1(config-if)#bandwidth64R1(config-if)#noshutdownR1(config-if)#interfaceserial0/0/1R1(config-if)#ipv6addressR1(config-if)#bandwidth64R1(config-if)#noshutdownR2(config)#interfaceserial0/0/0R2(config-if)#ipv6addressR2(config-if)#bandwidth64R2(config-if)#noshutdownR3(config)#interfaceserial0/0/0R3(config-if)#ipv6addressR3(config-if)#clockrateR3(config-if)#bandwidthR3(config-if)#noUsetoverifylocalsubnetconnectivity.測試直連接口地R1#TypeescapesequencetoSending5,100-byteICMPEchostoFEC0::12:2,timeoutis2Successrateis100percent(5/5),round-tripmin/avg/max=28/28/28R1#TypeescapesequencetoSending5,100-byteICMPEchostoFEC0::13:3,timeoutis2Successrateis100percent(5/5),round-tripmin/avg/max=28/28/28 TypeescapesequencetoSending5,100-byteICMPEchostoFEC0::12:1,timeoutis2Successrateis100percent(5/5),round-tripmin/avg/max=28/28/28R3#TypeescapesequencetoSending5,100-byteICMPEchostoFEC0::13:1,timeoutis2Successrateis100percent(5/5),round-tripmin/avg/max=28/28/28Step4Changethelink-localaddressonaninterface.更改link-localUsetheshowipv6interfacecommandtolookatIPv6-relatedpropertiesoftherouterinterfaces.Youcanalsospecifyatype/numberofaninterfacetoseetheoutputofthatinterfaceonly.R1#showipv6interfaceserialSerial0/0/0isup,lineprotocolisIPv6isenabled,link-localaddressisR2#showipv6interfaceserialSerial0/0/0isup,lineprotocolisIPv6isenabled,link-localaddressisTochangethelink-localaddress,usetheipv6addressaddresslink-localR1(config)#interfaceR1(config-if)#ipv6addressFE80::1link-R2(config)#interfaceR2(config-if)#ipv6addressFE80::2link-Verifythatyoucanthelink-localaddressontheotherside.Wheninglink-localaddresses,youmustspecifyanoutgoinginterfacebecausetheaddressesarenotroutedandnotintheroutingtable. 測試新配置的link-local地址Note:Whenpromptedfortheoutputinterfacewiththiscommand,youmustusetheinterfacenamewithoutspacesforexampleuseserial0/0/0nots0/0/0).當(dāng)提示出接口時,必須使用接口的全名比如:serial1/2而不是s1/2R1#OutputInterface:TypeescapesequencetoSending5,100-byteICMPEchostoFE80::2,timeoutis2seconds:PacketsentwithasourceaddressofFE80::1Verifythelink-localaddresseswiththeshowipv6interfaceR1#showipv6interfaceserialSerial0/0/0isup,lineprotocolisIPv6isenabled,link-localaddressisFE80::1R2#showipv6interfaceserial0/0/0Serial0/0/0isup,lineprotocolisupIPv6isenabled,link-localaddressisStep5:ConfigureEUI-64ConfigureIPv6EUI-64addressesonaninterfaceusingtheipv6addressaddress/maskeui-64command.ConfiguretheR2andR3FastEthernetinterfaceswiththesubnetshowninthediagram,andenabletheinterfaces.采用EUI-64方式配置接口地址R2(config)#interfacefastEthernetR2(config-if)#ipv6addressFEC0:23::/64eui-R2(config-if)#noR3(config)#interfacefastEthernet0/0R3(config-if)#ipv6addressFEC0:23::/64eui-64R3(config-if)#noshutdownGettheIPv6addressesoftheinterfaceswiththeshowipv6interfaceorshowipv6interfacebriefcommand,andthentheothersideofthelink.R2#showipv6interfacefastEthernetFastEthernet0/0isup,lineprotocolisIPv6isenabled,link-localaddressisFE80::218:B9FF:FE92:28D8NoVirtuallink-localaddress(es):GlobalunicastFEC0:23::218:B9FF:FE92:28D8,subnetisFEC0:23::/64R2#showipv6interfaceFastEthernet0/0[up/up]R2#TypeescapesequencetoSending5,100-byteICMPEchostotimeoutis2Successrateis100percent(5/5),round-tripmin/avg/max=0/0/4Step6EnableIPv6routing.開啟ipv6TheCiscoIOSversionusedwiththeroutersinthislabhasIPv6disabledbydefault.ToenableIPv6routing,usetheipv6unicast-routingcommandinglobalconfigurationmode.R1(config)#ipv6unicast-routingR2(config)#ipv6unicast-routingR3(config)#ipv6unicast-Step7:ConfigureUnlikeIPv4OSPF,wherenetworksareaddedtotheOSPFprocessusingnetworkstatementsundertheroutingprotocolconfigurationprompt,IPv6OSPFusestheinterface-levelcommandipv6ospfprocessareaarea-idtoaddaninterfacetoanarea.AddallinterfacesshowninthediagramintoOSPFprocess1,area0.AfteryouaddtheinterfacestotheOSPFprocess,theOSPFprocessstartsautomatically.Iftheadjacenciesdonotcomeupafterareasonableperiodoftime,troubleshootusingthedebugipv6ospfadjacencyanddebugipv6packetcommands.Makesurethatthepacketsarebeingsenttotheirdestinationandthatadjacenciesareformingcorrectly.注意IPV6與IPV4命令的區(qū)別R1(config)#interfaceloopback0R1(config-if)#ipv6ospf1area0R1(config-if)#interfaceserial0/0/0R1(config-if)#ipv6ospf1area0R1(config-if)#interfaceserial0/0/1R1(config-if)#ipv6ospf1area0R2(config)#interfaceloopback0R2(config-if)#ipv6ospf1area0R2(config-if)#interfaceserial0/0/0R2(config-if)#ipv6ospf1area0R2(config-if)#interfacefastEthernet0/0R2(config-if)#ipv6ospf1area0R3(config)#interfaceloopback0R3(config-if)#ipv6ospf1area0R3(config-if)#interfaceserial0/0/0R3(config-if)#ipv6ospf1area0R3(config-if)#interfacefastEthernet0/0R3(config-if)#ipv6ospf1area0VerifythatyouhaveOSPFv3neighb

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論