Description
This command lets you remove an IPv4 or IPv6 route from an existing Virtual System or Virtual Router object.
Note - This command detects IPv4 and IPv6 automatically.
Syntax
remove route vd <Device Object Name> destination {<IP Address>[/<IP Prefix>] | default | default6} [{netmask <IP Netmask> | prefix <IP Prefix>] |
Parameters
Parameter |
Value |
Notes |
---|---|---|
|
Object name |
Specifies the name of the Virtual System or Virtual Router object. Mandatory parameter, if this is the first command in a transaction. |
|
See the Notes cell |
Specifies the route destination settings:
|
|
Number |
Specifies an IP Netmask:
|
|
Integer |
Specifies the IP address prefix length:
|
Example - Removes route from a Virtual System VS1 that uses the default IPv6 route as a destination
vsx_provisioning_tool –s localhost –u admin –p mypassword –o remove route vd VS1 destination default6 |