配置ipv6策略路由
时间: 2023-11-29 09:06:45 浏览: 208
配置IPv6路由·ppt
以下是配置IPv6策略路由的步骤:
1. 创建IPv6策略路由
```shell
display ipv6 policy-based-route [ policypolicy-name ] # 显示IPv6策略路由
ipv6 route-static destination-prefix { ipv6-address/prefix-length | ipv6-address mask-length } { interface-type interface-number [ nexthop-ipv6-address ] | nexthop-ipv6-address } preference preference-value policy policypolicy-name # 创建IPv6策略路由
```
2. 重置IPv6策略路由统计信息
```shell
reset ipv6 policy-based-route statistics[ policypolicy-name] # 重置IPv6策略路由统计信息
```
阅读全文