Skip to content

remove route

Anoop Rajendra edited this page May 15, 2017 · 1 revision

remove route

Usage

stack remove route {address=string}

Description

Remove a global static route.

Parameters

  • [address=string]

    The address of the static route to remove.

Examples

  • stack remove route address=1.2.3.4

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

Clone this wiki locally