add gre id

In the R81.10.X releases, this command is available starting from the R81.10.07 version.

Description

Create GRE (Generic Routing Encapsulation) tunnel as a LAN interface with a remote peer and route all traffic between the two sites.

Each site has its own routable physical IP address. The GRE tunnel is created on top of a physical network interface, and each tunnel side is assigned a tunnel IP which is different than the physical IP.

Because the GRE tunnel connects two remote sites over the internet, Quantum Spark appliances must support such interfaces.

See also:

Syntax

add gre tunnel id <id> local-ip <physical-local-ip> remote-ip <physical-remote-ip> gre-ip <virtual-local-ip> gre-peer-ip <virtual-remote-ip> ttl <seconds>

Parameters

Parameter

Description

gre-id

The ID that will be part of the GRE interface name. For example, if id is "4", the interface name is "gre4"

physical-local-ip

The IP address on a local interface.

physical-remote-ip

The IP address of the peer.

ttl

Time to Live, how many times to route through the network. The value is usually 255.

virtual-local-ip

The IP address that will be assigned to the GRE interface

virutal-remote-ip

The IP address of the peer on the gre interface

Example Command

add gre tunnel id 1 local-ip 172.28.4.172 remote-ip 201.105.75.2 gre-ip 1.1.1.1 gre-peer-ip 1.1.1.2 ttl 255