You can configure IPv6 static routes only one route at a time.
Important - First, you must enable the IPv6 Support and reboot.
This value specifies the rank for the configured route when there are overlapping routes from different protocols.
The Add Gateway window opens.
Priority defines the order for selecting the next hop among many gateways. The lower the priority, the higher the preference - priority 1 means the highest preference, and priority 8 means the lowest preference. Gateways with no priority configured are preferred over gateways with priority configured. Two gateways cannot be configured with the same priority because IPv6 Equal Cost Multipath Routes are not supported.
ping6
.The Ping6 feature sends ICMPv6 Echo Requests to verify that the nexthop for a static route is working. Only nexthop gateways, which are verified as working are included in the kernel forwarding table. When Ping6 is enabled, an IPv6 static route is added to the kernel forwarding table only after at least one gateway is reachable.
Note - Make sure to enable the IPv6 feature. See the System Configuration.
Description
Configure, show and delete IPv6 static routes.
Important - First, you must enable the IPv6 Support and reboot.
Note - There are no add
commands for the static route feature.
Syntax
set ipv6 static-route default comment {"Text" | off} nexthop gateway <IPv6 Address of Next Hop Gateway> [priority <Priority>] {on | off} gateway <IPv6 Address of Next Hop Gateway> interface <Name of Local Interface> [priority <Priority>] {on | off} blackhole reject ping6 {on | off} rank <Rank> |
set ipv6 static-route <Destination IPv6 Address> comment {"Text" | off} nexthop gateway <IPv6 Address of Next Hop Gateway> [priority <Priority>] {on | off} gateway <IPv6 Address of Next Hop Gateway> interface <Name of Local Interface> [priority <Priority>] {on | off} blackhole reject ping6 {on | off} rank <Rank> |
show ipv6 route static all |
set ipv6 static-route default off |
set ipv6 static-route <Destination IPv6 Address> off |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
---|---|
|
Defines the default static IPv6 route. |
<Destination IPv6 Address> |
Defines the IPv6 address of destination host or network using the CIDR notation (IPv6_Address/MaskLength). Example: Mask length must be in the range 8-128. |
|
Defines of removes the optional comment for the static route.
|
|
Defines the next hop path, which can be a |
|
Specifies that this next hop accepts and sends packets to the specified destination. |
|
Specifies that this next hop drops packets, but does not send ICMP unreachable packet to the traffic source. |
|
Specifies that this next hop drops packets and sends ICMP unreachable packet to the traffic source. |
|
Defines the IPv6 address of the next hop gateway. |
|
Identifies the next hop gateway by the local interface that connects to it. Use this option only if the next hop gateway has an unnumbered interface. |
|
Defines which gateway to select as the next hop when multiple gateways are configured. The lower the priority, the higher the preference - priority 1 means the highest preference, and priority 8 means the lowest preference. Gateways with no priority configured are preferred over gateways with priority configured. Two gateways cannot be configured with the same priority because IPv6 Equal Cost Multipath Routes are not supported. |
|
Adds the specified next hop. |
|
Deletes the specified next hop. If you specify a next hop, only the specified path is deleted. If no next hop is specified, the route and all related paths are deleted. |
|
Enables ( The Ping6 feature sends ICMPv6 Echo Requests to verify that the nexthop for a static route is working. Only nexthop gateways, which are verified as working are included in the kernel forwarding table. When Ping6 is enabled, an IPv6 static route is added to the kernel forwarding table only after at least one gateway is reachable. To adjust the ping6 behavior, run: |
|
Selects a route, if there are many routes to a destination that use different routing protocols. The route with the lowest rank value is selected. Use the Accepted values are: In addition, see this command: |
Examples
Codes: C - Connected, S - Static, B - BGP, Rg - RIPng, A - Aggregate, O - OSPFv3 IntraArea (IA - InterArea, E - External), K - Kernel Remnant, H - Hidden, P - Suppressed
S 3100:55::1/64 is directly connected S 3200::/64 is a blackhole route S 3300:123::/64 is a blackhole route S 3600:20:20:11::/64 is directly connected, eth3 |
Troubleshooting
Symptoms
You cannot enable the VPN Software Blade. This message shows:
VPN blade demands gateway's IP address corresponding to the interface's IP addresses
Cause
IPv6 feature is active on the Security Gateway, but the main IPv6 address is not configured in the Security Gateway object.
Solution