~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to mibs/IPV6-TC.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

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