




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、IPv6 技術(shù)理論與實(shí)務(wù)研習(xí)班 IPv6 Routing實(shí)習(xí)ContentCisco router Configuration BasicTunnel configurationRIPng ConfigurationContentCisco router Configuration BasicTunnel configurationRIPng ConfigurationIPv6 指令RouterenableRouter#configRouter(config)# ipv6 unicast-routing Enables the forwarding of IPv6 unicast datagr
2、ams.Router(config)# interface interface-type interface-numberSpecifies an interface type and number, and placesthe router in interface configuration mode.Router(config-if)# ipv6 address ipv6-prefix/ prefix-length eui-64Specifies an IPv6 network assigned to the interface and enables IPv6 processing o
3、n the interface.IPv6 指令Router(config-if)# ipv6 enableAutomatically configures an IPv6 link-localaddress on the interface while also enabling theinterface for IPv6 processingRouter# show running-configto verify that IPv6 processing of packets is enabledglobally on the router and on applicable interfa
4、cesRouter# show ipv6 interface ethernet 0verifies that IPv6 addresses are configured correctlyRouter# ping ipv6-addressIPv6 指令Router(config)# interface interface-type interface-numberRouter(config-if)# ipv6 nd suppress-raDisable Router advertisementExample 1-1Router# show running-configBuilding conf
5、iguration.Current configuration : 22324 bytes!hostname fred!ipv6 unicast-routing!interface Ethernet0 no ip route-cache no keepalive ipv6 enable ipv6 address 3FFE:C00:0:1:/64 eui-64Example 1-1Router# show ipv6 interface ethernet 0Ethernet0 is up, line protocol is upIPv6 is enabled, link-local address
6、 is FE80:260:3EFF:FE11:6770Global unicast address(es):3FFE:C00:0:1:260:3EFF:FE11:6770, subnet is 3FFE:C00:0:1:/64Joined group address(es):FF02:1FF02:2FF02:1:FF11:6770.ND router advertisements are sent every 200 secondsND router advertisements live for 1800 secondsHosts use stateless autoconfig for a
7、ddresses.Example 1-2Router# show running-configBuilding configuration.Current configuration : 22324 bytes!hostname fred!ipv6 unicast-routing!interface Ethernet0 no ip route-cache no keepalive ipv6 enable ipv6 address 3FFE:C00:0:1:1/64Example 1-2Router# show ipv6 interface ethernet 0Ethernet0 is up,
8、line protocol is upIPv6 is enabled, link-local address is FE80:260:3EFF:FE11:6770Global unicast address(es):3FFE:C00:0:1:1, subnet is 3FFE:C00:0:1:/64Joined group address(es):FF02:1FF02:2FF02:1:FF11:6770MTU is 1500 bytesICMP error messages limited to one every 500 millisecondsND reachable time is 30
9、000 millisecondsExample 1-3Router# show running-config .interface Ethernet2/1 no ip address duplex half ipv6 address 3FFE:501:FFFF:101:/64 eui-64 ipv6 enable ipv6 nd reachable-time 30000 ipv6 nd suppress-ra no keepalive no cdp enableExample 1-3cisco-7206#show ipv6 interface ethernet 2/1Ethernet2/1 i
10、s up, line protocol is up IPv6 is enabled, link-local address is FE80:210:14FF:FE30:4039 Global unicast address(es): 3FFE:501:FFFF:101:210:14FF:FE30:4039, subnet is 3FFE:501:FFFF:101:/64 Joined group address(es): FF02:1 FF02:2 FF02:1:FF30:4039 MTU is 1500 bytes ICMP error messages limited to one eve
11、ry 100 milliseconds ND DAD is enabled, number of DAD attempts: 1 ND reachable time is 30000 milliseconds Hosts use stateless autoconfig for addresses.實(shí)習(xí)一3ffe:3600:1:1:/6413ffe:3600:1:2:/643ffe:3600:1:3:/483ffe:3600:1:4:5/1263ffe:3600:1:4:1/1263ffe:3600:1:4:2/1263ffe:3600:1:4:6/126IPv6指令cisco#ipv6 ro
12、ute ipv6-prefix/prefix-length ipv6-address | interface-type interface-numberadministrative-distanceConfigures static IPv6 routesshow ipv6 route ipv6-address | ipv6-prefix/prefix-length | protocolShows all IPv6 routing information for all active routing tables is displayed.show ipv6 route summarydisp
13、lay the current contents of the IPv6 routing table in summary formatExample 2-1Router# show running-config interface Ethernet2/2 ip address 46 40 duplex half ipv6 address 2019:CA0:1:100:2/64 ipv6 enable ipv6 nd suppress-raipv6 route 2019:CA0:1:118:/63 2019:CA0:1:110:2ipv6 ro
14、ute :/0 3FFE:3600:E:100:.Example 2-1cisco#show ipv6 routeIPv6 Routing Table - 32 entriesCodes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2S :/0 1/0
15、 via 3FFE:3600:E:100:1C 2019:CA0:1:100:/64 0/0 via :, Ethernet2/2L 2019:CA0:1:100:2/128 0/0S 2019:CA0:1:118:/63 1/0 via 2019:CA0:1:100:2實(shí)習(xí)二3ffe:3600:1:1:/6413ffe:3600:1:2:/643ffe:3600:1:3:/483ffe:3600:1:4:5/1263ffe:3600:1:4:1/1263ffe:3600:1:4:2/1263ffe:3600:1:4:6/126ContentCisco router Configuration
16、 BasicTunnel configurationRIPng ConfigurationIPv6指令Step 1 Router(config)# interface tunnel tunnel-number Specifies a tunnel interface and number, and places the router in interface configuration mode.Step 2 Router(config-if)# ipv6 address ipv6-prefix/prefix-length eui-64Specifies the IPv6 network as
17、signed to the interface and enables IPv6 processing on the interface. Step 3 Router(config-if)# ip address ip-address maskSpecifies a primary or secondary IPv4 address for an interface. IPv6指令Step 4 Router(config-if)# tunnel source ip-address | interface-type interface-numberSpecifies the source IPv
18、4 address or the source interface type and number for the tunnel interface.Step 5 Router(config-if)# tunnel destination ip-address Specifies the destination IPv4 address or host name for the tunnel interface.Step 6 Router(config-if)# tunnel mode ipv6ip Specifies a manual IPv6 tunnel.Router# show ipv
19、6 tunnelExample 3-1Router# show running-config. interface Tunnel0 ipv6 address 3ffe:b00:c18:1:3/127 tunnel source tunnel destination 1 tunnel mode ipv6ip.ipv6 route 3ffe:3600:1400:/48 tunnel0.Example 3-1cisco#show ipv6 tunnelTun Route LastInp Packets Description101 - 00:00:24 57
20、59138 tunnel BGP4+ - sprint.206 - 00:00:44 775 static tunnel - CCUcs208 - never 0 static tunnel - NCTU.實(shí)習(xí)三.1/24.2/24.2/24.1/243ffe:3600:1:5:/643ffe:3600:1:6:/64ContentCisco router Configuration BasicTunnel configurationRIPng ConfigurationRIPng指令Step 1 Router(config)# ipv6 router rip wordRouter(confi
21、g-rtr-rip)# exitConfigures an IPv6 RIP routing process and places the router in router configuration mode for the IPv6Step 2 Router(config)# interface interface-type interface-numberSpecifies the interface type and number, and places the router in interface configuration mode.Step 3 Router(config-if
22、)# ipv6 rip word enable Enables the specified IPv6 RIP routing process on an interface.Example 4-1Router# show running-configipv6 router rip cisco interface ethernet 0 ipv6 address 3ffe:c00:c18:1:/64 eui-64 ipv6 rip cisco enable.RIPng指令Router# show ipv6 ripRIP process 6bone, port 521, multicast-group FF02:9, pid 70Administrative distance is 120. Routing table is 0Updates every 30 seconds, expire after 180Holddown lasts 180 seconds, garbage collect after 120Split horizon is on; poison reverse is offDefault routes are not generatedPerio
溫馨提示
- 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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 有效利用電子郵件營銷的技巧
- 六年級數(shù)學(xué)下冊四圓柱與圓錐16圓柱與圓錐的認(rèn)識教材分析浙教版
- hr勞動合同范例
- 兼職臨時勞務(wù)合同范例
- 中專教師合同范例
- 借用資質(zhì)備案合同范例
- 農(nóng)村養(yǎng)殖認(rèn)購合同范例
- 個人顧問合同范例
- 人防工程防護(hù)安裝合同范例
- 產(chǎn)品供貨居間合同范例
- (正式版)SHT 3229-2024 石油化工鋼制空冷式熱交換器技術(shù)規(guī)范
- (高清版)DZT 0289-2015 區(qū)域生態(tài)地球化學(xué)評價規(guī)范
- 醫(yī)療美容??谱o(hù)士培訓(xùn)課件
- DB43-T 2909-2024 水利工程施工工地標(biāo)準(zhǔn)化指南
- 【錦江酒店成本控制現(xiàn)狀、問題及優(yōu)化建議分析8400字(論文)】
- 慢性心力衰竭的護(hù)理查房
- 氬弧焊工安全技術(shù)操作規(guī)程
- 中國馬克思主義與當(dāng)代思考題(附答案)
- 《石油化工電氣自動化系統(tǒng)設(shè)計規(guī)范》
- ESD靜電防護(hù)檢測及管控標(biāo)準(zhǔn)
- 教師職稱網(wǎng)上評審申請信息的填寫
評論
0/150
提交評論