Black Box COMPACT T1 MT850A User Manual

Page 268

Advertising
background image

5-184

Compact T1 - Release 6.1

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-6) that contains the Router (IP or CMG) 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-6) that contains the Router (IP or CMG) 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