GRE Protocol Interface
GRE Interface Configuration ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
269
Associating APN with VRF
This section provides the configuration example for associating an APN with VRF through AAA group and IP pool:
configure
context <
vpn_context_name
>
apn <apn_name>
aaa group <aaa_server_group>
ip address pool name <
ip_pool_name
>
end
Notes:
<
vpn_context_name
> is the name of the system context you want to use for APN configuration.
<
ip_pool_name
> is name of a preconfigured IP pool. For more information refer
System Administration Guide
.
<
aaa_server_group
> is name of a preconfigured AAA server group. For more information refer
AAA
Interface Administrtion and Reference
.
<
vrf_name
> is the name of the VRF which is preconfigured in context configuration mode.
Static Route Configuration
This section provides the optional configuration example for configuring static routes when the route to the server is not
learnt from the corporate over OSPFv2:
configure
context <
vpn_context_name
>
ip route <
internal_ip_address/mask
> tunnel <
tunnel_intfc_name
> vrf <
vrf_name
>
end
Notes:
<
vpn_context_name
> is the name of the system context you want to use for static route configuration.
<
internal_ip_address/mask
> is the network IP address with sub-net mask to be used as static route.
<
tunnel_intfc_name
> is name of a predefined tunnel type IP interface which is to be used for GRE tunnel
interface.
<
vrf_name
> is the name of the VRF which is preconfigured in context configuration mode.