版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、IPv6 技術理論與實務研習班 IPv6 Routing實習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.實習一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實習二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.實習三.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. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- (新)驾驶员(押运员)聘用合同(2026版)
- 滁州市琅琊区消防救援局政府专职消防员招聘笔试真题2025
- 资料员聘用合同书(2026版)
- 2026 年山区暴雨来临安全避险知识宣讲
- 2026年暑期小学学生五育五心作业清单材料
- 统编教材必修下册小说单元设计-赏析题目和环境
- 2026年感染性疾病科病区院感防控护理科普
- 初中英语七年级单词知识梳理词汇句式精讲
- 铜业公司研发准则
- 某建材厂销售管理制度
- 2026年学校食堂期初食品安全全员培训课件(开学专用)
- 2025-2026学年成都市青羊区八年级下英语期末零诊试题(含答案)
- 公共游览场所服务员专项知识考试复习题库(附答案)
- GB/T 47587-2026航空航天用1 550 MPa镍基合金MJ螺纹螺栓技术规范
- 购买视频素材协议合同
- 2026中考文综终极背诵手册-道德与法治+历史+地理(人教版)
- 《JBT 13671-2019双辊刀盘式剪切破碎机》专题研究报告
- 2026年党的理论知识竞赛试题库及答案
- 乡政协联络处工作制度
- 陶瓷质量考核奖惩制度
- 2026年浙江省杭州市技能人才评价考评员考试题库及答案
评论
0/150
提交评论