Configures the IP address
to use for GTP-U data packets.
Product
ePDG
GGSN
P-GW
SAEGW
SaMOG
SGSN
S-GW
Mode
Exec > Global Configuration
> Context Configuration > GTP-U Service Configuration
configure > context context_name > gtpu-service service_name
Entering the above
command sequence results in the following prompt:
[context_name]host_name(config-gtpu-service)#
Syntax
Syntax Description
[ no ] bind { ipv4-address ipv4_address [ crypto-template crypto_template ] [ ike-bind-address { ipv4_address } ] [ ipv6-address ipv6_address [ bearer-type { non-ims-media | ims-media | all } ] | ipv6-address ipv6_address [ crypto-template crypto_template ] [ ike-bind-address { ipv6_address } ] [ ipv4-address ipv4_address ] [ bearer-type { non-ims-media | ims-media | all } ] }
no
removes a configured
IP address from this service.
ipv4-address ipv4_address
Binds this service
to the IPv4 address of a configured interface.
ipv4_address must
be entered using IPv4 dotted-decimal notation.
bearer-type non-ims-media | ims-media | all
Specifies the type
of bearer to be associated with the bind address. Default behavior
is for that the address will be used for all bearer types.
non-ims-media Configures
bind address for non-ims media only.
ims-media Configures
bind address for ims-media traffic only.
all configures
bind address to handle all types of bearer traffic. This is the
default setting.
ipv6-address ipv6_address
Binds this service
to the IPv6 address of a configured interface.
ipv6_address must
be entered using IPv6 colon-separated-hexadecimal notation.
crypto-template crypto_template
Configures crypto template
for IPSec, which enables IPSec tunneling for this GTP-U address.
Must be followed by the name of an existing crypto template.
crypto_template must
be an alphanumeric string of 1 through 127 characters.
ike-bind-address ip_address
Configures an IKE bind
address. Must be followed by IPv4 or IPv6 address; IP address type must
be the same as the GTP-U address type.
ipv4_address must
be entered using IPv4 dotted-decimal notation.
ipv6_address must
be entered using IPv6 colon-separated-hexadecimal notation.
bearer-type non-ims-media | ims-media | all
Specifies the type
of bearer to be associated with the bind address. Default behavior
is for that the address will be used for all bearer types.
non-ims-media configures
bind address for non-ims media only.
ims-media configures
bind address for ims-media traffic only.
all configures
bind address to handle all types of bearer traffic. This is the
default setting.
Usage Guidelines
Use this command to
bind the service to an interface for sending/receiving
GTP-U packets.
Important: A GTP-U service can
support a maximum of 12 GTP-U endpoints/interfaces.
Example
The following command
configures the IPv4 address for this GTP-U service as 10.2.3.4:bind ipv4-address 10.2.3.4