PurposeCommand or Action
Sets the source interface for the EoGRE tunnel interface.
tunnel source interface-type interface-number
Example:
Router(config-if)# tunnel source Loopback 0
Step 5
Sets the source MAC address for the EoGRE tunnel interface.
The MAC address is mandatory for simple IP deployment.
(For simple IP mode) mac-address H.H.H
Example:
Router(config-if)# mac-address 0000.5e00.5213
Step 6
For PMIPv6/GTP, the default MAC address associated with
EoGRE Tunnel is 0000.5e00.5213.
Sets the EoGRE encapsulation mode for the tunnel interface
for IPv4.
tunnel mode ethernet gre ipv4 or tunnel mode
ethernet gre ipv6
Step 7
Example:
Router(config-if)# tunnel mode ethernet gre
or
Sets the EoGRE encapsulation mode for the tunnel interface
for IPv6.
ipv4
or
Router(config-if)# tunnel mode ethernet gre
ipv6
(Optional) Sets the VLAN ID of the EoGRE tunnel.
(Optional) tunnel vlan vlan-id
Example:
Router(config-if)# tunnel vlan 1000
Step 8
Ends the current configuration session.end
Example:
Router(config-if)# end
Step 9
Example: Configuring the EoGRE Feature
aaa new-model
!
aaa group server radius AAA_SERVER_CAR
server-private 5.3.1.76 auth-port 2145 acct-port 2146 key cisco
!
aaa authentication login default none
aaa authentication login ISG_PROXY_LIST group AAA_SERVER_CAR
aaa authorization network ISG_PROXY_LIST group AAA_SERVER_CAR
aaa authorization subscriber-service default local group AAA_SERVER_CAR
aaa accounting network PROXY_TO_CAR
action-type start-stop
group AAA_SERVER_CAR
!
aaa accounting network ISG_PROXY_LIST start-stop group AAA_SERVER_CAR
!
Intelligent Wireless Access Gateway Configuration Guide
46 OL-30226-03
Service Provider WiFi: Support for Integrated Ethernet Over GRE
Example: Configuring the EoGRE Feature