ipv6 route vrf
Syntax
ipv6 route / [ | |reject|blackhole] vrf 没有ipv6 route / [ | |reject|blackhole] vrf
描述
Adds an IPv6 static route in the specified VRF. If no
is specified it is added to the default VRF.
The没有
form of this command removes an IPv6 static route from the VRF.
Command context
config
Parameters
-
-
Specifies an IP address in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F. -
-
指定的比特数address mask in CIDR format (
x
), wherex
is a decimal number from 0 to 128. -
-
Specifies the next hop in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F. -
-
Specifies the next hop as an outgoing interface.
-
blackhole
-
Specifies that packets matching the destination prefix are silently discarded and no ICMP error notification is sent to the sender.
-
reject
-
Specifies that packets matching the destination prefix are discarded and an ICMP error notification is sent to the sender.
-
vrf
-
Specifies the name of a VRF. Default: default.
Authority
Administrators or local user group members with execution rights for this command.