1   MOBILEIPV6-MIB DEFINITIONS ::= BEGIN
2    IMPORTS
3      MODULE-IDENTITY, mib-2, Unsigned32, Integer32, Counter32,
4      Gauge32, Counter64,
5      OBJECT-TYPE, NOTIFICATION-TYPE
6                 FROM SNMPv2-SMI
7      TEXTUAL-CONVENTION,
8      TruthValue, DateAndTime, TimeStamp
9                 FROM SNMPv2-TC
10      MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
11                 FROM SNMPv2-CONF
12      InetAddressType, InetAddress
13                 FROM INET-ADDRESS-MIB
14      ipv6InterfaceIfIndex
15                 FROM IP-MIB
16      ;
17
18  mip6MIB MODULE-IDENTITY
19       LAST-UPDATED "200602010000Z"        --  1st February 2006
20       ORGANIZATION "IETF mip6 Working Group"
21       CONTACT-INFO
22      "                      Glenn Mansfield Keeni
23                     Postal: Cyber Solutions Inc.
24                             6-6-3, Minami Yoshinari
25                             Aoba-ku, Sendai, Japan 989-3204.
26                        Tel: +81-22-303-4012
27                        Fax: +81-22-303-4015
28                     E-mail: glenn@cysols.com
29
30                             Kenichi Nagami
31                     Postal: INTEC NetCore Inc.
32                             1-3-3, Shin-suna
33                             Koto-ku, Tokyo, 135-0075
34                             Japan
35
36                        Tel: +81-3-5665-5069
37                     E-mail: nagami@inetcore.com
38
39                             Kazuhide Koide
40                     Postal: Tohoku University
41                             2-1-1, Katahira
42                             Aoba-ku, Sendai, 980-8577
43                             Japan
44
45                        Tel: +81-22-217-5454
46                     E-mail: koide@shiratori.riec.tohoku.ac.jp
47
48
49
50                             Sri Gundavelli
51                     Postal: Cisco Systems
52                             170 W.Tasman Drive,
53                             San Jose, CA 95134
54                             USA
55
56                        Tel: +1-408-527-6109
57                     E-mail: sgundave@cisco.com
58
59          Support Group E-mail: mip6@ietf.org"
60
61          DESCRIPTION
62                  "The MIB module for monitoring Mobile-IPv6
63                   entities.
64
65                   Copyright (C) The Internet Society 2006.  This
66                   version of this MIB module is part of RFC 4295;
67                   see the RFC itself for full legal notices.
68                  "
69
70          REVISION    "200602010000Z"      -- 1st February 2006
71          DESCRIPTION "Initial version, published as RFC 4295."
72
73               ::= { mib-2 133 }
74
75
76    -- The major groups
77
78    mip6Notifications        OBJECT IDENTIFIER ::= { mip6MIB 0 }
79    mip6Objects              OBJECT IDENTIFIER ::= { mip6MIB 1 }
80    mip6Conformance          OBJECT IDENTIFIER ::= { mip6MIB 2 }
81    mip6Core                 OBJECT IDENTIFIER ::= { mip6Objects 1 }
82    mip6Mn                   OBJECT IDENTIFIER ::= { mip6Objects 2 }
83    mip6Cn                   OBJECT IDENTIFIER ::= { mip6Objects 3 }
84    mip6Ha                   OBJECT IDENTIFIER ::= { mip6Objects 4 }
85
86    -- The sub groups
87
88    mip6System               OBJECT IDENTIFIER ::= { mip6Core 1 }
89    mip6Bindings             OBJECT IDENTIFIER ::= { mip6Core 2 }
90    mip6Stats                OBJECT IDENTIFIER ::= { mip6Core 3 }
91
92    mip6MnSystem             OBJECT IDENTIFIER ::= { mip6Mn 1 }
93    mip6MnConf               OBJECT IDENTIFIER ::= { mip6Mn 2 }
94    mip6MnRegistration       OBJECT IDENTIFIER ::= { mip6Mn 3 }
95
96    mip6CnSystem             OBJECT IDENTIFIER ::= { mip6Cn 1 }
97
98
99
100    mip6CnStats              OBJECT IDENTIFIER ::= { mip6Cn 2 }
101
102    mip6HaAdvertisement      OBJECT IDENTIFIER ::= { mip6Ha 1 }
103    mip6HaStats              OBJECT IDENTIFIER ::= { mip6Ha 2 }
104
105
106
107   -- Textual Conventions
108    Mip6BURequestRejectionCode ::= TEXTUAL-CONVENTION
109           STATUS        current
110           DESCRIPTION
111                   "The value of the status field in the Binding
112                    Acknowledgment message when the Binding Update
113                    was rejected.
114                   "
115           REFERENCE
116                   "RFC 3775 : Section 6.1.8"
117           SYNTAX  INTEGER {
118                   reasonUnspecified               (1),  --(Code 128)
119                   admProhibited                   (2),  --(Code 129)
120                   insufficientResource            (3),  --(Code 130)
121                   homeRegistrationNotSupported    (4),  --(Code 131)
122                   notHomeSubnet                   (5),  --(Code 132)
123                   notHomeAgentForThisMobileNode   (6),  --(Code 133)
124                   duplicateAddressDetectionFailed (7),  --(Code 134)
125                   sequenceNumberOutOfWindow       (8),  --(Code 135)
126                   expiredHomeNonceIndex           (9),  --(Code 136)
127                   expiredCareofNonceIndex         (10), --(Code 137)
128                   expiredNonces                   (11), --(Code 138)
129                   registrationTypeChangeDisallowed(12)  --(Code 139)
130                  }
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151    mip6Capabilities OBJECT-TYPE
152        SYNTAX      BITS {
153                         mobileNode         (0),
154                         homeAgent          (1),
155                         correspondentNode  (2)
156                    }
157        MAX-ACCESS  read-only
158        STATUS      current
159        DESCRIPTION
160                "This object indicates the Mobile IPv6 functions that
161                 are supported by this managed entity.  Multiple
162                 Mobile IPv6 functions may be supported by a single
163                 entity.
164                "
165        REFERENCE
166                "RFC 3775 : Section 3.2, 4.1"
167        ::= { mip6System 1 }
168
169    mip6Status OBJECT-TYPE
170        SYNTAX      INTEGER { enabled(1), disabled(2) }
171        MAX-ACCESS  read-write
172        STATUS      current
173        DESCRIPTION
174                "This object indicates whether the Mobile IPv6
175                 function is enabled for the managed entity.  If it
176                 is enabled, the agent discovery and registration
177                 functions will be operational.
178                 Changing the status from enabled(1) to disabled(2)
179                 will terminate the agent discovery and registration
180                 functions.  On the other hand, changing the status
181                 from disabled(2) to enabled(1) will start the agent
182                 discovery and registration functions.
183
184                 The value of this object SHOULD remain unchanged
185                 across reboots of the managed entity.
186                "
187        ::= { mip6System 2 }
188
189
190    -- mip6BindingCache
191
192
193
194
195
196
197
198
199
200
201
202     mip6BindingCacheTable OBJECT-TYPE
203        SYNTAX      SEQUENCE OF Mip6BindingCacheEntry
204        MAX-ACCESS  not-accessible
205        STATUS      current
206        DESCRIPTION
207                "This table models the Binding Cache on the
208                 managed entity.  The cache is maintained by home
209                 agents and correspondent nodes.  It contains
210                 both correspondent registration entries and home
211                 registration entries.
212
213                 Entries in this table are not required to survive
214                 a reboot of the managed entity.
215                "
216        REFERENCE
217                "RFC 3775 : Section 4.5, 9.1, 10.1"
218        ::= { mip6Bindings 1 }
219
220     mip6BindingCacheEntry OBJECT-TYPE
221        SYNTAX      Mip6BindingCacheEntry
222        MAX-ACCESS  not-accessible
223        STATUS      current
224        DESCRIPTION
225                "This entry represents a conceptual row in the
226                 binding cache table.  It represents a single Binding
227                 Update.
228
229                 Implementors need to be aware that if the total
230                 number of octets in mip6BindingHomeAddress
231                 exceeds 113, then OIDs of column
232                 instances in this row will have more than 128
233                 sub-identifiers and cannot be accessed using
234                 SNMPv1, SNMPv2c, or SNMPv3.
235                "
236        INDEX  { mip6BindingHomeAddressType, mip6BindingHomeAddress }
237        ::= { mip6BindingCacheTable 1 }
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253     Mip6BindingCacheEntry ::=
254        SEQUENCE {
255         mip6BindingHomeAddressType   InetAddressType,
256         mip6BindingHomeAddress       InetAddress,
257         mip6BindingCOAType           InetAddressType,
258         mip6BindingCOA               InetAddress,
259         mip6BindingTimeRegistered    DateAndTime,
260         mip6BindingTimeGranted       Gauge32,
261         mip6BindingTimeRemaining     Gauge32,
262         mip6BindingHomeRegn          TruthValue,
263         mip6BindingMaxSeq            Unsigned32,
264         mip6BindingUsageTS           DateAndTime,
265         mip6BindingUsageCount        Gauge32,
266         mip6BindingAdminStatus       INTEGER
267        }
268
269    mip6BindingHomeAddressType OBJECT-TYPE
270        SYNTAX      InetAddressType
271        MAX-ACCESS  not-accessible
272        STATUS      current
273        DESCRIPTION
274                "The InetAddressType of the mip6BindingHomeAddress
275                 that follows.
276                "
277        ::= { mip6BindingCacheEntry 1 }
278
279    mip6BindingHomeAddress OBJECT-TYPE
280        SYNTAX      InetAddress
281        MAX-ACCESS  not-accessible
282        STATUS      current
283        DESCRIPTION
284                "The home address of the mobile node corresponding
285                 to the Binding Cache entry.  This field is used as
286                 the key for searching the mobile node's current
287                 care-of address in the Binding Cache.
288
289                 The type of the address represented by this object
290                 is specified by the corresponding
291                 mip6BindingHomeAddressType object.
292                "
293        REFERENCE
294                "RFC 3775 : Section 9.1"
295        ::= { mip6BindingCacheEntry 2 }
296
297
298
299
300
301
302
303
304    mip6BindingCOAType   OBJECT-TYPE
305        SYNTAX      InetAddressType
306        MAX-ACCESS  read-only
307        STATUS      current
308        DESCRIPTION
309                "The InetAddressType of the mip6BindingCOA that
310                 follows.
311                "
312        ::= { mip6BindingCacheEntry 3 }
313
314    mip6BindingCOA   OBJECT-TYPE
315        SYNTAX      InetAddress
316        MAX-ACCESS  read-only
317        STATUS      current
318        DESCRIPTION
319                "The care-of address of the mobile node indicated by
320                 the home address field (mip6BindingHomeAddress) in
321                 this Binding Cache entry.
322
323                 The type of the address represented by this object
324                 is specified by the corresponding mip6BindingCOAType
325                 object.
326                "
327        REFERENCE
328                "RFC 3775 : Section 9.1"
329        ::= { mip6BindingCacheEntry 4 }
330
331     mip6BindingTimeRegistered OBJECT-TYPE
332        SYNTAX      DateAndTime
333        MAX-ACCESS  read-only
334        STATUS      current
335        DESCRIPTION
336                "The timestamp when this Binding Cache entry was
337                 created.
338                "
339        ::= { mip6BindingCacheEntry 5 }
340
341     mip6BindingTimeGranted OBJECT-TYPE
342        SYNTAX      Gauge32
343        UNITS       "seconds"
344        MAX-ACCESS  read-only
345        STATUS      current
346        DESCRIPTION
347                "The lifetime in seconds granted to the mobile node
348                 for this registration.
349                "
350        ::= { mip6BindingCacheEntry 6 }
351
352
353
354
355    mip6BindingTimeRemaining OBJECT-TYPE
356        SYNTAX      Gauge32
357        UNITS       "seconds"
358        MAX-ACCESS  read-only
359        STATUS      current
360        DESCRIPTION
361                "The lifetime in seconds remaining for this
362                 registration.
363                "
364        REFERENCE
365                "RFC 3775 : Section 9.1"
366        ::= { mip6BindingCacheEntry 7 }
367
368     mip6BindingHomeRegn OBJECT-TYPE
369        SYNTAX      TruthValue
370        MAX-ACCESS  read-only
371        STATUS      current
372        DESCRIPTION
373                "This object indicates whether or not this Binding
374                 Cache entry is a home registration entry (applicable
375                 only on nodes that support home agent
376                 functionality).
377                "
378        REFERENCE
379                "RFC 3775 : Section 9.1"
380        ::= { mip6BindingCacheEntry 8 }
381
382     mip6BindingMaxSeq OBJECT-TYPE
383        SYNTAX      Unsigned32 (0..65536)
384        MAX-ACCESS  read-only
385        STATUS      current
386        DESCRIPTION
387                "The maximum value of the Sequence Number field
388                 received in previous Binding Updates for this home
389                 address (mip6BindingHomeAddress).
390                "
391        REFERENCE
392                "RFC 3775 : Section 9.1, 9.5.1"
393        ::= { mip6BindingCacheEntry 9 }
394
395
396
397
398
399
400
401
402
403
404
405
406     mip6BindingUsageTS OBJECT-TYPE
407        SYNTAX      DateAndTime
408        MAX-ACCESS  read-only
409        STATUS      current
410        DESCRIPTION
411                "The timestamp when this entry was last looked up.
412                "
413        REFERENCE
414                "RFC 3775 : Section 9.1"
415        ::= { mip6BindingCacheEntry 10 }
416
417     mip6BindingUsageCount OBJECT-TYPE
418        SYNTAX      Gauge32
419        MAX-ACCESS  read-only
420        STATUS      current
421        DESCRIPTION
422                "The number of times this entry was looked up.
423                "
424        REFERENCE
425                "RFC 3775 : Section 9.1"
426        ::= { mip6BindingCacheEntry 11 }
427
428     mip6BindingAdminStatus OBJECT-TYPE
429        SYNTAX      INTEGER {
430                        active     (1),
431                        inactive   (2)
432                    }
433        MAX-ACCESS  read-write
434        STATUS      current
435        DESCRIPTION
436                "This is an administrative object used to control
437                 the status of a binding cache entry.  By default
438                 the value will be 'active'(1).
439                 A value of 'inactive'(2) will indicate that the
440                 validity of the entry is suspended.  It does not
441                 exist in the binding cache for all practical
442                 purposes.
443                 The state can be changed from 'active' to
444                 'inactive' by operator intervention.
445                 Causing the state to change to 'inactive' results
446                 in the entry being deleted from the cache.
447                 Attempts to change the status from 'inactive'
448                 to 'active' will be rejected.
449                "
450        REFERENCE
451                "RFC 3775 : Section 9.1"
452        ::= { mip6BindingCacheEntry 12 }
453
454
455
456
457    -- mip6BindingHistory
458    -- Once the lifetime expires an entry will be removed from the
459    -- Binding Cache.
460    -- For monitoring purposes it will be useful to have access to
461    -- the history of the Binding Cache.  BindingHistoryTable serves
462    -- this purpose.  It records the history of the Bindings.
463    -- The size of the table will be left to implementors.
464
465     mip6BindingHistoryTable OBJECT-TYPE
466        SYNTAX      SEQUENCE OF Mip6BindingHistoryEntry
467        MAX-ACCESS  not-accessible
468        STATUS      current
469        DESCRIPTION
470                "A table containing a record of the bindings.
471                "
472        ::= { mip6Bindings 2 }
473
474     mip6BindingHistoryEntry OBJECT-TYPE
475        SYNTAX      Mip6BindingHistoryEntry
476        MAX-ACCESS  not-accessible
477        STATUS      current
478        DESCRIPTION
479                "The record of a binding.
480
481                 Implementors need to be aware that if the total
482                 number of octets in mip6BindingHstHomeAddress
483                 exceeds 112, then OIDs of column
484                 instances in this row will have more than 128
485                 sub-identifiers and cannot be accessed using
486                 SNMPv1, SNMPv2c, or SNMPv3.
487                "
488        INDEX   { mip6BindingHstHomeAddressType,
489                  mip6BindingHstHomeAddress ,
490                  mip6BindingHstIndex}
491        ::= { mip6BindingHistoryTable 1 }
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508     Mip6BindingHistoryEntry ::=
509        SEQUENCE {
510         mip6BindingHstHomeAddressType   InetAddressType,
511         mip6BindingHstHomeAddress       InetAddress,
512         mip6BindingHstIndex             Unsigned32,
513         mip6BindingHstCOAType           InetAddressType,
514         mip6BindingHstCOA               InetAddress,
515         mip6BindingHstTimeRegistered    DateAndTime,
516         mip6BindingHstTimeExpired       DateAndTime,
517         mip6BindingHstHomeRegn          TruthValue,
518         mip6BindingHstUsageTS           DateAndTime,
519         mip6BindingHstUsageCount        Gauge32
520        }
521
522    mip6BindingHstHomeAddressType OBJECT-TYPE
523        SYNTAX      InetAddressType
524        MAX-ACCESS  not-accessible
525        STATUS      current
526        DESCRIPTION
527                "The InetAddressType of the
528                 mip6BindingHstHomeAddress that follows.
529                "
530        ::= { mip6BindingHistoryEntry 1 }
531
532    mip6BindingHstHomeAddress OBJECT-TYPE
533        SYNTAX      InetAddress
534        MAX-ACCESS  not-accessible
535        STATUS      current
536        DESCRIPTION
537                "Mobile node's home address.
538
539                 The type of the address represented by this object
540                 is specified by the corresponding
541                 mip6BindingHstHomeAddressType object.
542                "
543        ::= { mip6BindingHistoryEntry 2 }
544
545    mip6BindingHstIndex OBJECT-TYPE
546        SYNTAX      Unsigned32 (1..4294967295)
547        MAX-ACCESS  not-accessible
548        STATUS      current
549        DESCRIPTION
550                "The index to uniquely identify this record along
551                 with the mobile node's HomeAddress type and
552                 HomeAddress.  It should be monotonically increasing.
553                 It may wrap after reaching its max value."
554        ::= { mip6BindingHistoryEntry 3 }
555
556
557
558
559    mip6BindingHstCOAType   OBJECT-TYPE
560        SYNTAX      InetAddressType
561        MAX-ACCESS  read-only
562        STATUS      current
563        DESCRIPTION
564                "The InetAddressType of the mip6BindingHstCOA that
565                 follows.
566                "
567        ::= { mip6BindingHistoryEntry 4 }
568
569    mip6BindingHstCOA   OBJECT-TYPE
570        SYNTAX      InetAddress
571        MAX-ACCESS  read-only
572        STATUS      current
573        DESCRIPTION
574                "Mobile node's care-of address.  One mobile node can
575                 have multiple bindings with different
576                 care-of addresses.
577                 The type of the address represented by this object
578                 is specified by the corresponding
579                 mip6BindingHstCOAType object.
580                "
581        ::= { mip6BindingHistoryEntry 5 }
582
583     mip6BindingHstTimeRegistered OBJECT-TYPE
584        SYNTAX      DateAndTime
585        MAX-ACCESS  read-only
586        STATUS      current
587        DESCRIPTION
588                "The timestamp when this Binding Cache entry was
589                 created.
590                "
591        ::= { mip6BindingHistoryEntry 6 }
592
593     mip6BindingHstTimeExpired OBJECT-TYPE
594        SYNTAX      DateAndTime
595        MAX-ACCESS  read-only
596        STATUS      current
597        DESCRIPTION
598                "The timestamp when this Binding Cache entry expired.
599                "
600        ::= { mip6BindingHistoryEntry 7 }
601
602
603
604
605
606
607
608
609
610     mip6BindingHstHomeRegn OBJECT-TYPE
611        SYNTAX      TruthValue
612        MAX-ACCESS  read-only
613        STATUS      current
614        DESCRIPTION
615                "This object indicates whether or not this Binding
616                 Cache entry is a home registration entry (applicable
617                 only on nodes that support home agent
618                 functionality).
619                "
620        ::= { mip6BindingHistoryEntry 8 }
621
622     mip6BindingHstUsageTS OBJECT-TYPE
623        SYNTAX      DateAndTime
624        MAX-ACCESS  read-only
625        STATUS      current
626        DESCRIPTION
627                "The timestamp when this entry was last looked up.
628                "
629        ::= { mip6BindingHistoryEntry 9 }
630
631     mip6BindingHstUsageCount OBJECT-TYPE
632        SYNTAX      Gauge32
633        MAX-ACCESS  read-only
634        STATUS      current
635        DESCRIPTION
636                "The number of times this entry was looked up.
637                "
638        ::= { mip6BindingHistoryEntry 10 }
639
640    -- mip6TrafficCounters
641
642    -- MIPv6 Traffic will be characterized by
643    -- IPv6 datagrams which satisfy at least one of the following
644    -- conditions
645    --   - the datagrams are tunneled to the mobile node by the HA
646    --   - the datagrams are reverse tunneled by the MN to the HA
647    --   - the datagrams have the Routing header type 2 set.
648    --   - the datagrams have the Home Address option set in the
649    --     Destination Option extension header
650    --   - the datagrams have the mobility header
651
652     mip6TotalTraffic OBJECT IDENTIFIER ::= { mip6Stats 1 }
653    --  REFERENCE
654    --             "RFC 3775 : Section 4.1, 6.3, 6.4"
655
656
657
658
659
660
661     mip6InOctets  OBJECT-TYPE
662        SYNTAX      Counter32
663        MAX-ACCESS  read-only
664        STATUS      current
665        DESCRIPTION
666               "The total number of octets in the MIPv6 datagrams
667                received by the MIPv6 entity.  This will include
668                datagrams with the Mobility Header, the Home Address
669                option in the Destination Option extension header
670                (Next Header value = 60), or the type 2 Routing
671                Header.  It will also include the IPv6 datagrams that
672                are reverse tunneled to a home agent from a mobile
673                node's home address.
674                Discontinuities in the value of this counter can
675                occur at re-initialization of the management system,
676                and at other times as indicated by the value of
677                mip6CounterDiscontinuityTime.
678               "
679        REFERENCE
680                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
681        ::= { mip6TotalTraffic 1 }
682
683     mip6HCInOctets  OBJECT-TYPE
684        SYNTAX      Counter64
685        MAX-ACCESS  read-only
686        STATUS      current
687        DESCRIPTION
688               "The total number of octets in the MIPv6 datagrams
689                received by the MIPv6 entity.  This will include
690                datagrams with the Mobility Header, the Home Address
691                option in the Destination Option extension header
692                (Next Header value = 60), or the type 2 Routing
693                Header.  It will also include the IPv6 datagrams that
694                are reverse tunneled to a home agent from a mobile
695                node's home address.
696                This object is a 64-bit version of mip6InOctets.
697                Discontinuities in the value of this counter can
698                occur at re-initialization of the management system,
699                and at other times as indicated by the value of
700                mip6CounterDiscontinuityTime.
701               "
702        REFERENCE
703                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
704        ::= { mip6TotalTraffic 2 }
705
706
707
708
709
710
711
712     mip6InPkts    OBJECT-TYPE
713        SYNTAX      Counter32
714        MAX-ACCESS  read-only
715        STATUS      current
716        DESCRIPTION
717                "The number of MIPv6 datagrams received by the MIPv6
718                 entity.  This will include datagrams with the
719                 Mobility Header, the Home Address option in the
720                 Destination Option extension header (Next Header
721                 value = 60), or the type 2 Routing Header.
722                 It will also include the IPv6 datagrams that are
723                 reverse tunneled to a home agent from a mobile
724                 node's home address.
725                 Discontinuities in the value of this counter can
726                 occur at re-initialization of the management system,
727                 and at other times as indicated by the value of
728                 mip6CounterDiscontinuityTime.
729                "
730        REFERENCE
731                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
732        ::= { mip6TotalTraffic 3 }
733
734     mip6HCInPkts    OBJECT-TYPE
735        SYNTAX      Counter64
736        MAX-ACCESS  read-only
737        STATUS      current
738        DESCRIPTION
739                "The number of MIPv6 datagrams received by the MIPv6
740                 entity.  This will include datagrams with the
741                 Mobility Header, the Home Address option in the
742                 Destination Option extension header (Next Header
743                 value = 60), or the type 2 Routing Header.  It will
744                 also include the IPv6 datagrams that are reverse
745                 tunneled to a home agent from a mobile node's home
746                 address.
747                 This object is a 64-bit version of mip6InPkts.
748                 Discontinuities in the value of this counter can
749                 occur at re-initialization of the management system,
750                 and at other times as indicated by the value of
751                 mip6CounterDiscontinuityTime.
752                "
753        REFERENCE
754                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
755        ::= { mip6TotalTraffic 4 }
756
757
758
759
760
761
762
763     mip6OutOctets  OBJECT-TYPE
764        SYNTAX      Counter32
765        MAX-ACCESS  read-only
766        STATUS      current
767        DESCRIPTION
768               "The total number of octets in the MIPv6 datagrams
769                sent by the MIPv6 entity.  This will include
770                datagrams with the Mobility Header, the Home Address
771                option in the Destination Option extension header
772                (Next Header value = 60), or the type 2 Routing
773                Header.  It will also include the IPv6 datagrams that
774                are reverse tunneled to a home agent from a mobile
775                node's home address.
776                Discontinuities in the value of this counter can
777                occur at re-initialization of the management system,
778                and at other times as indicated by the value of
779                mip6CounterDiscontinuityTime.
780               "
781        REFERENCE
782                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
783        ::= { mip6TotalTraffic 5 }
784
785     mip6HCOutOctets  OBJECT-TYPE
786        SYNTAX      Counter64
787        MAX-ACCESS  read-only
788        STATUS      current
789        DESCRIPTION
790               "The total number of octets in the MIPv6 datagrams
791                sent by the MIPv6 entity.  This will include
792                datagrams with the Mobility Header, the Home Address
793                option in the Destination Option extension header
794                (Next Header value = 60), or the type 2 Routing
795                Header.  It will also include the IPv6 datagrams that
796                are reverse tunneled to a home agent from a mobile
797                node's home address.
798                This object is a 64-bit version of mip6OutOctets.
799                Discontinuities in the value of this counter can
800                occur at re-initialization of the management system,
801                and at other times as indicated by the value of
802                mip6CounterDiscontinuityTime.
803               "
804        REFERENCE
805                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
806        ::= { mip6TotalTraffic 6 }
807
808
809
810
811
812
813
814     mip6OutPkts    OBJECT-TYPE
815        SYNTAX      Counter32
816        MAX-ACCESS  read-only
817        STATUS      current
818        DESCRIPTION
819                "The number of MIPv6 datagrams sent by the MIPv6
820                 entity.  This will include the datagrams with
821                 Mobility Header, the Home Address option in the
822                 Destination Option extension header (Next Header
823                 value = 60), or the type 2 Routing Header.  It will
824                 also include the IPv6 datagrams that are reverse
825                 tunneled to a home agent from a mobile node's home
826                 address.
827                 Discontinuities in the value of this counter can
828                 occur at re-initialization of the management system,
829                 and at other times as indicated by the value of
830                 mip6CounterDiscontinuityTime.
831                "
832        REFERENCE
833                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
834        ::= { mip6TotalTraffic 7 }
835
836     mip6HCOutPkts    OBJECT-TYPE
837        SYNTAX      Counter64
838        MAX-ACCESS  read-only
839        STATUS      current
840        DESCRIPTION
841                "The number of MIPv6 datagrams sent by the MIPv6
842                 entity.  This will include datagrams with the
843                 Mobility Header, the Home Address option in the
844                 Destination Option extension header (Next Header
845                 value = 60), or the type 2 Routing Header.  It will
846                 also include the IPv6 datagrams that are reverse
847                 tunneled to a home agent from a mobile node's home
848                 address.
849                 This object is a 64-bit version of mip6OutPkts.
850                 Discontinuities in the value of this counter can
851                 occur at re-initialization of the management system,
852                 and at other times as indicated by the value of
853                 mip6CounterDiscontinuityTime.
854                "
855        REFERENCE
856                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
857        ::= { mip6TotalTraffic 8 }
858
859
860
861
862
863
864
865     mip6CounterDiscontinuityTime OBJECT-TYPE
866        SYNTAX      TimeStamp
867        MAX-ACCESS  read-only
868        STATUS      current
869        DESCRIPTION
870                "The value of sysUpTime on the most recent occasion
871                 at which any one or more of this MIPv6 entities
872                 global counters, viz., counters with OID prefix
873                 'mip6TotalTraffic' or 'mip6CnGlobalStats' or
874                 'mip6HaGlobalStats' suffered a discontinuity.
875                 If no such discontinuities have occurred since the
876                 last re-initialization of the local management
877                 subsystem, then this object will have a zero value.
878                "
879        ::= { mip6TotalTraffic 9 }
880
881
882    -- mip6NodeTrafficCounters
883
884     mip6NodeTrafficTable OBJECT-TYPE
885        SYNTAX      SEQUENCE OF Mip6NodeTrafficEntry
886        MAX-ACCESS  not-accessible
887        STATUS      current
888        DESCRIPTION
889                "A table containing MIPv6 traffic counters per mobile
890                 node.
891                "
892        ::= { mip6Stats 2 }
893
894     mip6NodeTrafficEntry OBJECT-TYPE
895        SYNTAX      Mip6NodeTrafficEntry
896        MAX-ACCESS  not-accessible
897        STATUS      current
898        DESCRIPTION
899                "The MIPv6 traffic statistics for a mobile node.
900
901                 Implementors need to be aware that if the total
902                 number of octets in mip6BindingHomeAddress
903                 exceeds 113, then OIDs of column
904                 instances in this row will have more than 128
905                 sub-identifiers and cannot be accessed using
906                 SNMPv1, SNMPv2c, or SNMPv3.
907                "
908        INDEX  { mip6BindingHomeAddressType, mip6BindingHomeAddress }
909        ::= { mip6NodeTrafficTable 1 }
910
911
912
913
914
915
916     Mip6NodeTrafficEntry ::=
917        SEQUENCE {
918              mip6NodeInOctets             Counter32,
919              mip6HCNodeInOctets           Counter64,
920              mip6NodeInPkts               Counter32,
921              mip6HCNodeInPkts             Counter64,
922              mip6NodeOutOctets            Counter32,
923              mip6HCNodeOutOctets          Counter64,
924              mip6NodeOutPkts              Counter32,
925              mip6HCNodeOutPkts            Counter64,
926              mip6NodeCtrDiscontinuityTime TimeStamp
927        }
928
929     mip6NodeInOctets  OBJECT-TYPE
930        SYNTAX      Counter32
931        MAX-ACCESS  read-only
932        STATUS      current
933        DESCRIPTION
934                "The total number of octets in the MIPv6 datagrams
935                 received from the mobile node by the MIPv6 entity.
936                 This will include datagrams with the Mobility
937                 Header or the Home Address option in the Destination
938                 Option extension header (Next Header value = 60).
939                 It will also include the IPv6 datagrams that are
940                 reverse tunneled to a home agent from the mobile
941                 node's home address.
942                 Discontinuities in the value of this counter can
943                 occur at re-initialization of the management system,
944                 and at other times as indicated by the value of
945                 mip6NodeCtrDiscontinuityTime.
946                "
947        REFERENCE
948                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
949        ::= { mip6NodeTrafficEntry 1 }
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967     mip6HCNodeInOctets  OBJECT-TYPE
968        SYNTAX      Counter64
969        MAX-ACCESS  read-only
970        STATUS      current
971        DESCRIPTION
972                "The total number of octets in the MIPv6 datagrams
973                 received from the mobile node by the MIPv6 entity.
974                 This will include datagrams with the Mobility
975                 Header or the Home Address option in the Destination
976                 Option extension header (Next Header value = 60).
977                 It will also include the IPv6 datagrams that are
978                 reverse tunneled to a home agent from the mobile
979                 node's home address.
980                 This object is a 64-bit version of mip6NodeInOctets.
981                 Discontinuities in the value of this counter can
982                 occur at re-initialization of the management system,
983                 and at other times as indicated by the value of
984                 mip6NodeCtrDiscontinuityTime.
985                "
986        REFERENCE
987                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
988        ::= { mip6NodeTrafficEntry 2 }
989
990     mip6NodeInPkts    OBJECT-TYPE
991        SYNTAX      Counter32
992        MAX-ACCESS  read-only
993        STATUS      current
994        DESCRIPTION
995                "The number of MIPv6 datagrams received from the
996                 mobile node by the MIPv6 entity.  This will include
997                 the datagrams with the Mobility Header or
998                 the Home Address option in the Destination
999                 Option extension header (Next Header value = 60).
1000                 It will also include the IPv6 datagrams that are
1001                 reverse tunneled to a home agent from the mobile
1002                 node's home address.
1003                 Discontinuities in the value of this counter can
1004                 occur at re-initialization of the management system,
1005                 and at other times as indicated by the value of
1006                 mip6NodeCtrDiscontinuityTime.
1007                "
1008        REFERENCE
1009                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1010        ::= { mip6NodeTrafficEntry 3 }
1011
1012
1013
1014
1015
1016
1017
1018     mip6HCNodeInPkts    OBJECT-TYPE
1019        SYNTAX      Counter64
1020        MAX-ACCESS  read-only
1021        STATUS      current
1022        DESCRIPTION
1023                "The number of MIPv6 datagrams received from the
1024                 mobile node by the MIPv6 entity.  This will include
1025                 datagrams with the Mobility Header or the Home
1026                 Address option in the Destination Option extension
1027                 header (Next Header value = 60).  It will also
1028                 include the IPv6 datagrams that are reverse tunneled
1029                 to a home agent from the mobile node's home address.
1030                 This object is a 64-bit version of mip6NodeInPkts.
1031                 Discontinuities in the value of this counter can
1032                 occur at re-initialization of the management system,
1033                 and at other times as indicated by the value of
1034                 mip6NodeCtrDiscontinuityTime.
1035                "
1036        REFERENCE
1037                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1038        ::= { mip6NodeTrafficEntry 4 }
1039
1040     mip6NodeOutOctets  OBJECT-TYPE
1041        SYNTAX      Counter32
1042        MAX-ACCESS  read-only
1043        STATUS      current
1044        DESCRIPTION
1045                "The total number of octets in the MIPv6 datagrams
1046                 sent to the mobile node by the MIPv6 entity.  This
1047                 will include datagrams with the Mobility Header
1048                 or the type 2 Routing Header.  It will also include
1049                 the IPv6 datagrams that are tunneled by a home agent
1050                 to the mobile node.
1051                 Discontinuities in the value of this counter can
1052                 occur at re-initialization of the management system,
1053                 and at other times as indicated by the value of
1054                 mip6NodeCtrDiscontinuityTime.
1055                "
1056        REFERENCE
1057                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1058        ::= { mip6NodeTrafficEntry 5 }
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069     mip6HCNodeOutOctets  OBJECT-TYPE
1070        SYNTAX      Counter64
1071        MAX-ACCESS  read-only
1072        STATUS      current
1073        DESCRIPTION
1074               "The total number of octets in the MIPv6 datagrams
1075                sent to the mobile node by the MIPv6 entity.  This
1076                will include datagrams with the Mobility Header
1077                or the type 2 Routing Header.  It will also include
1078                the IPv6 datagrams that are tunneled by a home agent
1079                to the mobile node.
1080                This object is a 64-bit version of mip6NodeOutOctets.
1081                Discontinuities in the value of this counter can
1082                occur at re-initialization of the management system,
1083                and at other times as indicated by the value of
1084                mip6NodeCtrDiscontinuityTime.
1085               "
1086        REFERENCE
1087                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1088        ::= { mip6NodeTrafficEntry 6 }
1089
1090     mip6NodeOutPkts    OBJECT-TYPE
1091        SYNTAX      Counter32
1092        MAX-ACCESS  read-only
1093        STATUS      current
1094        DESCRIPTION
1095                "The number of MIPv6 datagrams sent to the mobile
1096                 node by the MIPv6 entity.  This will include
1097                 datagrams with the Mobility Header or the type 2
1098                 Routing Header.  It will also include the IPv6
1099                 datagrams that are tunneled by a home agent to the
1100                 mobile node.
1101                 Discontinuities in the value of this counter can
1102                 occur at re-initialization of the management system,
1103                 and at other times as indicated by the value of
1104                 mip6NodeCtrDiscontinuityTime.
1105                "
1106        REFERENCE
1107                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1108        ::= { mip6NodeTrafficEntry 7 }
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120     mip6HCNodeOutPkts    OBJECT-TYPE
1121        SYNTAX      Counter64
1122        MAX-ACCESS  read-only
1123        STATUS      current
1124        DESCRIPTION
1125               "The number of MIPv6 datagrams sent to the mobile
1126                node by the MIPv6 entity.  This will include
1127                datagrams with the Mobility Header or the type 2
1128                Routing Header.  It will also include the IPv6
1129                datagrams that are tunneled by a home agent to the
1130                mobile node.
1131                This object is a 64-bit version of mip6NodeOutOctets.
1132                Discontinuities in the value of this counter can
1133                occur at re-initialization of the management system,
1134                and at other times as indicated by the value of
1135                mip6NodeCtrDiscontinuityTime.
1136               "
1137        REFERENCE
1138                   "RFC 3775 : Section 6.1, 6.3, 6.4, 10.4.5"
1139        ::= { mip6NodeTrafficEntry 8 }
1140
1141     mip6NodeCtrDiscontinuityTime OBJECT-TYPE
1142        SYNTAX      TimeStamp
1143        MAX-ACCESS  read-only
1144        STATUS      current
1145        DESCRIPTION
1146                "The value of sysUpTime on the most recent occasion
1147                 at which any one or more of the counters in this row
1148                 suffered a discontinuity.  The relevant counters are
1149                 the specific instances of any Counter32 or Counter64
1150                 objects in this row.
1151                 If no such discontinuities have occurred since the
1152                 last re-initialization of the local management
1153                 subsystem, then this object contains a zero value.
1154                "
1155        ::= { mip6NodeTrafficEntry 9 }
1156
1157    -- mip6MnSystem Group
1158
1159    mip6MnHomeAddressTable OBJECT-TYPE
1160        SYNTAX      SEQUENCE OF Mip6MnHomeAddressEntry
1161        MAX-ACCESS  not-accessible
1162        STATUS      current
1163        DESCRIPTION
1164                "A table containing registration status for all the
1165                 home addresses pertaining to the mobile node.
1166                "
1167        ::= { mip6MnSystem 1 }
1168
1169
1170
1171     mip6MnHomeAddressEntry OBJECT-TYPE
1172        SYNTAX      Mip6MnHomeAddressEntry
1173        MAX-ACCESS  not-accessible
1174        STATUS      current
1175        DESCRIPTION
1176                "The registration status for a home address.
1177
1178                 Implementors need to be aware that if the total
1179                 number of octets in mip6MnHomeAddress
1180                 exceeds 113, then OIDs of column instances in
1181                 this row will have more than 128 sub-identifiers and
1182                 cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
1183                "
1184        INDEX   { mip6MnHomeAddressType, mip6MnHomeAddress }
1185        ::= { mip6MnHomeAddressTable 1 }
1186
1187     Mip6MnHomeAddressEntry ::=
1188        SEQUENCE {
1189              mip6MnHomeAddressType            InetAddressType,
1190              mip6MnHomeAddress                InetAddress,
1191              mip6MnHomeAddressState           INTEGER
1192        }
1193
1194    mip6MnHomeAddressType OBJECT-TYPE
1195        SYNTAX      InetAddressType
1196        MAX-ACCESS  not-accessible
1197        STATUS      current
1198        DESCRIPTION
1199                "The InetAddressType of the mip6MnHomeAddress that
1200                 follows.
1201                "
1202        ::= { mip6MnHomeAddressEntry 1 }
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222    mip6MnHomeAddress OBJECT-TYPE
1223        SYNTAX      InetAddress
1224        MAX-ACCESS  not-accessible
1225        STATUS      current
1226        DESCRIPTION
1227               "A unicast routable address assigned to the mobile
1228                node.  This is used as the 'permanent address' of the
1229                mobile node in the sense that it remains unchanged
1230                regardless of the mobile node's current point of
1231                attachment.  If mobile node doesn't have a home
1232                address assigned yet, then this object will take the
1233                default 'unspecified' value ::0.
1234
1235                The type of the address represented by this object
1236                is specified by the corresponding
1237                mip6MnHomeAddressType object.
1238               "
1239        REFERENCE
1240                "RFC 3775 : Section 3.2"
1241        ::= { mip6MnHomeAddressEntry 2 }
1242
1243    mip6MnHomeAddressState OBJECT-TYPE
1244        SYNTAX      INTEGER {
1245                            unknown(1),
1246                            home(2),
1247                            registered(3),
1248                            pending(4),
1249                            isolated(5)
1250                    }
1251        MAX-ACCESS  read-only
1252        STATUS      current
1253        DESCRIPTION
1254                "This object indicates the state of the mobile node:
1255                 unknown     -- The state of the mobile node
1256                                cannot be determined.
1257                 home        -- mobile node is on the home network.
1258                 registered  -- mobile node is on a foreign network
1259                                and is registered with the home
1260                                agent.
1261                 pending     -- mobile node has sent registration
1262                                request to the home agent and is
1263                                waiting for the reply.
1264                 isolated    -- mobile node is isolated from network,
1265                                i.e., it is not in its home network,
1266                                it is not registered, and no
1267                                registration ack is pending.
1268                "
1269        ::= { mip6MnHomeAddressEntry 3 }
1270
1271
1272
1273    -- Mobile Node Discovery and Advertisement Group Counters
1274
1275    mip6MnDiscoveryRequests OBJECT-TYPE
1276        SYNTAX      Counter32
1277        MAX-ACCESS  read-only
1278        STATUS      current
1279        DESCRIPTION
1280                "Total number of ICMP Dynamic Home Agent Address
1281                 Discovery Requests sent by the mobile node.
1282                 Discontinuities in the value of this counter can
1283                 occur at re-initialization of the management system,
1284                 and at other times as indicated by the value of
1285                 mip6CounterDiscontinuityTime.
1286                "
1287        REFERENCE
1288                "RFC 3775 : Section 10.5, 11.4.1"
1289           ::= { mip6MnConf 1 }
1290
1291    mip6MnDiscoveryReplies OBJECT-TYPE
1292        SYNTAX      Counter32
1293        MAX-ACCESS  read-only
1294        STATUS      current
1295        DESCRIPTION
1296                "Total number of ICMP Dynamic Home Agent Address
1297                 Discovery Replies received by the mobile node.
1298                 Discontinuities in the value of this counter can
1299                 occur at re-initialization of the management system,
1300                 and at other times as indicated by the value of
1301                 mip6CounterDiscontinuityTime.
1302                "
1303        REFERENCE
1304                "RFC 3775 : Section 10.5, 11.4.1"
1305           ::= { mip6MnConf 2 }
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324    mip6MnDiscoveryTimeouts OBJECT-TYPE
1325        SYNTAX      Counter32
1326        MAX-ACCESS  read-only
1327        STATUS      current
1328        DESCRIPTION
1329                "Total number of ICMP Dynamic Home Agent Address
1330                 Discovery Requests that timed out.
1331                 Discontinuities in the value of this counter can
1332                 occur at re-initialization of the management system,
1333                 and at other times as indicated by the value of
1334                 mip6CounterDiscontinuityTime.
1335                "
1336        REFERENCE
1337                "RFC 3775 : Section 10.5, 11.4.1, 12"
1338           ::= { mip6MnConf 3 }
1339
1340    mip6MnPrefixSolicitationsSent OBJECT-TYPE
1341        SYNTAX      Counter32
1342        MAX-ACCESS  read-only
1343        STATUS      current
1344        DESCRIPTION
1345                "Total number of ICMP Mobile Prefix Solicitations
1346                 sent by the mobile node.
1347                 Discontinuities in the value of this counter can
1348                 occur at re-initialization of the management system,
1349                 and at other times as indicated by the value of
1350                 mip6CounterDiscontinuityTime.
1351                "
1352        REFERENCE
1353                "RFC 3775 : Section 10.5, 11.4.2"
1354           ::= { mip6MnConf 4 }
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375    mip6MnPrefixAdvsRecd OBJECT-TYPE
1376        SYNTAX      Counter32
1377        MAX-ACCESS  read-only
1378        STATUS      current
1379        DESCRIPTION
1380                "Total number of ICMP Mobile Prefix Advertisements
1381                 received by the mobile node.  This will include the
1382                 ICMP Mobile Prefix Advertisements that failed the
1383                 validity checks.
1384                 Discontinuities in the value of this counter can
1385                 occur at re-initialization of the management system,
1386                 and at other times as indicated by the value of
1387                 mip6CounterDiscontinuityTime.
1388                "
1389        REFERENCE
1390                "RFC 3775 : Section 10.6, 11.4.3"
1391        ::= { mip6MnConf 5 }
1392
1393    mip6MnPrefixAdvsIgnored OBJECT-TYPE
1394        SYNTAX      Counter32
1395        MAX-ACCESS  read-only
1396        STATUS      current
1397        DESCRIPTION
1398                "Total number of Mobile Prefix Advertisements
1399                 discarded by the validity check.
1400                 Discontinuities in the value of this counter can
1401                 occur at re-initialization of the management system,
1402                 and at other times as indicated by the value of
1403                 mip6CounterDiscontinuityTime.
1404                "
1405        REFERENCE
1406                "RFC 3775 : Section 10.6, 11.4.3"
1407        ::= { mip6MnConf 6 }
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426    mip6MnMovedToFN OBJECT-TYPE
1427        SYNTAX      Counter32
1428        MAX-ACCESS  read-only
1429        STATUS      current
1430        DESCRIPTION
1431                "Number of times the mobile node has detected
1432                 movement to a foreign network from another
1433                 foreign network or from the home network, has
1434                 reconstructed its care-of address and has initiated
1435                 the care-of address registration process.
1436                 Discontinuities in the value of this counter can
1437                 occur at re-initialization of the management system,
1438                 and at other times as indicated by the value of
1439                 mip6CounterDiscontinuityTime.
1440                "
1441        REFERENCE
1442                "RFC 3775 : Section 11.5.1"
1443        ::= { mip6MnConf 7 }
1444
1445    mip6MnMovedToHN OBJECT-TYPE
1446        SYNTAX      Counter32
1447        MAX-ACCESS  read-only
1448        STATUS      current
1449        DESCRIPTION
1450                "Number of times the mobile node has detected
1451                 movement from a foreign network to its home
1452                 network.
1453                 Discontinuities in the value of this counter can
1454                 occur at re-initialization of the management system,
1455                 and at other times as indicated by the value of
1456                 mip6CounterDiscontinuityTime.
1457                "
1458        REFERENCE
1459                "RFC 3775 : Section 11.5.4"
1460        ::= { mip6MnConf 8 }
1461
1462    -- Mobile Node Registration Group
1463
1464    -- Registration table of mobile node
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477    mip6MnBLTable OBJECT-TYPE
1478        SYNTAX      SEQUENCE OF Mip6MnBLEntry
1479        MAX-ACCESS  not-accessible
1480        STATUS      current
1481        DESCRIPTION
1482               "This table corresponds to the Binding Update List
1483                (BL) that is maintained by the mobile node.  The list
1484                holds an item for every binding that the mobile node
1485                has established or is trying to establish.  Both
1486                correspondent and home registrations are included in
1487                this table.  Entries from the table are deleted as
1488                the lifetime of the binding expires.
1489               "
1490        REFERENCE
1491                "RFC 3775 : Section 4.5, 11.1"
1492        ::= { mip6MnRegistration 1 }
1493
1494    mip6MnBLEntry OBJECT-TYPE
1495        SYNTAX      Mip6MnBLEntry
1496        MAX-ACCESS  not-accessible
1497        STATUS      current
1498        DESCRIPTION
1499                "Information about a Binding Update sent by the
1500                 mobile node either to its home agent or to one of
1501                 its correspondent nodes.
1502
1503                 Implementors need to be aware that if the total
1504                 number of octets in mip6MnHomeAddress and
1505                 mip6MnBLNodeAddress exceeds 111, then OIDs of column
1506                 instances in this row will have more than 128
1507                 sub-identifiers and cannot be accessed using
1508                 SNMPv1, SNMPv2c, or SNMPv3.
1509                "
1510        INDEX { mip6MnHomeAddressType,
1511                mip6MnHomeAddress,
1512                mip6MnBLNodeAddressType,
1513                mip6MnBLNodeAddress
1514              }
1515        ::= { mip6MnBLTable 1 }
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528    Mip6MnBLEntry ::= SEQUENCE {
1529        mip6MnBLNodeAddressType   InetAddressType,
1530        mip6MnBLNodeAddress       InetAddress,
1531        mip6MnBLCOAType           InetAddressType,
1532        mip6MnBLCOA               InetAddress,
1533        mip6MnBLLifeTimeRequested Unsigned32,
1534        mip6MnBLLifeTimeGranted   Unsigned32,
1535        mip6MnBLMaxSeq            Unsigned32,
1536        mip6MnBLTimeSent          DateAndTime,
1537        mip6MnBLAccepted          TruthValue,
1538        mip6MnBLAcceptedTime      DateAndTime,
1539        mip6MnBLRetransmissions   Gauge32,
1540        mip6MnBLDontSendBUFlag    TruthValue
1541        }
1542
1543    mip6MnBLNodeAddressType OBJECT-TYPE
1544        SYNTAX      InetAddressType
1545        MAX-ACCESS  not-accessible
1546        STATUS      current
1547        DESCRIPTION
1548                 "The InetAddressType of the mip6MnBLNodeAddress
1549                  that follows.
1550                 "
1551        ::= { mip6MnBLEntry 1 }
1552
1553    mip6MnBLNodeAddress OBJECT-TYPE
1554        SYNTAX      InetAddress
1555        MAX-ACCESS  not-accessible
1556        STATUS      current
1557        DESCRIPTION
1558                "The address of the agent as used in the destination
1559                 address of the Binding Update.  The agent
1560                 may be a home agent or a correspondent node.
1561
1562                 The type of the address represented by this object
1563                 is specified by the corresponding
1564                 mip6MnBLNodeAddressType object.
1565
1566                 "
1567        REFERENCE
1568                "RFC 3775 : Section 11.1"
1569        ::= { mip6MnBLEntry 2 }
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579    mip6MnBLCOAType OBJECT-TYPE
1580        SYNTAX      InetAddressType
1581        MAX-ACCESS  read-only
1582        STATUS      current
1583        DESCRIPTION
1584                "The InetAddressType of the mip6MnBLCOA that follows.
1585                "
1586        ::= { mip6MnBLEntry 3 }
1587
1588    mip6MnBLCOA OBJECT-TYPE
1589        SYNTAX      InetAddress
1590        MAX-ACCESS  read-only
1591        STATUS      current
1592        DESCRIPTION
1593                "Care-of address that the mobile node intends to
1594                 register in the Binding Update request.
1595
1596                 The type of the address represented by this object
1597                 is specified by the corresponding mip6MnBLCOAType
1598                 object.
1599                "
1600        REFERENCE
1601                "RFC 3775 : Section 11.1"
1602        ::= { mip6MnBLEntry 4 }
1603
1604    mip6MnBLLifeTimeRequested OBJECT-TYPE
1605        SYNTAX      Unsigned32
1606        UNITS       "seconds"
1607        MAX-ACCESS  read-only
1608        STATUS      current
1609        DESCRIPTION
1610                "The lifetime requested by the mobile node (in
1611                 seconds) in the Binding Update.
1612                "
1613        REFERENCE
1614                "RFC 3775 : Section 11.1"
1615        ::= { mip6MnBLEntry 5 }
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630    mip6MnBLLifeTimeGranted OBJECT-TYPE
1631        SYNTAX      Unsigned32
1632        UNITS       "seconds"
1633        MAX-ACCESS  read-only
1634        STATUS      current
1635        DESCRIPTION
1636                "The lifetime granted to the mobile node for this
1637                 binding.  This field will be inaccessible if the
1638                 Binding Update request has not been accepted.
1639                 The lifetime remaining (lR) can be calculated using
1640                 the current time (cT), mip6MnBLAcceptedTime (aT) and
1641                 mip6MnBLLifeTimeGranted (lG) as follows:
1642                         lR  = lG - (cT - aT).
1643                 When lR is zero, this entry will be deleted from the
1644                 Binding Update List and consequently from this
1645                 table.
1646                "
1647        ::= { mip6MnBLEntry 6 }
1648
1649    mip6MnBLMaxSeq OBJECT-TYPE
1650        SYNTAX      Unsigned32 (0..65536)
1651        MAX-ACCESS  read-only
1652        STATUS      current
1653        DESCRIPTION
1654                "The maximum value of the Sequence Number field sent
1655                 in previous Binding Updates to this destination.
1656                "
1657        REFERENCE
1658                "RFC 3775 : Section 11.1"
1659        ::= { mip6MnBLEntry 7 }
1660
1661    mip6MnBLTimeSent OBJECT-TYPE
1662        SYNTAX      DateAndTime
1663        MAX-ACCESS  read-only
1664        STATUS      current
1665        DESCRIPTION
1666                "The time when the last (re-)transmission occurred."
1667        REFERENCE
1668                "RFC 3775 : Section 11.1"
1669        ::= { mip6MnBLEntry 8 }
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681    mip6MnBLAccepted OBJECT-TYPE
1682        SYNTAX      TruthValue
1683        MAX-ACCESS  read-only
1684        STATUS      current
1685        DESCRIPTION
1686                "true(1) if the mobile node has received a
1687                 binding acknowledgment indicating that service has
1688                 been accepted (status code 0 or 1); false(2)
1689                 otherwise.  false(2) implies that the registration
1690                 is still pending.
1691                "
1692        ::= { mip6MnBLEntry 9 }
1693
1694    mip6MnBLAcceptedTime OBJECT-TYPE
1695        SYNTAX      DateAndTime
1696        MAX-ACCESS  read-only
1697        STATUS      current
1698        DESCRIPTION
1699                "The time at which the mobile node receives a binding
1700                 acknowledgment indicating that Binding Update has
1701                 been accepted (status code 0 or 1);
1702                 This object will be inaccessible if the Binding
1703                 Update request is still pending.
1704                "
1705        ::= { mip6MnBLEntry 10 }
1706
1707
1708    mip6MnBLRetransmissions  OBJECT-TYPE
1709        SYNTAX      Gauge32
1710        MAX-ACCESS  read-only
1711        STATUS      current
1712        DESCRIPTION
1713                "The number of Binding Update retransmissions.
1714                "
1715        REFERENCE
1716                "RFC 3775 : Section 11.1"
1717        ::= { mip6MnBLEntry 11 }
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732    mip6MnBLDontSendBUFlag OBJECT-TYPE
1733        SYNTAX      TruthValue
1734        MAX-ACCESS  read-only
1735        STATUS      current
1736        DESCRIPTION
1737                "true(1) indicates that future binding updates
1738                 will not be sent to mip6MnBLNodeAddress.
1739                 false(2) implies that binding updates will be
1740                 sent to mip6MnBLNodeAddress.
1741                 The mobile node sets this flag in the when it
1742                 receives an ICMP Parameter Problem, Code 1,
1743                 error message in response to a return
1744                 routability message or Binding Update sent to
1745                 mip6MnBLNodeAddress.
1746                "
1747        REFERENCE
1748                "RFC 3775 : Section 11.1"
1749        ::= { mip6MnBLEntry 12 }
1750
1751
1752    -- Mobile Node Registration Group Counters
1753
1754    mip6MnRegnCounters OBJECT IDENTIFIER ::= { mip6MnRegistration 2 }
1755
1756    mip6MnMobilityMessagesSent OBJECT-TYPE
1757        SYNTAX      Counter32
1758        MAX-ACCESS  read-only
1759        STATUS      current
1760        DESCRIPTION
1761                "The total number of mobility messages, i.e., IPv6
1762                 datagrams with Mobility Header, sent by the mobile
1763                 node.  There are 3 types of mobility messages, viz.,
1764                 Home Test Init, Care-of Test Init, and Binding
1765                 Updates, that are sent by mobile nodes.
1766                 Discontinuities in the value of this counter can
1767                 occur at re-initialization of the management system,
1768                 and at other times as indicated by the value of
1769                 mip6CounterDiscontinuityTime.
1770                "
1771        REFERENCE
1772                "RFC 3775 : Section 4.2, 6.1"
1773        ::= {  mip6MnRegnCounters 1 }
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783    mip6MnMobilityMessagesRecd OBJECT-TYPE
1784        SYNTAX      Counter32
1785        MAX-ACCESS  read-only
1786        STATUS      current
1787        DESCRIPTION
1788                "The total number of mobility messages, i.e., IPv6
1789                 datagrams with Mobility Header, received by the
1790                 mobile node.  There are 5 types of mobility
1791                 messages, viz., Home Test, Care-of Test, Binding
1792                 Acknowledgment, Binding Refresh Request, and Binding
1793                 Error, that are sent to mobile nodes.
1794                 Discontinuities in the value of this counter can
1795                 occur at re-initialization of the management system,
1796                 and at other times as indicated by the value of
1797                 mip6CounterDiscontinuityTime.
1798                "
1799        REFERENCE
1800                "RFC 3775 : Section 4.2, 6.1"
1801        ::= {  mip6MnRegnCounters 2 }
1802
1803    mip6MnBUsToHA  OBJECT-TYPE
1804        SYNTAX      Counter32
1805        MAX-ACCESS  read-only
1806        STATUS      current
1807        DESCRIPTION
1808                "Total number of Binding Updates sent to the mobile
1809                 node's home agent(s).
1810                 Discontinuities in the value of this counter can
1811                 occur at re-initialization of the management system,
1812                 and at other times as indicated by the value of
1813                 mip6CounterDiscontinuityTime.
1814                "
1815        REFERENCE
1816                "RFC 3775 : Section 11.7.1"
1817        ::= {  mip6MnRegnCounters 3 }
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834    mip6MnBUAcksFromHA  OBJECT-TYPE
1835        SYNTAX      Counter32
1836        MAX-ACCESS  read-only
1837        STATUS      current
1838        DESCRIPTION
1839                "Total number of valid binding acknowledgments
1840                 received from the mobile node's home agent(s).
1841                 Discontinuities in the value of this counter can
1842                 occur at re-initialization of the management system,
1843                 and at other times as indicated by the value of
1844                 mip6CounterDiscontinuityTime.
1845                "
1846        REFERENCE
1847                "RFC 3775 : Section 11.7.3"
1848        ::= {  mip6MnRegnCounters 4 }
1849
1850    mip6MnBUsToCN OBJECT-TYPE
1851        SYNTAX      Counter32
1852        MAX-ACCESS  read-only
1853        STATUS      current
1854        DESCRIPTION
1855                "Total number of Binding Updates sent to
1856                 correspondent nodes by the mobile node.
1857                 Discontinuities in the value of this counter can
1858                 occur at re-initialization of the management system,
1859                 and at other times as indicated by the value of
1860                 mip6CounterDiscontinuityTime.
1861                "
1862        REFERENCE
1863                "RFC 3775 : Section 11.7.2"
1864        ::= {  mip6MnRegnCounters 5 }
1865
1866    mip6MnBUAcksFromCN OBJECT-TYPE
1867        SYNTAX      Counter32
1868        MAX-ACCESS  read-only
1869        STATUS      current
1870        DESCRIPTION
1871                "Total number of valid Binding Update acks
1872                 received from all the correspondent nodes.
1873                 Discontinuities in the value of this counter can
1874                 occur at re-initialization of the management system,
1875                 and at other times as indicated by the value of
1876                 mip6CounterDiscontinuityTime.
1877                "
1878        REFERENCE
1879                "RFC 3775 : Section 11.7.3"
1880        ::= {  mip6MnRegnCounters 6 }
1881
1882
1883
1884
1885    mip6MnBindingErrorsFromCN OBJECT-TYPE
1886        SYNTAX      Counter32
1887        MAX-ACCESS  read-only
1888        STATUS      current
1889        DESCRIPTION
1890                "Total number of Binding Error messages received
1891                 by mobile node from CN.
1892                 Discontinuities in the value of this counter can
1893                 occur at re-initialization of the management system,
1894                 and at other times as indicated by the value of
1895                 mip6CounterDiscontinuityTime.
1896                "
1897        ::= {  mip6MnRegnCounters 7 }
1898
1899    mip6MnICMPErrorsRecd OBJECT-TYPE
1900        SYNTAX      Counter32
1901        MAX-ACCESS  read-only
1902        STATUS      current
1903        DESCRIPTION
1904                "Total number of ICMP Error messages of type ICMP
1905                 Parameter Problem, Code 1 or Code 2, received by
1906                 the mobile node from a correspondent node in
1907                 response to a return routability procedure, a
1908                 Binding Update, or a packet with the Home Address
1909                 option.
1910                 Discontinuities in the value of this counter can
1911                 occur at re-initialization of the management system,
1912                 and at other times as indicated by the value of
1913                 mip6CounterDiscontinuityTime.
1914                "
1915        REFERENCE
1916                "RFC 3775 : Section 11.3.5"
1917        ::= {  mip6MnRegnCounters 8 }
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936    mip6MnBRRequestsRecd OBJECT-TYPE
1937        SYNTAX      Counter32
1938        MAX-ACCESS  read-only
1939        STATUS      current
1940        DESCRIPTION
1941                "The total number of Binding Refresh requests
1942                 received by the mobile node from correspondent
1943                 nodes.
1944                 Discontinuities in the value of this counter can
1945                 occur at re-initialization of the management system,
1946                 and at other times as indicated by the value of
1947                 mip6CounterDiscontinuityTime.
1948                "
1949        REFERENCE
1950                "RFC 3775 : Section 11.7.4"
1951        ::= {  mip6MnRegnCounters 9 }
1952
1953    -- Registration Group counters used for Correspondent Node
1954    mip6CnGlobalStats OBJECT IDENTIFIER ::= { mip6CnStats 1 }
1955
1956
1957    mip6CnHomeTestInitsRecd     OBJECT-TYPE
1958        SYNTAX      Counter32
1959        MAX-ACCESS  read-only
1960        STATUS      current
1961        DESCRIPTION
1962                "Total number of Home Test Init messages received.
1963                 Discontinuities in the value of this counter can
1964                 occur at re-initialization of the management system,
1965                 and at other times as indicated by the value of
1966                 mip6CounterDiscontinuityTime.
1967                "
1968        REFERENCE
1969                "RFC 3775 : Section 9.4.1"
1970        ::= { mip6CnGlobalStats 1 }
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987    mip6CnHomeTestsSent      OBJECT-TYPE
1988        SYNTAX      Counter32
1989        MAX-ACCESS  read-only
1990        STATUS      current
1991        DESCRIPTION
1992                "Total number of Home Test messages sent.  If a Home
1993                 Test Init message is found to be valid, a Home Test
1994                 message will be generated and sent.  Otherwise the
1995                 Home Test message is silently discarded.
1996                 Discontinuities in the value of this counter can
1997                 occur at re-initialization of the management system,
1998                 and at other times as indicated by the value of
1999                 mip6CounterDiscontinuityTime.
2000                "
2001        REFERENCE
2002                "RFC 3775 : Section 9.4.3"
2003        ::= { mip6CnGlobalStats 2 }
2004
2005    mip6CnCareOfTestInitsRecd     OBJECT-TYPE
2006        SYNTAX      Counter32
2007        MAX-ACCESS  read-only
2008        STATUS      current
2009        DESCRIPTION
2010                "Total number of Care-of Test Init messages received.
2011                "
2012        REFERENCE
2013                "RFC 3775 : Section 9.4.2"
2014        ::= { mip6CnGlobalStats 3 }
2015
2016    mip6CnCareOfTestsSent            OBJECT-TYPE
2017        SYNTAX      Counter32
2018        MAX-ACCESS  read-only
2019        STATUS      current
2020        DESCRIPTION
2021                "Total number of Care-of Test messages sent.  If a
2022                 Care-of Test Init message is found to be valid, a
2023                 Care-of Test message will be generated and sent.
2024                 Otherwise the Care-of Test message is silently
2025                 discarded.
2026                 Discontinuities in the value of this counter can
2027                 occur at re-initialization of the management system,
2028                 and at other times as indicated by the value of
2029                 mip6CounterDiscontinuityTime.
2030                "
2031        REFERENCE
2032                "RFC 3775 : Section 9.4.4"
2033        ::= { mip6CnGlobalStats 4 }
2034
2035
2036
2037
2038    mip6CnBUsRecd     OBJECT-TYPE
2039        SYNTAX      Counter32
2040        MAX-ACCESS  read-only
2041        STATUS      current
2042        DESCRIPTION
2043                "Total number of Binding Updates received by the
2044                 correspondent node from mobile nodes.
2045                 Discontinuities in the value of this counter can
2046                 occur at re-initialization of the management system,
2047                 and at other times as indicated by the value of
2048                 mip6CounterDiscontinuityTime.
2049                "
2050        REFERENCE
2051                "RFC 3775 : Section 9.5.1"
2052        ::= { mip6CnGlobalStats 5 }
2053
2054    mip6CnBUAcksSent    OBJECT-TYPE
2055        SYNTAX      Counter32
2056        MAX-ACCESS  read-only
2057        STATUS      current
2058        DESCRIPTION
2059                "Total number of acknowledgments sent by the
2060                 correspondent node for the Binding Updates received.
2061                 Discontinuities in the value of this counter can
2062                 occur at re-initialization of the management system,
2063                 and at other times as indicated by the value of
2064                 mip6CounterDiscontinuityTime.
2065                "
2066        REFERENCE
2067                "RFC 3775 : Section 9.5.4"
2068        ::= { mip6CnGlobalStats 6 }
2069
2070
2071    mip6CnBRsSent     OBJECT-TYPE
2072        SYNTAX      Counter32
2073        MAX-ACCESS  read-only
2074        STATUS      current
2075        DESCRIPTION
2076                "Total number of Binding Refresh Request messages
2077                 sent by the correspondent node.
2078                 Discontinuities in the value of this counter can
2079                 occur at re-initialization of the management system,
2080                 and at other times as indicated by the value of
2081                 mip6CounterDiscontinuityTime.
2082                "
2083        REFERENCE
2084                "RFC 3775 : Section 9.5.5"
2085        ::= { mip6CnGlobalStats 7 }
2086
2087
2088
2089     mip6CnBindingErrors OBJECT-TYPE
2090        SYNTAX      Counter32
2091        MAX-ACCESS  read-only
2092        STATUS      current
2093        DESCRIPTION
2094                "Total number of Binding Error messages sent by the
2095                 correspondent node to the mobile node.
2096                 Discontinuities in the value of this counter can
2097                 occur at re-initialization of the management system,
2098                 and at other times as indicated by the value of
2099                 mip6CounterDiscontinuityTime.
2100                "
2101        REFERENCE
2102                "RFC 3775 : Section 9.3.3"
2103        ::= { mip6CnGlobalStats 8 }
2104
2105    mip6CnBUsAccepted   OBJECT-TYPE
2106        SYNTAX      Counter32
2107        MAX-ACCESS  read-only
2108        STATUS      current
2109        DESCRIPTION
2110                "Total number of Binding Updates accepted by the
2111                 correspondent node.  If a Binding Acknowledgment
2112                 message is sent for the Binding Update request,
2113                 the Status code field in the message will have
2114                 a value less than 128.
2115                 Discontinuities in the value of this counter can
2116                 occur at re-initialization of the management system,
2117                 and at other times as indicated by the value of
2118                 mip6CounterDiscontinuityTime.
2119                "
2120        REFERENCE
2121                "RFC 3775 : Section 9.5.1, 9.5.4"
2122        ::= { mip6CnGlobalStats 9 }
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140    mip6CnBUsRejected   OBJECT-TYPE
2141        SYNTAX      Counter32
2142        MAX-ACCESS  read-only
2143        STATUS      current
2144        DESCRIPTION
2145                "Total number of Binding Update requests rejected
2146                 by the correspondent node.  If a Binding
2147                 Acknowledgment message has been sent for the Binding
2148                 Update request, the Status code field in the
2149                 message will have a value greater than or equal to
2150                 128.  Otherwise the Binding Update request will be
2151                 silently discarded.
2152                 Discontinuities in the value of this counter can
2153                 occur at re-initialization of the management system,
2154                 and at other times as indicated by the value of
2155                 mip6CounterDiscontinuityTime.
2156                "
2157        REFERENCE
2158                "RFC 3775 : Section 9.5.1, 9.5.4"
2159        ::= { mip6CnGlobalStats 10 }
2160
2161    mip6CnReasonUnspecified OBJECT-TYPE
2162        SYNTAX      Counter32
2163        MAX-ACCESS  read-only
2164        STATUS      current
2165        DESCRIPTION
2166                "Total number of Binding Update requests rejected by
2167                 the correspondent node with status code in the
2168                 Binding Acknowledgment message indicating 'reason
2169                 unspecified' (Code 128).
2170                 Discontinuities in the value of this counter can
2171                 occur at re-initialization of the management system,
2172                 and at other times as indicated by the value of
2173                 mip6CounterDiscontinuityTime.
2174                "
2175        REFERENCE
2176                "RFC 3775 : Section 6.1.8"
2177        ::= { mip6CnGlobalStats 11 }
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191    mip6CnInsufficientResource OBJECT-TYPE
2192        SYNTAX      Counter32
2193        MAX-ACCESS  read-only
2194        STATUS      current
2195        DESCRIPTION
2196                "Total number of Binding Update requests rejected by
2197                 the correspondent node with status code in the
2198                 Binding Acknowledgment message indicating
2199                 'insufficient resources' (Code 130).
2200                 Discontinuities in the value of this counter can
2201                 occur at re-initialization of the management system,
2202                 and at other times as indicated by the value of
2203                 mip6CounterDiscontinuityTime.
2204                "
2205        REFERENCE
2206                "RFC 3775 : Section 6.1.8"
2207        ::= { mip6CnGlobalStats 12 }
2208
2209    mip6CnHomeRegnNotSupported OBJECT-TYPE
2210        SYNTAX      Counter32
2211        MAX-ACCESS  read-only
2212        STATUS      current
2213        DESCRIPTION
2214               "Total number of Binding Update requests rejected by
2215                correspondent node with status code in the Binding
2216                Acknowledgment message indicating 'home registration
2217                not supported' (Code 131).
2218                Discontinuities in the value of this counter can
2219                occur at re-initialization of the management system,
2220                and at other times as indicated by the value of
2221                mip6CounterDiscontinuityTime.
2222               "
2223        REFERENCE
2224                "RFC 3775 : Section 10.3.1"
2225        ::= { mip6CnGlobalStats 13 }
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242    mip6CnSeqNumberOutOfWindow OBJECT-TYPE
2243        SYNTAX      Counter32
2244        MAX-ACCESS  read-only
2245        STATUS      current
2246        DESCRIPTION
2247                "Total number of Binding Updates rejected by
2248                 correspondent node with status code in the Binding
2249                 Acknowledgment message indicating 'sequence number
2250                 out of window' (Code 135).
2251                 Discontinuities in the value of this counter can
2252                 occur at re-initialization of the management system,
2253                 and at other times as indicated by the value of
2254                 mip6CounterDiscontinuityTime.
2255                "
2256        REFERENCE
2257                "RFC 3775 : Section 6.1.8, 9.5.1"
2258        ::= { mip6CnGlobalStats 14 }
2259
2260    mip6CnExpiredHomeNonceIndex OBJECT-TYPE
2261        SYNTAX      Counter32
2262        MAX-ACCESS  read-only
2263        STATUS      current
2264        DESCRIPTION
2265                "The total number of Binding Updates rejected by
2266                 correspondent node with status code in the Binding
2267                 Acknowledgment message indicating 'expired home
2268                 nonce index' (Code 136).
2269                 Discontinuities in the value of this counter can
2270                 occur at re-initialization of the management system,
2271                 and at other times as indicated by the value of
2272                 mip6CounterDiscontinuityTime.
2273                "
2274        REFERENCE
2275                "RFC 3775 : Section 6.1.8, 9.5.1"
2276        ::= { mip6CnGlobalStats 15 }
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293    mip6CnExpiredCareOfNonceIndex OBJECT-TYPE
2294        SYNTAX      Counter32
2295        MAX-ACCESS  read-only
2296        STATUS      current
2297        DESCRIPTION
2298                "The total number of Binding Updates rejected by
2299                 correspondent node with status code in the Binding
2300                 Acknowledgment message indicating 'expired
2301                 care-of nonce index' (Code 137).
2302                 Discontinuities in the value of this counter can
2303                 occur at re-initialization of the management system,
2304                 and at other times as indicated by the value of
2305                 mip6CounterDiscontinuityTime.
2306                "
2307        REFERENCE
2308                "RFC 3775 : Section 6.1.8, 9.5.1"
2309        ::= { mip6CnGlobalStats 16 }
2310
2311    mip6CnExpiredNonce OBJECT-TYPE
2312        SYNTAX      Counter32
2313        MAX-ACCESS  read-only
2314        STATUS      current
2315        DESCRIPTION
2316                "The total number of Binding Updates rejected by
2317                 correspondent node with status code in the Binding
2318                 Acknowledgment message indicating 'expired nonces'
2319                 (Code 138), i.e., the correspondent node no longer
2320                 recognizes the Home Nonce Index value and the
2321                 Care-of Nonce Index value.
2322                 Discontinuities in the value of this counter can
2323                 occur at re-initialization of the management system,
2324                 and at other times as indicated by the value of
2325                 mip6CounterDiscontinuityTime.
2326                "
2327        REFERENCE
2328                "RFC 3775 : Section 6.1.8, 9.5.1"
2329        ::= { mip6CnGlobalStats 17 }
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344    mip6CnRegTypeChangeDisallowed OBJECT-TYPE
2345        SYNTAX      Counter32
2346        MAX-ACCESS  read-only
2347        STATUS      current
2348        DESCRIPTION
2349                "The total number of Binding Updates rejected by
2350                 correspondent node with status code in the Binding
2351                 Acknowledgment message indicating 'registration
2352                 type change disallowed' (Code 139), i.e., a binding
2353                 already exists for the given home address and the
2354                 home registration flag has a different value than
2355                 the Home Registration (H) bit in the Binding Update.
2356                 Discontinuities in the value of this counter can
2357                 occur at re-initialization of the management system,
2358                 and at other times as indicated by the value of
2359                 mip6CounterDiscontinuityTime.
2360                "
2361        REFERENCE
2362                "RFC 3775 : Section 6.1.8, 9.5.1"
2363        ::= { mip6CnGlobalStats 18 }
2364
2365
2366
2367    -- The Correspondent Node statistics by mobile node
2368
2369    mip6CnCounterTable OBJECT-TYPE
2370        SYNTAX      SEQUENCE OF Mip6CnCounterEntry
2371        MAX-ACCESS  not-accessible
2372        STATUS      current
2373        DESCRIPTION
2374                "A table containing each mobile ."
2375        ::= { mip6CnStats 2 }
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395    mip6CnCounterEntry OBJECT-TYPE
2396        SYNTAX      Mip6CnCounterEntry
2397        MAX-ACCESS  not-accessible
2398        STATUS      current
2399        DESCRIPTION
2400                "The set of correspondent node counters for a mobile
2401                 node.
2402
2403                 Implementors need to be aware that if the total
2404                 number of octets in mip6BindingHomeAddress
2405                 exceeds 113, then OIDs of column instances in
2406                 this row will have more than 128 sub-identifiers and
2407                 cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
2408                "
2409        INDEX   {    mip6BindingHomeAddressType,
2410                     mip6BindingHomeAddress
2411                }
2412        ::= { mip6CnCounterTable 1 }
2413
2414    Mip6CnCounterEntry ::=
2415        SEQUENCE {
2416           mip6CnBURequestsAccepted       Counter32,
2417           mip6CnBURequestsRejected       Counter32,
2418           mip6CnBCEntryCreationTime      DateAndTime,
2419           mip6CnBUAcceptedTime           DateAndTime,
2420           mip6CnBURejectionTime          DateAndTime,
2421           mip6CnBURejectionCode          Mip6BURequestRejectionCode,
2422           mip6CnCtrDiscontinuityTime     TimeStamp
2423        }
2424
2425    mip6CnBURequestsAccepted OBJECT-TYPE   --(Code 0,1)
2426        SYNTAX      Counter32
2427        MAX-ACCESS  read-only
2428        STATUS      current
2429        DESCRIPTION
2430                "Total number of Binding Update requests from the
2431                 mobile node accepted by the correspondent node.
2432                 If Binding Acknowledgment messages are sent, then
2433                 the status code in the message will have a value
2434                 less than 128.
2435                 Discontinuities in the value of this counter can
2436                 occur at re-initialization of the management system,
2437                 and at other times as indicated by the value of
2438                 mip6CnCtrDiscontinuityTime.
2439                "
2440        ::= { mip6CnCounterEntry 1 }
2441
2442
2443
2444
2445
2446    mip6CnBURequestsRejected     OBJECT-TYPE
2447                                      -- (Code 128 through Code 159)
2448        SYNTAX      Counter32
2449        MAX-ACCESS  read-only
2450        STATUS      current
2451        DESCRIPTION
2452               "Total number of Binding Update requests from the
2453                mobile node that have been rejected by the
2454                correspondent node.  This includes the Binding Update
2455                requests for which a Binding Acknowledgment message
2456                has been sent with status code value greater than or
2457                equal to 128 and the Binding Acknowledgment requests
2458                that have been silently discarded.
2459                Discontinuities in the value of this counter can
2460                occur at re-initialization of the management system,
2461                and at other times as indicated by the value of
2462                mip6CnCtrDiscontinuityTime.
2463               "
2464        ::= { mip6CnCounterEntry 2 }
2465
2466    mip6CnBCEntryCreationTime        OBJECT-TYPE
2467        SYNTAX      DateAndTime
2468        MAX-ACCESS  read-only
2469        STATUS      current
2470        DESCRIPTION
2471                "The time when the current Binding Cache entry was
2472                 created for the mobile node.
2473                "
2474        ::= { mip6CnCounterEntry 3 }
2475
2476    mip6CnBUAcceptedTime OBJECT-TYPE
2477        SYNTAX      DateAndTime
2478        MAX-ACCESS  read-only
2479        STATUS      current
2480        DESCRIPTION
2481                "The time at which the last Binding Update was
2482                 accepted by the correspondent node and the
2483                 corresponding Binding Cache entry was updated.
2484                "
2485        ::= { mip6CnCounterEntry 4 }
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497    mip6CnBURejectionTime   OBJECT-TYPE
2498        SYNTAX      DateAndTime
2499        MAX-ACCESS  read-only
2500        STATUS      current
2501        DESCRIPTION
2502                "The time at which the last Binding Update message
2503                 was rejected by the correspondent node.
2504                 If there have been no rejections, then this object
2505                 will be inaccessible.
2506                "
2507        ::= { mip6CnCounterEntry 5 }
2508
2509    mip6CnBURejectionCode  OBJECT-TYPE
2510           SYNTAX      Mip6BURequestRejectionCode
2511           MAX-ACCESS  read-only
2512           STATUS      current
2513           DESCRIPTION
2514                  "If a Binding Acknowledgment is sent to the mobile
2515                   node, this is the status code (> 128) that is
2516                   returned in the Binding Acknowledgment.
2517                   In case a Binding Acknowledgment is not sent to
2518                   the mobile node, then this will be the value
2519                   of the Status code that corresponds to the reason
2520                   of the rejection.  If there have been no
2521                   rejections, then this object will be inaccessible.
2522                  "
2523        REFERENCE
2524                "RFC 3775 : Section 6.1.8"
2525
2526           ::= { mip6CnCounterEntry 6 }
2527
2528     mip6CnCtrDiscontinuityTime OBJECT-TYPE
2529        SYNTAX      TimeStamp
2530        MAX-ACCESS  read-only
2531        STATUS      current
2532        DESCRIPTION
2533               "The value of sysUpTime on the most recent occasion
2534                at which any one or more of counters in this row,
2535                viz., instances of 'mip6CnBURequestsAccepted' and
2536                'mip6CnBURequestsRejected', suffered a discontinuity.
2537                If no such discontinuities have occurred since the
2538                last re-initialization of the local management
2539                subsystem, then this object will have a zero value.
2540               "
2541        ::= { mip6CnCounterEntry 7 }
2542
2543    -- Home agent group
2544
2545
2546
2547
2548    mip6HaAdvsRecd OBJECT-TYPE
2549        SYNTAX      Counter32
2550        MAX-ACCESS  read-only
2551        STATUS      current
2552        DESCRIPTION
2553                "Total number of valid Router Advertisements
2554                 received with the Home Agent (H) bit set, on
2555                 all the links on which it is serving as a Home
2556                 Agent.
2557                 Discontinuities in the value of this counter can
2558                 occur at re-initialization of the management system,
2559                 and at other times as indicated by the value of
2560                 mip6CounterDiscontinuityTime.
2561                "
2562        REFERENCE
2563                "RFC 3775 : Section 7"
2564        ::= { mip6HaAdvertisement 1 }
2565
2566
2567    mip6HaAdvsSent OBJECT-TYPE
2568        SYNTAX      Counter32
2569        MAX-ACCESS  read-only
2570        STATUS      current
2571        DESCRIPTION
2572                "Total number of unsolicited multicast Router
2573                 Advertisements sent with the Home Agent (H) bit set,
2574                 on all the links on which the router is serving as
2575                 a Home Agent.
2576                 Discontinuities in the value of this counter can
2577                 occur at re-initialization of the management system,
2578                 and at other times as indicated by the value of
2579                 mip6CounterDiscontinuityTime.
2580                "
2581        REFERENCE
2582                "RFC 3775 : Section 7"
2583        ::= { mip6HaAdvertisement 2 }
2584
2585
2586    mip6HaConfTable OBJECT-TYPE
2587        SYNTAX      SEQUENCE OF Mip6HaConfEntry
2588        MAX-ACCESS  not-accessible
2589        STATUS      current
2590        DESCRIPTION
2591               "A table containing configurable advertisement
2592                parameters for all interfaces on which the
2593                home agent service is advertised.
2594                It is RECOMMENDED that the last written values
2595                of the objects in the conceptual rows of this
2596
2597
2598
2599                table will remain unchanged across reboots of
2600                the managed entity provided that the interfaces
2601                have not been renumbered after the reboot.
2602               "
2603        ::= { mip6HaAdvertisement 3 }
2604
2605    mip6HaConfEntry OBJECT-TYPE
2606        SYNTAX      Mip6HaConfEntry
2607        MAX-ACCESS  not-accessible
2608        STATUS      current
2609        DESCRIPTION
2610               "Advertisement parameters for an interface.
2611                The instances of the columnar objects in this entry
2612                pertain to the interface that is uniquely identified
2613                by the ipv6InterfaceIfIndex of the interface.  The
2614                same ipv6InterfaceIfIndex object is used to uniquely
2615                identify instances of the columnar objects of this
2616                conceptual row.
2617               "
2618        INDEX   { ipv6InterfaceIfIndex }
2619        ::= { mip6HaConfTable 1 }
2620
2621    Mip6HaConfEntry    ::= SEQUENCE {
2622          mip6HaAdvPreference               Integer32,
2623          mip6HaAdvLifetime                 Integer32,
2624          mip6HaPrefixAdv                   INTEGER,
2625          mip6HaPrefixSolicitation          INTEGER,
2626          mip6HaMCastCtlMsgSupport          INTEGER
2627        }
2628
2629    mip6HaAdvPreference OBJECT-TYPE
2630        SYNTAX      Integer32 (0..65536)
2631        MAX-ACCESS  read-write
2632        STATUS      current
2633        DESCRIPTION
2634               "The preference value for the home agent to
2635                be used in the Router Advertisements.  Higher
2636                value denotes greater preference.
2637               "
2638        REFERENCE
2639                "RFC 3775 : Section 7.4, 8.4"
2640        ::= { mip6HaConfEntry 1 }
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650    mip6HaAdvLifetime   OBJECT-TYPE
2651        SYNTAX      Integer32 (1..65535)
2652        UNITS       "seconds"
2653        MAX-ACCESS  read-write
2654        STATUS      current
2655        DESCRIPTION
2656               "The lifetime value for the home agent to be
2657                used in the Router Advertisements.
2658               "
2659        REFERENCE
2660                "RFC 3775 : Section 7.4"
2661        ::= { mip6HaConfEntry 2 }
2662
2663    mip6HaPrefixAdv    OBJECT-TYPE
2664        SYNTAX      INTEGER { enabled(1), disabled(2) }
2665        MAX-ACCESS  read-write
2666        STATUS      current
2667        DESCRIPTION
2668                "Indicates whether the home agent should support
2669                 sending of the ICMP Mobile Prefix Advertisements.
2670                 If it is disabled(2), the home agent will not
2671                 send ICMP Mobile Prefix Advertisements to the
2672                 mobile nodes.
2673                 The state can be changed from enabled(1) to
2674                 disabled(2) and vice versa by operator
2675                 intervention.
2676                 Causing the state to change from enabled(1) to
2677                 disabled(2) will result in the home agent
2678                 disabling the Prefix advertisement function.
2679                 On the other hand, changing the status from
2680                 disabled(2) to enabled(1) will start the prefix
2681                 advertisement function.
2682                "
2683        REFERENCE
2684                "RFC 3775 : Section 8.4"
2685        ::= { mip6HaConfEntry 3}
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701    mip6HaPrefixSolicitation   OBJECT-TYPE
2702        SYNTAX      INTEGER { enabled(1), disabled(2) }
2703        MAX-ACCESS  read-write
2704        STATUS      current
2705        DESCRIPTION
2706                "Indicates whether the home agent should respond
2707                 to ICMP Mobile Prefix Solicitation messages it
2708                 receives from the mobile nodes.  By default, the
2709                 value will be set to enabled(1).  If it is
2710                 disabled(2), the home agent will not respond to
2711                 any ICMP Mobile Prefix Solicitation messages.
2712                 The state can be changed from enabled(1) to
2713                 disabled(2), by operator intervention.  Causing
2714                 the state to change from enabled(1) to
2715                 disabled(2) will result in the home agent not
2716                 responding to any ICMP Mobile Prefix
2717                 Solicitation messages it receives from the
2718                 mobile nodes.
2719                "
2720        REFERENCE
2721                "RFC 3775 : Section 8.4"
2722        ::= { mip6HaConfEntry 4}
2723
2724
2725   mip6HaMCastCtlMsgSupport OBJECT-TYPE
2726        SYNTAX      INTEGER { enabled(1), disabled(2) }
2727        MAX-ACCESS  read-write
2728        STATUS      current
2729        DESCRIPTION
2730                "Indicates whether the home agent should enable
2731                 support for the processing of the multicast
2732                 group membership control messages it receives
2733                 from the mobile nodes.  By default, the value
2734                 will be set to enabled(1).  If it is
2735                 disabled(2), the home agent will not process
2736                 any multicast group control messages it receives
2737                 from the mobile nodes.
2738                 The state can be changed from enabled(1) to
2739                 disabled(2), by operator intervention.  Causing
2740                 the state to change from enabled(1) to
2741                 disabled(2) will result in the home agent
2742                 disabling the processing of the multicast group
2743                 control messages it received from the mobile
2744                 nodes.
2745                "
2746        REFERENCE
2747                "RFC 3775 : Section 10.4.3"
2748        ::= { mip6HaConfEntry 5}
2749
2750
2751
2752
2753    -- Registration Group counters HA
2754
2755    mip6HaGlobalStats OBJECT IDENTIFIER ::= { mip6HaStats 1 }
2756
2757    mip6HaHomeTestInitsRecd     OBJECT-TYPE
2758        SYNTAX      Counter32
2759        MAX-ACCESS  read-only
2760        STATUS      current
2761        DESCRIPTION
2762                "Total number of Home Test Init messages received by
2763                 the home agent.  This will include Home Test Init
2764                 messages that failed the validity checks.
2765                 Discontinuities in the value of this counter can
2766                 occur at re-initialization of the management system,
2767                 and at other times as indicated by the value of
2768                 mip6CounterDiscontinuityTime.
2769                "
2770          REFERENCE
2771                   "RFC 3775 : Section 5.2.5"
2772        ::= { mip6HaGlobalStats 1 }
2773
2774    mip6HaHomeTestsSent      OBJECT-TYPE
2775        SYNTAX      Counter32
2776        MAX-ACCESS  read-only
2777        STATUS      current
2778        DESCRIPTION
2779                "Total number of Home Test messages sent by the
2780                 home agent.
2781                 Discontinuities in the value of this counter can
2782                 occur at re-initialization of the management system,
2783                 and at other times as indicated by the value of
2784                 mip6CounterDiscontinuityTime.
2785                "
2786         REFERENCE
2787                   "RFC 3775 : Section 5.2.5"
2788        ::= { mip6HaGlobalStats 2 }
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803    mip6HaBUsRecd     OBJECT-TYPE
2804        SYNTAX      Counter32
2805        MAX-ACCESS  read-only
2806        STATUS      current
2807        DESCRIPTION
2808                "Total number of Binding Updates received by the
2809                 home agent.
2810                 Discontinuities in the value of this counter can
2811                 occur at re-initialization of the management system,
2812                 and at other times as indicated by the value of
2813                 mip6CounterDiscontinuityTime.
2814                "
2815           REFERENCE
2816                   "RFC 3775 : Section 10.3.1"
2817        ::= { mip6HaGlobalStats 3 }
2818
2819    mip6HaBUAcksSent    OBJECT-TYPE
2820        SYNTAX      Counter32
2821        MAX-ACCESS  read-only
2822        STATUS      current
2823        DESCRIPTION
2824                "Total number of Binding Acknowledgments sent
2825                 by the home agent.
2826                 Discontinuities in the value of this counter can
2827                 occur at re-initialization of the management system,
2828                 and at other times as indicated by the value of
2829                 mip6CounterDiscontinuityTime.
2830                "
2831           REFERENCE
2832                   "RFC 3775 : Section 10.3.1"
2833        ::= { mip6HaGlobalStats 4 }
2834
2835    mip6HaBRAdviceSent OBJECT-TYPE
2836        SYNTAX      Counter32
2837        MAX-ACCESS  read-only
2838        STATUS      current
2839        DESCRIPTION
2840                "Total number of Binding Acknowledgments sent
2841                 by the home agent with Binding Refresh Advice
2842                 mobility option included.
2843                 Discontinuities in the value of this counter can
2844                 occur at re-initialization of the management system,
2845                 and at other times as indicated by the value of
2846                 mip6CounterDiscontinuityTime.
2847                "
2848           REFERENCE
2849                   "RFC 3775 : Section 10.3.1"
2850        ::= { mip6HaGlobalStats 5 }
2851
2852
2853
2854    mip6HaBUsAccepted   OBJECT-TYPE
2855        SYNTAX      Counter32
2856        MAX-ACCESS  read-only
2857        STATUS      current
2858        DESCRIPTION
2859                "Total number of Binding Updates accepted by this HA.
2860                 Binding Acknowledgment with status code of 0 or 1.
2861                 Discontinuities in the value of this counter can
2862                 occur at re-initialization of the management system,
2863                 and at other times as indicated by the value of
2864                 mip6CounterDiscontinuityTime.
2865                "
2866           REFERENCE
2867                   "RFC 3775 : Section 10.3.1"
2868        ::= { mip6HaGlobalStats 6 }
2869
2870    mip6HaPrefDiscoverReqd OBJECT-TYPE        -- (Code 1)
2871        SYNTAX      Counter32
2872        MAX-ACCESS  read-only
2873        STATUS      current
2874        DESCRIPTION
2875                "The total number of Binding Acknowledgments sent by
2876                 the home agent with status code indicating 'accepted
2877                 but prefix discovery necessary'  (Code 1).
2878                 Discontinuities in the value of this counter can
2879                 occur at re-initialization of the management system,
2880                 and at other times as indicated by the value of
2881                 mip6CounterDiscontinuityTime.
2882                "
2883           REFERENCE
2884                   "RFC 3775 : Section 10.3.1"
2885        ::= { mip6HaGlobalStats 7 }
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905    mip6HaReasonUnspecified OBJECT-TYPE               -- (Code 128)
2906        SYNTAX      Counter32
2907        MAX-ACCESS  read-only
2908        STATUS      current
2909        DESCRIPTION
2910                "Total number of Binding Update requests rejected by
2911                 the home agent with status code in the Binding
2912                 Acknowledgment message indicating 'reason
2913                 unspecified' (Code 128).
2914                 Discontinuities in the value of this counter can
2915                 occur at re-initialization of the management system,
2916                 and at other times as indicated by the value of
2917                 mip6CounterDiscontinuityTime.
2918                "
2919           REFERENCE
2920                   "RFC 3775 : Section 10.3.1"
2921        ::= { mip6HaGlobalStats 8 }
2922
2923    mip6HaAdmProhibited OBJECT-TYPE
2924        SYNTAX      Counter32
2925        MAX-ACCESS  read-only
2926        STATUS      current
2927        DESCRIPTION
2928                "Total number of Binding Update requests rejected by
2929                 the home agent with status code in the Binding
2930                 Acknowledgment message indicating 'administratively
2931                 prohibited' (Code 129).
2932                 Discontinuities in the value of this counter can
2933                 occur at re-initialization of the management system,
2934                 and at other times as indicated by the value of
2935                 mip6CounterDiscontinuityTime.
2936                "
2937           REFERENCE
2938                   "RFC 3775 : Section 10.3.1"
2939        ::= { mip6HaGlobalStats 9 }
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956    mip6HaInsufficientResource OBJECT-TYPE            -- (Code 130)
2957        SYNTAX      Counter32
2958        MAX-ACCESS  read-only
2959        STATUS      current
2960        DESCRIPTION
2961                "Total number of Binding Update requests rejected by
2962                 the home agent with status code in the Binding
2963                 Acknowledgment message indicating 'insufficient
2964                 resources' (Code 130).
2965                 Discontinuities in the value of this counter can
2966                 occur at re-initialization of the management system,
2967                 and at other times as indicated by the value of
2968                 mip6CounterDiscontinuityTime.
2969                "
2970           REFERENCE
2971                   "RFC 3775 : Section 9.5.2"
2972        ::= { mip6HaGlobalStats 10 }
2973
2974    mip6HaHomeRegnNotSupported OBJECT-TYPE    -- (Code 131)
2975        SYNTAX      Counter32
2976        MAX-ACCESS  read-only
2977        STATUS      current
2978        DESCRIPTION
2979                "Total number of Binding Update requests rejected by
2980                 the home agent with status code in the Binding
2981                 Acknowledgment message indicating 'home
2982                 registration not supported' (Code 131).
2983                 Discontinuities in the value of this counter can
2984                 occur at re-initialization of the management system,
2985                 and at other times as indicated by the value of
2986                 mip6CounterDiscontinuityTime.
2987                "
2988           REFERENCE
2989                   "RFC 3775 : Section 10.3.1"
2990        ::= { mip6HaGlobalStats 11 }
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007    mip6HaNotHomeSubnet OBJECT-TYPE                   -- (Code 132)
3008        SYNTAX      Counter32
3009        MAX-ACCESS  read-only
3010        STATUS      current
3011        DESCRIPTION
3012                "Total number of Binding Update requests rejected by
3013                 the home agent with status code in the Binding
3014                 Acknowledgment message indicating 'not home subnet'
3015                 (Code 132).
3016                 Discontinuities in the value of this counter can
3017                 occur at re-initialization of the management system,
3018                 and at other times as indicated by the value of
3019                 mip6CounterDiscontinuityTime.
3020                "
3021           REFERENCE
3022                   "RFC 3775 : Section 10.3.1"
3023        ::= { mip6HaGlobalStats 12 }
3024
3025    mip6HaNotHomeAgentForThisMN OBJECT-TYPE           -- (Code 133)
3026        SYNTAX      Counter32
3027        MAX-ACCESS  read-only
3028        STATUS      current
3029        DESCRIPTION
3030                "Total number of Binding Update requests rejected by
3031                 the home agent with status code in the Binding
3032                 Acknowledgment message indicating 'not home agent
3033                 for this mobile node' (Code 133).
3034                 Discontinuities in the value of this counter can
3035                 occur at re-initialization of the management system,
3036                 and at other times as indicated by the value of
3037                 mip6CounterDiscontinuityTime.
3038                "
3039           REFERENCE
3040                   "RFC 3775 : Section 10.3.2"
3041        ::= { mip6HaGlobalStats 13 }
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058    mip6HaDupAddrDetectionFailed OBJECT-TYPE       -- (Code 134)
3059        SYNTAX      Counter32
3060        MAX-ACCESS  read-only
3061        STATUS      current
3062        DESCRIPTION
3063                "Total number of Binding Update requests rejected by
3064                 the home agent with status code in the Binding
3065                 Acknowledgment message indicating 'Duplicate
3066                 Address Detection failed' (Code 134).
3067                 Discontinuities in the value of this counter can
3068                 occur at re-initialization of the management system,
3069                 and at other times as indicated by the value of
3070                 mip6CounterDiscontinuityTime.
3071                "
3072           REFERENCE
3073                   "RFC 3775 : Section 10.3.1"
3074        ::= { mip6HaGlobalStats 14 }
3075
3076    mip6HaSeqNumberOutOfWindow OBJECT-TYPE            -- (Code 135)
3077        SYNTAX      Counter32
3078        MAX-ACCESS  read-only
3079        STATUS      current
3080        DESCRIPTION
3081                "Total number of Binding Update requests rejected by
3082                 the home agent with status code in the Binding
3083                 Acknowledgment message indicating 'sequence number
3084                 out of window' (Code 135).
3085                 Discontinuities in the value of this counter can
3086                 occur at re-initialization of the management system,
3087                 and at other times as indicated by the value of
3088                 mip6CounterDiscontinuityTime.
3089                "
3090           REFERENCE
3091                   "RFC 3775 : Section 9.5.1"
3092        ::= { mip6HaGlobalStats 15 }
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109    mip6HaExpiredHomeNonceIndex OBJECT-TYPE           -- (Code 136)
3110        SYNTAX      Counter32
3111        MAX-ACCESS  read-only
3112        STATUS      current
3113        DESCRIPTION
3114                "Total number of Binding Update requests rejected by
3115                 the home agent with status code in the Binding
3116                 Acknowledgment message indicating 'expired home
3117                 nonce index' (Code 136).
3118                 Discontinuities in the value of this counter can
3119                 occur at re-initialization of the management system,
3120                 and at other times as indicated by the value of
3121                 mip6CounterDiscontinuityTime.
3122                "
3123           REFERENCE
3124                   "RFC 3775 : Section 9.5.1"
3125        ::= { mip6HaGlobalStats 16 }
3126
3127    mip6HaRegTypeChangeDisallowed OBJECT-TYPE         -- (Code 139)
3128        SYNTAX      Counter32
3129        MAX-ACCESS  read-only
3130        STATUS      current
3131        DESCRIPTION
3132                "Total number of Binding Update requests rejected by
3133                 the home agent with status code in the Binding
3134                 Acknowledgment message indicating 'registration
3135                 type change disallowed' (Code 139), i.e., a binding
3136                 already exists for the given home address and the
3137                 home registration flag has a different value than
3138                 the Home Registration (H) bit in the Binding Update.
3139                 Discontinuities in the value of this counter can
3140                 occur at re-initialization of the management system,
3141                 and at other times as indicated by the value of
3142                 mip6CounterDiscontinuityTime.
3143                "
3144           REFERENCE
3145                   "RFC 3775 : Section 9.5.1"
3146        ::= { mip6HaGlobalStats 17 }
3147
3148    -- Home agent registration Counters per node
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160    mip6HaCounterTable OBJECT-TYPE
3161        SYNTAX      SEQUENCE OF Mip6HaCounterEntry
3162        MAX-ACCESS  not-accessible
3163        STATUS      current
3164        DESCRIPTION
3165                "A table containing registration statistics for all
3166                 mobile nodes registered with the home agent.
3167                "
3168        ::= { mip6HaStats 2 }
3169
3170    mip6HaCounterEntry  OBJECT-TYPE
3171        SYNTAX      Mip6HaCounterEntry
3172        MAX-ACCESS  not-accessible
3173        STATUS      current
3174        DESCRIPTION
3175                "Home agent registration statistics for a mobile
3176                 node.
3177
3178                 Implementors need to be aware that if the total
3179                 number of octets in mip6BindingHomeAddress
3180                 exceeds 113, then OIDs of column instances in
3181                 this row will have more than 128 sub-identifiers and
3182                 cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
3183                "
3184        INDEX   { mip6BindingHomeAddressType,
3185                  mip6BindingHomeAddress
3186                }
3187        ::= { mip6HaCounterTable 1 }
3188
3189    Mip6HaCounterEntry      ::= SEQUENCE {
3190        mip6HaBURequestsAccepted       Counter32,
3191        mip6HaBURequestsDenied         Counter32,
3192        mip6HaBCEntryCreationTime      DateAndTime,
3193        mip6HaBUAcceptedTime           DateAndTime,
3194        mip6HaBURejectionTime          DateAndTime,
3195        mip6HaRecentBURejectionCode    Mip6BURequestRejectionCode,
3196        mip6HaCtrDiscontinuityTime     TimeStamp
3197        }
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211    mip6HaBURequestsAccepted OBJECT-TYPE
3212        SYNTAX      Counter32
3213        MAX-ACCESS  read-only
3214        STATUS      current
3215        DESCRIPTION
3216                "Total number of service requests for the mobile node
3217                 accepted by the home agent.
3218                 Discontinuities in the value of this counter can
3219                 occur at re-initialization of the management system,
3220                 and at other times as indicated by the value of
3221                 mip6HaCtrDiscontinuityTime.
3222                "
3223        ::= { mip6HaCounterEntry 1 }
3224
3225    mip6HaBURequestsDenied   OBJECT-TYPE
3226        SYNTAX      Counter32
3227        MAX-ACCESS  read-only
3228        STATUS      current
3229        DESCRIPTION
3230                "Total number of service requests for the mobile node
3231                 rejected by the home agent.
3232                 Discontinuities in the value of this counter can
3233                 occur at re-initialization of the management system,
3234                 and at other times as indicated by the value of
3235                 mip6HaCtrDiscontinuityTime.
3236                "
3237        ::= { mip6HaCounterEntry 2 }
3238
3239    mip6HaBCEntryCreationTime   OBJECT-TYPE
3240        SYNTAX      DateAndTime
3241        UNITS       "seconds"
3242        MAX-ACCESS  read-only
3243        STATUS      current
3244        DESCRIPTION
3245                "The time when the current Binding Cache entry was
3246                 created for the mobile node.
3247                "
3248        ::= { mip6HaCounterEntry 3 }
3249
3250    mip6HaBUAcceptedTime  OBJECT-TYPE
3251        SYNTAX      DateAndTime
3252        MAX-ACCESS  read-only
3253        STATUS      current
3254        DESCRIPTION
3255                "The time at which the last Binding Update was
3256                 accepted by the home agent for this mobile node.
3257                "
3258        ::= { mip6HaCounterEntry 4 }
3259
3260
3261
3262    mip6HaBURejectionTime  OBJECT-TYPE
3263        SYNTAX      DateAndTime
3264        MAX-ACCESS  read-only
3265        STATUS      current
3266        DESCRIPTION
3267                "The time at which the last Binding Update was
3268                 rejected by the home agent for this mobile node.
3269                 If there have been no rejections, then this object
3270                 will be inaccessible.
3271                "
3272        ::= { mip6HaCounterEntry 5 }
3273
3274    mip6HaRecentBURejectionCode  OBJECT-TYPE
3275        SYNTAX      Mip6BURequestRejectionCode
3276        MAX-ACCESS  read-only
3277        STATUS      current
3278        DESCRIPTION
3279                "If a Binding Acknowledgment is sent to the mobile
3280                 node, this is the status code (> 128) that is
3281                 returned in the Binding Acknowledgment.
3282                 In case a Binding Acknowledgment is not sent to the
3283                 mobile node, then this will be the value of the
3284                 status code that corresponds to the reason of the
3285                 rejection.
3286                 If there have been no rejections, then this object
3287                 will be inaccessible.
3288                "
3289        ::= { mip6HaCounterEntry 6 }
3290
3291     mip6HaCtrDiscontinuityTime OBJECT-TYPE
3292        SYNTAX      TimeStamp
3293        MAX-ACCESS  read-only
3294        STATUS      current
3295        DESCRIPTION
3296               "The value of sysUpTime on the most recent occasion
3297                at which any one or more of counters in this row,
3298                viz., instances of 'mip6HaBURequestsAccepted' and
3299                'mip6HaBURequestsRejected', suffered a discontinuity.
3300                If no such discontinuities have occurred since the
3301                last re-initialization of the local management
3302                subsystem, then this object will have a zero value.
3303               "
3304        ::= { mip6HaCounterEntry 7 }
3305
3306    -- Home Agent List Table
3307
3308
3309
3310
3311
3312
3313    mip6HaListTable OBJECT-TYPE
3314        SYNTAX      SEQUENCE OF Mip6HaListEntry
3315        MAX-ACCESS  not-accessible
3316        STATUS      current
3317        DESCRIPTION
3318                "This table models the Home Agents List that contains
3319                 the list of all routers that are acting as home
3320                 agents on each of the interfaces on which the home
3321                 agent service is offered by this router.
3322                "
3323           REFERENCE
3324                   "RFC 3775 : Section 10.1"
3325        ::= { mip6HaAdvertisement 4 }
3326
3327    mip6HaListEntry  OBJECT-TYPE
3328        SYNTAX      Mip6HaListEntry
3329        MAX-ACCESS  not-accessible
3330        STATUS      current
3331        DESCRIPTION
3332               "Information about a router that is offering home
3333                agent service.
3334                The instances of the columnar objects in this entry
3335                pertain to an interface for a particular value of
3336                mip6HaLinkLocalAddressType and
3337                mip6HaLinkLocalAddress.  The interface is uniquely
3338                identified by its ipv6InterfaceIfIndex.  The same
3339                ipv6InterfaceIfIndex object is used in conjunction
3340                with the mip6HaLinkLocalAddressType and
3341                mip6HaLinkLocalAddress to uniquely identify
3342                instances of the columnar objects of this row.
3343
3344                Implementors need to be aware that if the total
3345                number of octets in mip6HaLinkLocalAddress
3346                exceeds 112, then OIDs of column instances in
3347                this row will have more than 128 sub-identifiers and
3348                cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
3349               "
3350        INDEX   { ipv6InterfaceIfIndex, mip6HaLinkLocalAddressType,
3351                                        mip6HaLinkLocalAddress }
3352        ::= { mip6HaListTable 1 }
3353
3354    Mip6HaListEntry      ::= SEQUENCE {
3355        mip6HaLinkLocalAddressType      InetAddressType,
3356        mip6HaLinkLocalAddress          InetAddress,
3357        mip6HaPreference                Integer32,
3358        mip6HaRecvLifeTime              Gauge32,
3359        mip6HaRecvTimeStamp             DateAndTime
3360        }
3361
3362
3363
3364    mip6HaLinkLocalAddressType  OBJECT-TYPE
3365        SYNTAX      InetAddressType
3366        MAX-ACCESS  not-accessible
3367        STATUS      current
3368        DESCRIPTION
3369                "The address type for the link-local address
3370                 of the home agent that follows.
3371                "
3372        REFERENCE
3373                "RFC 3775 : Section 10.1"
3374        ::= { mip6HaListEntry 1 }
3375
3376    mip6HaLinkLocalAddress  OBJECT-TYPE
3377        SYNTAX      InetAddress
3378        MAX-ACCESS  not-accessible
3379        STATUS      current
3380        DESCRIPTION
3381                "The link local address of the home agent.
3382
3383                 The type of the address represented by this object
3384                 is specified by the corresponding
3385                 mip6HaLinkLocalAddressType object.
3386                "
3387        REFERENCE
3388                "RFC 3775 : Section 10.1"
3389        ::= { mip6HaListEntry 2 }
3390
3391   mip6HaPreference     OBJECT-TYPE
3392        SYNTAX      Integer32
3393        MAX-ACCESS  read-only
3394        STATUS      current
3395        DESCRIPTION
3396                "The preference value of this home agent.
3397                 Higher values indicate a more preferable home
3398                 agent.  The preference value is obtained from
3399                 the preference field of the received Router
3400                 Advertisement.
3401                "
3402        REFERENCE
3403                "RFC 3775 : Section 10.1"
3404        ::= { mip6HaListEntry 3 }
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415   mip6HaRecvLifeTime       OBJECT-TYPE
3416        SYNTAX      Gauge32
3417        MAX-ACCESS  read-only
3418        STATUS      current
3419        DESCRIPTION
3420                "The lifetime for this home agent.
3421                "
3422        REFERENCE
3423                "RFC 3775 : Section 10.1"
3424        ::= { mip6HaListEntry 4 }
3425
3426   mip6HaRecvTimeStamp  OBJECT-TYPE
3427        SYNTAX      DateAndTime
3428        MAX-ACCESS  read-only
3429        STATUS      current
3430        DESCRIPTION
3431                "The time when the home agent advertisement was
3432                 received.
3433                "
3434        ::= { mip6HaListEntry 5 }
3435
3436   --
3437   -- The list of global addresses of a home agent in the
3438   -- home agent list
3439   --
3440
3441   mip6HaGlAddrTable OBJECT-TYPE
3442        SYNTAX      SEQUENCE OF Mip6HaGlAddrEntry
3443        MAX-ACCESS  not-accessible
3444        STATUS      current
3445        DESCRIPTION
3446                "This table contains the global addresses of the home
3447                 agents in the Home Agents List.
3448                "
3449           REFERENCE
3450                   "RFC 3775 : Section 10.1"
3451        ::= { mip6HaAdvertisement 5 }
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466    mip6HaGlAddrEntry  OBJECT-TYPE
3467        SYNTAX      Mip6HaGlAddrEntry
3468        MAX-ACCESS  not-accessible
3469        STATUS      current
3470        DESCRIPTION
3471               "A global address for a home agent in the Home Agents
3472                List.
3473                The instances of the columnar objects in this entry
3474                pertain to an interface for a particular value of
3475                mip6HaLinkLocalAddressType, mip6HaLinkLocalAddress
3476                and mip6HaGaAddrSeqNo.
3477                The mip6HaGaAddrSeqNo object is used to distinguish
3478                between multiple instances of the home agent global
3479                addresses on the same interface for the same set of
3480                mip6HaLinkLocalAddressType, mip6HaLinkLocalAddress,
3481                values.
3482                There is no upper-bound on the maximum number of
3483                global addresses on an interface but, for practical
3484                purposes, the upper-bound of the value
3485                mip6HaGaAddrSeqNo is set to 1024.
3486                The interface is uniquely identified by its
3487                ipv6InterfaceIfIndex.  The same ipv6InterfaceIfIndex
3488                object is used in conjunction with the
3489                mip6HaLinkLocalAddressType, mip6HaLinkLocalAddress,
3490                and mip6HaGaAddrSeqNo to uniquely identify instances
3491                of the columnar objects of this row.
3492
3493                Implementors need to be aware that if the total
3494                number of octets in mip6HaLinkLocalAddress
3495                exceeds 111, then OIDs of column instances in
3496                this row will have more than 128 sub-identifiers and
3497                cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
3498               "
3499        INDEX   { ipv6InterfaceIfIndex,   mip6HaLinkLocalAddressType,
3500                  mip6HaLinkLocalAddress, mip6HaGaAddrSeqNo }
3501        ::= { mip6HaGlAddrTable 1 }
3502
3503    Mip6HaGlAddrEntry      ::= SEQUENCE {
3504        mip6HaGaAddrSeqNo              Integer32,
3505        mip6HaGaGlobalAddressType      InetAddressType,
3506        mip6HaGaGlobalAddress          InetAddress
3507    }
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517    mip6HaGaAddrSeqNo  OBJECT-TYPE
3518        SYNTAX      Integer32 (1..1024)
3519        MAX-ACCESS  not-accessible
3520        STATUS      current
3521        DESCRIPTION
3522                "The index that along with ipv6InterfaceIfIndex,
3523                 mip6HaLinkLocalAddressType, and
3524                 mip6HaLinkLocalAddress uniquely identifies this row.
3525                "
3526           REFERENCE
3527                   "RFC 3775 : Section 10.1"
3528        ::= { mip6HaGlAddrEntry 1 }
3529
3530    mip6HaGaGlobalAddressType  OBJECT-TYPE
3531        SYNTAX      InetAddressType
3532        MAX-ACCESS  read-only
3533        STATUS      current
3534        DESCRIPTION
3535                "The address type for the global address of the
3536                 home agent that follows.
3537                "
3538        ::= { mip6HaGlAddrEntry 2 }
3539
3540    mip6HaGaGlobalAddress  OBJECT-TYPE
3541        SYNTAX      InetAddress
3542        MAX-ACCESS  read-only
3543        STATUS      current
3544        DESCRIPTION
3545                "A global address of the home agent.
3546
3547                 The type of the address represented by this object
3548                 is specified by the corresponding
3549                 mip6HaGaGlobalAddressType object.
3550                "
3551        ::= { mip6HaGlAddrEntry 3 }
3552
3553--
3554-- Notifications
3555--
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568    mip6MnRegistered NOTIFICATION-TYPE
3569        OBJECTS   {
3570                    mip6BindingTimeRegistered,
3571                    mip6BindingCOAType,
3572                    mip6BindingCOA
3573                  }
3574        STATUS    current
3575        DESCRIPTION
3576                "This notification is sent by a home agent when
3577                 a mobile node registers with the home agent
3578                 for the first time.
3579                 Notifications will not be sent for subsequent
3580                 updates and/or refreshes.
3581                 The MO instances in the notifications will be
3582                 identified by the mip6BindingHomeAddressType
3583                 and mip6BindingHomeAddress for the mobile node
3584                 in the mip6BindingCacheTable.
3585                "
3586           REFERENCE
3587                   "RFC 3775 : Section 10.3.1"
3588        ::= { mip6Notifications 1 }
3589
3590    mip6MnDeRegistered NOTIFICATION-TYPE
3591        OBJECTS   {
3592                    mip6BindingTimeRegistered,
3593                    mip6BindingCOAType,
3594                    mip6BindingCOA
3595                  }
3596        STATUS    current
3597        DESCRIPTION
3598                "This notification is sent by a home agent every
3599                 time a mobile node de-registers with the home
3600                 agent by sending a Binding Update that requests
3601                 the home agent to delete a binding.
3602                 The MO instances in the notifications will be
3603                 identified by the mip6BindingHomeAddressType
3604                 and mip6BindingHomeAddress for the mobile node
3605                 in the mip6BindingCacheTable.
3606                "
3607           REFERENCE
3608                   "RFC 3775 : Section 10.3.2"
3609        ::= { mip6Notifications 2 }
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619    mip6MnCOAChanged NOTIFICATION-TYPE
3620        OBJECTS   {
3621                    mip6BindingTimeRegistered,
3622                    mip6BindingCOAType,
3623                    mip6BindingCOA
3624                  }
3625        STATUS    current
3626        DESCRIPTION
3627                "This notification is sent by a home agent every
3628                 time a mobile node sends a Binding Update with
3629                 a new care-of address (for an existing Binding
3630                 Cache entry).
3631                 Notifications will not be sent for subsequent
3632                 updates and/or refreshes for the same Care-of
3633                 address.
3634                 The registration of a new care-of address may
3635                 indicate that the mobile node has moved or that
3636                 the primary care-of address of the mobile node
3637                 has become deprecated.
3638                 The MO instances in the notifications will be
3639                 identified by the mip6BindingHomeAddressType
3640                 and mip6BindingHomeAddress for the mobile node
3641                 in the mip6BindingCacheTable.
3642                "
3643           REFERENCE
3644                   "RFC 3775 : Section 11.5.2, 11.7.1"
3645        ::= { mip6Notifications 3 }
3646
3647    mip6MnBindingExpiredAtHA NOTIFICATION-TYPE
3648        OBJECTS   {
3649                    mip6BindingTimeRegistered,
3650                    mip6BindingCOAType,
3651                    mip6BindingCOA
3652                  }
3653        STATUS    current
3654        DESCRIPTION
3655                "This notification is sent by a home agent when a
3656                 binding for the mobile node at the home agent
3657                 expired (no timely Binding Updates were received).
3658                 The MO instances in the notifications will be
3659                 identified by the mip6BindingHomeAddressType
3660                 and mip6BindingHomeAddress for the mobile node
3661                 in the mip6BindingCacheTable.
3662                "
3663           REFERENCE
3664                   "RFC 3775 : Section 10.3.2"
3665        ::= { mip6Notifications 4 }
3666
3667
3668
3669
3670    mip6MnBindingExpiredAtCN NOTIFICATION-TYPE
3671        OBJECTS   {
3672                    mip6BindingTimeRegistered,
3673                    mip6BindingCOAType,
3674                    mip6BindingCOA
3675                  }
3676        STATUS    current
3677        DESCRIPTION
3678                "This notification is sent by a correspondent node
3679                 when a binding for the mobile node at the
3680                 correspondent node expired (no timely Binding
3681                 Updates were received).
3682                 The MO instances in the notifications will be
3683                 identified by the mip6BindingHomeAddressType
3684                 and mip6BindingHomeAddress for the mobile node
3685                 in the mip6BindingCacheTable.
3686                "
3687        ::= { mip6Notifications 5 }
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721    -- Conformance information
3722   mip6Groups      OBJECT IDENTIFIER ::= { mip6Conformance 1 }
3723   mip6Compliances OBJECT IDENTIFIER ::= { mip6Conformance 2 }
3724
3725    -- Units of conformance
3726   mip6SystemGroup    OBJECT-GROUP
3727        OBJECTS {
3728                  mip6Capabilities,
3729                  mip6Status
3730       }
3731        STATUS  current
3732        DESCRIPTION
3733                " A collection of objects for basic MIPv6
3734                  monitoring."
3735        ::= { mip6Groups 1 }
3736
3737   mip6BindingCacheGroup    OBJECT-GROUP
3738        OBJECTS {
3739                  mip6BindingCOAType,
3740                  mip6BindingCOA,
3741                  mip6BindingTimeRegistered,
3742                  mip6BindingTimeGranted,
3743                  mip6BindingTimeRemaining,
3744                  mip6BindingMaxSeq,
3745                  mip6BindingHomeRegn,
3746                  mip6BindingUsageTS,
3747                  mip6BindingUsageCount,
3748                  mip6BindingAdminStatus
3749       }
3750        STATUS  current
3751        DESCRIPTION
3752                " A collection of objects for monitoring the
3753                  Binding Cache.
3754                "
3755        ::= { mip6Groups 2 }
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772   mip6BindingHstGroup    OBJECT-GROUP
3773        OBJECTS {
3774                  mip6BindingHstCOAType,
3775                  mip6BindingHstCOA,
3776                  mip6BindingHstTimeRegistered,
3777                  mip6BindingHstTimeExpired,
3778                  mip6BindingHstHomeRegn,
3779                  mip6BindingHstUsageTS,
3780                  mip6BindingHstUsageCount
3781       }
3782        STATUS  current
3783        DESCRIPTION
3784                " A collection of objects for monitoring the
3785                  Binding History.  This can be used to monitor
3786                  the movement of the mobile node.
3787                "
3788        ::= { mip6Groups 3 }
3789
3790   mip6TotalTrafficGroup    OBJECT-GROUP
3791        OBJECTS {
3792                  mip6InOctets,
3793                  mip6HCInOctets,
3794                  mip6InPkts,
3795                  mip6HCInPkts,
3796                  mip6OutOctets,
3797                  mip6HCOutOctets,
3798                  mip6OutPkts,
3799                  mip6HCOutPkts,
3800                  mip6CounterDiscontinuityTime
3801       }
3802        STATUS  current
3803        DESCRIPTION
3804                " A collection of objects for monitoring the
3805                  total MIPv6 traffic.
3806                "
3807        ::= { mip6Groups 4 }
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823   mip6NodeTrafficGroup    OBJECT-GROUP
3824        OBJECTS {
3825                  mip6NodeInOctets,
3826                  mip6HCNodeInOctets,
3827                  mip6NodeInPkts,
3828                  mip6HCNodeInPkts,
3829                  mip6NodeOutOctets,
3830                  mip6HCNodeOutOctets,
3831                  mip6NodeOutPkts,
3832                  mip6HCNodeOutPkts,
3833                  mip6NodeCtrDiscontinuityTime
3834       }
3835        STATUS  current
3836        DESCRIPTION
3837                " A collection of objects for monitoring the
3838                  MIPv6 traffic due to a mobile node.
3839                "
3840        ::= { mip6Groups 5 }
3841
3842   mip6MnSystemGroup    OBJECT-GROUP
3843        OBJECTS {
3844                  mip6MnHomeAddressState
3845       }
3846        STATUS  current
3847        DESCRIPTION
3848                " A collection of objects for basic monitoring
3849                  of the mobile node.
3850                "
3851        ::= { mip6Groups 6 }
3852
3853   mip6MnConfGroup   OBJECT-GROUP
3854        OBJECTS {
3855                  mip6MnDiscoveryRequests,
3856                  mip6MnDiscoveryReplies,
3857                  mip6MnDiscoveryTimeouts,
3858                  mip6MnPrefixSolicitationsSent,
3859                  mip6MnPrefixAdvsRecd,
3860                  mip6MnPrefixAdvsIgnored,
3861                  mip6MnMovedToFN,
3862                  mip6MnMovedToHN
3863       }
3864        STATUS  current
3865        DESCRIPTION
3866                " A collection of objects for monitoring
3867                  the advertisement-related info on the
3868                  mobile node.
3869                "
3870        ::= { mip6Groups 7 }
3871
3872
3873
3874   mip6MnRegistrationGroup  OBJECT-GROUP
3875        OBJECTS {
3876                  mip6MnBLCOAType,
3877                  mip6MnBLCOA,
3878                  mip6MnBLLifeTimeRequested,
3879                  mip6MnBLLifeTimeGranted,
3880                  mip6MnBLMaxSeq,
3881                  mip6MnBLTimeSent,
3882                  mip6MnBLAccepted,
3883                  mip6MnBLAcceptedTime,
3884                  mip6MnBLRetransmissions,
3885                  mip6MnBLDontSendBUFlag,
3886               --
3887               -- Binding Update List
3888               --
3889                  mip6MnMobilityMessagesSent,
3890                  mip6MnMobilityMessagesRecd,
3891                  mip6MnBUsToHA,
3892                  mip6MnBUAcksFromHA,
3893                  mip6MnBUsToCN,
3894                  mip6MnBUAcksFromCN,
3895                  mip6MnBindingErrorsFromCN,
3896                  mip6MnICMPErrorsRecd,
3897                  mip6MnBRRequestsRecd
3898       }
3899        STATUS  current
3900        DESCRIPTION
3901                " A collection of objects for monitoring
3902                  the registration statistics for the mobile node.
3903                "
3904        ::= { mip6Groups 8 }
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925   mip6CnStatsGroup   OBJECT-GROUP
3926        OBJECTS {
3927                  mip6CnBURequestsAccepted,
3928                  mip6CnBURequestsRejected,
3929                  mip6CnBCEntryCreationTime,
3930                  mip6CnBUAcceptedTime,
3931                  mip6CnBURejectionTime,
3932                  mip6CnBURejectionCode,
3933                  mip6CnCtrDiscontinuityTime
3934       }
3935        STATUS  current
3936        DESCRIPTION
3937                " A collection of objects for monitoring
3938                  the control messages and corresponding
3939                  statistics for each mobile node
3940                  communicating with the correspondent
3941                  node.
3942                "
3943        ::= { mip6Groups 9 }
3944
3945   mip6HaSystemGroup   OBJECT-GROUP
3946        OBJECTS {
3947                  mip6HaAdvsRecd,
3948                  mip6HaAdvsSent,
3949                  mip6HaAdvPreference,
3950                  mip6HaAdvLifetime,
3951                  mip6HaPrefixAdv,
3952                  mip6HaPrefixSolicitation,
3953                  mip6HaMCastCtlMsgSupport
3954       }
3955        STATUS  current
3956        DESCRIPTION
3957                " A collection of objects for monitoring
3958                  the advertisement-related parameters and
3959                  statistics for the home agent.
3960                "
3961        ::= { mip6Groups 10 }
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976    mip6HaListGroup   OBJECT-GROUP
3977        OBJECTS {
3978                  mip6HaPreference,
3979                  mip6HaRecvLifeTime,
3980                  mip6HaRecvTimeStamp,
3981                  mip6HaGaGlobalAddressType,
3982                  mip6HaGaGlobalAddress
3983       }
3984        STATUS  current
3985        DESCRIPTION
3986                " A collection of objects for monitoring
3987                  the Home Agent List on the home agent.
3988                "
3989        ::= { mip6Groups 11 }
3990
3991    mip6HaStatsGroup   OBJECT-GROUP
3992        OBJECTS {
3993                  mip6HaBURequestsAccepted,
3994                  mip6HaBURequestsDenied,
3995                  mip6HaBCEntryCreationTime,
3996                  mip6HaBUAcceptedTime,
3997                  mip6HaBURejectionTime,
3998                  mip6HaRecentBURejectionCode,
3999                  mip6HaCtrDiscontinuityTime
4000
4001       }
4002        STATUS  current
4003        DESCRIPTION
4004                " A collection of objects for monitoring
4005                  registration-related statistics on the home agent.
4006                "
4007        ::= { mip6Groups 12 }
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027    mip6CnGlobalStatsGroup   OBJECT-GROUP
4028        OBJECTS {
4029                  mip6CnHomeTestInitsRecd,
4030                  mip6CnHomeTestsSent,
4031                  mip6CnCareOfTestInitsRecd,
4032                  mip6CnCareOfTestsSent,
4033                  mip6CnBUsRecd,
4034                  mip6CnBUAcksSent,
4035                  mip6CnBRsSent,
4036                  mip6CnBindingErrors,
4037                  mip6CnBUsAccepted,
4038                  mip6CnBUsRejected,
4039                  mip6CnReasonUnspecified,
4040                  mip6CnInsufficientResource,
4041                  mip6CnHomeRegnNotSupported,
4042                  mip6CnSeqNumberOutOfWindow,
4043                  mip6CnExpiredHomeNonceIndex,
4044                  mip6CnExpiredCareOfNonceIndex,
4045                  mip6CnExpiredNonce,
4046                  mip6CnRegTypeChangeDisallowed
4047       }
4048        STATUS  current
4049        DESCRIPTION
4050                " A collection of objects for monitoring
4051                  advertisement and registration statistics on
4052                  a correspondent node.
4053                "
4054        ::= { mip6Groups 13 }
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078    mip6HaGlobalStatsGroup   OBJECT-GROUP
4079        OBJECTS {
4080                  mip6HaHomeTestInitsRecd,
4081                  mip6HaHomeTestsSent,
4082                  mip6HaBUsRecd,
4083                  mip6HaBUAcksSent,
4084                  mip6HaBRAdviceSent,
4085                  mip6HaBUsAccepted,
4086                  mip6HaPrefDiscoverReqd,
4087                  mip6HaReasonUnspecified,
4088                  mip6HaAdmProhibited,
4089                  mip6HaInsufficientResource,
4090                  mip6HaHomeRegnNotSupported,
4091                  mip6HaNotHomeSubnet,
4092                  mip6HaNotHomeAgentForThisMN,
4093                  mip6HaDupAddrDetectionFailed,
4094                  mip6HaSeqNumberOutOfWindow,
4095                  mip6HaExpiredHomeNonceIndex,
4096                  mip6HaRegTypeChangeDisallowed
4097
4098       }
4099        STATUS  current
4100        DESCRIPTION
4101                " A collection of objects for monitoring
4102                  advertisement and registration statistics on
4103                  a home agent.
4104                "
4105        ::= { mip6Groups 14 }
4106
4107    mip6BindingCacheCtlGroup    OBJECT-GROUP
4108        OBJECTS {
4109                  mip6BindingAdminStatus
4110       }
4111        STATUS  current
4112        DESCRIPTION
4113                "A collection of objects for controlling the
4114                 Binding Cache.
4115                "
4116        ::= { mip6Groups 15 }
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129    mip6NotificationGroup   NOTIFICATION-GROUP
4130        NOTIFICATIONS {
4131                 mip6MnRegistered,
4132                 mip6MnDeRegistered,
4133                 mip6MnCOAChanged,
4134                 mip6MnBindingExpiredAtHA,
4135                 mip6MnBindingExpiredAtCN
4136       }
4137        STATUS  current
4138        DESCRIPTION
4139                "A collection of notifications from a home agent
4140                 or correspondent node to the Manager about the
4141                 status of a mobile node.
4142                "
4143        ::= { mip6Groups 16 }
4144
4145
4146
4147    -- Compliance statements
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180   mip6CoreCompliance MODULE-COMPLIANCE
4181        STATUS  current
4182        DESCRIPTION
4183               "The compliance statement for SNMP entities
4184                that implement the MOBILEIPV6-MIB.
4185               "
4186        MODULE  -- this module
4187            MANDATORY-GROUPS { mip6SystemGroup }
4188
4189        ::= { mip6Compliances 1 }
4190
4191   mip6Compliance2 MODULE-COMPLIANCE
4192        STATUS  current
4193        DESCRIPTION
4194               "The compliance statement for SNMP entities
4195                that implement the MOBILEIPV6-MIB and support
4196                monitoring of the Binding Cache and the Total
4197                Traffic.
4198                There are a number of INDEX objects that cannot be
4199                represented in the form of OBJECT clauses in SMIv2,
4200                but for which there are compliance requirements,
4201                expressed in OBJECT clause form in this description:
4202                -- OBJECT      mip6BindingHomeAddressType
4203                -- SYNTAX      InetAddressType { ipv6(2) }
4204                -- DESCRIPTION
4205                --     This MIB module requires support for global
4206                --     ipv6 addresses for the mip6BindingHomeAddress
4207                --     object.
4208                --
4209                -- OBJECT      mip6BindingHomeAddress
4210                -- SYNTAX      InetAddress (SIZE(16))
4211                -- DESCRIPTION
4212                --     This MIB module requires support for global
4213                --     ipv6 addresses for the mip6BindingHomeAddress
4214                --     object.
4215                --
4216               "
4217        MODULE  -- this module
4218            MANDATORY-GROUPS { mip6SystemGroup,
4219                               mip6BindingCacheGroup,
4220                               mip6TotalTrafficGroup
4221                                }
4222        ::= { mip6Compliances 2 }
4223
4224
4225
4226
4227
4228
4229
4230
4231   mip6Compliance3 MODULE-COMPLIANCE
4232        STATUS  current
4233        DESCRIPTION
4234               "The compliance statement for SNMP entities
4235                that implement the MOBILEIPV6-MIB and
4236                support monitoring of the Binding Cache,
4237                the Binding History, the total traffic, and
4238                the mobile node-wide traffic.
4239                There are a number of INDEX objects that cannot be
4240                represented in the form of OBJECT clauses in SMIv2,
4241                but for which there are compliance requirements,
4242                expressed in OBJECT clause form in this description:
4243                -- OBJECT      mip6BindingHomeAddressType
4244                -- SYNTAX      InetAddressType { ipv6(2) }
4245                -- DESCRIPTION
4246                --     This MIB module requires support for global
4247                --     ipv6 addresses for the mip6BindingHomeAddress
4248                --     object.
4249                --
4250                -- OBJECT      mip6BindingHomeAddress
4251                -- SYNTAX      InetAddress (SIZE(16))
4252                -- DESCRIPTION
4253                --     This MIB module requires support for global
4254                --     ipv6 addresses for the mip6BindingHomeAddress
4255                --     object.
4256                --
4257                -- OBJECT      mip6BindingHstHomeAddressType
4258                -- SYNTAX      InetAddressType { ipv6(2) }
4259                -- DESCRIPTION
4260                --     This MIB module requires support for global
4261                --     ipv6 addresses for the
4262                --     mip6BindingHstHomeAddress object.
4263                --
4264                -- OBJECT      mip6BindingHstHomeAddress
4265                -- SYNTAX      InetAddress (SIZE(16))
4266                -- DESCRIPTION
4267                --     This MIB module requires support for global
4268                --     ipv6 addresses for the
4269                --     mip6BindingHstHomeAddress object.
4270                --
4271               "
4272        MODULE  -- this module
4273            MANDATORY-GROUPS { mip6SystemGroup,
4274                               mip6BindingCacheGroup,
4275                               mip6BindingHstGroup,
4276                               mip6TotalTrafficGroup,
4277                               mip6NodeTrafficGroup
4278                              }
4279
4280
4281
4282        ::= { mip6Compliances 3 }
4283
4284
4285   mip6CoreReadOnlyCompliance MODULE-COMPLIANCE
4286        STATUS  current
4287        DESCRIPTION
4288               "The compliance statement for SNMP entities
4289                that implement the MOBILEIPV6-MIB without support
4290                for read-write (i.e., in read-only mode).
4291               "
4292        MODULE  -- this module
4293            MANDATORY-GROUPS { mip6SystemGroup }
4294
4295        OBJECT      mip6Status
4296        MIN-ACCESS  read-only
4297        DESCRIPTION
4298               "Write access is not required."
4299
4300        ::= { mip6Compliances 4 }
4301
4302   mip6ReadOnlyCompliance2 MODULE-COMPLIANCE
4303        STATUS  current
4304        DESCRIPTION
4305               "The compliance statement for SNMP entities
4306                that implement the MOBILEIPV6-MIB without support
4307                for read-write (i.e., in read-only mode) and
4308                support monitoring of the Binding Cache and Total
4309                Traffic.
4310                There are a number of INDEX objects that cannot be
4311                represented in the form of OBJECT clauses in SMIv2,
4312                but for which there are compliance requirements,
4313                expressed in OBJECT clause form in this description:
4314                -- OBJECT      mip6BindingHomeAddressType
4315                -- SYNTAX      InetAddressType { ipv6(2) }
4316                -- DESCRIPTION
4317                --     This MIB module requires support for global
4318                --     ipv6 addresses for the mip6BindingHomeAddress
4319                --     object.
4320                --
4321                -- OBJECT      mip6BindingHomeAddress
4322                -- SYNTAX      InetAddress (SIZE(16))
4323                -- DESCRIPTION
4324                --     This MIB module requires support for global
4325                --     ipv6 addresses for the mip6BindingHomeAddress
4326                --     object.
4327                --
4328               "
4329        MODULE  -- this module
4330
4331
4332
4333            MANDATORY-GROUPS { mip6SystemGroup,
4334                               mip6BindingCacheGroup,
4335                               mip6TotalTrafficGroup
4336                                }
4337        OBJECT      mip6Status
4338        MIN-ACCESS  read-only
4339        DESCRIPTION
4340               "Write access is not required."
4341
4342        OBJECT      mip6BindingAdminStatus
4343        MIN-ACCESS  read-only
4344        DESCRIPTION
4345               "Write access is not required."
4346        ::= { mip6Compliances 5 }
4347
4348   mip6ReadOnlyCompliance3 MODULE-COMPLIANCE
4349        STATUS  current
4350        DESCRIPTION
4351               "The compliance statement for SNMP entities
4352                that implement the MOBILEIPV6-MIB without support
4353                for read-write (i.e., in read-only mode) and support
4354                monitoring of the Binding Cache, the Binding History,
4355                the total traffic, and the mobile node-wide traffic.
4356                There are a number of INDEX objects that cannot be
4357                represented in the form of OBJECT clauses in SMIv2,
4358                but for which there are compliance requirements,
4359                expressed in OBJECT clause form in this description:
4360                -- OBJECT      mip6BindingHomeAddressType
4361                -- SYNTAX      InetAddressType { ipv6(2) }
4362                -- DESCRIPTION
4363                --     This MIB module requires support for global
4364                --     ipv6 addresses for the mip6BindingHomeAddress
4365                --     object.
4366                --
4367                -- OBJECT      mip6BindingHomeAddress
4368                -- SYNTAX      InetAddress (SIZE(16))
4369                -- DESCRIPTION
4370                --     This MIB module requires support for global
4371                --     ipv6 addresses for the mip6BindingHomeAddress
4372                --     object.
4373                --
4374                -- OBJECT      mip6BindingHstHomeAddressType
4375                -- SYNTAX      InetAddressType { ipv6(2) }
4376                -- DESCRIPTION
4377                --     This MIB module requires support for global
4378                --     ipv6 addresses for the
4379                --     mip6BindingHstHomeAddress object.
4380                --
4381
4382
4383
4384                -- OBJECT      mip6BindingHstHomeAddress
4385                -- SYNTAX      InetAddress (SIZE(16))
4386                -- DESCRIPTION
4387                --     This MIB module requires support for global
4388                --     ipv6 addresses for the
4389                --     mip6BindingHstHomeAddress object.
4390                --
4391               "
4392        MODULE  -- this module
4393            MANDATORY-GROUPS { mip6SystemGroup,
4394                               mip6BindingCacheGroup,
4395                               mip6BindingHstGroup,
4396                               mip6TotalTrafficGroup,
4397                               mip6NodeTrafficGroup
4398                              }
4399        OBJECT      mip6Status
4400        MIN-ACCESS  read-only
4401        DESCRIPTION
4402               "Write access is not required."
4403
4404        OBJECT      mip6BindingAdminStatus
4405        MIN-ACCESS  read-only
4406        DESCRIPTION
4407               "Write access is not required."
4408        ::= { mip6Compliances 6 }
4409
4410   mip6MnCoreCompliance MODULE-COMPLIANCE
4411        STATUS  current
4412        DESCRIPTION
4413               "The compliance statement for SNMP entities
4414                that implement the MOBILEIPV6-MIB and
4415                support monitoring of the basic mobile node
4416                functionality.
4417                There are a number of INDEX objects that cannot be
4418                represented in the form of OBJECT clauses in SMIv2,
4419                but for which there are compliance requirements,
4420                expressed in OBJECT clause form in this description:
4421                -- OBJECT      mip6MnHomeAddressType
4422                -- SYNTAX      InetAddressType { ipv6(2) }
4423                -- DESCRIPTION
4424                --     This MIB module requires support for global
4425                --     ipv6 addresses for the mip6MnHomeAddress
4426                --     object.
4427                --
4428                -- OBJECT      mip6MnHomeAddress
4429                -- SYNTAX      InetAddress (SIZE(16))
4430                -- DESCRIPTION
4431                --     This MIB module requires support for global
4432
4433
4434
4435                --     ipv6 addresses for the mip6MnHomeAddress
4436                --     object.
4437                --
4438               "
4439        MODULE  -- this module
4440            MANDATORY-GROUPS { mip6MnSystemGroup
4441                              }
4442        ::= { mip6Compliances 7 }
4443
4444   mip6MnCompliance2 MODULE-COMPLIANCE
4445        STATUS  current
4446        DESCRIPTION
4447               "The compliance statement for SNMP entities
4448                that implement the MOBILEIPV6-MIB and
4449                support monitoring of the mobile node
4450                functionality specifically the Discovery- and
4451                Registration-related statistics,
4452                There are a number of INDEX objects that cannot be
4453                represented in the form of OBJECT clauses in SMIv2,
4454                but for which there are compliance requirements,
4455                expressed in OBJECT clause form in this description:
4456                -- OBJECT      mip6MnHomeAddressType
4457                -- SYNTAX      InetAddressType { ipv6(2) }
4458                -- DESCRIPTION
4459                --     This MIB module requires support for global
4460                --     ipv6 addresses for the mip6MnHomeAddress
4461                --     object.
4462                --
4463                -- OBJECT      mip6MnHomeAddress
4464                -- SYNTAX      InetAddress (SIZE(16))
4465                -- DESCRIPTION
4466                --     This MIB module requires support for global
4467                --     ipv6 addresses for the mip6MnHomeAddress
4468                --     object.
4469                --
4470                -- OBJECT      mip6MnBLNodeAddressType
4471                -- SYNTAX      InetAddressType { ipv6(2) }
4472                -- DESCRIPTION
4473                --     This MIB module requires support for global
4474                --     ipv6 addresses for the mip6MnBLNodeAddress
4475                --     object.
4476                --
4477                -- OBJECT      mip6MnBLNodeAddress
4478                -- SYNTAX      InetAddress (SIZE(16))
4479                -- DESCRIPTION
4480                --     This MIB module requires support for global
4481                --     ipv6 addresses for the mip6MnBLNodeAddress
4482                --     object.
4483
4484
4485
4486                --
4487               "
4488        MODULE  -- this module
4489            MANDATORY-GROUPS { mip6MnSystemGroup,
4490                               mip6MnConfGroup,
4491                               mip6MnRegistrationGroup,
4492                               mip6TotalTrafficGroup
4493                              }
4494        ::= { mip6Compliances 8 }
4495
4496   mip6CnCoreCompliance MODULE-COMPLIANCE
4497        STATUS  current
4498        DESCRIPTION
4499                "The compliance statement for SNMP entities
4500                 that implement the MOBILEIPV6-MIB and
4501                 support monitoring of the basic correspondent node
4502                 functionality.
4503                "
4504        MODULE  -- this module
4505            MANDATORY-GROUPS { mip6CnGlobalStatsGroup,
4506                               mip6TotalTrafficGroup
4507                              }
4508        ::= { mip6Compliances 9 }
4509
4510   mip6CnCompliance MODULE-COMPLIANCE
4511        STATUS  current
4512        DESCRIPTION
4513               "The compliance statement for SNMP entities
4514                that implement the MOBILEIPV6-MIB and
4515                support monitoring of the basic correspondent node
4516                functionality.
4517                There are a number of INDEX objects that cannot be
4518                represented in the form of OBJECT clauses in SMIv2,
4519                but for which there are compliance requirements,
4520                expressed in OBJECT clause form in this description:
4521                -- OBJECT      mip6BindingHomeAddressType
4522                -- SYNTAX      InetAddressType { ipv6(2) }
4523                -- DESCRIPTION
4524                --     This MIB module requires support for global
4525                --     ipv6 addresses for the mip6BindingHomeAddress
4526                --     object.
4527                --
4528                -- OBJECT      mip6BindingHomeAddress
4529                -- SYNTAX      InetAddress (SIZE(16))
4530                -- DESCRIPTION
4531                --     This MIB module requires support for global
4532                --     ipv6 addresses for the mip6BindingHomeAddress
4533                --     object.
4534
4535
4536
4537               "
4538        MODULE  -- this module
4539            MANDATORY-GROUPS { mip6CnGlobalStatsGroup,
4540                               mip6CnStatsGroup,
4541                               mip6TotalTrafficGroup
4542                              }
4543        ::= { mip6Compliances 10 }
4544
4545   mip6HaCoreCompliance MODULE-COMPLIANCE
4546        STATUS  current
4547        DESCRIPTION
4548                "The compliance statement for SNMP entities
4549                 that implement the MOBILEIPV6-MIB and
4550                 support monitoring of the basic home agent
4551                 functionality.
4552                "
4553        MODULE  -- this module
4554            MANDATORY-GROUPS { mip6HaSystemGroup
4555                              }
4556        ::= { mip6Compliances 11 }
4557
4558   mip6HaCompliance2 MODULE-COMPLIANCE
4559        STATUS  current
4560        DESCRIPTION
4561               "The compliance statement for SNMP entities
4562                that implement the MOBILEIPV6-MIB and
4563                support monitoring of the home agent
4564                functionality specifically the Home Agent List
4565                and the home-agent-registration-related statistics,
4566                There are a number of INDEX objects that cannot be
4567                represented in the form of OBJECT clauses in SMIv2,
4568                but for which there are compliance requirements,
4569                expressed in OBJECT clause form in this description:
4570                -- OBJECT      mip6BindingHomeAddressType
4571                -- SYNTAX      InetAddressType { ipv6(2) }
4572                -- DESCRIPTION
4573                --     This MIB module requires support for global
4574                --     ipv6 addresses for the mip6BindingHomeAddress
4575                --     object.
4576                --
4577                -- OBJECT      mip6BindingHomeAddress
4578                -- SYNTAX      InetAddress (SIZE(16))
4579                -- DESCRIPTION
4580                --     This MIB module requires support for global
4581                --     ipv6 addresses for the mip6BindingHomeAddress
4582                --     object.
4583                --
4584                -- OBJECT      mip6HaLinkLocalAddressType
4585
4586
4587
4588                -- SYNTAX      InetAddressType { ipv6z(4) }
4589                -- DESCRIPTION
4590                --     This MIB module requires support for local
4591                --     ipv6 addresses for the mip6HaLinkLocalAddress
4592                --     object.
4593                --
4594                -- OBJECT      mip6HaLinkLocalAddress
4595                -- SYNTAX      InetAddress (SIZE(20))
4596                -- DESCRIPTION
4597                --     This MIB module requires support for local
4598                --     ipv6 addresses for the mip6HaLinkLocalAddress
4599                --     object.
4600                --
4601               "
4602        MODULE  -- this module
4603            MANDATORY-GROUPS { mip6HaSystemGroup,
4604                               mip6HaListGroup,
4605                               mip6HaStatsGroup,
4606                               mip6HaGlobalStatsGroup,
4607                               mip6TotalTrafficGroup
4608                              }
4609        ::= { mip6Compliances 12 }
4610
4611   mip6HaCompliance3 MODULE-COMPLIANCE
4612        STATUS  current
4613        DESCRIPTION
4614               "The compliance statement for SNMP entities
4615                that implement the MOBILEIPV6-MIB and
4616                support monitoring and control of the home agent
4617                functionality specifically the Home Agent List
4618                and the home-agent-registration-related statistics,
4619
4620                There are a number of INDEX objects that cannot be
4621                represented in the form of OBJECT clauses in SMIv2,
4622                but for which there are compliance requirements,
4623                expressed in OBJECT clause form in this description:
4624                -- OBJECT      mip6BindingHomeAddressType
4625                -- SYNTAX      InetAddressType { ipv6(2) }
4626                -- DESCRIPTION
4627                --     This MIB module requires support for global
4628                --     ipv6 addresses for the mip6BindingHomeAddress
4629                --     object.
4630                --
4631                -- OBJECT      mip6BindingHomeAddress
4632                -- SYNTAX      InetAddress (SIZE(16))
4633                -- DESCRIPTION
4634                --     This MIB module requires support for global
4635                --     ipv6 addresses for the mip6BindingHomeAddress
4636
4637
4638
4639                --     object.
4640                --
4641                -- OBJECT      mip6HaLinkLocalAddressType
4642                -- SYNTAX      InetAddressType { ipv6z(4) }
4643                -- DESCRIPTION
4644                --     This MIB module requires support for local
4645                --     ipv6 addresses for the mip6HaLinkLocalAddress
4646                --     object.
4647                --
4648                -- OBJECT      mip6HaLinkLocalAddress
4649                -- SYNTAX      InetAddress (SIZE(20))
4650                -- DESCRIPTION
4651                --     This MIB module requires support for local
4652                --     ipv6 addresses for the mip6HaLinkLocalAddress
4653                --     object.
4654                --
4655               "
4656        MODULE  -- this module
4657            MANDATORY-GROUPS { mip6HaSystemGroup,
4658                               mip6HaListGroup,
4659                               mip6HaStatsGroup,
4660                               mip6HaGlobalStatsGroup,
4661                               mip6BindingCacheCtlGroup,
4662                               mip6TotalTrafficGroup
4663                              }
4664        ::= { mip6Compliances 13 }
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690   mip6HaCoreReadOnlyCompliance MODULE-COMPLIANCE
4691        STATUS  current
4692        DESCRIPTION
4693               "The compliance statement for SNMP entities
4694                that implement the MOBILEIPV6-MIB without support
4695                for read-write (i.e., in read-only mode) and
4696                support monitoring of the basic home agent
4697                functionality.
4698               "
4699        MODULE  -- this module
4700            MANDATORY-GROUPS { mip6HaSystemGroup
4701                              }
4702        OBJECT      mip6HaAdvPreference
4703        MIN-ACCESS  read-only
4704        DESCRIPTION
4705               "Write access is not required."
4706
4707        OBJECT      mip6HaAdvLifetime
4708        MIN-ACCESS  read-only
4709        DESCRIPTION
4710               "Write access is not required."
4711
4712        OBJECT      mip6HaPrefixAdv
4713        MIN-ACCESS  read-only
4714        DESCRIPTION
4715               "Write access is not required."
4716
4717        OBJECT      mip6HaPrefixSolicitation
4718        MIN-ACCESS  read-only
4719        DESCRIPTION
4720               "Write access is not required."
4721
4722        OBJECT      mip6HaMCastCtlMsgSupport
4723        MIN-ACCESS  read-only
4724        DESCRIPTION
4725               "Write access is not required."
4726
4727        ::= { mip6Compliances 14 }
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741   mip6HaReadOnlyCompliance2 MODULE-COMPLIANCE
4742        STATUS  current
4743        DESCRIPTION
4744               "The compliance statement for SNMP entities
4745                that implement the MOBILEIPV6-MIB without support
4746                for read-write (i.e., in read-only mode) and
4747                support monitoring of the home agent
4748                functionality specifically the Home Agent List
4749                and the home-agent-registration-related statistics.
4750
4751                There are a number of INDEX objects that cannot be
4752                represented in the form of OBJECT clauses in SMIv2,
4753                but for which there are compliance requirements,
4754                expressed in OBJECT clause form in this description:
4755                -- OBJECT      mip6BindingHomeAddressType
4756                -- SYNTAX      InetAddressType { ipv6(2) }
4757                -- DESCRIPTION
4758                --     This MIB module requires support for global
4759                --     ipv6 addresses for the mip6BindingHomeAddress
4760                --     object.
4761                --
4762                -- OBJECT      mip6BindingHomeAddress
4763                -- SYNTAX      InetAddress (SIZE(16))
4764                -- DESCRIPTION
4765                --     This MIB module requires support for global
4766                --     ipv6 addresses for the mip6BindingHomeAddress
4767                --     object.
4768                --
4769                -- OBJECT      mip6HaLinkLocalAddressType
4770                -- SYNTAX      InetAddressType { ipv6z(4) }
4771                -- DESCRIPTION
4772                --     This MIB module requires support for local
4773                --     ipv6 addresses for the mip6HaLinkLocalAddress
4774                --     object.
4775                --
4776                -- OBJECT      mip6HaLinkLocalAddress
4777                -- SYNTAX      InetAddress (SIZE(20))
4778                -- DESCRIPTION
4779                --     This MIB module requires support for local
4780                --     ipv6 addresses for the mip6HaLinkLocalAddress
4781                --     object.
4782                --
4783               "
4784        MODULE  -- this module
4785            MANDATORY-GROUPS { mip6HaSystemGroup,
4786                               mip6HaListGroup,
4787                               mip6HaStatsGroup,
4788                               mip6HaGlobalStatsGroup,
4789
4790
4791
4792                               mip6TotalTrafficGroup
4793                              }
4794
4795        OBJECT      mip6HaAdvPreference
4796        MIN-ACCESS  read-only
4797        DESCRIPTION
4798               "Write access is not required."
4799
4800        OBJECT      mip6HaAdvLifetime
4801        MIN-ACCESS  read-only
4802        DESCRIPTION
4803               "Write access is not required."
4804
4805        OBJECT      mip6HaPrefixAdv
4806        MIN-ACCESS  read-only
4807        DESCRIPTION
4808               "Write access is not required."
4809
4810        OBJECT      mip6HaPrefixSolicitation
4811        MIN-ACCESS  read-only
4812        DESCRIPTION
4813               "Write access is not required."
4814
4815        OBJECT      mip6HaMCastCtlMsgSupport
4816        MIN-ACCESS  read-only
4817        DESCRIPTION
4818               "Write access is not required."
4819
4820        ::= { mip6Compliances 15 }
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843   mip6HaReadOnlyCompliance3 MODULE-COMPLIANCE
4844        STATUS  current
4845        DESCRIPTION
4846               "The compliance statement for SNMP entities
4847                that implement the MOBILEIPV6-MIB without support
4848                for read-write (i.e., in read-only mode) and
4849                support monitoring and control of the home agent
4850                functionality specifically the Home Agent List
4851                and the home-agent-registration-related statistics,
4852
4853                There are a number of INDEX objects that cannot be
4854                represented in the form of OBJECT clauses in SMIv2,
4855                but for which there are compliance requirements,
4856                expressed in OBJECT clause form in this description:
4857                -- OBJECT      mip6BindingHomeAddressType
4858                -- SYNTAX      InetAddressType { ipv6(2) }
4859                -- DESCRIPTION
4860                --     This MIB module requires support for global
4861                --     ipv6 addresses for the mip6BindingHomeAddress
4862                --     object.
4863                --
4864                -- OBJECT      mip6BindingHomeAddress
4865                -- SYNTAX      InetAddress (SIZE(16))
4866                -- DESCRIPTION
4867                --     This MIB module requires support for global
4868                --     ipv6 addresses for the mip6BindingHomeAddress
4869                --     object.
4870                --
4871                -- OBJECT      mip6HaLinkLocalAddressType
4872                -- SYNTAX      InetAddressType { ipv6z(4) }
4873                -- DESCRIPTION
4874                --     This MIB module requires support for local
4875                --     ipv6 addresses for the mip6HaLinkLocalAddress
4876                --     object.
4877                --
4878                -- OBJECT      mip6HaLinkLocalAddress
4879                -- SYNTAX      InetAddress (SIZE(20))
4880                -- DESCRIPTION
4881                --     This MIB module requires support for local
4882                --     ipv6 addresses for the mip6HaLinkLocalAddress
4883                --     object.
4884                --
4885               "
4886        MODULE  -- this module
4887            MANDATORY-GROUPS { mip6HaSystemGroup,
4888                               mip6HaListGroup,
4889                               mip6HaStatsGroup,
4890                               mip6HaGlobalStatsGroup,
4891
4892
4893
4894                               mip6BindingCacheCtlGroup,
4895                               mip6TotalTrafficGroup
4896                              }
4897
4898        OBJECT      mip6HaAdvPreference
4899        MIN-ACCESS  read-only
4900        DESCRIPTION
4901               "Write access is not required."
4902
4903        OBJECT      mip6HaAdvLifetime
4904        MIN-ACCESS  read-only
4905        DESCRIPTION
4906               "Write access is not required."
4907
4908        OBJECT      mip6HaPrefixAdv
4909        MIN-ACCESS  read-only
4910        DESCRIPTION
4911               "Write access is not required."
4912
4913        OBJECT      mip6HaPrefixSolicitation
4914        MIN-ACCESS  read-only
4915        DESCRIPTION
4916               "Write access is not required."
4917
4918        OBJECT      mip6HaMCastCtlMsgSupport
4919        MIN-ACCESS  read-only
4920        DESCRIPTION
4921               "Write access is not required."
4922
4923        OBJECT      mip6BindingAdminStatus
4924        MIN-ACCESS  read-only
4925        DESCRIPTION
4926               "Write access is not required."
4927
4928        ::= { mip6Compliances 16 }
4929
4930    mip6NotificationCompliance MODULE-COMPLIANCE
4931        STATUS  current
4932        DESCRIPTION
4933               "The compliance statement for SNMP entities
4934                that implement the MOBILEIPV6-MIB and
4935                support Notification from home agent or
4936                correspondent node to management stations
4937                about the mobile node status.
4938                There are a number of INDEX objects that cannot be
4939                represented in the form of OBJECT clauses in SMIv2,
4940                but for which there are compliance requirements,
4941                expressed in OBJECT clause form in this description:
4942
4943
4944
4945                -- OBJECT      mip6BindingHomeAddressType
4946                -- SYNTAX      InetAddressType { ipv6(2) }
4947                -- DESCRIPTION
4948                --     This MIB module requires support for global
4949                --     ipv6 addresses for the mip6BindingHomeAddress
4950                --     object.
4951                --
4952                -- OBJECT      mip6BindingHomeAddress
4953                -- SYNTAX      InetAddress (SIZE(16))
4954                -- DESCRIPTION
4955                --     This MIB module requires support for global
4956                --     ipv6 addresses for the mip6BindingHomeAddress
4957                --     object.
4958               "
4959        MODULE  -- this module
4960            MANDATORY-GROUPS { mip6NotificationGroup
4961                              }
4962        ::= { mip6Compliances 17 }
4963
4964   END
4965