Add user, Add user -32 – Carrier Access Network Device Axxius 800 User Manual

Page 132

Advertising
background image

5-32

Axxius 800 - Release 2.2

CLI Commands

add

add (router-wan) static nat address

Use the add (router-wan) static nat address command to add a static NAT bi-directional
mapping to the specified WAN interface. This command will fail if NAT is not enabled, if
the NAT address specified is in the NAT pool, or if the local or NAT address is not unique
within the complete group of static NAT mappings.

Syntax:

add {rtr_card-addr} {"wan-name"} static nat address

{local-ip-addr} {nat-ip-addr}

Example:

add 3 "LosAngeles" static nat address 10.0.0.5

34.56.102.222

The example will add a static NAT mapping between local IP address 10.0.0.5
to the public IP address 34.56.102.222 on 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.

{local-ip-addr}

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

{nat-ip-addr}

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

add user

Use the add user command to create users with management level access (the highest level)
with no password. After adding a user, use the set user command to change the access level and
set the password for the new user. See also,set user, delete user.

Syntax:

add user {"user-name"}

Example:

add user "jsmith"

The example has added a new user named jsmith.

{"user-name"}

The user-name is the a user ID to add to the system. Text is a single word, with no blank
spaces and must be enclosed in quotes. Maximum of 10 characters.

Advertising