Gre Configuration Examples; Configuring An Ipv4 Over Ipv4 Gre Tunnel - HPE FlexNetwork HSR6800 Configuration Manual

Comware 7 layer 3, ip services
Hide thumbs Also See for FlexNetwork HSR6800:
Table of Contents

Advertisement

Task
Display IPv6 information
about tunnel interface.
Clear tunnel interface
statistics.

GRE configuration examples

Configuring an IPv4 over IPv4 GRE tunnel

Network requirements
As shown in
use private network addresses and belong to the same VPN. Establish a GRE tunnel between
Router A and Router B to interconnect the two private IPv4 networks Group 1 and Group 2.
Figure 130 Network diagram
Configuration procedure
Before performing the following configuration, configure an IP address for each interface, and make
sure Router A and Router B can reach each other.
1.
Configure Router A:
# Create a tunnel interface Tunnel 0, and specify the tunnel mode as GRE/IPv4.
<RouterA> system-view
[RouterA] interface tunnel 0 mode gre
# Configure an IP address for the tunnel interface.
[RouterA-Tunnel0] ip address 10.1.2.1 255.255.255.0
# Configure the source address of the tunnel interface as the IP address of GigabitEthernet
2/1/2 on Router A.
[RouterA-Tunnel0] source 1.1.1.1
# Configure the destination address of the tunnel interface as the IP address of GigabitEthernet
2/1/2 on Router B.
[RouterA-Tunnel0] destination 2.2.2.2
[RouterA-Tunnel0] quit
# Configure a static route from Router A through the tunnel interface to Group 2.
[RouterA] ip route-static 10.1.3.0 255.255.255.0 tunnel 0
2.
Configure Router B:
# Create tunnel interface Tunnel 0 and specify the tunnel mode as GRE/IPv4.
<RouterB> system-view
[RouterB] interface tunnel 0 mode gre
# Configure an IP address for the tunnel interface.
Command
display ipv6 interface [ tunnel
[ number ] ] [ brief ]
reset counters interface [ tunnel
[ number ] ]
Figure
130, Group 1 and Group 2 are two private IPv4 networks. The two networks both
317
Remarks
For more information about this
command, see Layer 3—IP
Services Command Reference.
For more information about this
command, see Layer 3—IP
Services Command Reference.

Advertisement

Table of Contents
loading

Table of Contents