How to Configure the EoGRE Feature
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-name
4.
ip unnumbered loopback interface-name
or
ip address ip-address
5.
tunnel source interface-type interface-number
6.
(For simple IP mode)
mac-address H.H.H
7.
tunnel mode ethernet gre ipv4
or
tunnel mode ethernet gre ipv6
8.
(Optional)
tunnel vlan vlan-id
9.
end
DETAILED STEPS
Purpose
Command or Action
Enables the privileged EXEC mode.
enable
Step 1
Example:
Router> enable
Enter your password, if prompted.
Enters the global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 2
Specifies the logical interface for the EoGRE tunnel.
interface interface-name
Example:
Router(config)# interface Tunnel 0
Step 3
For PMIPv6 and GTP scenarios, an unnumbered address or
a specified IP address can be configured on the tunnel
interface.
ip unnumbered loopback interface-name
or
ip
address ip-address
Example:
Router(config-if)# ip unnumbered loopback 0
Step 4
For a simple IP scenario, only a specified IP address can be
configured on the tunnel interface. This IP address can be used
as a default gateway IP address.
or
Router(config-if)# ip address 20.1.1.2
255.255.255.0
Intelligent Wireless Access Gateway Configuration Guide
OL-30226-03
45
Service Provider WiFi: Support for Integrated Ethernet Over GRE
How to Configure the EoGRE Feature
Содержание Intelligent Wireless Access Gateway
Страница 40: ...Intelligent Wireless Access Gateway Configuration Guide 32 OL 30226 03 IP Sessions Over Gigabit EtherChannel ...
Страница 44: ...Intelligent Wireless Access Gateway Configuration Guide 36 OL 30226 03 Multiple Flow Tunnel ...
Страница 64: ...Intelligent Wireless Access Gateway Configuration Guide 56 OL 30226 03 GTPv2 Support in the iWAG ...
Страница 72: ...Intelligent Wireless Access Gateway Configuration Guide 64 OL 30226 03 Configuring ISG Policy Templates ...
Страница 86: ...Intelligent Wireless Access Gateway Configuration Guide 78 OL 30226 03 Dual Stack Support for PMIPv6 and GTP ...