hit counter script

P-Gw Pdn Context Configuration - Cisco ASR 5x00 Administration Manual

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

Advertisement

PDN Gateway Configuration
Notes:
 QCI-QoS mapping configurations are created in the AAA context. Refer to the
section for more information.
 Co-locating a P-GW service on the same ASR 5x00 requires the configuration of the
service name
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
command within the P-GW service.
Configuring the System as a Standalone eGTP P-GW ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
Configuring QCI-QoS Mapping
associate pgw-
121

Advertisement

Table of Contents
loading

Table of Contents