pem profile diameter-endpointΒΆ

pem profile diameter-endpoint(1)			BIG-IP TMSH Manual			  pem profile diameter-endpoint(1)

NAME
       diameter-endpoint - Configures a Diameter endpoint profile.

MODULE
       pem profile

SYNTAX
       Configures the diameter-endpoint profile within the pem profile module using the syntax shown in the following sections.

   MODIFY
	create diameter-endpoint [name]
	modify diameter-endpoint [name]
	  options:
	    defaults-from [ [name] | none]
	    destination-host [string]
	    destination-realm [string]
	    fatal-grace-time {
	      options:
		enabled [yes | no]
		time [integer]
	    }
	    msg-max-retransmits [integer]
	    msg-retransmit-delay [integer]
	    origin-host [string]
	    origin-realm [string]
	    pem-protocol-profile-gx [ [profile_name] | none]
	    pem-protocol-profile-gy [ [profile_name] | none]
	    product-name [string]
	    supported-apps [Gx | Gy | Sd]
	    gx-session-id-prefix [string]
	    gy-session-id-prefix [string]
	    sd-session-id-prefix [string]
	}

	edit diameter-endpoint [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats diameter-endpoint
	reset-stats diameter-endpoint [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list diameter-endpoint
	list diameter-endpoint [ [ [name] | [glob] | [regex] ] ... ]
	show running-config diameter-endpoint
	show running-config diameter-endpoint [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show diameter-endpoint
	show diameter-endpoint [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	     field-fmt
	     global

DESCRIPTION
       You can use the diameter-endpoint component to modify or display a diameter-endpoint profile.

EXAMPLES
       create my_diam_endpt defaults-from diameter-endpoint add { Gx }

       Creates a custom diameter-endpoint profile name my_diam_endpt that inherits its settings from the system default diameter-
       endpoint profile with Gx capability.

       modify my_diam_endpt origin-host example-host.example-realm.org origin-realm example-realm destination-host
       example-peer.peer-realm.org destination-realm peer-realm.org

       Modifies the origin-host and destination-host of a diameter-endpoint profile named my_diam_endpt.

       modify my_diam_endpt msg-max-retransmits 8 msg-retransmit-delay 10000

       Modifies the maximum times a message will be retransmitted to 8 and the retransmission delay to 10 seconds of a diameter-
       endpoint profile named my_diam_endpt.

OPTIONS
       defaults-from
	    Specifies the name of the object to inherit the settings from.

       destination-host
	    Specifies the destination host for diameter messages. This should be a FQDN.

       destination-realm
	    Specifies the destination realm for diameter messages. This should be a FQDN.

       fatal-grace-time
	    You can configure following options for fatal-grace-time. It defines the period that a diameter connection can be down
	    before all sessions associated with that diameter endpoint are terminated. If the connection is re-established before
	    fatal-grace-time seconds then the sessions will not be terminated automatically.

	    enabled
		 Specifies whether fatal-grace-time option is enabled or no.

	    time

	    Specifies the fatal-grace-time period in seconds.

       msg-max-retransmits
	    Specifies the number of times an outgoing request message will be retransmitted before being dropped.

       msg-retransmit-delay
	    Specifies the delay in milliseconds after which an unanswered request will be retransmitted.

       origin-host
	    Specifies the origin host for diameter messages. This should be a FQDN.

       origin-realm
	    Specifies the origin realm for diameter messages. This should be a FQDN.

       pem-protocol-profile-gx
	    Specifies PEM protocol profile to be used when subscriber discovery is enabled. This protocol profile defines mapping
	    of Diameter AVPs to subscriber ID and other PEM subscriber session attributes for Diameter application.

       pem-protocol-profile-gy
	    Specifies PEM protocol profile to be used when subscriber discovery is enabled. This protocol profile defines mapping
	    of Diameter AVPs to subscriber ID and other PEM subscriber session attributes for Diameter application.

       product-name
	    Specifies the string used in the product-name AVP in the capabilities exchange messages.

       supported-apps
	    Adds, deletes, or replaces a set of the supported applications. Gx and Sd are mutually exclusive and cannot be added
	    at the same time. When Gx or Sd is added, pem-protocol-profile-gx can be specified for the protocol profile. When Gy
	    is added, pem-protocol-profile-gy can be specified for the protocol profile.

       gx-session-id-prefix
	    Specifies the string used as Gx session id prefix in Gx protocol messages exchanged between PEM and PCRF.

       gy-session-id-prefix
	    Specifies the string used as Gy session id prefix in Gy protocol messages exchanged between PEM and OCS.

       sd-session-id-prefix
	    Specifies the string used as Sd session id prefix in Sd protocol messages exchanged between PEM and PCRF.

SEE ALSO
       edit, glob, list, ltm virtual, modify, pem forwarding-endpoint, pem interception-endpoint, pem listener, pem policy,  pem
       profile spm, pem reporting format-script, pem service-chain-endpoint, pem subscriber, pem subscribers,regex, reset-stats,
       show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013, 2016, 2017. All rights reserved.

BIG-IP							    2017-09-19				  pem profile diameter-endpoint(1)