Carrier Access Network Device Axxius 800 User Manual

Page 254

Advertising
background image

5-154

Axxius 800 - Release 2.2

CLI Commands

set

set (router-wan) gre ip

Use the set (router-wan) gre ip command to configure the GRE tunneling of the IP
protocol for a specified WAN interface.

Syntax:

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

{all|bynetwork|disable}

Example:

set 3 "LosAngeles" gre ip all

The example will set the WAN interface "LosAngeles" in slot 3, to pass all
packets through a GRE tunnel.

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

{all|bynetwork|disable}

set (router-wan) gre ipx

Use the set (router-wan) gre ipx command to configure the GRE tunneling of the IPX
protocol for a specified WAN interface.

Syntax:

set {rtr_card-addr} {"wan-name"} gre ipx {all|disable}

Example:

set 3 "LosAngeles" gre ipx all

The example will set the WAN interface named "LosAngeles" in slot 3, to pass
all IPX packets through a GRE tunnel.

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

{all|disable}

all

Tunnel all packets on this interface to the tunnel destination address.

bynetwork

Tunnel packets based on their destination address by matching GRE
network entries, see add (router-wan) gre network command.

disable

Disable GRE tunneling.

all

Tunnel all packets on this interface to the tunnel destination address.

disable

Disable GRE tunneling.

Advertising