Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
Network Registrar Scalar Types
Type Name
Description
AT_AMELST
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_BLOB
A sequence of unsigned octets. For example: '02:00:0a:00'.
AT_BOOL
An 8-bit boolean value with only 0 and 1 as the legal values.
AT_CLEARTEXT A string attribute that contains the clear text of sensitive information, such as a password.
AT_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_DNSNAME
A fully qualified DNS name, encoded in DNS wire format with counted labels.
AT_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
An 8-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMINT
A 32-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMSHORT A 16-bit integer with a fixed set of valid values that have an associated string name.
AT_ENUMSTR
A string with a fixed set of valid values.
AT_EXPR
An embedded expression with LISP-style syntax. For example: '(concat prefix var suffix)'.
This expression is evaluated based on the context to produce a typed value.
AT_FLAGSINT
A 32-bit integer with distinguished names associated with each bit position.
AT_INT
An unsigned 32-bit integer.
AT_IP6
A 17-octet sequence representing an IPv6 address or prefix. It consists of 16 octets of address
followed by an octet of 255, or 16 octets of prefix (with bits beyond the prefix-length being
0) followed by an octet of the prefix-length (0-128).
AT_IP6ADDR
A 128-bit IPv6 address.
AT_IPADDR
A 32-bit IPv4 address.
AT_IPPAIR
A pair of IPv4 addresses, stored in 8 octets.
AT_KEY
A sequence of bytes holding a shared-secret key that has a base-64 string representation.
AT_MACADDR
A MAC address, most frequently a 6 byte ethernet address with type 1, but more generally an
arbitrary 1 byte type id, a 1 byte length and then 'length' address bytes.For example:
'1,6,aa:bb:cc:dd:ee:ff'.
AT_MSG6
A sequence of octects representing a DHCPv6 message in wire format.
AT_MULTI
A type that may contain data of multiple data types.
AT_NAMEREF
A string that refers to another object by name.
AT_OBJREF
A reference to a specific class of object by OID. It is similar to an 
, but adds the
additional expectation that the referenced object has the specified class and does exist in the
database.
AT_OID
An 8-byte object id. The AT_OID type differs from the 
 in that it does not
imply that the OID can be resolved to any specific type of object.
AT_OPTION
A sequence of octects representing a DHCPv4 option value in wire format.