PDN Gateway Configuration
Configuring the System as a Standalone PMIP P-GW Supporting an eHRPD Network ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
171
The
fqdn host
command configures a Fully Qualified Domain Name for the P-GW service used in messages
between the P-GW and a 3GPP AAA server over the S6b interface.
Configuring a Static IP Route
Use the following example to configure static IP routes for data traffic between the P-GW and the HSGW:
configure
context <
pgw_context_name
>
ipv6 route <
ipv6_addr/prefix
> next-hop <
hsgw_addr
> interface <
pgw_hsgw_intrfc_name
>
end
Notes:
Static IP routing is not required for configurations using dynamic routing protocols.
P-GW PDN Context Configuration
Use the following example to configure IP pools and IP Access Control Lists (ACLs), and bind ports to the interfaces in
the PDN context:
configure
context <
pdn_context_name
> -noconfirm
ip pool <
name
> range <
start_address end_address
> public <
priority
>
ipv6 pool <
name
> range <
start_address end_address
> public <
priority
>
subscriber default
exit
ip access-list <
name
>
redirect css service <
name
> any
permit any
exit
ipv6 access-list <
name
>
redirect css service <
name
> any
permit any
exit
aaa group default
exit