Enabling Ospf For Vrf; Associating Ip Pool And Aaa Group With Vrf - Cisco ASR 5x00 Administration Manual

Packet data network gateway
Hide thumbs Also See for ASR 5x00:
Table of Contents

Advertisement

▀ GRE Interface Configuration

Enabling OSPF for VRF

This section provides the configuration example to enable the OSPF for VRF to support GRE tunnel interface:
configure
context <vpn_context_name>
router ospf
ip vrf <vrf_name>
network <internal_ip_address/mask>
end
Notes:
 <
vpn_context_name
information, refer Routing in this guide.
 <
vrf_name
 <
internal_ip_address/mask

Associating IP Pool and AAA Group with VRF

This section provides the configuration example for associating IP pool and AAA groups with VRF:
configure
context <vpn_context_name>
ip pool <ip_pool_name> <internal_ip_address/mask> vrf <vrf_name>
exit
aaa group <aaa_server_group>
ip vrf <vrf_name>
end
Notes:
 <
vpn_context_name
 <
ip_pool_name
 <
aaa_server_group
Interface Administrtion and Reference.
 <
vrf_name
 <
internal_ip_address/mask
▄ Cisco ASR 5x00 Packet Data Network Gateway Administration Guide
268
> is the name of the system context you want to use for OSPF routing. For more
> is the name of the VRF which is preconfigured in context configuration mode.
> is the network IP address with sub-net mask to be used for OSPF routing.
> is the name of the system context you want to use for IP pool and AAA server group.
> is name of a preconfigured IP pool. For more information refer System Administration Guide.
> is name of a preconfigured AAA server group. For more information refer AAA
> is the name of the VRF which is preconfigured in context configuration mode.
> is the network IP address with sub-net mask to be used for IP pool.
GRE Protocol Interface

Advertisement

Table of Contents
loading

Table of Contents