ipv6 rpf-route
Customizes static IPv6 routes that the router can use to verify source addresses in multicast packets. The no version removes the static route.
ipv6 rpf-route [ vrf vrfName ] ipv6Address/addressMask
{ nextHopIpv6Address | interfaceType interfaceSpecifier } [ distance ]no ipv6 rpf-route [ vrf vrfName ] ipv6Address/addressMask
[ nextHopIpv6Address | interfaceType interfaceSpecifier ] [ distance ]
- vrfNameName of the VRF; string of 132 alphanumeric characters
- ipv6AddressIPv6 address of the destination network
- addressMaskSubnet mask for the destination network
- nextHopIpv6AddressIPv6 address of the next hop
- interfaceTypeInterface type; see Interface Types and Specifiers in About This Guide
- interfaceSpecifierParticular interface; format varies according to interface type; see Interface Types and Specifiers in About This Guide
- distanceNumber in the range 0255 that indicates the preference for this route
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
vrf keyword and vrfName variable added in JUNOSe Release 7.2.0.