IPFIX_DEFINITION_SOURCE_UNKNOWNIPFIX_DEFINITION_SOURCE_USERIPFIX_DEFINITION_SOURCE_BASEIPFIX_DATA_TYPE_UNKNOWNIPFIX_DATA_TYPE_OCTETARRAYIPFIX_DATA_TYPE_UNSIGNED8IPFIX_DATA_TYPE_UNSIGNED16IPFIX_DATA_TYPE_UNSIGNED32IPFIX_DATA_TYPE_UNSIGNED64IPFIX_DATA_TYPE_SIGNED8IPFIX_DATA_TYPE_SIGNED16IPFIX_DATA_TYPE_SIGNED32IPFIX_DATA_TYPE_SIGNED64IPFIX_DATA_TYPE_FLOAT32IPFIX_DATA_TYPE_FLOAT64IPFIX_DATA_TYPE_BOOLEANIPFIX_DATA_TYPE_MACADDRESSIPFIX_DATA_TYPE_STRINGIPFIX_DATA_TYPE_DATETIMESECONDSIPFIX_DATA_TYPE_DATETIMEMILLISECONDSIPFIX_DATA_TYPE_DATETIMEMICROSECONDSIPFIX_DATA_TYPE_DATETIMENANOSECONDSIPFIX_DATA_TYPE_IPV4ADDRESSIPFIX_DATA_TYPE_IPV6ADDRESS
Gets the list of IPFIX Elements.
Creates an IPFIX IE. Notice that it is desirable to set the
enterprise id to something different than the default zero. Zero
is mainly used for the IPFIX information model [RFC5102] defined base elements.
If data types include IPFIX_DATA_TYPE_STRING and/or IPFIX_DATA_TYPE_OCTETARRAY,
the default size is zero, which means variable length. Specify sizes with the
respective set method if your elements have a fixed length for those elements.
Deletes the specified user IPFIX Information Element.
Deletes all user defined IPFIX Information Elements.
Sets the id for the specified IPFIX IEs.
This is a numeric identifier of the Information Element. If this identifier is used
without an enterprise identifier, then it is globally unique and the list
of allowed values is administered by the Internet Assigned Numbers Authority (IANA).
It is used for compact identification of an Information Element when encoding Templates
in the protocol. This is only applicable on user defined source elements. Base elements
cannot change.
Gets the ids for the specified IPFIX IEs.
Sets the data type for the specified IPFIX IEs. The IPFIX Information model
[RFC5102] has defined a constrained set of data types for IEs to facilitate
implementation. This is only applicable on user defined source elements.
Base elements cannot change.
Gets the data type for the specified IPFIX IEs.
Sets the sizes for the specified IPFIX IEs. It is only applicable for
string and octetarray data types. Other data types ignore this value. Using
0 means the string or the octetarray has a variable length. The value must
be in the range of 0 to 65535. This is only applicable on user defined source
elements. Base elements cannot change.
Gets the data data type size for the specified IPFIX IEs.
Sets the enterprise id for the specified IPFIX IEs. It is set to zero
by default. Enterprises may wish to define Information Elements
without registering them with IANA, for example, for enterprise-internal
purposes. For such IEs, the IE identifier described above is not
sufficient when the IE is used outside the enterprise. If specifications
of enterprise-specific IEs are made public and/or if enterprise-specific
identifiers are used by the IPFIX protocol outside the enterprise, then the
enterprise-specific identifier MUST be made globally unique by combining it
with an enterprise identifier. Valid values for the enterpriseId are
defined by IANA as Structure of Management Information (SMI) network
management private enterprise codes. This is only applicable on user defined
source elements. Base elements cannot change.
Gets the enterprise id for the specified IPFIX IEs.
Sets the description for the specified IPFIX IEs. This is only applicable on user
defined source elements. Base elements cannot change.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified IPFIX IEs.
Gets the version information for this interface.
Gets the list of IPFIX Elements.
Creates an IPFIX IE. Notice that it is desirable to set the
enterprise id to something different than the default zero. Zero
is mainly used for the IPFIX information model [RFC5102] defined base elements.
If data types include IPFIX_DATA_TYPE_STRING and/or IPFIX_DATA_TYPE_OCTETARRAY,
the default size is zero, which means variable length. Specify sizes with the
respective set method if your elements have a fixed length for those elements.
Deletes the specified user IPFIX Information Element.
Deletes all user defined IPFIX Information Elements.
Sets the id for the specified IPFIX IEs.
This is a numeric identifier of the Information Element. If this identifier is used
without an enterprise identifier, then it is globally unique and the list
of allowed values is administered by the Internet Assigned Numbers Authority (IANA).
It is used for compact identification of an Information Element when encoding Templates
in the protocol. This is only applicable on user defined source elements. Base elements
cannot change.
Gets the ids for the specified IPFIX IEs.
Sets the data type for the specified IPFIX IEs. The IPFIX Information model
[RFC5102] has defined a constrained set of data types for IEs to facilitate
implementation. This is only applicable on user defined source elements.
Base elements cannot change.
Gets the data type for the specified IPFIX IEs.
Sets the sizes for the specified IPFIX IEs. It is only applicable for
string and octetarray data types. Other data types ignore this value. Using
0 means the string or the octetarray has a variable length. The value must
be in the range of 0 to 65535. This is only applicable on user defined source
elements. Base elements cannot change.
Gets the data data type size for the specified IPFIX IEs.
Sets the enterprise id for the specified IPFIX IEs. It is set to zero
by default. Enterprises may wish to define Information Elements
without registering them with IANA, for example, for enterprise-internal
purposes. For such IEs, the IE identifier described above is not
sufficient when the IE is used outside the enterprise. If specifications
of enterprise-specific IEs are made public and/or if enterprise-specific
identifiers are used by the IPFIX protocol outside the enterprise, then the
enterprise-specific identifier MUST be made globally unique by combining it
with an enterprise identifier. Valid values for the enterpriseId are
defined by IANA as Structure of Management Information (SMI) network
management private enterprise codes. This is only applicable on user defined
source elements. Base elements cannot change.
Gets the enterprise id for the specified IPFIX IEs.
Sets the description for the specified IPFIX IEs. This is only applicable on user
defined source elements. Base elements cannot change.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified IPFIX IEs.
Gets the version information for this interface.
The IPFIX Information Element (IE) interface enables you to get, create,
modify and delete IEs that are used to define standard IEs
or user defined IEs; to be able to filter via iRules the IEs that the
customer is interested in when enabling IPFIX destination as a log
destination.
An Information Element is a protocol and encoding-independent description
of an attribute that may appear in an IPFIX Record. The IPFIX information
model [RFC5102] defines the base set of Information Elements for IPFIX.
The type associated with an Information Element indicates constraints on what
it may contain and also determines the valid encoding mechanisms for use in IPFIX.