Blame mibs/IPV6-TC.txt

Packit fcad23
IPV6-TC DEFINITIONS ::= BEGIN
Packit fcad23
Packit fcad23
-- Copyright (c) 2017 IETF Trust and the persons identified as
Packit fcad23
-- authors of the code.  All rights reserved.
Packit fcad23
Packit fcad23
--   Redistribution and use in source and binary forms, with or without
Packit fcad23
--   modification, is permitted pursuant to, and subject to the license
Packit fcad23
--   terms contained in, the Simplified BSD License set forth in Section
Packit fcad23
--   4.c of the IETF Trust's Legal Provisions Relating to IETF Documents
Packit fcad23
--   (http://trustee.ietf.org/license-info).
Packit fcad23
Packit fcad23
IMPORTS
Packit fcad23
     Integer32                FROM SNMPv2-SMI
Packit fcad23
     TEXTUAL-CONVENTION       FROM SNMPv2-TC;
Packit fcad23
Packit fcad23
-- definition of textual conventions
Packit fcad23
Ipv6Address ::= TEXTUAL-CONVENTION
Packit fcad23
     DISPLAY-HINT "2x:"
Packit fcad23
     STATUS       obsolete
Packit fcad23
     DESCRIPTION
Packit fcad23
       "This data type is used to model IPv6 addresses.
Packit fcad23
        This is a binary string of 16 octets in network
Packit fcad23
        byte-order.
Packit fcad23
Packit fcad23
        This object is obsoleted by INET-ADDRESS-MIB::InetAddress."
Packit fcad23
     SYNTAX       OCTET STRING (SIZE (16))
Packit fcad23
Packit fcad23
Ipv6AddressPrefix ::= TEXTUAL-CONVENTION
Packit fcad23
     DISPLAY-HINT "2x:"
Packit fcad23
     STATUS       obsolete
Packit fcad23
     DESCRIPTION
Packit fcad23
       "This data type is used to model IPv6 address
Packit fcad23
       prefixes.  This is a binary string of up to 16
Packit fcad23
       octets in network byte-order.
Packit fcad23
       This object is obsoleted by INET-ADDRESS-MIB::InetAddress."
Packit fcad23
     SYNTAX       OCTET STRING (SIZE (0..16))
Packit fcad23
Packit fcad23
Ipv6AddressIfIdentifier ::= TEXTUAL-CONVENTION
Packit fcad23
     DISPLAY-HINT "2x:"
Packit fcad23
     STATUS       obsolete
Packit fcad23
     DESCRIPTION
Packit fcad23
       "This data type is used to model IPv6 address
Packit fcad23
       interface identifiers.  This is a binary string
Packit fcad23
        of up to 8 octets in network byte-order.
Packit fcad23
Packit fcad23
       This object is obsoleted by IP-MIB::Ipv6AddressIfIdentifierTC."
Packit fcad23
     SYNTAX      OCTET STRING (SIZE (0..8))
Packit fcad23
Packit fcad23
Ipv6IfIndex ::= TEXTUAL-CONVENTION
Packit fcad23
     DISPLAY-HINT "d"
Packit fcad23
     STATUS       obsolete
Packit fcad23
     DESCRIPTION
Packit fcad23
       "A unique value, greater than zero for each
Packit fcad23
       internetwork-layer interface in the managed
Packit fcad23
       system.  It is recommended that values are assigned
Packit fcad23
       contiguously starting from 1.  The value for each
Packit fcad23
       internetwork-layer interface must remain constant
Packit fcad23
       at least from one re-initialization of the entity's
Packit fcad23
       network management system to the next
Packit fcad23
       re-initialization.
Packit fcad23
Packit fcad23
       This object is obsoleted by IF-MIB::InterfaceIndex."
Packit fcad23
     SYNTAX       Integer32 (1..2147483647)
Packit fcad23
Packit fcad23
Ipv6IfIndexOrZero ::= TEXTUAL-CONVENTION
Packit fcad23
     DISPLAY-HINT "d"
Packit fcad23
     STATUS       obsolete
Packit fcad23
     DESCRIPTION
Packit fcad23
         "This textual convention is an extension of the
Packit fcad23
         Ipv6IfIndex convention.  The latter defines
Packit fcad23
         a greater than zero value used to identify an IPv6
Packit fcad23
         interface in the managed system.  This extension
Packit fcad23
         permits the additional value of zero.  The value
Packit fcad23
         zero is object-specific and must therefore be
Packit fcad23
         defined as part of the description of any object
Packit fcad23
         which uses this syntax.  Examples of the usage of
Packit fcad23
         zero might include situations where interface was
Packit fcad23
         unknown, or when none or all interfaces need to be
Packit fcad23
         referenced.
Packit fcad23
Packit fcad23
         This object is obsoleted by IF-MIB::InterfaceIndexOrZero."
Packit fcad23
     SYNTAX       Integer32 (0..2147483647)
Packit fcad23
Packit fcad23
END