Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 277
Cisco Prime 
IP Express Attribute Types
AT_AMELST (amelist)
A list of DNS Address Match elements. For example: '10.10.0.0/16, lab-acl'. The usage follows BIND conventions. See
the BIND 9 documentation for acl and address_match_element.
AT_ARRAY (array)
A sequence of strings. This attribute type is deprecated in favor of the more general AT_NLIST type for lists of all other
types.
AT_ATTRTYPE (attrtype)
A CNR attribute type, stored as an integer.
AT_BITARRAY (bitarray)
A bit-array, stored as an AT_BLOB of a fixed size.
AT_BLOB (blob)
A sequence of unsigned octets. For example: '02:00:0a:00'.
AT_BOOL (bool)
An 8-bit boolean value with only 0 and 1 as the legal values.
AT_BYTE (byte)
An unsigned 8 bit integer value.
AT_CALCBIT (calcbit)
A specialized type used to in representing certain DHCP options, such as option-81, the 'client-fqdn' option.
AT_CALCFLAG (calcflag)
A value whose type is defined by the byte value that precedes it. Example: dhcp-v4 option-122, suboption-3. The extra-
value field contains a map between the flag-byte and the AT_xxx type to use for parse/unparse.
AT_CIS (cis)
A string that has case-insensitive comparison properties.
AT_CLEARTEXT (clrtxt)
A string attribute that contains the clear text of sensitive information, such as a password.
AT_CONTAINER6 (container6)
A sequence of octects representing a DHCPv6 option that has encapsulated options.
AT_DATE (date)
A 32-bit integer value representing a point in time to 1 second resolution. Format is 'Month Date hh:mm:ss Year'. For
example: 'Jun 05 00:00:00 1980'.
AT_DICT (dict)
Deprecated
AT_DNSNAME (dname)
A fully qualified DNS name, encoded in DNS wire format with counted labels.
AT_DNSTTL (dnsttl)
A a signed integer with the semantics of a DNS ttl; only -1 is allowed as a negative number, with the special meaning
'use the zone default'.
AT_ENUMBYTE (enumbyt)
An 8-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMINT (enumint)
A 32-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMSHORT (enumshort)
A 16-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMSTR (enumstr)
A string with a fixed set of valid values.