vpn peer route
Assigns a route to a VPN.
Syntax
Syntax Description
no
(Optional) Removes the specified route, or all routes, from the VPN.
id
The VPN identifier. Must be a number in the range 0-1022 or the keyword "auto".
address
The IPv4 or IPv6 network address to be routed to the peer.
bits
The network prefix length of the route.
Defaults
By default, Island will install any routes sent by a remote Island peer. For non-Island peers (which do not support route announcements), a route will be installed for the address defined by the vpn peer remote-ip command, if any.
Usage Guidelines
This command installs a static route to a VPN peer. It may be specified multiple times per peer.
If this command is given, any routes sent by a remote Island peer will be ignored.
If a VPN exists with the specified identifier, the existing VPN will be modified; otherwise, a new VPN with the specified identifier will be created. If "auto" is specified for the identifier, a new VPN will be created using the next available identifier.
Examples
Related Commands
Last updated