Carrier Access Network Device Axxius 800 ユーザーズマニュアル

ページ / 568
Axxius 800 - Release 2.2
5-153
CLI Commands
set
set (router-wan) gre
Use the set (router-wan) gre command to configure Generic Routing Encapsulation tunneling 
for a specified WAN interface. 
set (router-wan) gre address
Use the set (router-wan) gre address command to configure the IP addresses for GRE 
tunneling for a specified WAN interface. 
Syntax:
set {rtr_card-addr} {"wan-name"} gre address 
{local_ip-addr} [remote-ip-addr] ["tunnel-name"]
Example:
set 3 "LosAngeles" gre address 10.0.0.0 20.0.0.0 
"LATunnel" 
The example will set the WAN interface named "LosAngeles" to the IP 
addresses to be 10.0.0.0 and 20.0.0.0. 
Note: A set 3 "LosAngeles" gre ip all command is required before this 
command.
{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 end of the tunnel, in the form of xxx.xxx.xxx.xxx, where xxx 
is between 0-255.
[remote-ip-addr]
The IP Address of the far end of the tunnel, required if GRE tunneling is set to All, 
prohibited if GRE tunneling is set to By Network. In the form of xxx.xxx.xxx.xxx, where 
xxx is between 0-255.
["tunnel-name"]
A symbolic name to give to this tunnel, required if GRE tunneling is set to All, prohibited 
if GRE tunneling is set to By Network. Up to 12 characters, enclosed in quotes.