Configures the IP address
to use for GTP-U data packets.
Product:
GGSN, P-GW,
S-GW
Syntax
[ no ] bind { ipv4-address ipv4_address [ crypto-template crypto_template ] [ ike-bind-address { ipv4_address } ] [ ipv6-address ipv6_address ] | ipv6-address ipv6_address [ crypto-template crypto_template ] [ ike-bind-address { ipv6_address } ] [ ipv4-address ipv4_address ] }
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.
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.
IMPORTANT:
This keyword is only
applicable if a crypto template is bound to the GTP-U address.
Usage:
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