PDN Gateway Configuration
Configuring the System as a Standalone eGTP P-GW ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
121
Notes:
QCI-QoS mapping configurations are created in the AAA context. Refer to the
Configuring QCI-QoS Mapping
section for more information.
Co-locating a P-GW service on the same ASR 5x00 requires the configuration of the
associate pgw-
service
name
command within the P-GW service.
Configuring a Static IP Route
Use the following example to configure an IP Route for control and user plane data communication with an eGTP
Serving Gateway:
configure
context <
pgw_context_name
>
ip route <
sgw_ip_addr/mask
> <
sgw_next_hop_addr
> <
pgw_intrfc_name
>
end
P-GW PDN Context Configuration
Use the following example to configure an IP Pool and APN, and bind a port to the interface in the PDN context:
configure
context <
pdn_context_name
> -noconfirm
interface <
sgi_ipv4_interface_name
>
ip address <
ipv4_address
>
exit
interface <
sgi_ipv6_interface_name
>
ip address <
ipv6_address
>
exit
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