Windows Server 2003添加IPv6路由

网络
本文为大家分享,微软的服务器操作系统Windows Server 2003中,如何添加IPv6路由。

打开“命令提示符”。

在命令提示符下键入 netsh,然后按 Enter。

键入 interface ipv6,然后按 Enter。

键入 add route [prefix=]IPv6Address/Integer [[interface=]String] [[nexthop=]IPv6Address] [[siteprefixlength=]Integer] [[metric=]Integer] [[publish=]{no | yes | immortal}] [[validlifetime=]{Integer | infinite}] [[preferredlifetime=]{Integer | infinite}] [[store=]{active | persistent}]

其中:

[ prefix=]IPv6Address/Integer

必需。指定要添加路由的前缀。Integer 指定前缀的长度。

[[ interface=]String]

指定接口名称或索引。

[[ nexthop=]IPv6Address]

指定网关地址(如果前缀不在链路上)。

[[ siteprefixlength=]Integer]

指定整个站点的前缀长度(如果前缀不在链路上)。

[[ metric=]Integer]

指定路由指标。

[[ publish=]{no | yes | immortal}]

指定路由在“路由通告”中是进行通告 (yes)、进行无限生存期通告 (immortal) 还是不通告 (no)。默认选择为 no。

[[ validlifetime=]{Integer | infinite}]

指定有效路由的生存期。默认值为 infinite。

[[ preferredlifetime=]{Integer | infinite}]

指定***路由的生存期。默认值为 infinite。

[[ store=]{active | persistent}]

指定更改是仅持续到下次启动为止 (active),还是***性更改 (persistent)。默认选择为 persistent。

注意

若要打开命令提示符,请单击“开始”,依次指向“所有程序”、“附件”,然后单击“命令提示符”。

责任编辑:张存 来源: 中国it实验室
相关推荐

2010-05-27 16:03:27

IPv6路由协议

2010-06-02 16:22:58

2010-05-31 17:16:53

IPv6路由器

2010-06-01 23:00:18

IPv6路由协议

2010-06-02 15:04:43

IPv6路由器

2010-06-08 17:45:55

IPv6路由协议

2010-06-08 18:09:06

2010-06-01 22:46:11

IPv6路由协议

2010-05-26 17:09:02

IPv6路由广播

2010-06-02 16:07:54

IPv6路由广播

2010-07-08 14:44:42

IPv6路由协议

2010-05-27 13:25:57

IPv6路由发现协议

2010-05-26 18:00:03

IPv6路由

2009-11-13 09:47:30

IPv6路由器

2010-06-11 17:24:48

IPv6路由协议

2010-06-07 16:39:53

IPv6路由协议

2009-11-23 15:53:28

IPv4路由技术IPv6

2009-11-23 18:14:00

2010-06-01 23:47:30

2010-05-27 09:23:17

IPv6路由器
点赞
收藏

51CTO技术栈公众号