Carrier Access Network Device Axxius 800 User Manual

Page 129

Advertising
background image

Axxius 800 - Release 2.2

5-29

CLI Commands

add

add (router-wan) static ip network

Use the add (router-wan) static ip network command to add a static IP network (route)
to the specified WAN interface.

Syntax:

add {rtr_card-addr} {"wan-name"} static ip network

{ip-addr} {mask} {metric}

Example:

add 3 "LosAngeles" static ip network 195.168.201.0

255.255.255.0 3

The example will add a static route to 195.168.201.0, with mask 255.255.255.0
and a metric of 3 to the WAN interface named "LosAngeles" on the Router card
in slot 3.

{rtr_card-addr}

The slot number (1-8) that contains the Router card.

{"wan-name"}

The WAN interface to modify. The name must be enclosed in quotes.

{ip-addr}

The IP address of the static IP network, in the form of xxx.xxx.xxx.xxx, where xxx is
between 0-255.

{mask}

The mask of the static IP network, in the form of xxx.xxx.xxx.xxx, where xxx is between
0-255.

{metric}

A numeric value indicating the distance from your local network to the destination network.
Valid entries range from 1 to 15. (Please note that a value of 1 usually indicates a direct
network).

Advertising