Set (router-wan) ip, Set (router-wan) ip address, Set (router-wan) ip -155 – Carrier Access Network Device Axxius 800 User Manual

Page 255: Set (router-wan) ip address -155

Advertising
background image

Axxius 800 - Release 2.2

5-155

CLI Commands

set

set (router-wan) ip

Use the set (router-wan) ip command to set the IP traffic handling on the WAN interface.

Syntax:

set {rtr_card-addr} {"wan-name"} ip

{block|bridge|route}

Example:

set 1 "LosAngeles" ip route

Sets the WAN interface named "LosAngeles" on the Router in slot 1 to route IP.

{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.

{block|bridge|route}

set (router-wan) ip address

Use the set (router-wan) ip address command to set the IP address for a WAN interface.

Syntax:

set {rtr_card-addr} {"wan-name"} ip address

{ip-addr} [mask]|unnumbered}

Example:

set 1 "LosAngeles" ip address 100.2.2.2 255.255.255.0

The example will set the WAN interface named "LosAngeles" on the Router in
slot 1 to the IP address 100.2.2.2, with a subnet mask of 255.255.255.0.

{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}

Router IP address, in the form of xxx.xxx.xxx.xxx, where xxx is between 0-255.

[mask]

The subnet mask, in the form of xxx.xxx.xxx.xxx, where xxx is between 0-255.

{unnumbered}

Treat this as an un-numbered interface, as per RFC 1812.

block

Set the WAN to block IP.

bridge

Set the WAN to bridge IP.

route

Set the WAN to route IP.

Advertising