для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 134
command specifies the action to be taken during P-GW selection when the MIP6-agent-info parameter is
expected but not received from the AAA server/HSS, which is to terminate P-GW selection and reject the
call. The dns-pgw selection topology weight command enables P-GW load balancing based on both topology,
in which the nearest P-GW to the subscriber is selected first, and weight, in which the P-GW is select based
on a weighted average.
The ip route command in this example creates a route for the SWu interface between the WLAN UEs and
the ePDG and specifies the destination IP addresses that will use this route. The ip domain-lookup command
enables domain name lookup via DNS for the current context. The ip name-servers command specifies the
IP address of the DNS that the ePDG context will use for logical host name resolution. The diameter endpoint
command specifies the Diameter origin endpoint.
The origin host command specifies the origin host for the Diameter endpoint. The peer command specifies
a peer address for the Diameter endpoint. The route-entry command creates an entry in the route table for
the Diameter peer.
The dns-client command specifies the DNS client used during P-GW FQDN discovery.
Egress Context and MAG Service Configuration
Create the Egress context and the MAG (Mobile Access Gateway) service by following the configuration
example in the section
Configuring the Egress Context and MAG Service
Use the following configuration example to configure the Egress context, the MAG (Mobile Access Gateway)
service, the S2b interface and S2b loopback interface to the P-GW, and bind all of the logical interfaces to
the physical Ethernet ports.
configure
context
<
egress_context_name
>
interface
<
s2b_interface_name
>
ipv6 address
<
ipv6_address
>
exit
interface
<
s2b_loopback_interface_name
>
ipv6 address
<
ipv6_address
>
exit
subscriber default
exit
aaa group default
exit
gtpp group default
exit
mag-service
<
mag_service_name
>
reg-lifetime
<
seconds
>
bind address
<
ipv6_address
>
exit
ipv6 route
<
ipv6_address/prefix_length
>
next-hop
<
ipv6_address
>
interface
<
s2b_interface_name
>
exit
port ethernet
<
slot_number/port_number
>
no shutdown
vlan
<
tag
>
bind interface
<
swu_interface_name
> <
epdg_context_name
>
   ePDG Administration Guide, StarOS Release 19
102
Configuring the Evolved Packet Data Gateway
Egress Context and MAG Service Configuration