home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / mibs / IPV6-TC.txt < prev    next >
Text File  |  1999-11-14  |  2KB  |  68 lines

  1. IPV6-TC DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.      Integer32                FROM SNMPv2-SMI
  5.      TEXTUAL-CONVENTION       FROM SNMPv2-TC;
  6.  
  7.  
  8. -- definition of textual conventions
  9. Ipv6Address ::= TEXTUAL-CONVENTION
  10.      DISPLAY-HINT "2x:"
  11.      STATUS       current
  12.      DESCRIPTION
  13.        "This data type is used to model IPv6 addresses.
  14.     This is a binary string of 16 octets in network
  15.     byte-order."
  16.      SYNTAX       OCTET STRING (SIZE (16))
  17.  
  18. Ipv6AddressPrefix ::= TEXTUAL-CONVENTION
  19.      DISPLAY-HINT "2x:"
  20.      STATUS       current
  21.      DESCRIPTION
  22.        "This data type is used to model IPv6 address
  23.        prefixes. This is a binary string of up to 16
  24.        octets in network byte-order."
  25.      SYNTAX       OCTET STRING (SIZE (0..16))
  26.  
  27. Ipv6AddressIfIdentifier ::= TEXTUAL-CONVENTION
  28.      DISPLAY-HINT "2x:"
  29.      STATUS       current
  30.      DESCRIPTION
  31.        "This data type is used to model IPv6 address
  32.        interface identifiers. This is a binary string
  33.     of up to 8 octets in network byte-order."
  34.      SYNTAX      OCTET STRING (SIZE (0..8))
  35.  
  36. Ipv6IfIndex ::= TEXTUAL-CONVENTION
  37.      DISPLAY-HINT "d"
  38.      STATUS       current
  39.      DESCRIPTION
  40.        "A unique value, greater than zero for each
  41.        internetwork-layer interface in the managed
  42.        system. It is recommended that values are assigned
  43.        contiguously starting from 1. The value for each
  44.        internetwork-layer interface must remain constant
  45.        at least from one re-initialization of the entity's
  46.        network management system to the next
  47.        re-initialization."
  48.      SYNTAX       Integer32 (1..2147483647)
  49.  
  50. Ipv6IfIndexOrZero ::= TEXTUAL-CONVENTION
  51.      DISPLAY-HINT "d"
  52.      STATUS       current
  53.      DESCRIPTION
  54.      "This textual convention is an extension of the
  55.      Ipv6IfIndex convention.  The latter defines
  56.      a greater than zero value used to identify an IPv6
  57.      interface in the managed system.  This extension
  58.      permits the additional value of zero.  The value
  59.      zero is object-specific and must therefore be
  60.      defined as part of the description of any object
  61.      which uses this syntax.  Examples of the usage of
  62.      zero might include situations where interface was
  63.      unknown, or when none or all interfaces need to be
  64.      referenced."
  65.      SYNTAX       Integer32 (0..2147483647)
  66.  
  67. END
  68.