PDN Gateway Configuration
▀ Configuring the System as a Standalone eGTP P-GW
▄ Cisco ASR 5x00 Packet Data Network Gateway Administration Guide
120
context <
pgw_context_name
>
gtpu-service <
gtpu_service_name
> -noconfirm
bind ipv4-address <
s5s8_interface_address
>
end
Notes:
The
bind
command can also be specified as an IPv6 address using the
ipv6-address
command.
Creating a P-GW PDN Context
Use the following example to create a P-GW PDN context and Ethernet interface, and bind the interface to a configured
Ethernet port.
configure
context <
pdn_context_name
> -noconfirm
interface <
sgi_ipv4_interface_name
>
ip address <
ipv4_address
>
interface <
sgi_ipv6_interface_name
>
ipv6 address <
address
>
end
P-GW Service Configuration
Step 1
Configure the P-GW service by applying the example configuration in the
Configuring the P-GW Service
section.
Step 2
Specify an IP route to the eGTP Serving Gateway by applying the example configuration in the
Configuring a Static IP
Route
section.
Configuring the P-GW Service
Use the following example to configure the P-GW service:
configure
context <
pgw_context_name
>
pgw-service <
pgw_service_name
> -noconfirm
plmn id mcc <
id
> mnc <
id
>
associate egtp-service <
egtp_service_name
>
associate qci-qos-mapping <
name
>
end