bind { ipv4-address ipv4_address [ ipv6-address ipv6_address ] | ipv6-address ipv6_address [ ipv4-address iv4p_address ] }
Binds the service to
an interface with an IPv4 address, IPv6 address or both.
ipv4-address ipv4_address [ ipv6-address ipv6_address ]:
Binds this service to the IPv4 address of a configured interface.
Optionally, bind the service to a configured interface with an IPv6
address. ipv4_address must
be entered using IPv4 dotted-decimal notation. ipv6_address must
be entered using IPv6 colon-separated-hexadecimal notation.
ipv6-address ipv6_address [ ipv4-address ipv4_address ]: Binds
this service to the IPv6 address of a configured interface. Optionally,
bind the service to a configured interface with an IPv4 address. ip6_address must
be entered using IPv6 colon-separated-hexadecimal notation. ipv4_address must
be entered using IPv4 dotted-decimal notation.
echo-interval seconds
Configures the duration
(in seconds) between the sending of echo request messages as an integer
from 60 through 3600. Default: 60
:
Enables the dynamic echo timer for the eGTP service. The dynamic
echo timer uses a calculated round trip timer (RTT) to support variances
in different paths to peer nodes.
multiplier: Introduces
a multiplier into the dynamic echo timer as an integer from 1 through
5. Default: 2
ip qos-dscp { forwarding_type }
Specifies the IP QoS
DSCP per-hop behavior to be marked on the outer header of signalling packets
originating from the LTE component. This is a standards-based feature
(RFC 2597). The following forwarding types are supported:
af11: Designates
the use of Assured Forwarding 11 per-hop behavior. This is the default
setting.
af12: Designates
the use of Assured Forwarding 12 per-hop behavior.
af13: Designates
the use of Assured Forwarding 13 per-hop behavior.
af21: Designates
the use of Assured Forwarding 21 per-hop behavior.
af22: Designates
the use of Assured Forwarding 22 per-hop behavior.
af23: Designates
the use of Assured Forwarding 23 per-hop behavior.
af31: Designates
the use of Assured Forwarding 31 per-hop behavior.
af32: Designates
the use of Assured Forwarding 32 per-hop behavior.
af33: Designates
the use of Assured Forwarding 33 per-hop behavior.
af41: Designates
the use of Assured Forwarding 41 per-hop behavior.
af42: Designates
the use of Assured Forwarding 42 per-hop behavior.
af43: Designates
the use of Assured Forwarding 43 per-hop behavior.
be: Designates
the use of Best Effort forwarding per-hop behavior.
ef: Designates
the use of Expedited Forwarding per-hop behavior typically dedicated
to low-loss, low-latency traffic.
The assured forwarding
behavior groups are listed in the table below.
. |
Class
1 |
Class
2 |
Class
3 |
Class
4 |
Low Drop
|
AF11
|
AF21
|
AF31
|
AF41
|
Medium Drop
|
AF12
|
AF22
|
AF32
|
AF42
|
High Drop
|
AF13
|
AF23
|
AF33
|
AF43
|
Traffic marked with
a higher class is given priority during congestion periods. If congestion occurs
to traffic with the same class, the packets with the higher AF value
are dropped first.