Router>en
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ipv6 ?
  access-list      Configure access
lists
 
dhcp            
Configure Ipv6 DHCP
  general-prefix   Configure a general IPv6 prefix
 
host            
Configure static hostnames
 
local            Specify
local options
 
nat             
NAT-PT Configuration commands
  neighbor        
Neighbor
 
route           
Configure static routes
  router          
Enable an IPV6 routing process
  unicast-routing  Enable unicast routing
Router(config)#ipv6 un
Router(config)#ipv6 unicast-routing
Router(config)#int f0/0
Router(config-if)#ipv6 add ?
 
WORD               
General prefix name
  X:X:X:X::X         
IPv6 link-local address
  X:X:X:X::X/<0-128>  IPv6 prefix
  autoconfig         
Obtain address using autoconfiguration
Router(config-if)#ipv6 add 2001:1cc1:dddd:2::/64 eui-64
Router(config-if)#end
 
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ipv6 int f0/0
FastEthernet0/0 is administratively down, line protocol is down
  IPv6 is enabled, link-local address is FE80::202:17FF:FEB2:6001
[TEN]
  No Virtual link-local address(es):
  Global unicast address(es):
    2001:1CC1:DDDD:2:202:17FF:FEB2:6001, subnet is
2001:1CC1:DDDD:2::/64 [EUI/TEN]
  Joined group address(es):
    FF02::1
    FF02::2
    FF02::1:FFB2:6001
  MTU is 1500 bytes
  ICMP error messages limited to one every 100 milliseconds
  ICMP redirects are enabled
  ICMP unreachables are sent
  ND DAD is enabled, number of DAD attempts: 1
  ND reachable time is 30000 milliseconds
  ND advertised reachable time is 0 milliseconds
  ND advertised retransmit interval is 0 milliseconds
  ND router advertisements are sent every 200 seconds
  ND router advertisements live for 1800 seconds
  ND advertised default router preference is Medium
  Hosts use stateless autoconfig for addresses.
 
DNS server
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ipv6 host ?
  WORD  Name of host
Router(config)#ipv6 host yanjin ?
  X:X:X:X::X  IPv6 address
Router(config)#ipv6 host yanjin 2001:1CC1:DDDD:2:202:17FF:FEB2:6001 ?
  X:X:X:X::X  IPv6 address
  <cr>
Router(config)#ipv6 host yanjin 2001:1CC1:DDDD:2:202:17FF:FEB2:6001
Router(config)#ip name-server 2001:1CC1:DDDD:2:202:17FF:FEB2:6001
Router(config)#
 
RIPng
Router(config)#ipv6 router rip ?
  WORD  User selected string identifying this process
Router(config)#ipv6 router rip RIPPROC1
Router(config-rtr)#int f0/0
Router(config-if)#ipv6 rip RIPPROC1 enable
Router(config-if)#do sh ipv6 rip
sh ipv6 rip
% Incomplete command.
Router(config-if)#end
 
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ipv6 rip
% Incomplete command.
Router#sh ipv6 rip ?
  database  RIP local RIB
Router#sh ipv6 rip d
Router#sh ipv6 rip database
RIP process "RIPPROC1" local RIB
Router#

013 IPv6的更多相关文章

  1. App 审核由于 IPv6 网络问题被拒

    昨天 提交App Store 的时候被拒了 We discovered one or more bugs in your app when reviewed on iPhone running iOS ...

  2. iOS 支持 IPv6

    苹果的规定:2016年6月1日提交到App Store必须支持IPv6-only网络. 官方文档:https://developer.apple.com/library/mac/documentati ...

  3. 中大东校小米路由器mini实现inode上网,ipv6 wifi【中大】【东校】【inode】【ipv6】

    还有不到4个月就要毕业了,前几天半夜没事捣鼓小米路由没想到竟然实现了wifi的ipv6. 正好又安利了同学一台小米路由mini,从刷机到inode到ipv6全搞了一遍. 这里将教程写出来,服务学弟妹. ...

  4. IPv6进阶

    IPV6报文部分字段介绍 1.没有校验和字段:优点:当TTL减少时,不需要重新处理,相对于IPV4能减少处理的时间:缺点:必须在上层包含校验和2.下一个报文:可指向扩展报文:(大部分节点不处理和查看大 ...

  5. iOS-不用网线搭建IPv6网络测试环境

    前言 从6月1日开始苹果要求之后审核的项目必须支持iPv6,如果不支持将被拒绝,掘金最近一次审核被就被拒绝了....理由为下: Apps are reviewed on an IPv6 network ...

  6. 通过ipv6访问 g o o g l e

    Google.Youtube.Facebook等均支持IPv6访问,IPv4网络的用户大部分都无法访问,比如Gmail,Google Docs等等各种相关服务.而该类网站大部分均已接入IPv6网络,因 ...

  7. CentOS7中禁用IPV6

    helps from: https://linux.cn/article-4935-1.html vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 ...

  8. IPV6入门篇

    引言 由于互联网的快速发展与普及,原有的IPV4地址已不能满足网络用户的需求,虽然NAT可以缓解IPV4地址的耗尽,但NAT破坏了网络环境的开放.透明以及端到端的特性,因此IPV6地址协议应运而生.I ...

  9. 【ipv6惹的祸】curl 超时

    偶然发现 最近在公司日志平台 总是可以看到很多关于php curl的错误信息 Operation timed out after 0 milliseconds with 0 out of 0 byte ...

随机推荐

  1. CSS中常用属性之字体属性

    1,以下是CSS中常用字体属性: font-family             字体样式 font-size                字体大小 font-size-adjust  为元素规定 ...

  2. day21-4 菱形继承问题(类的查找顺序)

    目录 菱形继承问题 经典类(了解) 新式类 mro方法 菱形继承问题 在Python中子类可以同时继承多个父类,如A(B,C,D) 如果继承关系为非菱形结构,则会按照先找B这一条分支,然后再找C这条分 ...

  3. du查看文件大小

    du+文件名就可以查看文件大小 du+ -h + 文件名也是查看文件大小,只是-h会将文件大小转换成M,G等格式

  4. vue之package.json文件解析

    1.package.json是什么? 什么是Node.js的模块(Module)?在Node.js中,模块是一个库或框架,也是一个Node.js项目.Node.js项目遵循模块化的架构,当我们创建了一 ...

  5. 获取汉字首字母,拼音,可实现拼音字母搜索----npm js-pinyin

      npm install js-pinyin  main.js 引入 import pinyin from 'js-pinyin'   使用组件内 let pinyin = require('js- ...

  6. tensorflow ConfigProto

    tf.ConfigProto一般用在创建session的时候.用来对session进行参数配置 with tf.Session(config = tf.ConfigProto(...),...)#tf ...

  7. LAME的“命令行”

    VBR 编码 (强烈推荐) Alt Preset Extreme (平均256kbps) 我们有时在网上可以看到".LAME-APX." 就是这种形式,我们也可以在文件名中包含这个 ...

  8. mac apache 配置

    mac系统自带apache这无疑给广大的开发朋友提供了便利,接下来是针对其中的一些说明 一.自带apache相关命令 1. sudo apachectl start 启动服务,需要权限,就是你计算机的 ...

  9. react初探索--react + react-router + ant-design 后台管理系统配置

    首先确认安装了node环境,Node >= 6. 如果对react 及 ant-design 一无所知,建议去阅读下api文档,react 可以在 codePen 在线练习. react Api ...

  10. atom 安装插件列表

    插件列表 atom-beautify docblockr autocomplete-python goto-definition platformio-ide-terminal symbols-tre ...