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
 The
fqdn host
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
command configures a Fully Qualified Domain Name for the P-GW service used in messages
Configuring the System as a Standalone PMIP P-GW Supporting an eHRPD Network ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
171

Advertisement

Table of Contents
loading

Table of Contents