pem protocol radius-avpΒΆ

pem protocol radius-avp(1)    BIG-IP TMSH Manual    pem protocol radius-avp(1)



NAME
       radius-avp - Configures RADIUS AVPs in Policy Enforcement Manager
       (PEM).

MODULE
       pem protocol

SYNTAX
       Configure the radius-avp component within the pem protocol module using
       the syntax shown in the following sections.

   CREATE/EDIT/MODIFY
	create radius-avp [name]
	modify radius-avp [name]
	  options:
	    app-service [[string] | none]
	    data-type [3gpp-rat-type | 3gpp-user-location-info | integer | ipaddr | ipv6addr | ipv6prefix | octet | string | time]
	    description [string]
	    max-length [integer]
	    min-length [integer]
	    type [integer]
	    vendor-id [integer]
	    vendor-type [integer]

	edit radius-avp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list radius-avp
	list radius-avp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete radius-avp [name]

       Note: You must remove all references to a radius-avp before you can
       delete the radius-avp.

DESCRIPTION
       You can use the radius-avp component to configure RADIUS AVP
       definitions in Policy Enforcement Manager.

EXAMPLES
       create radius-avp imeisv { data-type string type 26 vendor-id 10415
       vendor-type 20 }

       Creates a PEM radius-avp imeisv which is an Vendor Specific Attribute
       of 3GPP with type value 26.

       delete radius-avp imeisv

       Deletes the radius-avp named imeisv.

       list radius-avp imeisv

       Displays the properties of the radius-avp named imeisv.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       data-type
	    Specifies the data type of the RADIUS AVP. The default value is
	    string.

	    The options are:

	    3gpp-rat-type
		 specifies the value format to be encoded or decoded as the
		 3GPP-RAT-Type defined in 3GPP TS 29.061.

	    3gpp-user-location-info
		 specifies the value format to be encoded or decoded as the
		 3GPP-User-Location-Info defined in 3GPP TS 29.061.

	    integer
		 32-bit unsigned integer in network byte order.

	    ipaddr
		 IPv4 address in network byte order.

	    ipv6addr
		 IPv6 address in network byte order.

	    ipv6prefix
		 IPv6 prefix data format is defined in RFC 3162.

	    octet
		 UTF-8 text [RFC3629], totaling 253 octets or less in length.

	    string
		 string (i.e., binary data), totaling 253 octets or less in
		 length. This includes the opaque encapsulation of data
		 structures defined outside of RADIUS.

	    time time as a 32-bit unsigned value in network byte order and in
		 seconds since 00:00:00 UTC, January 1, 1970.

       description
	    User defined description.

       max-length
	    Specifies the maximum data length of the RADIUS AVP/VSA. It
	    doesn't include the AVP/VSP header. The default value is 253.

       min-length
	    Specifies the minimum data length of the RADIUS AVP/VSA. It
	    doesn't include the AVP/VSP header. The default value is 1.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       type Specifies the type of the RADIUS AVP. 26 is for vendor specific
	    attribute (VSA).

       vendor-id
	    Specifies the vendor-id of the RADIUS VSA. This property is
	    mandatory if type is 26.

       vendor-type
	    Specifies the vendor-type of the RADIUS VSA. This property is
	    mandatory if type is 26.

SEE ALSO
       create, delete, edit, glob, list, modify, pem protocol profile gx, pem
       protocol profile radius, pem protocol diameter-avp, pem subscriber-
       attribute, regex, 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 2013-2016. All rights reserved.



BIG-IP				  2016-03-14	    pem protocol radius-avp(1)