Skip to content

remove route

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

remove route

Usage

stack remove route {address} [address=string]

Description

Remove a global static route.

Arguments

  • {address}

    The address of the static route to remove. This argument is required.

Parameters

  • [address=string]

    Can be used in place of the 'address' argument.

Examples

  • stack remove route 1.2.3.4

    Remove the global static route that has the network address '1.2.3.4'.

Clone this wiki locally