Command Reference Protocol-independent Configuration Commands
Match the next-hop IP address in the ACL.
Match the route source IP address in the ACL.
Match the route metric value.
Match the route tag value.
Set the type of redistributed route.
Set the tag value of redistributed route.
Set the precedence for the IP packet head.
6.33 set ipv6 default next-hop
Use this command to specify the default next-hop IPv6 address for the IPv6 packets that match the rule
in the route map configuration mode. Use the no form of this command to remove the setting. This
command is only used to configure policy-based routing.
set ipv6 default next-hop global-ipv6-address [ weight ] [ global-ipv6-address [ weight ] ... ]
no set ipv6 default next-hop global-ipv6-address [ weight ] [ global-ipv6-address [ weight ] ...]
Indicates the next-hop IPv6 address for packet forwarding.
The next-hop router must be a neighbor router.
Indicates the weight in the load balancing mode, ranging
from 1 to 8. A larger value means larger packet traffic to be
shared by the next hop.
Route map configuration mode
With the policy-based routing applied to the interface, for the IPv6 packets matching the
corresponding rules, if the usual route (that is the non-default route) with the destination of this packet
is not in the routing table, this packet will be forwarded to the next hop specified by the set ipv6 default
next-hop command. Otherwise it is forwarded through the usual route. Noted that the match rule
should be the IPv6 corresponded.
Packets select the egress from the policy-based routing and routing table in following priority.
set ipv6 next-hop;
usual route (the non-default route)
set ipv6 default next-hop
default route.