1-- extracted from draft-ietf-ospf-ospfv3-mib-11.txt
2-- at Thu Aug 17 06:06:54 2006
3
4    OSPFV3-MIB-JUNIPER DEFINITIONS ::= BEGIN
5
6    IMPORTS
7            MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, mib-2,
8            Counter32, Gauge32, Integer32, Unsigned32
9                    FROM SNMPv2-SMI
10
11            TEXTUAL-CONVENTION, TruthValue, RowStatus
12                    FROM SNMPv2-TC
13            MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
14                    FROM SNMPv2-CONF
15            InterfaceIndex
16                    FROM IF-MIB
17            InetAddressType, InetAddress, InetAddressPrefixLength
18                    FROM INET-ADDRESS-MIB
19            Metric, BigMetric, Status,
20            HelloRange, DesignatedRouterPriority
21                    FROM OSPF-MIB
22
23            -- Juniper specific                                     *** JNX ***
24            jnxOspfv3Experiment                                  -- *** JNX ***
25                    FROM JUNIPER-EXPERIMENT-MIB                  -- *** JNX ***
26            ;
27
28    jnxOspfv3MIB MODULE-IDENTITY
29            LAST-UPDATED "201103301200Z" -- 30 March 2011 12:00:00 GMT
30            ORGANIZATION "IETF OSPF Working Group"
31            CONTACT-INFO
32                "WG E-Mail: ospf@ietf.org
33                 WG Chairs: acee@cisco.com
34                            dube.rohit@gmail.com
35
36                 Dan Joyal
37                 Nortel
38                 600 Technology Park Drive
39                 Billerica, MA  01821, USA
40                 djoyal@nortel.com
41
42                 Vishwas Manral
43                 IP Infusion
44                 Bangalore
45                 India
46                 vishwas@ipinfusion.com"
47
48             DESCRIPTION
49                 "The MIB module for OSPF version 3.
50
51                  Copyright (C) The Internet Society (2006).
52                  This version of this MIB module is part of
53                  RFC XXXX;  see the RFC itself for full legal
54                  notices."
55
56             REVISION "200608091200Z"
57             DESCRIPTION -- RFC Editor assigns RFC xxxx
58                 "Initial version, published as RFC xxxx"
59
60             REVISION "201103301200Z" -- 30 March 2011 12:00:00 GMT
61             DESCRIPTION
62                 "Deprecating all objects. New mib file rfc5643.mib
63                  takes care of these objects."
64             ::= { jnxOspfv3Experiment 1 }                         -- *** JNX ***
65
66    -- Texual conventions
67
68    JnxOspfv3UpToRefreshIntervalTc ::= TEXTUAL-CONVENTION
69             DISPLAY-HINT "d"
70             STATUS        deprecated
71             DESCRIPTION
72                "The values one might be able to configure for
73                variables bounded by the Refresh Interval"
74             SYNTAX      Integer32 (1..1800)
75
76    JnxOspfv3DeadIntRangeTc ::= TEXTUAL-CONVENTION
77             DISPLAY-HINT "d"
78             STATUS        deprecated
79             DESCRIPTION
80                "The range, in seconds, of dead interval value."
81             SYNTAX      Integer32 (1..'FFFF'h)
82
83    JnxOspfv3RouterIdTc ::= TEXTUAL-CONVENTION
84             DISPLAY-HINT "d"
85             STATUS      deprecated
86             DESCRIPTION
87                "A 32-bit, unsigned integer uniquely identifying the
88                router in the Autonomous System. To ensure uniqueness,
89                this may default to the value of one of the router's
90                IPv4 host addresses if IPv4 is configured on the
91                router."
92             SYNTAX      Unsigned32 (1..4294967295)
93
94    JnxOspfv3AreaIdTc ::= TEXTUAL-CONVENTION
95             DISPLAY-HINT "d"
96             STATUS      deprecated
97             DESCRIPTION
98                "An OSPFv3 Area Identifier"
99             SYNTAX      Unsigned32 (0..'FFFFFFFF'h)
100
101    JnxOspfv3IfInstIdTc ::= TEXTUAL-CONVENTION
102             DISPLAY-HINT "d"
103             STATUS      deprecated
104             DESCRIPTION
105                "An OSPFv3 interface instance ID"
106             SYNTAX      Integer32 (0..255)
107
108
109    -- Top-level structure of MIB
110    jnxOspfv3Notifications  OBJECT IDENTIFIER ::= { jnxOspfv3MIB 0 }
111    jnxOspfv3Objects        OBJECT IDENTIFIER ::= { jnxOspfv3MIB 1 }
112    jnxOspfv3Conformance    OBJECT IDENTIFIER ::= { jnxOspfv3MIB 2 }
113
114    -- OSPFv3 General Variables
115
116    -- These parameters apply globally to the Router's
117    -- OSPFv3 Process.
118
119    jnxOspfv3GeneralGroup OBJECT IDENTIFIER ::= { jnxOspfv3Objects 1 }
120
121    jnxOspfv3RouterId OBJECT-TYPE
122            SYNTAX         JnxOspfv3RouterIdTc
123            MAX-ACCESS     read-write
124            STATUS         deprecated
125            DESCRIPTION
126                "A 32-bit integer uniquely identifying the
127                router in the Autonomous System. To ensure
128                uniqueness, this may default to the value of
129                one of the router's IPv4 host addresses,
130                represented as a 32-bit unsigned integer,
131                if IPv4 is configured on the router."
132            ::= { jnxOspfv3GeneralGroup 1 }
133
134    jnxOspfv3AdminStat OBJECT-TYPE
135            SYNTAX          Status
136            MAX-ACCESS      read-write
137            STATUS          deprecated
138            DESCRIPTION
139                "The administrative status of OSPFv3 in the
140                router. The value 'enabled' denotes that the
141                OSPFv3 Process is active on at least one
142                interface; 'disabled' disables it on all
143                interfaces."
144            ::= { jnxOspfv3GeneralGroup 2 }
145
146    jnxOspfv3VersionNumber OBJECT-TYPE
147            SYNTAX          INTEGER { version3 (3) }
148            MAX-ACCESS      read-only
149            STATUS          deprecated
150            DESCRIPTION
151                "The version number of OSPF for IPv6 is 3."
152            ::= { jnxOspfv3GeneralGroup 3 }
153
154    jnxOspfv3AreaBdrRtrStatus OBJECT-TYPE
155            SYNTAX          TruthValue
156            MAX-ACCESS      read-only
157            STATUS          deprecated
158            DESCRIPTION
159                "A flag to note whether this router is an area
160                border router."
161            REFERENCE
162                "OSPF Version 2, Section 3 Splitting the AS into
163                Areas"
164            ::= { jnxOspfv3GeneralGroup 4 }
165
166    jnxOspfv3ASBdrRtrStatus OBJECT-TYPE
167            SYNTAX          TruthValue
168            MAX-ACCESS      read-write
169            STATUS          deprecated
170            DESCRIPTION
171                "A flag to note whether this router is
172                configured as an Autonomous System border router."
173            REFERENCE
174                "OSPF Version 2, Section 3.3 Classification of
175                routers"
176            ::= { jnxOspfv3GeneralGroup 5 }
177
178    jnxOspfv3AsScopeLsaCount OBJECT-TYPE
179            SYNTAX          Gauge32
180            MAX-ACCESS      read-only
181            STATUS          deprecated
182            DESCRIPTION
183                "The number of AS-Scope (e.g. AS-External) link state
184                advertisements in the link state database."
185            ::= { jnxOspfv3GeneralGroup 6 }
186
187    jnxOspfv3AsScopeLsaCksumSum OBJECT-TYPE
188            SYNTAX          Integer32
189            MAX-ACCESS      read-only
190            STATUS          deprecated
191            DESCRIPTION
192                "The 32-bit unsigned sum of the LS checksums of
193                the AS-scoped link state advertisements
194                contained in the link state database. This sum
195                can be used to determine if there has been a
196                change in a router's link state database, and
197                to compare the link state database of two
198                routers."
199            ::= { jnxOspfv3GeneralGroup 7 }
200
201    jnxOspfv3OriginateNewLsas OBJECT-TYPE
202            SYNTAX          Counter32
203            MAX-ACCESS      read-only
204            STATUS          deprecated
205            DESCRIPTION
206                "The number of new link-state advertisements
207                that have been originated. This number is
208                incremented each time the router originates a new
209                LSA."
210            ::= { jnxOspfv3GeneralGroup 8 }
211
212    jnxOspfv3RxNewLsas OBJECT-TYPE
213            SYNTAX          Counter32
214            MAX-ACCESS      read-only
215            STATUS          deprecated
216            DESCRIPTION
217                "The number of link state advertisements
218                received determined to be new instantiations.
219                This number does not include newer
220                instantiations of self-originated link state
221                advertisements."
222            ::= { jnxOspfv3GeneralGroup 9 }
223
224    jnxOspfv3ExtLsaCount OBJECT-TYPE
225            SYNTAX          Gauge32
226            MAX-ACCESS      read-only
227            STATUS          deprecated
228            DESCRIPTION
229                "The number of External(LS type 0x4005) in the
230                link state database"
231            ::= { jnxOspfv3GeneralGroup 10 }
232
233
234    jnxOspfv3ExtAreaLsdbLimit OBJECT-TYPE
235            SYNTAX          Integer32 (-1..'7FFFFFFF'h)
236            MAX-ACCESS      read-write
237            STATUS          deprecated
238            DESCRIPTION
239                "The maximum number of non-default
240                AS-external-LSAs entries that can be stored in the
241                link state database. If the value is -1, then
242                there is no limit.
243
244                When the number of non-default AS-external-LSAs
245                in a router's link-state database reaches
246                ospfv3ExtAreaLsdbLimit, the router enters Overflow
247                state. The router never holds more than
248                ospfv3ExtAreaLsdbLimit non-default AS-external-LSAs
249                in its database. Ospfv3ExtAreaLsdbLimit MUST be set
250                identically in all routers attached to the OSPFv3
251                backbone and/or any regular OSPFv3 area. (i.e.,
252                OSPFv3 stub areas and NSSAs are excluded)."
253            ::= { jnxOspfv3GeneralGroup 11 }
254
255    jnxOspfv3MulticastExtensions OBJECT-TYPE
256            SYNTAX          BITS {
257                                     intraAreaMulticast(0),
258                                     interAreaMulticast(1),
259                                     interAsMulticast(2)
260                                 }
261
262            MAX-ACCESS      read-write
263            STATUS          deprecated
264            DESCRIPTION
265                "A Bit Mask indicating whether the router is
266                forwarding IPv6 multicast datagrams based on
267                the algorithms defined in the  Multicast
268                Extensions to OSPF.
269
270                If intraAreaMulticast set, indicates that the router
271                can forward IPv6 multicast datagrams in the router's
272                directly attached areas (called intra-area
273                multicast routing).
274
275                If interAreaMulticast set, indicates that the router
276                can forward IPv6 multicast datagrams between OSPFv3
277                areas (called inter-area multicast routing).
278
279                If interAsMulticast set, indicates that the router can
280                forward  IPv6  multicast datagrams between
281                Autonomous Systems (called inter-AS multicast
282                routing).
283                Only certain combinations of bit settings are
284                allowed, namely:
285                        - All bits cleared (no multicasting)
286                        - intraAreaMulticast only,
287                        - intraAreaMulticast and interAreaMulticast,
288                        - intraAreaMulticast and interAsMulticast
289                        - intraAreaMulticast, interAreaMulticast and
290                                interAsMulticast
291                By default, all bits are cleared."
292            ::= { jnxOspfv3GeneralGroup 12 }
293
294    jnxOspfv3ExitOverflowInterval OBJECT-TYPE
295            SYNTAX          Unsigned32
296            UNITS           "seconds"
297            MAX-ACCESS      read-write
298            STATUS          deprecated
299            DESCRIPTION
300                "The number of seconds that, after entering
301                Overflow State, a router will attempt to leave
302                Overflow State. This allows the router to again
303                originate non-default, AS-External-LSAs. When
304                set to 0, the router will not leave Overflow
305                State until restarted."
306            ::= { jnxOspfv3GeneralGroup 13 }
307
308    jnxOspfv3DemandExtensions OBJECT-TYPE
309            SYNTAX         TruthValue
310            MAX-ACCESS     read-write
311            STATUS         deprecated
312            DESCRIPTION
313                "The router's support for demand routing."
314            REFERENCE
315                "Ospf Version 2, Appendix on Demand Routing"
316            ::= { jnxOspfv3GeneralGroup 14 }
317
318    jnxOspfv3ReferenceBandwidth OBJECT-TYPE
319           SYNTAX       Unsigned32
320           MAX-ACCESS   read-write
321           STATUS       deprecated
322           DESCRIPTION
323              "Reference bandwidth in kilobits/second for
324              calculating default interface metrics. The
325              default value is 100,000 KBPS (100 MBPS)"
326        ::= { jnxOspfv3GeneralGroup 15 }
327
328    jnxOspfv3RestartSupport OBJECT-TYPE
329           SYNTAX       INTEGER { none (1),
330                                  plannedOnly (2),
331                                  plannedAndUnplanned (3)
332                             }
333           MAX-ACCESS   read-write
334           STATUS       deprecated
335           DESCRIPTION
336              "The router's support for OSPF Graceful restart.
337              Options include: no restart support, only planned
338              restarts or both planned and unplanned restarts."
339           ::= { jnxOspfv3GeneralGroup 16 }
340
341    jnxOspfv3RestartInterval OBJECT-TYPE
342           SYNTAX       JnxOspfv3UpToRefreshIntervalTc
343           UNITS        "seconds"
344           MAX-ACCESS   read-write
345           STATUS       deprecated
346           DESCRIPTION
347              "Configured OSPF Graceful restart timeout interval."
348           ::= { jnxOspfv3GeneralGroup 17 }
349
350    jnxOspfv3RestartStatus OBJECT-TYPE
351           SYNTAX       INTEGER { notRestarting (1),
352                                  plannedRestart (2),
353                                  unplannedRestart (3)
354                                }
355           MAX-ACCESS   read-only
356           STATUS       deprecated
357           DESCRIPTION
358              "The current status of OSPF Graceful restart capability."
359           ::= { jnxOspfv3GeneralGroup 18 }
360
361    jnxOspfv3RestartAge OBJECT-TYPE
362           SYNTAX       JnxOspfv3UpToRefreshIntervalTc
363           UNITS        "seconds"
364           MAX-ACCESS   read-only
365           STATUS       deprecated
366           DESCRIPTION
367              "Remaining time in current OSPF Graceful restart
368              interval."
369           ::= { jnxOspfv3GeneralGroup 19 }
370
371    jnxOspfv3RestartExitRc OBJECT-TYPE
372           SYNTAX       INTEGER { none (1),
373                                  inProgress (2),
374                                  completed (3),
375                                  timedOut (4),
376                                  topologyChanged (5)
377                                }
378           MAX-ACCESS   read-only
379           STATUS       deprecated
380           DESCRIPTION
381              "Describes the outcome of the last attempt at a
382              Graceful restart.
383
384              none:............no restart has yet been attempted.
385              inProgress:......a restart attempt is currently underway.
386              completed:.......the last restart completed successfully.
387              timedOut:........the last restart timed out.
388              topologyChanged:.the last restart was aborted due to
389                               a topology change."
390        ::= { jnxOspfv3GeneralGroup 20 }
391
392    jnxOspfv3NotificationEnable OBJECT-TYPE
393           SYNTAX TruthValue
394           MAX-ACCESS read-write
395           STATUS deprecated
396           DESCRIPTION
397               "If this object is set to true(1), then it enables
398                the generation of OSPFv3 Notifications. If it is
399                set to false(2), these notifications are not
400                generated.
401
402                Configured values MUST survive an agent reboot."
403           DEFVAL { true }
404       ::= { jnxOspfv3GeneralGroup 21 }
405
406
407
408    -- The OSPFv3 Area Data Structure contains information
409    -- regarding the various areas. The interfaces and
410    -- virtual links are configured as part of these areas.
411    -- Area 0, by definition, is the Backbone Area
412
413    jnxOspfv3AreaTable OBJECT-TYPE
414            SYNTAX          SEQUENCE OF JnxOspfv3AreaEntry
415            MAX-ACCESS      not-accessible
416            STATUS          deprecated
417            DESCRIPTION
418                "Information describing the configured
419                parameters and cumulative statistics of the router's
420                attached areas. Marking this table and its objects
421                deprecated as it is now implemented as a part of
422                RFC 5643."
423            REFERENCE
424                "OSPF Version 2, Section 6 The Area Data
425                Structure"
426            ::= { jnxOspfv3Objects 2 }
427
428    jnxOspfv3AreaEntry OBJECT-TYPE
429            SYNTAX          JnxOspfv3AreaEntry
430            MAX-ACCESS      not-accessible
431            STATUS          deprecated
432            DESCRIPTION
433                "Information describing the configured
434                parameters and cumulative statistics of one of the
435                router's attached areas."
436            INDEX           { jnxOspfv3AreaId }
437            ::= { jnxOspfv3AreaTable 1 }
438
439    JnxOspfv3AreaEntry ::= SEQUENCE {
440            jnxOspfv3AreaId
441                    JnxOspfv3AreaIdTc,
442            jnxOspfv3ImportAsExtern
443                    INTEGER,
444
445            jnxOspfv3AreaSpfRuns
446                    Counter32,
447            jnxOspfv3AreaBdrRtrCount
448                    Gauge32,
449            jnxOspfv3AreaAsBdrRtrCount
450                    Gauge32,
451            jnxOspfv3AreaScopeLsaCount
452                    Gauge32,
453            jnxOspfv3AreaScopeLsaCksumSum
454                    Integer32,
455            jnxOspfv3AreaSummary
456                    INTEGER,
457            jnxOspfv3AreaStatus
458                    RowStatus,
459            jnxOspfv3StubMetric
460                    BigMetric,
461            jnxOspfv3AreaNssaTranslatorRole
462                    INTEGER,
463            jnxOspfv3AreaNssaTranslatorState
464                    INTEGER,
465            jnxOspfv3AreaNssaTranslatorStabInt
466                    Unsigned32,
467            jnxOspfv3AreaNssaTranslatorEvents
468                    Counter32,
469            jnxOspfv3AreaStubMetricType
470                    INTEGER
471            }
472
473    jnxOspfv3AreaId OBJECT-TYPE
474            SYNTAX          JnxOspfv3AreaIdTc
475            MAX-ACCESS      not-accessible
476            STATUS          deprecated
477            DESCRIPTION
478                "A 32-bit integer uniquely identifying an area.
479                Area ID 0 is used for the OSPFv3 backbone."
480            REFERENCE
481                "OSPF Version 2, Appendix C.2 Area parameters"
482            ::= { jnxOspfv3AreaEntry 1 }
483
484    jnxOspfv3ImportAsExtern OBJECT-TYPE
485            SYNTAX          INTEGER {
486                            importExternal(1),   -- normal area
487                            importNoExternal(2), -- stub area
488                            importNssa(3)        -- not-so-stubby-area
489                            }
490            MAX-ACCESS      read-create
491            STATUS          deprecated
492            DESCRIPTION
493                "Indicates whether an area is a Stub area, NSSA, or
494                standard area. AS-scope LSAs are not imported into Stub
495                Areas or NSSAs. NSSAs import AS-External data as NSSA
496                LSAs which have Area-scope"
497            REFERENCE
498                "OSPF Version 2, Appendix C.2 Area parameters"
499            DEFVAL { importExternal }
500            ::= { jnxOspfv3AreaEntry 2 }
501
502    jnxOspfv3AreaSpfRuns OBJECT-TYPE
503            SYNTAX          Counter32
504            MAX-ACCESS      read-only
505            STATUS          deprecated
506            DESCRIPTION
507                "The number of times that the intra-area route
508                table has been calculated using this area's
509                link state database. This is typically done
510                using Dijkstra's algorithm."
511            ::= { jnxOspfv3AreaEntry 3 }
512
513    jnxOspfv3AreaBdrRtrCount OBJECT-TYPE
514            SYNTAX          Gauge32
515            MAX-ACCESS      read-only
516            STATUS          deprecated
517            DESCRIPTION
518                "The total number of area border routers
519                reachable within this area. This is initially zero,
520                and is calculated in each SPF Pass."
521            ::= { jnxOspfv3AreaEntry 4 }
522
523    jnxOspfv3AreaAsBdrRtrCount OBJECT-TYPE
524            SYNTAX          Gauge32
525            MAX-ACCESS      read-only
526            STATUS          deprecated
527            DESCRIPTION
528                "The total number of Autonomous System border
529                routers reachable within this area. This is
530                initially zero, and is calculated in each SPF
531                Pass."
532            ::= { jnxOspfv3AreaEntry 5 }
533
534    jnxOspfv3AreaScopeLsaCount OBJECT-TYPE
535            SYNTAX          Gauge32
536            MAX-ACCESS      read-only
537            STATUS          deprecated
538            DESCRIPTION
539                "The total number of Area-Scope link state
540                advertisements in this area's link state
541                database."
542            ::= { jnxOspfv3AreaEntry 6 }
543
544    jnxOspfv3AreaScopeLsaCksumSum OBJECT-TYPE
545            SYNTAX          Integer32
546            MAX-ACCESS      read-only
547            STATUS          deprecated
548            DESCRIPTION
549                "The 32-bit unsigned sum of the Area-Scope link state
550                advertisements' LS checksums contained in this
551                area's link state database. The sum can be used
552                to determine if there has been a change in a
553                router's link state database, and to compare the
554                link-state database of two routers."
555            ::= { jnxOspfv3AreaEntry 7 }
556
557    jnxOspfv3AreaSummary OBJECT-TYPE
558            SYNTAX          INTEGER {
559                            noAreaSummary(1),
560                            sendAreaSummary(2)
561                            }
562            MAX-ACCESS      read-create
563            STATUS          deprecated
564            DESCRIPTION
565                "The variable ospfv3AreaSummary controls the
566                import of Inter-Area LSAs into stub and
567                NSSA areas. It has no effect on other areas.
568
569                If it is noAreaSummary, the router will neither
570                originate nor propagate Inter-Area LSAs into the
571                stub or NSSA area. It will rely entirely on its
572                default route.
573
574                If it is sendAreaSummary, the router will both
575                summarize and propagate Inter-Area LSAs."
576            DEFVAL   { sendAreaSummary }
577            ::= { jnxOspfv3AreaEntry 8 }
578
579    jnxOspfv3AreaStatus OBJECT-TYPE
580            SYNTAX          RowStatus
581            MAX-ACCESS      read-create
582            STATUS          deprecated
583            DESCRIPTION
584                "This object permits management of the table by
585                facilitating actions such as row creation,
586                construction and destruction.
587
588                The value of this object has no effect on
589                whether other objects in this conceptual row can be
590                modified."
591            ::= { jnxOspfv3AreaEntry 9 }
592
593    jnxOspfv3StubMetric OBJECT-TYPE
594            SYNTAX          BigMetric
595            MAX-ACCESS      read-create
596            STATUS          deprecated
597            DESCRIPTION
598                "The metric value advertised for the default route
599                 into Stub and NSSA areas."
600            ::= { jnxOspfv3AreaEntry 10 }
601
602    jnxOspfv3AreaNssaTranslatorRole OBJECT-TYPE
603            SYNTAX          INTEGER { always(1), candidate(2) }
604            MAX-ACCESS      read-create
605            STATUS          deprecated
606            DESCRIPTION
607                "Indicates an NSSA Border router's ability to
608                perform NSSA translation of NSSA-LSAs into
609                AS-External-LSAs."
610            DEFVAL { candidate }
611            ::= { jnxOspfv3AreaEntry 11 }
612
613    jnxOspfv3AreaNssaTranslatorState OBJECT-TYPE
614            SYNTAX          INTEGER {
615                            enabled(1),
616                            elected(2),
617                            disabled(3)
618                            }
619            MAX-ACCESS      read-only
620            STATUS          deprecated
621            DESCRIPTION
622                "Indicates if and how an NSSA Border router is
623                 performing NSSA translation of NSSA-LSAs into
624                AS-External-LSA's. When this object is set to enabled,
625                the NSSA Border router's ospfv3AreaNssTranslatorRole
626                has been set to always. When this object is set to
627                elected, a candidate NSSA Border router is translating
628                NSSA-LSA's into AS-External-LSA's. When this object is
629                set to disabled, a candidate NSSA Border router is NOT
630                translating NSSA-LSA's into AS-External-LSA's."
631            ::= { jnxOspfv3AreaEntry 12 }
632
633    jnxOspfv3AreaNssaTranslatorStabInt OBJECT-TYPE
634            SYNTAX          Unsigned32
635            UNITS           "seconds"
636            MAX-ACCESS      read-create
637            STATUS          deprecated
638            DESCRIPTION
639                "The number of seconds after an elected translator
640                determines its services are no longer required, that
641                it should continue to perform its translation duties."
642            DEFVAL { 40 }
643            ::= { jnxOspfv3AreaEntry 13 }
644
645    jnxOspfv3AreaNssaTranslatorEvents OBJECT-TYPE
646            SYNTAX          Counter32
647            MAX-ACCESS      read-only
648            STATUS          deprecated
649            DESCRIPTION
650                "Indicates the number of Translator State changes
651                that have occurred since the last boot-up."
652            ::= { jnxOspfv3AreaEntry 14 }
653
654    jnxOspfv3AreaStubMetricType OBJECT-TYPE
655            SYNTAX       INTEGER {
656                            ospfv3Metric (1),   -- OSPF Metric
657                            comparableCost (2), -- external type 1
658                            nonComparable (3)   -- external type 2
659                            }
660            MAX-ACCESS   read-create
661            STATUS       deprecated
662            DESCRIPTION
663               "This variable displays the type of metric
664               advertised as a default route."
665            DEFVAL { ospfv3Metric }
666            ::= { jnxOspfv3AreaEntry 15 }
667
668    -- OSPFv3 AS-Scope Link State Database
669
670    -- The Link State Database contains the AS-Scope Link State
671    -- Advertisements from throughout the areas that the
672    -- device is attached to.
673
674    jnxOspfv3AsLsdbTable OBJECT-TYPE
675            SYNTAX          SEQUENCE OF JnxOspfv3AsLsdbEntry
676            MAX-ACCESS      not-accessible
677            STATUS          deprecated
678            DESCRIPTION
679                "The OSPFv3 Process's AS-Scope Link State Database.
680                Marking this table and its objects deprecated as it is now
681                implemented as a part of RFC 5643."
682            ::= { jnxOspfv3Objects 3 }
683
684    jnxOspfv3AsLsdbEntry OBJECT-TYPE
685            SYNTAX          JnxOspfv3AsLsdbEntry
686            MAX-ACCESS      not-accessible
687            STATUS          deprecated
688            DESCRIPTION
689                "A single AS-Scope Link State Advertisement."
690            INDEX           { jnxOspfv3AsLsdbType,
691                              jnxOspfv3AsLsdbRouterId,
692                              jnxOspfv3AsLsdbLsid }
693            ::= { jnxOspfv3AsLsdbTable 1 }
694
695    JnxOspfv3AsLsdbEntry ::= SEQUENCE {
696            jnxOspfv3AsLsdbType
697                    Unsigned32,
698            jnxOspfv3AsLsdbRouterId
699                    JnxOspfv3RouterIdTc,
700            jnxOspfv3AsLsdbLsid
701                    Unsigned32,
702            jnxOspfv3AsLsdbSequence
703                    Integer32,
704            jnxOspfv3AsLsdbAge
705                    Integer32,
706            jnxOspfv3AsLsdbChecksum
707                    Integer32,
708            jnxOspfv3AsLsdbAdvertisement
709                    OCTET STRING,
710            jnxOspfv3AsLsdbTypeKnown
711                    TruthValue
712
713            }
714
715    jnxOspfv3AsLsdbType OBJECT-TYPE
716            SYNTAX          Unsigned32(0..'FFFFFFFF'h)
717            MAX-ACCESS      not-accessible
718            STATUS          deprecated
719            DESCRIPTION
720                "The type of the link state advertisement.
721                Each link state type has a separate
722                advertisement format. AS-Scope LSAs not recognized
723                by the router may be stored in the database."
724            ::= { jnxOspfv3AsLsdbEntry 1 }
725
726    jnxOspfv3AsLsdbRouterId OBJECT-TYPE
727            SYNTAX          JnxOspfv3RouterIdTc
728            MAX-ACCESS      not-accessible
729            STATUS          deprecated
730            DESCRIPTION
731                "The 32 bit number that uniquely identifies the
732                originating router in the Autonomous System."
733            REFERENCE
734                "OSPF Version 2, Appendix C.1 Global parameters"
735            ::= { jnxOspfv3AsLsdbEntry 2 }
736
737    jnxOspfv3AsLsdbLsid OBJECT-TYPE
738            SYNTAX          Unsigned32
739            MAX-ACCESS      not-accessible
740            STATUS          deprecated
741            DESCRIPTION
742                "The Link State ID is an LS Type Specific field
743                containing a unique identifier;
744                it identifies the piece of the routing domain
745                that is being described by the advertisement.
746                In contrast to OSPFv2, the LSID has no
747                addressing semantics."
748            ::= { jnxOspfv3AsLsdbEntry 3 }
749
750    -- Note that the OSPF Sequence Number is a 32 bit signed
751    -- integer. It starts with the value '80000001'h,
752    -- or -'7FFFFFFF'h, and increments until '7FFFFFFF'h
753    -- Thus, a typical sequence number will be very negative.
754
755    jnxOspfv3AsLsdbSequence OBJECT-TYPE
756            SYNTAX          Integer32
757            MAX-ACCESS      read-only
758            STATUS          deprecated
759            DESCRIPTION
760                "The sequence number field is a signed 32-bit
761                integer. It is used to detect old and duplicate
762                link state advertisements. The space of
763                sequence numbers is linearly ordered. The
764                larger the sequence number the more recent the
765                advertisement."
766
767            REFERENCE
768                "OSPF Version  2,  Section  12.1.6  LS  sequence
769                number"
770            ::= { jnxOspfv3AsLsdbEntry 4 }
771
772    jnxOspfv3AsLsdbAge OBJECT-TYPE
773            SYNTAX          Integer32 -- Should be 0..MaxAge
774                                      -- unless DoNotAge bit is set
775            UNITS           "seconds"
776            MAX-ACCESS      read-only
777            STATUS          deprecated
778            DESCRIPTION
779                "This field is the age of the link state
780                advertisement in seconds."
781            REFERENCE
782                "OSPF Version 2, Section 12.1.1 LS age"
783            ::= { jnxOspfv3AsLsdbEntry 5 }
784
785    jnxOspfv3AsLsdbChecksum OBJECT-TYPE
786            SYNTAX          Integer32
787            MAX-ACCESS      read-only
788            STATUS          deprecated
789            DESCRIPTION
790                "This field is the checksum of the complete
791                contents of the advertisement, excepting the
792                age field. The age field is excepted so that
793                an advertisement's age can be incremented
794                without updating the checksum. The checksum
795                used is the same that is used for ISO
796                connectionless datagrams; it is commonly
797                referred to as the Fletcher checksum."
798            REFERENCE
799                "OSPF Version 2, Section 12.1.7 LS checksum"
800            ::= { jnxOspfv3AsLsdbEntry 6 }
801
802    jnxOspfv3AsLsdbAdvertisement OBJECT-TYPE
803            SYNTAX          OCTET STRING (SIZE (1..65535))
804            MAX-ACCESS      read-only
805            STATUS          deprecated
806            DESCRIPTION
807                "The entire Link State Advertisement, including
808                its header."
809            ::= { jnxOspfv3AsLsdbEntry 7 }
810
811    jnxOspfv3AsLsdbTypeKnown OBJECT-TYPE
812            SYNTAX          TruthValue
813            MAX-ACCESS      read-only
814            STATUS          deprecated
815            DESCRIPTION
816                "Indicates whether the LSA type is recognized by
817                this Router."
818            ::= { jnxOspfv3AsLsdbEntry 8 }
819
820    -- OSPFv3 Area-Scope Link State Database
821
822    -- The Link State Database contains the Area-Scope Link State
823    -- Advertisements from throughout the area that the
824    -- device is attached to.
825
826    jnxOspfv3AreaLsdbTable OBJECT-TYPE
827            SYNTAX          SEQUENCE OF JnxOspfv3AreaLsdbEntry
828            MAX-ACCESS      not-accessible
829            STATUS          deprecated
830            DESCRIPTION
831                "The OSPFv3 Process's Area-Scope Link State Database.
832                Marking this table and its objects deprecated as it is
833                now implemented as a part of RFC 5643."
834            ::= { jnxOspfv3Objects 4 }
835
836    jnxOspfv3AreaLsdbEntry OBJECT-TYPE
837            SYNTAX          JnxOspfv3AreaLsdbEntry
838            MAX-ACCESS      not-accessible
839            STATUS          deprecated
840            DESCRIPTION
841                "A single Area-Scope Link State Advertisement."
842            INDEX           { jnxOspfv3AreaLsdbAreaId,
843                              jnxOspfv3AreaLsdbType,
844                              jnxOspfv3AreaLsdbRouterId,
845                              jnxOspfv3AreaLsdbLsid }
846            ::= { jnxOspfv3AreaLsdbTable 1 }
847
848    JnxOspfv3AreaLsdbEntry ::= SEQUENCE {
849            jnxOspfv3AreaLsdbAreaId
850                    JnxOspfv3AreaIdTc,
851            jnxOspfv3AreaLsdbType
852                    Unsigned32,
853            jnxOspfv3AreaLsdbRouterId
854                    JnxOspfv3RouterIdTc,
855            jnxOspfv3AreaLsdbLsid
856                    Unsigned32,
857            jnxOspfv3AreaLsdbSequence
858                    Integer32,
859            jnxOspfv3AreaLsdbAge
860                    Integer32,
861            jnxOspfv3AreaLsdbChecksum
862                    Integer32,
863            jnxOspfv3AreaLsdbAdvertisement
864                    OCTET STRING,
865            jnxOspfv3AreaLsdbTypeKnown
866                    TruthValue
867            }
868
869    jnxOspfv3AreaLsdbAreaId OBJECT-TYPE
870            SYNTAX          JnxOspfv3AreaIdTc
871            MAX-ACCESS      not-accessible
872            STATUS          deprecated
873            DESCRIPTION
874                "The 32-bit identifier of the Area from which the
875                LSA was received."
876            REFERENCE
877                "OSPF Version 2, Appendix C.2 Area parameters"
878            ::= { jnxOspfv3AreaLsdbEntry 1 }
879
880    jnxOspfv3AreaLsdbType OBJECT-TYPE
881            SYNTAX          Unsigned32(0..'FFFFFFFF'h)
882            MAX-ACCESS      not-accessible
883            STATUS          deprecated
884            DESCRIPTION
885                "The type of the link state advertisement.
886                Each link state type has a separate
887                advertisement format. Area-Scope LSAs unrecognized
888                by the router are also stored in this database."
889            ::= { jnxOspfv3AreaLsdbEntry 2 }
890
891    jnxOspfv3AreaLsdbRouterId OBJECT-TYPE
892            SYNTAX          JnxOspfv3RouterIdTc
893            MAX-ACCESS      not-accessible
894            STATUS          deprecated
895            DESCRIPTION
896                "The 32-bit number that uniquely identifies the
897                originating router in the Autonomous System."
898            REFERENCE
899                "OSPF Version 2, Appendix C.1 Global parameters"
900            ::= { jnxOspfv3AreaLsdbEntry 3 }
901
902    jnxOspfv3AreaLsdbLsid OBJECT-TYPE
903            SYNTAX          Unsigned32
904            MAX-ACCESS      not-accessible
905            STATUS          deprecated
906            DESCRIPTION
907                "The Link State ID is an LS Type Specific field
908                containing a unique identifier;
909                it identifies the piece of the routing domain
910                that is being described by the advertisement.
911                In contrast to OSPFv2, the LSID has no
912                addressing semantics."
913            ::= { jnxOspfv3AreaLsdbEntry 4 }
914
915    -- Note that the OSPF Sequence Number is a 32 bit signed
916    -- integer.  It starts with the value '80000001'h,
917    -- or -'7FFFFFFF'h, and increments until '7FFFFFFF'h
918    -- Thus, a typical sequence number will be very negative.
919
920    jnxOspfv3AreaLsdbSequence OBJECT-TYPE
921            SYNTAX          Integer32
922            MAX-ACCESS      read-only
923            STATUS          deprecated
924            DESCRIPTION
925                "The sequence number field is a signed 32-bit
926                integer. It is used to detect old and
927                duplicate link state advertisements. The space
928                of sequence numbers is linearly ordered. The
929                larger the sequence number the more recent the
930                advertisement."
931            REFERENCE
932                "OSPF Version  2,  Section  12.1.6  LS  sequence
933                number"
934            ::= { jnxOspfv3AreaLsdbEntry 5 }
935
936    jnxOspfv3AreaLsdbAge OBJECT-TYPE
937            SYNTAX          Integer32 -- Should be 0..MaxAge
938                                      -- unless DoNotAge bit is set
939            UNITS           "seconds"
940            MAX-ACCESS      read-only
941            STATUS          deprecated
942            DESCRIPTION
943                "This field is the age of the link state
944                advertisement in seconds."
945            REFERENCE
946                "OSPF Version 2, Section 12.1.1 LS age"
947            ::= { jnxOspfv3AreaLsdbEntry 6 }
948
949    jnxOspfv3AreaLsdbChecksum OBJECT-TYPE
950            SYNTAX          Integer32
951            MAX-ACCESS      read-only
952            STATUS          deprecated
953            DESCRIPTION
954                "This field is the checksum of the complete
955                contents of the advertisement, excepting the
956                age field. The age field is excepted so that
957                an advertisement's age can be incremented
958                without updating the checksum. The checksum
959                used is the same that is used for ISO
960                connectionless datagrams; it is commonly
961                referred to as the Fletcher checksum."
962            REFERENCE
963                "OSPF Version 2, Section 12.1.7 LS checksum"
964            ::= { jnxOspfv3AreaLsdbEntry 7 }
965
966    jnxOspfv3AreaLsdbAdvertisement OBJECT-TYPE
967            SYNTAX          OCTET STRING (SIZE (1..65535))
968            MAX-ACCESS      read-only
969            STATUS          deprecated
970            DESCRIPTION
971                "The entire Link State Advertisement, including
972                its header."
973            ::= { jnxOspfv3AreaLsdbEntry 8 }
974
975    jnxOspfv3AreaLsdbTypeKnown OBJECT-TYPE
976            SYNTAX          TruthValue
977            MAX-ACCESS      read-only
978            STATUS          deprecated
979            DESCRIPTION
980                "Indicates whether the LSA type is recognized
981                by this Router."
982            ::= { jnxOspfv3AreaLsdbEntry 9 }
983
984    -- Ospfv3 Link-Scope Link State Database
985
986    -- The Link State Database contains the Link-Scope Link State
987    -- Advertisements from the links that the
988    -- device is attached to.
989
990    jnxOspfv3LinkLsdbTable OBJECT-TYPE
991            SYNTAX          SEQUENCE OF JnxOspfv3LinkLsdbEntry
992            MAX-ACCESS      not-accessible
993            STATUS          deprecated
994            DESCRIPTION
995                "The OSPFv3 Process's Link-Scope Link State Database.
996                Marking this table and its objects deprecated as it is
997                now implemented as a part of RFC 5643."
998            ::= { jnxOspfv3Objects 5 }
999
1000    jnxOspfv3LinkLsdbEntry OBJECT-TYPE
1001            SYNTAX          JnxOspfv3LinkLsdbEntry
1002            MAX-ACCESS      not-accessible
1003            STATUS          deprecated
1004            DESCRIPTION
1005                "A single Link-Scope Link State Advertisement."
1006            INDEX           { jnxOspfv3LinkLsdbIfIndex,
1007                              jnxOspfv3LinkLsdbIfInstId,
1008                              jnxOspfv3LinkLsdbType,
1009                              jnxOspfv3LinkLsdbRouterId,
1010                              jnxOspfv3LinkLsdbLsid }
1011            ::= { jnxOspfv3LinkLsdbTable 1 }
1012
1013    JnxOspfv3LinkLsdbEntry ::= SEQUENCE {
1014            jnxOspfv3LinkLsdbIfIndex
1015                    InterfaceIndex,
1016            jnxOspfv3LinkLsdbIfInstId
1017                    JnxOspfv3IfInstIdTc,
1018            jnxOspfv3LinkLsdbType
1019                    Unsigned32,
1020            jnxOspfv3LinkLsdbRouterId
1021                    JnxOspfv3RouterIdTc,
1022            jnxOspfv3LinkLsdbLsid
1023                    Unsigned32,
1024            jnxOspfv3LinkLsdbSequence
1025                    Integer32,
1026            jnxOspfv3LinkLsdbAge
1027                    Integer32,
1028            jnxOspfv3LinkLsdbChecksum
1029                    Integer32,
1030            jnxOspfv3LinkLsdbAdvertisement
1031                    OCTET STRING,
1032            jnxOspfv3LinkLsdbTypeKnown
1033                    TruthValue
1034            }
1035
1036    jnxOspfv3LinkLsdbIfIndex OBJECT-TYPE
1037            SYNTAX         InterfaceIndex
1038            MAX-ACCESS     not-accessible
1039            STATUS         deprecated
1040            DESCRIPTION
1041                "The identifier of the link from which the LSA
1042                was received."
1043            ::= { jnxOspfv3LinkLsdbEntry 1 }
1044
1045    jnxOspfv3LinkLsdbIfInstId OBJECT-TYPE
1046            SYNTAX         JnxOspfv3IfInstIdTc
1047            MAX-ACCESS     not-accessible
1048            STATUS         deprecated
1049            DESCRIPTION
1050                "The identifier of the interface instance from
1051                which the LSA was received."
1052            ::= { jnxOspfv3LinkLsdbEntry 2 }
1053
1054    jnxOspfv3LinkLsdbType OBJECT-TYPE
1055            SYNTAX          Unsigned32(0..'FFFFFFFF'h)
1056            MAX-ACCESS      not-accessible
1057            STATUS          deprecated
1058            DESCRIPTION
1059                "The type of the link state advertisement.
1060                Each link state type has a separate
1061                advertisement format. Link-Scope LSAs unrecognized
1062                by the router are also stored in this database."
1063            ::= { jnxOspfv3LinkLsdbEntry 3 }
1064
1065    jnxOspfv3LinkLsdbRouterId OBJECT-TYPE
1066            SYNTAX          JnxOspfv3RouterIdTc
1067            MAX-ACCESS      not-accessible
1068            STATUS          deprecated
1069            DESCRIPTION
1070                "The 32 bit number that uniquely identifies the
1071                originating router in the Autonomous System."
1072            REFERENCE
1073                "OSPF Version 2, Appendix C.1 Global parameters"
1074            ::= { jnxOspfv3LinkLsdbEntry 4 }
1075
1076    jnxOspfv3LinkLsdbLsid OBJECT-TYPE
1077            SYNTAX        Unsigned32
1078            MAX-ACCESS    not-accessible
1079            STATUS        deprecated
1080            DESCRIPTION
1081                "The Link State ID is an LS Type Specific field
1082                containing a unique identifier;
1083                it identifies the piece of the routing domain
1084                that is being described by the advertisement.
1085                In contrast to OSPFv2, the LSID has no
1086                addressing semantics."
1087            ::= { jnxOspfv3LinkLsdbEntry 5 }
1088
1089    -- Note that the OSPF Sequence Number is a 32 bit signed
1090    -- integer.  It starts with the value '80000001'h,
1091    -- or -'7FFFFFFF'h, and increments until '7FFFFFFF'h
1092    -- Thus, a typical sequence number will be very negative.
1093
1094    jnxOspfv3LinkLsdbSequence OBJECT-TYPE
1095            SYNTAX          Integer32
1096            MAX-ACCESS      read-only
1097            STATUS          deprecated
1098            DESCRIPTION
1099                "The sequence number field is a signed 32-bit
1100                integer. It is used to detect old and duplicate
1101                link state advertisements. The space of
1102                sequence numbers is linearly ordered. The
1103                larger the sequence number the more recent the
1104                advertisement."
1105            REFERENCE
1106                "OSPF Version  2,  Section  12.1.6  LS  sequence
1107                number"
1108            ::= { jnxOspfv3LinkLsdbEntry 6 }
1109
1110    jnxOspfv3LinkLsdbAge OBJECT-TYPE
1111            SYNTAX          Integer32 -- Should be 0..MaxAge
1112                                      -- unless DoNotAge bit is set
1113            UNITS           "seconds"
1114            MAX-ACCESS      read-only
1115            STATUS          deprecated
1116            DESCRIPTION
1117                "This field is the age of the link state
1118                advertisement in seconds."
1119            REFERENCE
1120                "OSPF Version 2, Section 12.1.1 LS age"
1121            ::= { jnxOspfv3LinkLsdbEntry 7 }
1122
1123    jnxOspfv3LinkLsdbChecksum OBJECT-TYPE
1124            SYNTAX          Integer32
1125            MAX-ACCESS      read-only
1126            STATUS          deprecated
1127            DESCRIPTION
1128                "This field is the checksum of the complete
1129                contents of the advertisement, excepting the
1130                age field. The age field is excepted so that
1131                an advertisement's age can be incremented
1132                without updating the checksum. The checksum
1133                used is the same that is used for ISO
1134                connectionless datagrams; it is commonly
1135                referred to as the Fletcher checksum."
1136            REFERENCE
1137                "OSPF Version 2, Section 12.1.7 LS checksum"
1138            ::= { jnxOspfv3LinkLsdbEntry 8 }
1139
1140    jnxOspfv3LinkLsdbAdvertisement OBJECT-TYPE
1141            SYNTAX          OCTET STRING (SIZE (1..65535))
1142            MAX-ACCESS      read-only
1143            STATUS          deprecated
1144            DESCRIPTION
1145                "The entire Link State Advertisement, including
1146                its header."
1147            ::= { jnxOspfv3LinkLsdbEntry 9 }
1148
1149    jnxOspfv3LinkLsdbTypeKnown OBJECT-TYPE
1150            SYNTAX          TruthValue
1151            MAX-ACCESS      read-only
1152            STATUS          deprecated
1153            DESCRIPTION
1154                "Indicates whether the LSA type is recognized by this
1155                 Router."
1156            ::= { jnxOspfv3LinkLsdbEntry 10 }
1157
1158
1159    -- OSPF Host Table
1160
1161    -- The Host/Metric Table indicates what hosts are directly
1162    -- attached to the Router, and what metrics and types of
1163    -- service should be advertised for them.
1164
1165    jnxOspfv3HostTable OBJECT-TYPE
1166            SYNTAX          SEQUENCE OF JnxOspfv3HostEntry
1167            MAX-ACCESS      not-accessible
1168            STATUS          deprecated
1169            DESCRIPTION
1170                "The list of Hosts, and their metrics, that the
1171                router will advertise as host routes. Marking this
1172                table and its objects deprecated as it is now implemented
1173                as a part of RFC 5643."
1174            REFERENCE
1175                "OSPF Version 2, Appendix C.6  Host route
1176                parameters"
1177            ::= { jnxOspfv3Objects 6 }
1178
1179    jnxOspfv3HostEntry OBJECT-TYPE
1180            SYNTAX          JnxOspfv3HostEntry
1181            MAX-ACCESS      not-accessible
1182            STATUS          deprecated
1183            DESCRIPTION
1184                "A metric to be advertised when a given host is
1185                reachable."
1186            INDEX           { jnxOspfv3HostAddressType,
1187                              jnxOspfv3HostAddress }
1188            ::= { jnxOspfv3HostTable 1 }
1189
1190    JnxOspfv3HostEntry ::= SEQUENCE {
1191            jnxOspfv3HostAddressType
1192                    InetAddressType,
1193            jnxOspfv3HostAddress
1194                    InetAddress,
1195            jnxOspfv3HostMetric
1196                    Metric,
1197            jnxOspfv3HostStatus
1198                    RowStatus,
1199            jnxOspfv3HostAreaID
1200                    JnxOspfv3AreaIdTc
1201            }
1202
1203    jnxOspfv3HostAddressType OBJECT-TYPE
1204            SYNTAX          InetAddressType
1205            MAX-ACCESS      not-accessible
1206            STATUS          deprecated
1207            DESCRIPTION
1208                "The address type of ospfv3HostAddress. Only IPv6
1209                addresses without zone index are expected."
1210            REFERENCE
1211                "OSPF Version 2, Appendix C.6 Host route
1212                parameters"
1213            ::= { jnxOspfv3HostEntry 1 }
1214
1215
1216    jnxOspfv3HostAddress OBJECT-TYPE
1217            SYNTAX          InetAddress (SIZE (16))
1218            MAX-ACCESS      not-accessible
1219            STATUS          deprecated
1220            DESCRIPTION
1221                "The IPv6 Address of the Host. Must be a Global
1222                 address."
1223            REFERENCE
1224                "OSPF Version 2, Appendix C.6 Host route
1225                parameters"
1226            ::= { jnxOspfv3HostEntry 2 }
1227
1228    jnxOspfv3HostMetric OBJECT-TYPE
1229            SYNTAX          Metric
1230            MAX-ACCESS      read-create
1231            STATUS          deprecated
1232            DESCRIPTION
1233                "The Metric to be advertised."
1234            REFERENCE
1235                "OSPF Version 2, Appendix C.6 Host route
1236                parameters"
1237            ::= { jnxOspfv3HostEntry 3 }
1238
1239    jnxOspfv3HostStatus OBJECT-TYPE
1240            SYNTAX          RowStatus
1241            MAX-ACCESS      read-create
1242            STATUS          deprecated
1243            DESCRIPTION
1244                "This object permits management of the table by
1245                facilitating actions such as row creation,
1246                construction and destruction.
1247
1248                The value of this object has no effect on
1249                whether other objects in this conceptual row can be
1250                modified."
1251            ::= { jnxOspfv3HostEntry 4 }
1252
1253    jnxOspfv3HostAreaID OBJECT-TYPE
1254            SYNTAX          JnxOspfv3AreaIdTc
1255            MAX-ACCESS      read-create
1256            STATUS          deprecated
1257            DESCRIPTION
1258                "The Area the Host Entry is to be found within.
1259                By default, the area that a subsuming OSPFv3
1260                interface is in, or Area 0"
1261            REFERENCE
1262                "OSPF Version 2, Appendix C.2 Area parameters"
1263            ::= { jnxOspfv3HostEntry 5 }
1264
1265    -- OSPFv3 Interface Table
1266
1267    jnxOspfv3IfTable OBJECT-TYPE
1268            SYNTAX          SEQUENCE OF JnxOspfv3IfEntry
1269            MAX-ACCESS      not-accessible
1270            STATUS          deprecated
1271            DESCRIPTION
1272                "The OSPFv3 Interface Table describes the
1273                interfaces from the viewpoint of OSPFv3. Marking this table
1274                and its objects deprecated as it is now implemented as
1275                a part of RFC 5643."
1276            REFERENCE
1277                "OSPF Version 2, Appendix C.3 Router interface
1278                parameters"
1279            ::= { jnxOspfv3Objects 7 }
1280
1281    jnxOspfv3IfEntry OBJECT-TYPE
1282            SYNTAX          JnxOspfv3IfEntry
1283            MAX-ACCESS      not-accessible
1284            STATUS          deprecated
1285            DESCRIPTION
1286                "The OSPFv3 Interface Entry describes one
1287                interface from the viewpoint of OSPFv3."
1288            INDEX           { jnxOspfv3IfIndex,
1289                              jnxOspfv3IfInstId }
1290            ::= { jnxOspfv3IfTable 1 }
1291
1292
1293    JnxOspfv3IfEntry ::= SEQUENCE {
1294            jnxOspfv3IfIndex
1295                    InterfaceIndex,
1296            jnxOspfv3IfInstId
1297                    JnxOspfv3IfInstIdTc,
1298            jnxOspfv3IfAreaId
1299                    JnxOspfv3AreaIdTc,
1300            jnxOspfv3IfType
1301                    INTEGER,
1302            jnxOspfv3IfAdminStat
1303                    Status,
1304
1305            jnxOspfv3IfRtrPriority
1306                    DesignatedRouterPriority,
1307            jnxOspfv3IfTransitDelay
1308                    JnxOspfv3UpToRefreshIntervalTc,
1309            jnxOspfv3IfRetransInterval
1310                    JnxOspfv3UpToRefreshIntervalTc,
1311            jnxOspfv3IfHelloInterval
1312                    HelloRange,
1313            jnxOspfv3IfRtrDeadInterval
1314                     JnxOspfv3DeadIntRangeTc,
1315            jnxOspfv3IfPollInterval
1316                    Unsigned32,
1317            jnxOspfv3IfState
1318                    INTEGER,
1319            jnxOspfv3IfDesignatedRouter
1320                    JnxOspfv3RouterIdTc,
1321            jnxOspfv3IfBackupDesignatedRouter
1322                    JnxOspfv3RouterIdTc,
1323            jnxOspfv3IfEvents
1324                    Counter32,
1325            jnxOspfv3IfStatus
1326                    RowStatus,
1327            jnxOspfv3IfMulticastForwarding
1328                    INTEGER,
1329            jnxOspfv3IfDemand
1330                    TruthValue,
1331            jnxOspfv3IfMetricValue
1332                    Metric,
1333            jnxOspfv3IfLinkScopeLsaCount
1334                    Gauge32,
1335            jnxOspfv3IfLinkLsaCksumSum
1336                    Integer32,
1337            jnxOspfv3IfDemandNbrProbe
1338                    TruthValue,
1339            jnxOspfv3IfDemandNbrProbeRetxLimit
1340                    Unsigned32,
1341            jnxOspfv3IfDemandNbrProbeInterval
1342                    Unsigned32
1343            }
1344
1345    jnxOspfv3IfIndex OBJECT-TYPE
1346            SYNTAX          InterfaceIndex
1347            MAX-ACCESS      not-accessible
1348            STATUS          deprecated
1349            DESCRIPTION
1350                "The interface index of this OSPFv3 interface.
1351                 It corresponds to the interface index of the
1352                 IPv6 interface on which OSPFv3 is configured."
1353            ::= { jnxOspfv3IfEntry 1 }
1354
1355    jnxOspfv3IfInstId OBJECT-TYPE
1356            SYNTAX          JnxOspfv3IfInstIdTc
1357            MAX-ACCESS      not-accessible
1358            STATUS          deprecated
1359            DESCRIPTION
1360                "Enables multiple interface instances of OSPFv3
1361                to be run over a single link. Each protocol
1362                instance would be assigned a separate ID. This ID
1363                has local link significance only."
1364            ::= { jnxOspfv3IfEntry 2 }
1365
1366    jnxOspfv3IfAreaId OBJECT-TYPE
1367            SYNTAX          JnxOspfv3AreaIdTc
1368            MAX-ACCESS      read-create
1369            STATUS          deprecated
1370            DESCRIPTION
1371                "A 32-bit integer uniquely identifying the area
1372                to which the interface connects. Area ID
1373                0 is used for the OSPFv3 backbone."
1374            DEFVAL          { 0 }
1375            ::= { jnxOspfv3IfEntry 3 }
1376
1377    jnxOspfv3IfType OBJECT-TYPE
1378            SYNTAX          INTEGER {
1379                            broadcast(1),
1380                            nbma(2),
1381                            pointToPoint(3),
1382                            pointToMultipoint(5)
1383                            }
1384            MAX-ACCESS      read-create
1385            STATUS          deprecated
1386            DESCRIPTION
1387                "The OSPFv3 interface type."
1388            ::= { jnxOspfv3IfEntry 4 }
1389
1390    jnxOspfv3IfAdminStat OBJECT-TYPE
1391            SYNTAX          Status
1392            MAX-ACCESS      read-create
1393            STATUS          deprecated
1394            DESCRIPTION
1395                "The OSPFv3 interface's administrative status.
1396                The value formed on the interface, and the
1397                interface will be advertised as an internal route
1398                to some area. The value 'disabled' denotes
1399                that the interface is external to OSPFv3."
1400            DEFVAL          { enabled }
1401            ::= { jnxOspfv3IfEntry 5 }
1402
1403    jnxOspfv3IfRtrPriority OBJECT-TYPE
1404            SYNTAX          DesignatedRouterPriority
1405            MAX-ACCESS      read-create
1406            STATUS          deprecated
1407            DESCRIPTION
1408                "The priority of this interface. Used in
1409                multi-access networks, this field is used in
1410                the designated router election algorithm. The
1411                value 0 signifies that the router is not
1412                eligible to become the designated router on this
1413                particular network. In the event of a tie in
1414                this value, routers will use their Router ID as
1415                a tie breaker."
1416            DEFVAL          { 1 }
1417            ::= { jnxOspfv3IfEntry 6 }
1418
1419    jnxOspfv3IfTransitDelay OBJECT-TYPE
1420            SYNTAX          JnxOspfv3UpToRefreshIntervalTc
1421            UNITS           "seconds"
1422            MAX-ACCESS      read-create
1423            STATUS          deprecated
1424            DESCRIPTION
1425                "The estimated number of seconds it takes to
1426                transmit a link state update packet over this
1427                interface."
1428            DEFVAL          { 1 }
1429            ::= { jnxOspfv3IfEntry 7 }
1430
1431    jnxOspfv3IfRetransInterval OBJECT-TYPE
1432            SYNTAX          JnxOspfv3UpToRefreshIntervalTc
1433            UNITS           "seconds"
1434            MAX-ACCESS      read-create
1435            STATUS          deprecated
1436            DESCRIPTION
1437                "The number of seconds between link state
1438                advertisement retransmissions, for adjacencies
1439                belonging to this interface. This value is
1440                also used when retransmitting database
1441                description and link state request packets."
1442            DEFVAL          { 5 }
1443            ::= { jnxOspfv3IfEntry 8 }
1444
1445    jnxOspfv3IfHelloInterval OBJECT-TYPE
1446            SYNTAX          HelloRange
1447            UNITS           "seconds"
1448            MAX-ACCESS      read-create
1449            STATUS          deprecated
1450            DESCRIPTION
1451                "The length of time, in seconds, between the
1452                Hello packets that the router sends on the
1453                interface. This value must be the same for all
1454                routers attached to a common network."
1455            DEFVAL          { 10 }
1456            ::= { jnxOspfv3IfEntry 9 }
1457
1458    jnxOspfv3IfRtrDeadInterval OBJECT-TYPE
1459            SYNTAX          JnxOspfv3DeadIntRangeTc
1460            UNITS           "seconds"
1461            MAX-ACCESS      read-create
1462            STATUS          deprecated
1463            DESCRIPTION
1464                "The number of seconds that a router's Hello
1465                packets have not been seen before its
1466                neighbors declare the router down on the interface.
1467                This should be some multiple of the Hello interval.
1468                This value must be the same for all routers attached
1469                to a common network."
1470            DEFVAL          { 40 }
1471            ::= { jnxOspfv3IfEntry 10 }
1472
1473    jnxOspfv3IfPollInterval OBJECT-TYPE
1474            SYNTAX          Unsigned32
1475            UNITS           "seconds"
1476            MAX-ACCESS      read-create
1477            STATUS          deprecated
1478            DESCRIPTION
1479                "The larger time interval, in seconds, between
1480                the Hello packets sent to an inactive
1481                non-broadcast multi-access neighbor."
1482            DEFVAL          { 120 }
1483            ::= { jnxOspfv3IfEntry 11 }
1484
1485    jnxOspfv3IfState OBJECT-TYPE
1486            SYNTAX          INTEGER {
1487                            down(1),
1488                            loopback(2),
1489                            waiting(3),
1490                            pointToPoint(4),
1491                            designatedRouter(5),
1492                            backupDesignatedRouter(6),
1493                            otherDesignatedRouter(7)
1494                            }
1495            MAX-ACCESS      read-only
1496            STATUS          deprecated
1497            DESCRIPTION
1498                "The OSPFv3 Interface State."
1499            ::= { jnxOspfv3IfEntry 12 }
1500
1501    jnxOspfv3IfDesignatedRouter OBJECT-TYPE
1502            SYNTAX          JnxOspfv3RouterIdTc
1503            MAX-ACCESS      read-only
1504            STATUS          deprecated
1505            DESCRIPTION
1506                "The Router ID of the Designated Router."
1507            ::= { jnxOspfv3IfEntry 13 }
1508
1509    jnxOspfv3IfBackupDesignatedRouter OBJECT-TYPE
1510            SYNTAX          JnxOspfv3RouterIdTc
1511            MAX-ACCESS      read-only
1512            STATUS          deprecated
1513            DESCRIPTION
1514                "The Router ID of the Backup Designated
1515                Router."
1516            ::= { jnxOspfv3IfEntry 14 }
1517
1518    jnxOspfv3IfEvents OBJECT-TYPE
1519            SYNTAX          Counter32
1520            MAX-ACCESS      read-only
1521            STATUS          deprecated
1522            DESCRIPTION
1523                "The number of times this OSPF interface has
1524                changed its state, or an error has occurred."
1525            ::= { jnxOspfv3IfEntry 15 }
1526
1527     jnxOspfv3IfStatus OBJECT-TYPE
1528            SYNTAX          RowStatus
1529            MAX-ACCESS      read-create
1530            STATUS          deprecated
1531            DESCRIPTION
1532                "This object permits management of the table by
1533                facilitating actions such as row creation,
1534                construction and destruction.
1535
1536                The value of this object has no effect on
1537                whether other objects in this conceptual row can be
1538                modified."
1539            ::= { jnxOspfv3IfEntry 16 }
1540
1541    jnxOspfv3IfMulticastForwarding OBJECT-TYPE
1542            SYNTAX          INTEGER {
1543                            blocked(1),   -- no multicast forwarding
1544                            multicast(2), -- using multicast address
1545                            unicast(3)    -- to each OSPFv3 neighbor
1546                            }
1547            MAX-ACCESS      read-create
1548            STATUS          deprecated
1549            DESCRIPTION
1550                "The way multicasts should forwarded on this
1551                interface; not forwarded, forwarded as data
1552                link multicasts, or forwarded as data link
1553                unicasts. Data link multicasting is not
1554                meaningful on point to point and NBMA interfaces,
1555                and setting ospfv3MulticastForwarding to 0
1556                effectively disables all multicast forwarding."
1557            DEFVAL { blocked }
1558            ::= { jnxOspfv3IfEntry 17 }
1559
1560    jnxOspfv3IfDemand OBJECT-TYPE
1561            SYNTAX          TruthValue
1562            MAX-ACCESS      read-create
1563            STATUS          deprecated
1564            DESCRIPTION
1565                "Indicates whether Demand OSPFv3 procedures
1566                (hello suppression to FULL neighbors and
1567                setting the DoNotAge flag on propagated LSAs)
1568                should be performed on this interface."
1569            DEFVAL { false }
1570            ::= { jnxOspfv3IfEntry 18 }
1571
1572    jnxOspfv3IfMetricValue OBJECT-TYPE
1573            SYNTAX          Metric
1574            MAX-ACCESS      read-create
1575            STATUS          deprecated
1576            DESCRIPTION
1577                "The metric assigned to this interface.
1578                 The default value of the Metric is
1579                Reference Bandwidth / ifSpeed. The value
1580                of the reference bandwidth is configured
1581                by the ospfv3ReferenceBandwidth object."
1582            ::= { jnxOspfv3IfEntry 19 }
1583
1584     jnxOspfv3IfLinkScopeLsaCount OBJECT-TYPE
1585            SYNTAX          Gauge32
1586            MAX-ACCESS      read-only
1587            STATUS          deprecated
1588            DESCRIPTION
1589                "The total number of Link-Scope link state
1590                advertisements in this link's link state
1591                database."
1592            ::= { jnxOspfv3IfEntry 20 }
1593
1594     jnxOspfv3IfLinkLsaCksumSum OBJECT-TYPE
1595            SYNTAX          Integer32
1596            MAX-ACCESS      read-only
1597            STATUS          deprecated
1598            DESCRIPTION
1599                "The 32-bit unsigned sum of the Link-Scope link state
1600                advertisements' LS checksums contained in this
1601                link's link state database. The sum can be used
1602                to determine if there has been a change in a
1603                router's link state database, and to compare the
1604                link state database of two routers."
1605            ::= { jnxOspfv3IfEntry 21 }
1606
1607    jnxOspfv3IfDemandNbrProbe OBJECT-TYPE
1608            SYNTAX          TruthValue
1609            MAX-ACCESS      read-create
1610            STATUS          deprecated
1611            DESCRIPTION
1612                   "Indicates whether or not neighbor probing is
1613                   enabled to determine whether or not the neighbor
1614                   is inactive. Neighbor probing is disabled by
1615                   default."
1616            DEFVAL { false }
1617            ::= { jnxOspfv3IfEntry 22 }
1618
1619   jnxOspfv3IfDemandNbrProbeRetxLimit OBJECT-TYPE
1620           SYNTAX       Unsigned32
1621           UNITS        "seconds"
1622           MAX-ACCESS   read-create
1623           STATUS       deprecated
1624           DESCRIPTION
1625              "The number of consecutive LSA retransmissions before
1626              the neighbor is deemed inactive and the neighbor
1627              adjacency is brought down."
1628           DEFVAL          { 10 }
1629           ::= { jnxOspfv3IfEntry 23}
1630
1631
1632   jnxOspfv3IfDemandNbrProbeInterval OBJECT-TYPE
1633           SYNTAX       Unsigned32
1634           UNITS        "seconds"
1635           MAX-ACCESS   read-create
1636           STATUS       deprecated
1637           DESCRIPTION
1638              "Defines how often the neighbor will be probed."
1639           DEFVAL          { 120 }
1640           ::= { jnxOspfv3IfEntry 24 }
1641
1642
1643    -- OSPFv3 Virtual Interface Table
1644
1645    -- The Virtual Interface Table describes the virtual
1646    -- links that the OSPFv3 Process is configured to
1647    -- carry on.
1648
1649    jnxOspfv3VirtIfTable OBJECT-TYPE
1650            SYNTAX          SEQUENCE OF JnxOspfv3VirtIfEntry
1651            MAX-ACCESS      not-accessible
1652            STATUS          deprecated
1653            DESCRIPTION
1654                "Information about this router's virtual
1655                interfaces. Marking this table and its objects
1656                deprecated as it is now implemented as a part of RFC 5643."
1657            REFERENCE
1658                "OSPF Version 2, Appendix C.4 Virtual link
1659                parameters"
1660            ::= { jnxOspfv3Objects 8 }
1661
1662    jnxOspfv3VirtIfEntry OBJECT-TYPE
1663            SYNTAX          JnxOspfv3VirtIfEntry
1664            MAX-ACCESS      not-accessible
1665            STATUS          deprecated
1666            DESCRIPTION
1667                "Information about a single Virtual Interface."
1668            INDEX           { jnxOspfv3VirtIfAreaId,
1669                              jnxOspfv3VirtIfNeighbor }
1670            ::= { jnxOspfv3VirtIfTable 1 }
1671
1672    JnxOspfv3VirtIfEntry ::= SEQUENCE {
1673            jnxOspfv3VirtIfAreaId
1674                    JnxOspfv3AreaIdTc,
1675            jnxOspfv3VirtIfNeighbor
1676                    JnxOspfv3RouterIdTc,
1677
1678            jnxOspfv3VirtIfIndex
1679                    InterfaceIndex,
1680            jnxOspfv3VirtIfInstId
1681                    JnxOspfv3IfInstIdTc,
1682            jnxOspfv3VirtIfTransitDelay
1683                    JnxOspfv3UpToRefreshIntervalTc,
1684            jnxOspfv3VirtIfRetransInterval
1685                    JnxOspfv3UpToRefreshIntervalTc,
1686            jnxOspfv3VirtIfHelloInterval
1687                    HelloRange,
1688            jnxOspfv3VirtIfRtrDeadInterval
1689                    JnxOspfv3DeadIntRangeTc,
1690            jnxOspfv3VirtIfState
1691                    INTEGER,
1692            jnxOspfv3VirtIfEvents
1693                    Counter32,
1694            jnxOspfv3VirtIfStatus
1695                    RowStatus,
1696            jnxOspfv3VirtIfLinkScopeLsaCount
1697                    Gauge32,
1698            jnxOspfv3VirtIfLinkLsaCksumSum
1699                    Integer32
1700            }
1701
1702    jnxOspfv3VirtIfAreaId OBJECT-TYPE
1703            SYNTAX          JnxOspfv3AreaIdTc
1704            MAX-ACCESS      not-accessible
1705            STATUS          deprecated
1706            DESCRIPTION
1707                "The Transit Area that the Virtual Link
1708                traverses. By definition, this is not
1709                Area 0"
1710            ::= { jnxOspfv3VirtIfEntry 1 }
1711
1712    jnxOspfv3VirtIfNeighbor OBJECT-TYPE
1713            SYNTAX          JnxOspfv3RouterIdTc
1714            MAX-ACCESS      not-accessible
1715            STATUS          deprecated
1716            DESCRIPTION
1717                "The Router ID of the Virtual Neighbor."
1718            ::= { jnxOspfv3VirtIfEntry 2 }
1719
1720    jnxOspfv3VirtIfIndex OBJECT-TYPE
1721            SYNTAX          InterfaceIndex
1722            MAX-ACCESS      read-only
1723            STATUS          deprecated
1724            DESCRIPTION
1725                "The local interface index assigned to this
1726                OSPFv3 virtual interface. It is advertised in
1727                Hello's sent over the virtal link and in the
1728                router's router-LSAs."
1729            ::= { jnxOspfv3VirtIfEntry 3 }
1730
1731    jnxOspfv3VirtIfInstId OBJECT-TYPE
1732            SYNTAX          JnxOspfv3IfInstIdTc
1733            MAX-ACCESS      read-create
1734            STATUS          deprecated
1735            DESCRIPTION
1736                "Specifies the interface instance ID to be used
1737                for the virtual interface. This ID has local link
1738                significance only."
1739            DEFVAL          { 0 }
1740            ::= { jnxOspfv3VirtIfEntry 4 }
1741
1742    jnxOspfv3VirtIfTransitDelay OBJECT-TYPE
1743            SYNTAX          JnxOspfv3UpToRefreshIntervalTc
1744            UNITS           "seconds"
1745            MAX-ACCESS      read-create
1746            STATUS          deprecated
1747            DESCRIPTION
1748                "The estimated number of seconds it takes to
1749                transmit a link state update packet over this
1750                interface."
1751            DEFVAL          { 1 }
1752            ::= { jnxOspfv3VirtIfEntry 5 }
1753
1754    jnxOspfv3VirtIfRetransInterval OBJECT-TYPE
1755            SYNTAX          JnxOspfv3UpToRefreshIntervalTc
1756            UNITS           "seconds"
1757            MAX-ACCESS      read-create
1758            STATUS          deprecated
1759            DESCRIPTION
1760                "The number of seconds between link state
1761                advertisement retransmissions, for adjacencies
1762                belonging to this interface. This value is
1763                also used when retransmitting database
1764                description and link state request packets. This
1765                value should be well over the expected
1766                round-trip time."
1767            DEFVAL          { 5 }
1768            ::= { jnxOspfv3VirtIfEntry 6 }
1769
1770    jnxOspfv3VirtIfHelloInterval OBJECT-TYPE
1771            SYNTAX          HelloRange
1772            UNITS           "seconds"
1773            MAX-ACCESS      read-create
1774            STATUS          deprecated
1775            DESCRIPTION
1776                "The length of time, in seconds, between the
1777                Hello packets that the router sends on the
1778                interface.  This value must be the same for the
1779                virtual neighbor."
1780            DEFVAL          { 10 }
1781            ::= { jnxOspfv3VirtIfEntry 7 }
1782
1783    jnxOspfv3VirtIfRtrDeadInterval OBJECT-TYPE
1784            SYNTAX          JnxOspfv3DeadIntRangeTc
1785            UNITS           "seconds"
1786            MAX-ACCESS      read-create
1787            STATUS          deprecated
1788            DESCRIPTION
1789                "The number of seconds that a router's Hello
1790                packets have not been seen before its
1791                neighbors declare the router down. This should
1792                be some multiple of the Hello interval. This
1793                value must be the same for the virtual
1794                neighbor."
1795            DEFVAL          { 60 }
1796            ::= { jnxOspfv3VirtIfEntry 8 }
1797
1798    jnxOspfv3VirtIfState OBJECT-TYPE
1799            SYNTAX          INTEGER {
1800                            down(1),
1801                            pointToPoint(4)
1802                            }
1803            MAX-ACCESS      read-only
1804            STATUS          deprecated
1805            DESCRIPTION
1806                "ospf virtual interface states. The same encoding
1807                as the ospfV3IfTable is used."
1808            ::= { jnxOspfv3VirtIfEntry 9 }
1809
1810    jnxOspfv3VirtIfEvents OBJECT-TYPE
1811            SYNTAX          Counter32
1812            MAX-ACCESS      read-only
1813            STATUS          deprecated
1814            DESCRIPTION
1815                "The number of state changes or error events on
1816                this Virtual Link"
1817            ::= { jnxOspfv3VirtIfEntry 10 }
1818
1819    jnxOspfv3VirtIfStatus OBJECT-TYPE
1820            SYNTAX          RowStatus
1821            MAX-ACCESS      read-create
1822            STATUS          deprecated
1823            DESCRIPTION
1824                "This object permits management of the table by
1825                facilitating actions such as row creation,
1826                construction and destruction.
1827
1828                The value of this object has no effect on
1829                whether other objects in this conceptual row can be
1830                modified."
1831            ::= { jnxOspfv3VirtIfEntry 11 }
1832
1833    jnxOspfv3VirtIfLinkScopeLsaCount OBJECT-TYPE
1834            SYNTAX          Gauge32
1835            MAX-ACCESS      read-only
1836            STATUS          deprecated
1837            DESCRIPTION
1838                "The total number of Link-Scope link state
1839                advertisements in this virtual link's link state
1840                database."
1841            ::= { jnxOspfv3VirtIfEntry 12 }
1842
1843    jnxOspfv3VirtIfLinkLsaCksumSum OBJECT-TYPE
1844            SYNTAX          Integer32
1845            MAX-ACCESS      read-only
1846            STATUS          deprecated
1847            DESCRIPTION
1848                "The 32-bit unsigned sum of the Link-Scope link-state
1849                advertisements' LS checksums contained in this
1850                virtual link's link-state database. The sum can be used
1851                to determine if there has been a change in a
1852                router's link state database, and to compare the
1853                link state database of two routers."
1854            ::= { jnxOspfv3VirtIfEntry 13 }
1855
1856
1857    -- OSPFv3 Neighbor Table
1858
1859    -- The OSPFv3 Neighbor Table describes all neighbors in
1860    -- the locality of the subject router.
1861
1862    jnxOspfv3NbrTable OBJECT-TYPE
1863            SYNTAX          SEQUENCE OF JnxOspfv3NbrEntry
1864            MAX-ACCESS      not-accessible
1865            STATUS          deprecated
1866            DESCRIPTION
1867                "A table of non-virtual neighbor information."
1868            REFERENCE
1869                "OSPF Version 2, Section 10 The Neighbor Data
1870                Structure. Marking this table and its objects
1871                deprecated as it is now implemented as a part of
1872                RFC 5643."
1873            ::= { jnxOspfv3Objects 9 }
1874
1875    jnxOspfv3NbrEntry OBJECT-TYPE
1876            SYNTAX          JnxOspfv3NbrEntry
1877            MAX-ACCESS      not-accessible
1878            STATUS          deprecated
1879            DESCRIPTION
1880                "The information regarding a single neighbor."
1881            REFERENCE
1882                "OSPF Version 2, Section 10 The Neighbor Data
1883                Structure"
1884            INDEX           { jnxOspfv3NbrIfIndex,
1885                              jnxOspfv3NbrIfInstId,
1886                              jnxOspfv3NbrRtrId }
1887            ::= { jnxOspfv3NbrTable 1 }
1888
1889    JnxOspfv3NbrEntry ::= SEQUENCE {
1890            jnxOspfv3NbrIfIndex
1891                    InterfaceIndex,
1892            jnxOspfv3NbrIfInstId
1893                    JnxOspfv3IfInstIdTc,
1894            jnxOspfv3NbrRtrId
1895                    JnxOspfv3RouterIdTc,
1896            jnxOspfv3NbrAddressType
1897                    InetAddressType,
1898            jnxOspfv3NbrAddress
1899                    InetAddress,
1900            jnxOspfv3NbrOptions
1901                    Integer32,
1902            jnxOspfv3NbrPriority
1903                    DesignatedRouterPriority,
1904            jnxOspfv3NbrState
1905                    INTEGER,
1906            jnxOspfv3NbrEvents
1907                    Counter32,
1908            jnxOspfv3NbrLsRetransQLen
1909                    Gauge32,
1910            jnxOspfv3NbrHelloSuppressed
1911                    TruthValue,
1912            jnxOspfv3NbrIfId
1913                    InterfaceIndex,
1914            jnxOspfv3NbrRestartHelperStatus
1915                    INTEGER,
1916            jnxOspfv3NbrRestartHelperAge
1917                    JnxOspfv3UpToRefreshIntervalTc,
1918            jnxOspfv3NbrRestartHelperExitRc
1919                    INTEGER
1920            }
1921
1922    jnxOspfv3NbrIfIndex OBJECT-TYPE
1923            SYNTAX          InterfaceIndex
1924            MAX-ACCESS      not-accessible
1925            STATUS          deprecated
1926            DESCRIPTION
1927                "The local link ID of the link over which the
1928                 neighbor can be reached."
1929            ::= { jnxOspfv3NbrEntry 1 }
1930
1931    jnxOspfv3NbrIfInstId OBJECT-TYPE
1932            SYNTAX          JnxOspfv3IfInstIdTc
1933            MAX-ACCESS      not-accessible
1934            STATUS          deprecated
1935            DESCRIPTION
1936                "Interface instance over which the neighbor
1937                can be reached. This ID has local link
1938                significance only."
1939            ::= { jnxOspfv3NbrEntry 2 }
1940
1941    jnxOspfv3NbrRtrId OBJECT-TYPE
1942            SYNTAX          JnxOspfv3RouterIdTc
1943            MAX-ACCESS      not-accessible
1944            STATUS          deprecated
1945            DESCRIPTION
1946               "A 32-bit integer uniquely identifying the neighboring
1947               router in the Autonomous System."
1948            ::= { jnxOspfv3NbrEntry 3 }
1949
1950    jnxOspfv3NbrAddressType OBJECT-TYPE
1951            SYNTAX          InetAddressType
1952            MAX-ACCESS      read-only
1953            STATUS          deprecated
1954            DESCRIPTION
1955                "The address type of ospfv3NbrAddress. Only IPv6
1956                addresses without zone index are expected."
1957            ::= { jnxOspfv3NbrEntry 4 }
1958
1959    jnxOspfv3NbrAddress OBJECT-TYPE
1960            SYNTAX          InetAddress (SIZE (16))
1961            MAX-ACCESS      read-only
1962            STATUS          deprecated
1963            DESCRIPTION
1964                "The IPv6 address of the neighbor associated with
1965                the local link."
1966            ::= { jnxOspfv3NbrEntry 5 }
1967
1968    jnxOspfv3NbrOptions OBJECT-TYPE
1969            SYNTAX          Integer32
1970            MAX-ACCESS      read-only
1971            STATUS          deprecated
1972            DESCRIPTION
1973                "A Bit Mask corresponding to the neighbor's
1974                options field."
1975            REFERENCE
1976                "OSPF Version 3, Appendix A.2 the Options field"
1977            ::= { jnxOspfv3NbrEntry 6 }
1978
1979    jnxOspfv3NbrPriority OBJECT-TYPE
1980            SYNTAX          DesignatedRouterPriority
1981            MAX-ACCESS      read-only
1982            STATUS          deprecated
1983            DESCRIPTION
1984                "The priority of this neighbor in the designated
1985                router election algorithm. The value 0 signifies
1986                that the neighbor is not eligible to become the
1987                designated router on this particular network."
1988            ::= { jnxOspfv3NbrEntry 7 }
1989
1990    jnxOspfv3NbrState OBJECT-TYPE
1991            SYNTAX          INTEGER {
1992                            down(1),
1993                            attempt(2),
1994                            init(3),
1995                            twoWay(4),
1996                            exchangeStart(5),
1997                            exchange(6),
1998                            loading(7),
1999                            full(8)
2000                            }
2001            MAX-ACCESS      read-only
2002            STATUS          deprecated
2003            DESCRIPTION
2004                "The State of the relationship with this
2005                Neighbor."
2006            REFERENCE
2007                "OSPF Version 2, Section 10.1 Neighbor States"
2008            ::= { jnxOspfv3NbrEntry 8 }
2009
2010    jnxOspfv3NbrEvents OBJECT-TYPE
2011            SYNTAX          Counter32
2012            MAX-ACCESS      read-only
2013            STATUS          deprecated
2014            DESCRIPTION
2015                "The number of times this neighbor relationship
2016                has changed state, or an error has occurred."
2017            ::= { jnxOspfv3NbrEntry 9 }
2018
2019    jnxOspfv3NbrLsRetransQLen OBJECT-TYPE
2020            SYNTAX          Gauge32
2021            MAX-ACCESS      read-only
2022            STATUS          deprecated
2023            DESCRIPTION
2024                "The current length of the retransmission
2025                queue."
2026            ::= { jnxOspfv3NbrEntry 10 }
2027
2028    jnxOspfv3NbrHelloSuppressed OBJECT-TYPE
2029            SYNTAX          TruthValue
2030            MAX-ACCESS      read-only
2031            STATUS          deprecated
2032            DESCRIPTION
2033                "Indicates whether Hellos are being suppressed
2034                to the neighbor"
2035            ::= { jnxOspfv3NbrEntry 11 }
2036
2037    jnxOspfv3NbrIfId OBJECT-TYPE
2038            SYNTAX          InterfaceIndex
2039            MAX-ACCESS      read-only
2040            STATUS          deprecated
2041            DESCRIPTION
2042                "The interface ID that the neighbor advertises
2043                in its Hello Packets on this link, that is, the
2044                neighbor's local interface index."
2045            ::= { jnxOspfv3NbrEntry 12 }
2046
2047    jnxOspfv3NbrRestartHelperStatus OBJECT-TYPE
2048           SYNTAX       INTEGER { notHelping (1),
2049                                  helping (2)
2050                                }
2051
2052           MAX-ACCESS   read-only
2053           STATUS       deprecated
2054           DESCRIPTION
2055              "Indicates whether the router is acting
2056              as a Graceful restart helper for the neighbor."
2057              ::= { jnxOspfv3NbrEntry 13 }
2058
2059    jnxOspfv3NbrRestartHelperAge OBJECT-TYPE
2060           SYNTAX       JnxOspfv3UpToRefreshIntervalTc
2061           UNITS        "seconds"
2062           MAX-ACCESS   read-only
2063           STATUS       deprecated
2064           DESCRIPTION
2065              "Remaining time in current OSPF Graceful restart
2066              interval, if the router is acting as a restart
2067              helper for the neighbor."
2068           ::= { jnxOspfv3NbrEntry 14 }
2069
2070    jnxOspfv3NbrRestartHelperExitRc OBJECT-TYPE
2071           SYNTAX       INTEGER { none (1),
2072                                  inProgress (2),
2073                                  completed (3),
2074                                  timedOut (4),
2075                                  topologyChanged (5)
2076                                }
2077           MAX-ACCESS   read-only
2078           STATUS       deprecated
2079           DESCRIPTION
2080              "Describes the outcome of the last attempt at acting
2081              as a Graceful restart helper for the neighbor.
2082
2083              none:............no restart has yet been attempted.
2084              inProgress:......a restart attempt is currentlyly underway.
2085              completed:.......the last restart completed successfully.
2086              timedOut:........the last restart timed out.
2087              topologyChanged:.the last restart was aborted due to
2088                               a topology change."
2089        ::= { jnxOspfv3NbrEntry 15 }
2090
2091
2092    -- OSPFv3 Configured Neighbor Table
2093
2094    -- The OSPFv3 Configured Neighbor Table describes all configured
2095    -- neighbors
2096
2097    jnxOspfv3CfgNbrTable OBJECT-TYPE
2098            SYNTAX          SEQUENCE OF JnxOspfv3CfgNbrEntry
2099            MAX-ACCESS      not-accessible
2100            STATUS          deprecated
2101            DESCRIPTION
2102                "A table of configured, non-virtual neighbor
2103                information. Marking this table and its objects
2104                deprecated as it is now implemented as a part of RFC 5643."
2105            REFERENCE
2106                "OSPF Version 2, Section 10 The Neighbor Data
2107                Structure"
2108            ::= { jnxOspfv3Objects 10 }
2109
2110    jnxOspfv3CfgNbrEntry OBJECT-TYPE
2111            SYNTAX          JnxOspfv3CfgNbrEntry
2112            MAX-ACCESS      not-accessible
2113            STATUS          deprecated
2114            DESCRIPTION
2115                "The information regarding a single configured
2116                neighbor or neighbor discovered by lower-level
2117                protocols such as Inverse Neighbor Discovery."
2118            REFERENCE
2119                "OSPF Version 2, Section 10 The Neighbor Data
2120                Structure"
2121            INDEX           { jnxOspfv3CfgNbrIfIndex,
2122                              jnxOspfv3CfgNbrIfInstId,
2123                              jnxOspfv3CfgNbrAddressType,
2124                              jnxOspfv3CfgNbrAddress }
2125            ::= { jnxOspfv3CfgNbrTable 1 }
2126
2127    JnxOspfv3CfgNbrEntry ::= SEQUENCE {
2128            jnxOspfv3CfgNbrIfIndex
2129                    InterfaceIndex,
2130            jnxOspfv3CfgNbrIfInstId
2131                    JnxOspfv3IfInstIdTc,
2132            jnxOspfv3CfgNbrAddressType
2133                    InetAddressType,
2134            jnxOspfv3CfgNbrAddress
2135                    InetAddress,
2136            jnxOspfv3CfgNbrPriority
2137                    DesignatedRouterPriority,
2138            jnxOspfv3CfgNbrStatus
2139                    RowStatus
2140            }
2141
2142    jnxOspfv3CfgNbrIfIndex OBJECT-TYPE
2143            SYNTAX          InterfaceIndex
2144            MAX-ACCESS      not-accessible
2145            STATUS          deprecated
2146            DESCRIPTION
2147                "The local link ID of the link over which the
2148                 neighbor can be reached."
2149            ::= { jnxOspfv3CfgNbrEntry 1 }
2150
2151    jnxOspfv3CfgNbrIfInstId OBJECT-TYPE
2152            SYNTAX          JnxOspfv3IfInstIdTc
2153            MAX-ACCESS      not-accessible
2154            STATUS          deprecated
2155            DESCRIPTION
2156                "Interface instance over which the neighbor
2157                can be reached. This ID has local link
2158                significance only."
2159            ::= { jnxOspfv3CfgNbrEntry 2 }
2160
2161    jnxOspfv3CfgNbrAddressType OBJECT-TYPE
2162            SYNTAX          InetAddressType
2163            MAX-ACCESS      not-accessible
2164            STATUS          deprecated
2165            DESCRIPTION
2166                "The address type of ospfv3NbrAddress. Only IPv6
2167                addresses without zone index are expected."
2168            ::= { jnxOspfv3CfgNbrEntry 3 }
2169
2170    jnxOspfv3CfgNbrAddress OBJECT-TYPE
2171            SYNTAX          InetAddress (SIZE (16))
2172            MAX-ACCESS      not-accessible
2173            STATUS          deprecated
2174            DESCRIPTION
2175                "The IPv6 address of the neighbor associated with
2176                the local link."
2177            ::= { jnxOspfv3CfgNbrEntry 4 }
2178
2179    jnxOspfv3CfgNbrPriority OBJECT-TYPE
2180            SYNTAX          DesignatedRouterPriority
2181            MAX-ACCESS      read-create
2182            STATUS          deprecated
2183            DESCRIPTION
2184                "The priority of this neighbor in the designated
2185                router election algorithm. The value 0 signifies
2186                that the neighbor is not eligible to become the
2187                designated router on this particular network."
2188            DEFVAL          { 1 }
2189            ::= { jnxOspfv3CfgNbrEntry 5 }
2190
2191    jnxOspfv3CfgNbrStatus OBJECT-TYPE
2192            SYNTAX          RowStatus
2193            MAX-ACCESS      read-create
2194            STATUS          deprecated
2195            DESCRIPTION
2196                "This object permits management of the table by
2197                facilitating actions such as row creation,
2198                construction and destruction.
2199
2200                The value of this object has no effect on
2201                whether other objects in this conceptual row can be
2202                modified."
2203            ::= { jnxOspfv3CfgNbrEntry 6 }
2204
2205    -- jnxOspfv3 Virtual Neighbor Table
2206
2207    -- This table describes all virtual neighbors.
2208    -- Since Virtual Links are configured in the
2209    -- virtual interface table, this table is read-only.
2210
2211    jnxOspfv3VirtNbrTable OBJECT-TYPE
2212            SYNTAX          SEQUENCE OF JnxOspfv3VirtNbrEntry
2213            MAX-ACCESS      not-accessible
2214            STATUS          deprecated
2215            DESCRIPTION
2216                "A table of virtual neighbor information. Marking this
2217                table and its objects deprecated as it is now
2218                implemented as a part of RFC 5643."
2219            REFERENCE
2220                "OSPF Version 2, Section 15 Virtual Links"
2221            ::= { jnxOspfv3Objects 11 }
2222
2223    jnxOspfv3VirtNbrEntry OBJECT-TYPE
2224            SYNTAX          JnxOspfv3VirtNbrEntry
2225            MAX-ACCESS      not-accessible
2226            STATUS          deprecated
2227            DESCRIPTION
2228                "Virtual neighbor information."
2229            INDEX           { jnxOspfv3VirtNbrArea,
2230                              jnxOspfv3VirtNbrRtrId }
2231            ::= { jnxOspfv3VirtNbrTable 1 }
2232
2233    JnxOspfv3VirtNbrEntry ::= SEQUENCE {
2234            jnxOspfv3VirtNbrArea
2235                    JnxOspfv3AreaIdTc,
2236            jnxOspfv3VirtNbrRtrId
2237                    JnxOspfv3RouterIdTc,
2238            jnxOspfv3VirtNbrIfIndex
2239                    InterfaceIndex,
2240            jnxOspfv3VirtNbrIfInstId
2241                    JnxOspfv3IfInstIdTc,
2242            jnxOspfv3VirtNbrAddressType
2243                    InetAddressType,
2244            jnxOspfv3VirtNbrAddress
2245                    InetAddress,
2246            jnxOspfv3VirtNbrOptions
2247                    Integer32,
2248            jnxOspfv3VirtNbrState
2249                    INTEGER,
2250            jnxOspfv3VirtNbrEvents
2251                    Counter32,
2252            jnxOspfv3VirtNbrLsRetransQLen
2253                    Gauge32,
2254            jnxOspfv3VirtNbrHelloSuppressed
2255                    TruthValue,
2256            jnxOspfv3VirtNbrIfId
2257                    InterfaceIndex,
2258            jnxOspfv3VirtNbrRestartHelperStatus
2259                    INTEGER,
2260            jnxOspfv3VirtNbrRestartHelperAge
2261                    JnxOspfv3UpToRefreshIntervalTc,
2262            jnxOspfv3VirtNbrRestartHelperExitRc
2263                    INTEGER
2264            }
2265
2266    jnxOspfv3VirtNbrArea OBJECT-TYPE
2267            SYNTAX          JnxOspfv3AreaIdTc
2268            MAX-ACCESS      not-accessible
2269            STATUS          deprecated
2270            DESCRIPTION
2271                "The Transit Area Identifier."
2272            ::= { jnxOspfv3VirtNbrEntry 1 }
2273
2274    jnxOspfv3VirtNbrRtrId OBJECT-TYPE
2275            SYNTAX          JnxOspfv3RouterIdTc
2276            MAX-ACCESS      not-accessible
2277            STATUS          deprecated
2278            DESCRIPTION
2279                "A 32-bit integer uniquely identifying the
2280                neighboring router in the Autonomous System."
2281            ::= { jnxOspfv3VirtNbrEntry 2 }
2282
2283    jnxOspfv3VirtNbrIfIndex OBJECT-TYPE
2284            SYNTAX          InterfaceIndex
2285            MAX-ACCESS      read-only
2286            STATUS          deprecated
2287            DESCRIPTION
2288                "The local interface ID for the virtual link over
2289                which the neighbor can be reached."
2290            ::= { jnxOspfv3VirtNbrEntry 3 }
2291
2292    jnxOspfv3VirtNbrIfInstId OBJECT-TYPE
2293            SYNTAX          JnxOspfv3IfInstIdTc
2294            MAX-ACCESS      read-only
2295            STATUS          deprecated
2296            DESCRIPTION
2297                "The interface instance for the virtual link over
2298                which the neighbor can be reached."
2299            ::= { jnxOspfv3VirtNbrEntry 4 }
2300
2301    jnxOspfv3VirtNbrAddressType OBJECT-TYPE
2302            SYNTAX          InetAddressType
2303            MAX-ACCESS      read-only
2304            STATUS          deprecated
2305            DESCRIPTION
2306                "The address type of ospfv3VirtNbrAddress. Only IPv6
2307                addresses without zone index are expected."
2308            ::= { jnxOspfv3VirtNbrEntry 5 }
2309
2310    jnxOspfv3VirtNbrAddress OBJECT-TYPE
2311            SYNTAX          InetAddress (SIZE (16))
2312            MAX-ACCESS      read-only
2313            STATUS          deprecated
2314            DESCRIPTION
2315                "The IPv6 address advertised by this Virtual Neighbor.
2316                It must be a Global scope address."
2317            ::= { jnxOspfv3VirtNbrEntry 6 }
2318
2319    jnxOspfv3VirtNbrOptions OBJECT-TYPE
2320            SYNTAX          Integer32
2321            MAX-ACCESS      read-only
2322            STATUS          deprecated
2323            DESCRIPTION
2324                "A Bit Mask corresponding to the neighbor's options
2325                field."
2326            REFERENCE
2327                "OSPF Version 3, Appendix A.2 the Options field"
2328            ::= { jnxOspfv3VirtNbrEntry 7 }
2329
2330    jnxOspfv3VirtNbrState OBJECT-TYPE
2331            SYNTAX          INTEGER {
2332                            down(1),
2333                            attempt(2),
2334                            init(3),
2335                            twoWay(4),
2336                            exchangeStart(5),
2337                            exchange(6),
2338                            loading(7),
2339                            full(8)
2340                            }
2341            MAX-ACCESS      read-only
2342            STATUS          deprecated
2343            DESCRIPTION
2344                "The state of the Virtual Neighbor Relationship."
2345            ::= { jnxOspfv3VirtNbrEntry 8 }
2346
2347    jnxOspfv3VirtNbrEvents OBJECT-TYPE
2348            SYNTAX          Counter32
2349            MAX-ACCESS      read-only
2350            STATUS          deprecated
2351            DESCRIPTION
2352                "The number of times this virtual link has
2353                changed its state, or an error has occurred."
2354            ::= { jnxOspfv3VirtNbrEntry 9 }
2355
2356    jnxOspfv3VirtNbrLsRetransQLen OBJECT-TYPE
2357            SYNTAX          Gauge32
2358            MAX-ACCESS      read-only
2359            STATUS          deprecated
2360            DESCRIPTION
2361                "The current length of the retransmission
2362                queue."
2363            ::= { jnxOspfv3VirtNbrEntry 10 }
2364
2365    jnxOspfv3VirtNbrHelloSuppressed OBJECT-TYPE
2366            SYNTAX          TruthValue
2367            MAX-ACCESS      read-only
2368            STATUS          deprecated
2369            DESCRIPTION
2370                "Indicates whether Hellos are being suppressed
2371                to the neighbor"
2372            ::= { jnxOspfv3VirtNbrEntry 11 }
2373
2374    jnxOspfv3VirtNbrIfId OBJECT-TYPE
2375            SYNTAX          InterfaceIndex
2376            MAX-ACCESS      read-only
2377            STATUS          deprecated
2378            DESCRIPTION
2379                "The interface ID that the neighbor advertises
2380                in its Hello Packets on this virtual link, that is,
2381                the neighbor's local interface ID."
2382            ::= { jnxOspfv3VirtNbrEntry 12 }
2383
2384   jnxOspfv3VirtNbrRestartHelperStatus OBJECT-TYPE
2385           SYNTAX       INTEGER { notHelping (1),
2386                                  helping (2)
2387                                }
2388           MAX-ACCESS   read-only
2389           STATUS       deprecated
2390           DESCRIPTION
2391              "Indicates whether the router is acting
2392              as a Graceful restart helper for the neighbor."
2393              ::= { jnxOspfv3VirtNbrEntry 13 }
2394
2395    jnxOspfv3VirtNbrRestartHelperAge OBJECT-TYPE
2396           SYNTAX       JnxOspfv3UpToRefreshIntervalTc
2397           UNITS        "seconds"
2398           MAX-ACCESS   read-only
2399           STATUS       deprecated
2400           DESCRIPTION
2401              "Remaining time in current OSPF Graceful restart
2402              interval, if the router is acting as a restart
2403              helper for the neighbor."
2404           ::= { jnxOspfv3VirtNbrEntry 14 }
2405
2406    jnxOspfv3VirtNbrRestartHelperExitRc OBJECT-TYPE
2407           SYNTAX       INTEGER { none (1),
2408                                  inProgress (2),
2409                                  completed (3),
2410                                  timedOut (4),
2411                                  topologyChanged (5)
2412                                }
2413           MAX-ACCESS   read-only
2414           STATUS       deprecated
2415           DESCRIPTION
2416              "Describes the outcome of the last attempt at acting
2417               as a Graceful restart helper for the neighbor.
2418
2419              none:............no restart has yet been attempted.
2420              inProgress:......a restart attempt is currently underway.
2421              completed:.......the last restart completed successfully.
2422              timedOut:........the last restart timed out.
2423              topologyChanged:.the last restart was aborted due to
2424                               a topology change."
2425        ::= { jnxOspfv3VirtNbrEntry 15 }
2426
2427    --
2428    -- The OSPFv3 Area Aggregate Table
2429    --
2430
2431    jnxOspfv3AreaAggregateTable OBJECT-TYPE
2432            SYNTAX          SEQUENCE OF JnxOspfv3AreaAggregateEntry
2433            MAX-ACCESS      not-accessible
2434            STATUS          deprecated
2435            DESCRIPTION
2436                "A range of IPv6 prefixes specified by a
2437                prefix/prefix length pair. Note that if
2438                ranges are configured such that one range
2439                subsumes another range the most specific
2440                match is the preferred one. Marking this table
2441                and its objects deprecated as it is now implemented
2442                as part of RFC 5643."
2443            ::= { jnxOspfv3Objects 12 }
2444
2445    jnxOspfv3AreaAggregateEntry OBJECT-TYPE
2446            SYNTAX          JnxOspfv3AreaAggregateEntry
2447            MAX-ACCESS      not-accessible
2448            STATUS          deprecated
2449            DESCRIPTION
2450                "A range of IPv6 prefixes specified by a
2451                prefix/prefix length pair. Note that if
2452                ranges are configured such that one range
2453                subsumes another range the most specific match is
2454                the preferred one."
2455            REFERENCE
2456                "OSPF Version 2, Appendix C.2  Area parameters"
2457            INDEX           { jnxOspfv3AreaAggregateAreaID,
2458                              jnxOspfv3AreaAggregateAreaLsdbType,
2459                              jnxOspfv3AreaAggregatePrefixType,
2460                              jnxOspfv3AreaAggregatePrefix,
2461                              jnxOspfv3AreaAggregatePrefixLength }
2462            ::= { jnxOspfv3AreaAggregateTable 1 }
2463
2464    JnxOspfv3AreaAggregateEntry ::= SEQUENCE {
2465            jnxOspfv3AreaAggregateAreaID
2466                    JnxOspfv3AreaIdTc,
2467            jnxOspfv3AreaAggregateAreaLsdbType
2468                    INTEGER,
2469            jnxOspfv3AreaAggregatePrefixType
2470                    InetAddressType,
2471            jnxOspfv3AreaAggregatePrefix
2472                    InetAddress,
2473            jnxOspfv3AreaAggregatePrefixLength
2474                    InetAddressPrefixLength,
2475            jnxOspfv3AreaAggregateStatus
2476                    RowStatus,
2477            jnxOspfv3AreaAggregateEffect
2478                    INTEGER,
2479            jnxOspfv3AreaAggregateRouteTag
2480                    INTEGER
2481            }
2482
2483    jnxOspfv3AreaAggregateAreaID OBJECT-TYPE
2484            SYNTAX          JnxOspfv3AreaIdTc
2485            MAX-ACCESS      not-accessible
2486            STATUS          deprecated
2487            DESCRIPTION
2488                "The Area the Address Aggregate is to be found
2489                within."
2490            REFERENCE
2491                "OSPF Version 2, Appendix C.2 Area parameters"
2492            ::= { jnxOspfv3AreaAggregateEntry 1 }
2493
2494    jnxOspfv3AreaAggregateAreaLsdbType OBJECT-TYPE
2495            SYNTAX          INTEGER {
2496                            interAreaPrefixLsa(8195), -- 0x2003
2497                            nssaExternalLsa(8199)     -- 0x2007
2498                            }
2499            MAX-ACCESS      not-accessible
2500            STATUS          deprecated
2501            DESCRIPTION
2502                "The type of the Address Aggregate.  This field
2503                specifies the Area Lsdb type that this Address
2504                Aggregate applies to."
2505            REFERENCE
2506                "OSPF Version 2, Appendix A.4.1 The Link State
2507                Advertisement header"
2508            ::= { jnxOspfv3AreaAggregateEntry 2 }
2509
2510    jnxOspfv3AreaAggregatePrefixType OBJECT-TYPE
2511            SYNTAX          InetAddressType
2512            MAX-ACCESS      not-accessible
2513            STATUS          deprecated
2514            DESCRIPTION
2515                "The prefix type of ospfv3AreaAggregatePrefix. Only
2516                IPv6 addresses are expected."
2517            ::= { jnxOspfv3AreaAggregateEntry 4 }
2518
2519    jnxOspfv3AreaAggregatePrefix OBJECT-TYPE
2520            SYNTAX          InetAddress (SIZE (0..16))
2521            MAX-ACCESS      not-accessible
2522            STATUS          deprecated
2523            DESCRIPTION
2524                "The IPv6 Prefix."
2525            REFERENCE
2526                "OSPF Version 2, Appendix C.2 Area parameters"
2527            ::= { jnxOspfv3AreaAggregateEntry 5 }
2528
2529    jnxOspfv3AreaAggregatePrefixLength OBJECT-TYPE
2530            SYNTAX          InetAddressPrefixLength (3..128)
2531            UNITS           "bits"
2532            MAX-ACCESS      not-accessible
2533            STATUS          deprecated
2534            DESCRIPTION
2535                "The length of the prefix (in bits). A prefix can
2536                not be shorter than 3 bits."
2537            REFERENCE
2538                "OSPF Version 2, Appendix C.2 Area parameters"
2539            ::= { jnxOspfv3AreaAggregateEntry 6 }
2540
2541    jnxOspfv3AreaAggregateStatus OBJECT-TYPE
2542            SYNTAX          RowStatus
2543            MAX-ACCESS      read-create
2544            STATUS          deprecated
2545            DESCRIPTION
2546                "This object permits management of the table by
2547                facilitating actions such as row creation,
2548                construction and destruction.
2549
2550                The value of this object has no effect on
2551                whether other objects in this conceptual row can be
2552                modified."
2553            ::= { jnxOspfv3AreaAggregateEntry 7 }
2554
2555    jnxOspfv3AreaAggregateEffect OBJECT-TYPE
2556            SYNTAX          INTEGER {
2557                            advertiseMatching(1),
2558                            doNotAdvertiseMatching(2)
2559                            }
2560            MAX-ACCESS      read-create
2561            STATUS          deprecated
2562            DESCRIPTION
2563                "Prefixes subsumed by ranges either trigger the
2564                advertisement of the indicated aggregate
2565                (advertiseMatching), or result in the prefix not
2566                being advertised at all outside the area."
2567            DEFVAL          { advertiseMatching }
2568            ::= { jnxOspfv3AreaAggregateEntry 8 }
2569
2570    jnxOspfv3AreaAggregateRouteTag OBJECT-TYPE
2571            SYNTAX          INTEGER
2572            MAX-ACCESS      read-create
2573            STATUS          deprecated
2574            DESCRIPTION
2575                "This tag is advertised only in the summarized
2576                 As-External LSA when summarizing from NSSA-LSA's to
2577                 AS-External-LSA's."
2578            DEFVAL         { 0 }
2579            ::= { jnxOspfv3AreaAggregateEntry 9 }
2580
2581
2582
2583    -- The jnxOspfv3 Notification Table
2584
2585    -- The jnxOspfv3 Notification Table records fields that are
2586    -- required for notifications
2587
2588    jnxOspfv3NotificationEntry OBJECT IDENTIFIER
2589            ::= { jnxOspfv3Objects 13 }
2590
2591    jnxOspfv3ConfigErrorType OBJECT-TYPE
2592        SYNTAX       INTEGER {
2593                        badVersion (1),
2594                        areaMismatch (2),
2595                        unknownNbmaNbr (3), -- Router is DR eligible
2596                        unknownVirtualNbr (4),
2597                        helloIntervalMismatch (5),
2598                        deadIntervalMismatch (6),
2599                        optionMismatch (7),
2600                        mtuMismatch (8),
2601                        duplicateRouterId (9),
2602                        noError (10) }
2603        MAX-ACCESS   accessible-for-notify
2604        STATUS   deprecated
2605        DESCRIPTION
2606           "Potential types of configuration conflicts.
2607           Used by the ospfv3ConfigError and
2608           ospfv3ConfigVirtError notifications. When the last value
2609           of a notification using this object is needed, but no
2610           notifications of that type have been sent, this value
2611           pertaining to this object should be returned as
2612           noError"
2613        ::= { jnxOspfv3NotificationEntry 1 }
2614
2615    jnxOspfv3PacketType OBJECT-TYPE
2616        SYNTAX       INTEGER {
2617                        hello (1),
2618                        dbDescript (2),
2619                        lsReq (3),
2620                        lsUpdate (4),
2621                        lsAck (5),
2622                        nullPacket (6) }
2623        MAX-ACCESS   accessible-for-notify
2624        STATUS       deprecated
2625        DESCRIPTION
2626           "OSPFv3 packet types. When the last value of a notification
2627           using this object is needed, but no notifications of
2628           that type have been sent, the value pertaining
2629           to this object should be returned as nullPacket"
2630        ::= { jnxOspfv3NotificationEntry 2 }
2631
2632    jnxOspfv3PacketSrc      OBJECT-TYPE
2633            SYNTAX       InetAddress
2634            MAX-ACCESS   accessible-for-notify
2635            STATUS       deprecated
2636            DESCRIPTION
2637               "The IPv6 address of an inbound packet that cannot
2638               be identified by a neighbor instance. When
2639               the last value of a notification using this object is
2640               needed, but no notifications of that type have been sent,
2641               the value pertaining to this object should
2642               be returned as 0
2643
2644               Only IPv6 addresses without zone index are expected."
2645        ::= { jnxOspfv3NotificationEntry 3 }
2646
2647
2648    -- Notification definitions
2649
2650
2651   jnxOspfv3VirtIfStateChange NOTIFICATION-TYPE
2652        OBJECTS { jnxOspfv3RouterId,  -- The originator of the notification
2653                  jnxOspfv3VirtIfState  -- The new state
2654           }
2655        STATUS       deprecated
2656        DESCRIPTION
2657           "An ospfv3VirtIfStateChange notification signifies that there
2658           has been a change in the state of an OSPFv3 virtual
2659           interface.
2660
2661           This notification should be generated when the interface
2662           state regresses (e.g., goes from Point-to-Point to Down)
2663           or progresses to a terminal state (i.e., Point-to-Point)."
2664        ::= { jnxOspfv3Notifications 1 }
2665
2666   jnxOspfv3NbrStateChange NOTIFICATION-TYPE
2667        OBJECTS { jnxOspfv3RouterId,   -- The originator of
2668                                    -- the notification
2669                  jnxOspfv3NbrState    -- The new state
2670           }
2671        STATUS       deprecated
2672        DESCRIPTION
2673           "An ospfv3NbrStateChange notification signifies that
2674           there has been a change in the state of a
2675           non-virtual OSPFv3 neighbor. This notification should be
2676           generated when the neighbor state regresses
2677           (e.g., goes from Attempt or Full to 1-Way or
2678           Down) or progresses to a terminal state (e.g.,
2679           2-Way or Full). When an neighbor transitions
2680           from or to Full on non-broadcast multi-access
2681           and broadcast networks, the notification should be
2682           generated by the designated router. A designated
2683           router transitioning to Down will be noted by
2684           ospfIfStateChange."
2685        ::= { jnxOspfv3Notifications 2 }
2686
2687   jnxOspfv3VirtNbrStateChange NOTIFICATION-TYPE
2688        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2689                  jnxOspfv3VirtNbrState  -- The new state
2690           }
2691        STATUS       deprecated
2692        DESCRIPTION
2693           "An ospfv3VirtNbrStateChange notification signifies
2694           that there has been a change in the state of an OSPFv3
2695           virtual neighbor. This notification should be generated
2696           when the neighbor state regresses (e.g., goes
2697           from Attempt or Full to 1-Way or Down) or
2698           progresses to a terminal state (e.g., Full)."
2699        ::= { jnxOspfv3Notifications 3 }
2700
2701   jnxOspfv3IfConfigError NOTIFICATION-TYPE
2702        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2703           jnxOspfv3IfState,         -- State of the interface
2704           jnxOspfv3PacketSrc,       -- IPv6 address of source
2705           jnxOspfv3ConfigErrorType, -- Type of error
2706           jnxOspfv3PacketType       -- Type of packet
2707           }
2708        STATUS       deprecated
2709        DESCRIPTION
2710           "An ospfv3IfConfigError notification signifies that a
2711           packet has been received on a non-virtual
2712           interface from a router whose configuration
2713           parameters conflict with this router's
2714           configuration parameters. Note that the event
2715           optionMismatch should cause a notification only if it
2716           prevents an adjacency from forming."
2717        ::= { jnxOspfv3Notifications 4 }
2718
2719   jnxOspfv3VirtIfConfigError NOTIFICATION-TYPE
2720        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2721           jnxOspfv3VirtIfState,     -- State of the interface
2722           jnxOspfv3ConfigErrorType, -- Type of error
2723           jnxOspfv3PacketType
2724           }
2725        STATUS       deprecated
2726        DESCRIPTION
2727           "An ospfv3VirtIfConfigError notification signifies that a
2728           packet has been received on a virtual interface
2729           from a router whose configuration parameters
2730           conflict with this router's configuration
2731           parameters. Note that the event optionMismatch
2732           should cause a notification only if it prevents an
2733           adjacency from forming."
2734        ::= { jnxOspfv3Notifications 5 }
2735
2736
2737   jnxOspfv3IfRxBadPacket NOTIFICATION-TYPE
2738        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2739           jnxOspfv3IfState,         -- State of the interface
2740           jnxOspfv3PacketSrc,       -- The source IPv6 address
2741           jnxOspfv3PacketType       -- Type of packet
2742           }
2743        STATUS       deprecated
2744        DESCRIPTION
2745           "An ospfv3IfRxBadPacket notification signifies that an
2746           ospfv3 packet that cannot be parsed has been received on a
2747           non-virtual interface."
2748        ::= { jnxOspfv3Notifications 6 }
2749
2750   jnxOspfv3VirtIfRxBadPacket NOTIFICATION-TYPE
2751        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2752          jnxOspfv3VirtIfState,      -- State of the interface
2753          jnxOspfv3PacketType        -- Type of packet
2754          }
2755        STATUS       deprecated
2756        DESCRIPTION
2757           "An ospfv3VirtIfRxBadPacket notification signifies
2758           that an OSPFv3 packet that cannot be parsed has been received
2759           on a virtual interface."
2760        ::= { jnxOspfv3Notifications 7 }
2761
2762
2763   jnxOspfv3LsdbOverflow NOTIFICATION-TYPE
2764        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2765           jnxOspfv3ExtAreaLsdbLimit -- Limit on External LSAs
2766           }
2767        STATUS       deprecated
2768        DESCRIPTION
2769           "An ospfv3LsdbOverflow notification signifies that the
2770           number of LSAs in the router's link-state
2771           database has exceeded ospfv3ExtAreaLsdbLimit."
2772        ::= { jnxOspfv3Notifications 8 }
2773
2774   jnxOspfv3LsdbApproachingOverflow NOTIFICATION-TYPE
2775        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2776           jnxOspfv3ExtAreaLsdbLimit
2777           }
2778        STATUS       deprecated
2779        DESCRIPTION
2780           "An ospfv3LsdbApproachingOverflow notification signifies
2781           that the number of LSAs in the router's
2782           link-state database has exceeded ninety percent of
2783           ospfv3ExtAreaLsdbLimit."
2784        ::= { jnxOspfv3Notifications 9 }
2785
2786   jnxOspfv3IfStateChange NOTIFICATION-TYPE
2787        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2788           jnxOspfv3IfState   -- The new state
2789           }
2790        STATUS       deprecated
2791        DESCRIPTION
2792           "An ospfv3IfStateChange notification signifies that there
2793           has been a change in the state of a non-virtual
2794           OSPFv3 interface. This notification should be generated
2795           when the interface state regresses (e.g., goes
2796           from Dr to Down) or progresses to a terminal
2797           state (i.e., Point-to-Point, DR Other, Dr, or
2798           Backup)."
2799        ::= { jnxOspfv3Notifications 10 }
2800
2801   jnxOspfv3NssaTranslatorStatusChange NOTIFICATION-TYPE
2802        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2803           jnxOspfv3AreaNssaTranslatorState  -- new state
2804           }
2805        STATUS       deprecated
2806        DESCRIPTION
2807           "An ospfv3NssaTranslatorStatusChange notification
2808           indicates that there has been a change in the router's
2809           ability to translate OSPFv3 NSSA LSAs into OSPFv3 External
2810           LSAs. This notification should be generated when the
2811           Translator Status transitions from or to any defined
2812           status on a per area basis."
2813        ::= { jnxOspfv3Notifications 11 }
2814
2815   jnxOspfv3RestartStatusChange NOTIFICATION-TYPE
2816        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2817                  jnxOspfv3RestartStatus,  -- new status
2818                  jnxOspfv3RestartInterval,
2819                  jnxOspfv3RestartExitRc
2820                }
2821        STATUS       deprecated
2822        DESCRIPTION
2823           "An ospfv3RestartStatusChange notification signifies that
2824           there has been a change in the graceful restart
2825           state for the router. This notification should be
2826           generated when the router restart status
2827           changes."
2828        ::= { jnxOspfv3Notifications 12 }
2829
2830   jnxOspfv3NbrRestartHelperStatusChange NOTIFICATION-TYPE
2831        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2832                  jnxOspfv3NbrRestartHelperStatus,  -- new status
2833                  jnxOspfv3NbrRestartHelperAge,
2834                  jnxOspfv3NbrRestartHelperExitRc
2835                }
2836        STATUS       deprecated
2837        DESCRIPTION
2838           "An ospfv3NbrRestartHelperStatusChange notification
2839           signifies that there has been a change in the
2840           graceful restart helper state for the neighbor.
2841           This notification should be generated when the
2842           neighbor restart helper status transitions for a neighbor."
2843        ::= { jnxOspfv3Notifications 13 }
2844
2845   jnxOspfv3VirtNbrRestartHelperStatusChange NOTIFICATION-TYPE
2846        OBJECTS { jnxOspfv3RouterId, -- The originator of the notification
2847                  jnxOspfv3VirtNbrRestartHelperStatus,  -- new status
2848                  jnxOspfv3VirtNbrRestartHelperAge,
2849                  jnxOspfv3VirtNbrRestartHelperExitRc
2850                }
2851
2852        STATUS       deprecated
2853        DESCRIPTION
2854           "An ospfv3VirtNbrRestartHelperStatusChange
2855           notification signifies that there has been a
2856           change in the graceful restart helper state for
2857           the virtual neighbor. This notification should be
2858           generated when the virtual neighbor restart helper status
2859           transitions for a virtual neighbor."
2860        ::= { jnxOspfv3Notifications 14 }
2861
2862
2863
2864    -- conformance information
2865
2866    jnxOspfv3Groups      OBJECT IDENTIFIER ::= { jnxOspfv3Conformance 1 }
2867    jnxOspfv3Compliances OBJECT IDENTIFIER ::= { jnxOspfv3Conformance 2 }
2868
2869    -- compliance statements
2870
2871    jnxOspfv3Compliance MODULE-COMPLIANCE
2872            STATUS          deprecated
2873            DESCRIPTION     "The compliance statement"
2874            MODULE          -- this module
2875            MANDATORY-GROUPS {
2876                            jnxOspfv3BasicGroup,
2877                            jnxOspfv3AreaGroup,
2878                            jnxOspfv3IfGroup,
2879                            jnxOspfv3VirtIfGroup,
2880                            jnxOspfv3NbrGroup,
2881                            jnxOspfv3CfgNbrGroup,
2882                            jnxOspfv3VirtNbrGroup,
2883                            jnxOspfv3AreaAggregateGroup,
2884                            jnxOspfv3NotificationObjectGroup,
2885                            jnxOspfv3NotificationGroup
2886                            }
2887
2888            GROUP           jnxOspfv3AsLsdbGroup
2889            DESCRIPTION
2890                "This group is required for OSPFv3 systems that
2891                display their AS-scope link state database."
2892
2893            GROUP           jnxOspfv3AreaLsdbGroup
2894            DESCRIPTION
2895                "This group is required for OSPFv3 systems that
2896                display their Area-scope link state database."
2897
2898            GROUP           jnxOspfv3LinkLsdbGroup
2899            DESCRIPTION
2900                "This group is required for OSPFv3 systems that
2901                display their Link-scope link state database."
2902
2903            GROUP           jnxOspfv3HostGroup
2904            DESCRIPTION
2905                "This group is required for OSPFv3 systems that
2906                support attached hosts."
2907
2908            OBJECT          jnxOspfv3NbrAddressType
2909            SYNTAX          InetAddressType {
2910                                              ipv6(2)
2911                                            }
2912            DESCRIPTION
2913                "An implementation is only required to support IPv6
2914                address without zone index."
2915
2916            OBJECT          jnxOspfv3VirtNbrAddressType
2917            SYNTAX          InetAddressType {
2918                                              ipv6(2)
2919                                            }
2920            DESCRIPTION
2921                "An implementation is only required to support IPv6
2922                address without zone index."
2923
2924            ::= { jnxOspfv3Compliances 1 }
2925
2926    -- units of conformance
2927
2928    jnxOspfv3BasicGroup OBJECT-GROUP
2929            OBJECTS         {
2930                            jnxOspfv3RouterId,
2931                            jnxOspfv3AdminStat,
2932                            jnxOspfv3VersionNumber,
2933                            jnxOspfv3AreaBdrRtrStatus,
2934                            jnxOspfv3ASBdrRtrStatus,
2935                            jnxOspfv3AsScopeLsaCount,
2936                            jnxOspfv3AsScopeLsaCksumSum,
2937                            jnxOspfv3OriginateNewLsas,
2938                            jnxOspfv3RxNewLsas,
2939                            jnxOspfv3ExtLsaCount,
2940                            jnxOspfv3ExtAreaLsdbLimit,
2941                            jnxOspfv3MulticastExtensions,
2942                            jnxOspfv3ExitOverflowInterval,
2943                            jnxOspfv3DemandExtensions,
2944                            jnxOspfv3ReferenceBandwidth,
2945                            jnxOspfv3RestartSupport,
2946                            jnxOspfv3RestartInterval,
2947                            jnxOspfv3RestartStatus,
2948                            jnxOspfv3RestartAge,
2949                            jnxOspfv3RestartExitRc,
2950                            jnxOspfv3NotificationEnable
2951                            }
2952            STATUS          deprecated
2953            DESCRIPTION
2954                "These objects are used for managing/monitoring
2955                OSPFv3 global parameters."
2956            ::= { jnxOspfv3Groups 1 }
2957
2958
2959    jnxOspfv3AreaGroup OBJECT-GROUP
2960            OBJECTS         {
2961                            jnxOspfv3ImportAsExtern,
2962                            jnxOspfv3AreaSpfRuns,
2963                            jnxOspfv3AreaBdrRtrCount,
2964                            jnxOspfv3AreaAsBdrRtrCount,
2965                            jnxOspfv3AreaScopeLsaCount,
2966                            jnxOspfv3AreaScopeLsaCksumSum,
2967                            jnxOspfv3AreaSummary,
2968                            jnxOspfv3AreaStatus,
2969                            jnxOspfv3StubMetric,
2970                            jnxOspfv3AreaNssaTranslatorRole,
2971                            jnxOspfv3AreaNssaTranslatorState,
2972                            jnxOspfv3AreaNssaTranslatorStabInt,
2973                            jnxOspfv3AreaNssaTranslatorEvents,
2974                            jnxOspfv3AreaStubMetricType
2975                            }
2976            STATUS          deprecated
2977            DESCRIPTION
2978                "These objects are used for ospfv3 systems
2979                supporting areas."
2980            ::= { jnxOspfv3Groups 2 }
2981
2982    jnxOspfv3AsLsdbGroup OBJECT-GROUP
2983            OBJECTS         {
2984                            jnxOspfv3AsLsdbSequence,
2985                            jnxOspfv3AsLsdbAge,
2986                            jnxOspfv3AsLsdbChecksum,
2987                            jnxOspfv3AsLsdbAdvertisement,
2988                            jnxOspfv3AsLsdbTypeKnown
2989                            }
2990            STATUS          deprecated
2991            DESCRIPTION
2992                "These objects are used for ospfv3 systems
2993                that display their AS-scope link state database."
2994            ::= { jnxOspfv3Groups 3 }
2995
2996    jnxOspfv3AreaLsdbGroup OBJECT-GROUP
2997            OBJECTS         {
2998                            jnxOspfv3AreaLsdbSequence,
2999                            jnxOspfv3AreaLsdbAge,
3000                            jnxOspfv3AreaLsdbChecksum,
3001                            jnxOspfv3AreaLsdbAdvertisement,
3002                            jnxOspfv3AreaLsdbTypeKnown
3003                            }
3004            STATUS          deprecated
3005            DESCRIPTION
3006                "These objects are used for OSPFv3 systems
3007                that display their Area-scope link state database."
3008            ::= { jnxOspfv3Groups 4 }
3009
3010    jnxOspfv3LinkLsdbGroup OBJECT-GROUP
3011            OBJECTS         {
3012                            jnxOspfv3LinkLsdbSequence,
3013                            jnxOspfv3LinkLsdbAge,
3014                            jnxOspfv3LinkLsdbChecksum,
3015                            jnxOspfv3LinkLsdbAdvertisement,
3016                            jnxOspfv3LinkLsdbTypeKnown
3017                            }
3018            STATUS          deprecated
3019            DESCRIPTION
3020                "These objects are used for OSPFv3 systems
3021                that display their Link-scope link state database."
3022            ::= { jnxOspfv3Groups 5 }
3023
3024    jnxOspfv3HostGroup OBJECT-GROUP
3025            OBJECTS         {
3026                            jnxOspfv3HostMetric,
3027                            jnxOspfv3HostStatus,
3028                            jnxOspfv3HostAreaID
3029                            }
3030            STATUS          deprecated
3031            DESCRIPTION
3032                "These objects are used for OSPFv3 systems
3033                that support attached hosts."
3034            ::= { jnxOspfv3Groups 6 }
3035
3036    jnxOspfv3IfGroup OBJECT-GROUP
3037            OBJECTS         {
3038                            jnxOspfv3IfAreaId,
3039                            jnxOspfv3IfType,
3040                            jnxOspfv3IfAdminStat,
3041                            jnxOspfv3IfRtrPriority,
3042                            jnxOspfv3IfTransitDelay,
3043                            jnxOspfv3IfRetransInterval,
3044                            jnxOspfv3IfHelloInterval,
3045                            jnxOspfv3IfRtrDeadInterval,
3046                            jnxOspfv3IfPollInterval,
3047                            jnxOspfv3IfState,
3048                            jnxOspfv3IfDesignatedRouter,
3049                            jnxOspfv3IfBackupDesignatedRouter,
3050                            jnxOspfv3IfEvents,
3051                            jnxOspfv3IfStatus,
3052                            jnxOspfv3IfMulticastForwarding,
3053                            jnxOspfv3IfDemand,
3054                            jnxOspfv3IfMetricValue,
3055                            jnxOspfv3IfLinkScopeLsaCount,
3056                            jnxOspfv3IfLinkLsaCksumSum,
3057                            jnxOspfv3IfDemandNbrProbe,
3058                            jnxOspfv3IfDemandNbrProbeRetxLimit,
3059                            jnxOspfv3IfDemandNbrProbeInterval
3060                            }
3061            STATUS          deprecated
3062            DESCRIPTION
3063                "These interface objects used for
3064                managing/monitoring OSPFv3 interfaces."
3065            ::= { jnxOspfv3Groups 7 }
3066
3067    jnxOspfv3VirtIfGroup OBJECT-GROUP
3068            OBJECTS         {
3069                            jnxOspfv3VirtIfIndex,
3070                            jnxOspfv3VirtIfInstId,
3071                            jnxOspfv3VirtIfTransitDelay,
3072                            jnxOspfv3VirtIfRetransInterval,
3073                            jnxOspfv3VirtIfHelloInterval,
3074                            jnxOspfv3VirtIfRtrDeadInterval,
3075                            jnxOspfv3VirtIfState,
3076                            jnxOspfv3VirtIfEvents,
3077                            jnxOspfv3VirtIfStatus,
3078                            jnxOspfv3VirtIfLinkScopeLsaCount,
3079                            jnxOspfv3VirtIfLinkLsaCksumSum
3080                            }
3081            STATUS          deprecated
3082            DESCRIPTION
3083                "These virtual interface objects are used for
3084                managing/monitoring OSPFv3 virtual interfaces."
3085            ::= { jnxOspfv3Groups 8 }
3086
3087    jnxOspfv3NbrGroup OBJECT-GROUP
3088            OBJECTS         {
3089                            jnxOspfv3NbrAddressType,
3090                            jnxOspfv3NbrAddress,
3091                            jnxOspfv3NbrOptions,
3092                            jnxOspfv3NbrPriority,
3093                            jnxOspfv3NbrState,
3094                            jnxOspfv3NbrEvents,
3095                            jnxOspfv3NbrLsRetransQLen,
3096                            jnxOspfv3NbrHelloSuppressed,
3097                            jnxOspfv3NbrIfId,
3098                            jnxOspfv3NbrRestartHelperStatus,
3099                            jnxOspfv3NbrRestartHelperAge,
3100                            jnxOspfv3NbrRestartHelperExitRc
3101                            }
3102            STATUS          deprecated
3103            DESCRIPTION
3104                "These neighbor objects are used for
3105                managing/monitoring OSPFv3 neighbors."
3106            ::= { jnxOspfv3Groups 9 }
3107
3108    jnxOspfv3CfgNbrGroup OBJECT-GROUP
3109            OBJECTS         {
3110                            jnxOspfv3CfgNbrPriority,
3111                            jnxOspfv3CfgNbrStatus
3112                            }
3113            STATUS          deprecated
3114            DESCRIPTION
3115                "These configured neighbor objects are used for
3116                managing/monitoring ospfv3 configured neighbors."
3117            ::= { jnxOspfv3Groups 10 }
3118
3119    jnxOspfv3VirtNbrGroup OBJECT-GROUP
3120            OBJECTS         {
3121                            jnxOspfv3VirtNbrIfIndex,
3122                            jnxOspfv3VirtNbrIfInstId,
3123                            jnxOspfv3VirtNbrAddressType,
3124                            jnxOspfv3VirtNbrAddress,
3125                            jnxOspfv3VirtNbrOptions,
3126                            jnxOspfv3VirtNbrState,
3127                            jnxOspfv3VirtNbrEvents,
3128                            jnxOspfv3VirtNbrLsRetransQLen,
3129                            jnxOspfv3VirtNbrHelloSuppressed,
3130                            jnxOspfv3VirtNbrIfId,
3131                            jnxOspfv3VirtNbrRestartHelperStatus,
3132                            jnxOspfv3VirtNbrRestartHelperAge,
3133                            jnxOspfv3VirtNbrRestartHelperExitRc
3134                            }
3135            STATUS          deprecated
3136            DESCRIPTION
3137                "These virtual neighbor objects are used for
3138                managing/monitoring OSPFv3 virtual neighbors."
3139            ::= { jnxOspfv3Groups 11 }
3140
3141    jnxOspfv3AreaAggregateGroup OBJECT-GROUP
3142            OBJECTS         {
3143                            jnxOspfv3AreaAggregateStatus,
3144                            jnxOspfv3AreaAggregateEffect,
3145                            jnxOspfv3AreaAggregateRouteTag
3146                            }
3147            STATUS          deprecated
3148            DESCRIPTION
3149                "These area aggregate objects used required for
3150                aggregating OSPFv3 prefixes for summarization
3151                across areas."
3152            ::= { jnxOspfv3Groups 12 }
3153
3154    jnxOspfv3NotificationObjectGroup OBJECT-GROUP
3155            OBJECTS         {
3156                            jnxOspfv3ConfigErrorType,
3157                            jnxOspfv3PacketType,
3158                            jnxOspfv3PacketSrc
3159                            }
3160            STATUS          deprecated
3161            DESCRIPTION
3162                "These objects are used to record notification
3163                parameters"
3164            ::= { jnxOspfv3Groups 13 }
3165
3166    jnxOspfv3NotificationGroup NOTIFICATION-GROUP
3167            NOTIFICATIONS   {
3168                            jnxOspfv3VirtIfStateChange,
3169                            jnxOspfv3NbrStateChange,
3170                            jnxOspfv3VirtNbrStateChange,
3171                            jnxOspfv3IfConfigError,
3172                            jnxOspfv3VirtIfConfigError,
3173                            jnxOspfv3IfRxBadPacket,
3174                            jnxOspfv3VirtIfRxBadPacket,
3175                            jnxOspfv3LsdbOverflow,
3176                            jnxOspfv3LsdbApproachingOverflow,
3177                            jnxOspfv3IfStateChange,
3178                            jnxOspfv3NssaTranslatorStatusChange,
3179                            jnxOspfv3RestartStatusChange,
3180                            jnxOspfv3NbrRestartHelperStatusChange,
3181                            jnxOspfv3VirtNbrRestartHelperStatusChange
3182                            }
3183            STATUS          deprecated
3184            DESCRIPTION
3185                "This group is used for OSPFv3 notifications"
3186            ::= { jnxOspfv3Groups 14 }
3187
3188    END
3189
3190--
3191--   Copyright (C) The Internet Society (2006).
3192--
3193--   This document is subject to the rights, licenses and restrictions
3194--   contained in BCP 78, and except as set forth therein, the authors
3195--   retain all their rights.
3196--
3197--   This document and the information contained herein are provided on an
3198--   "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
3199--   OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
3200--   ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
3201--   INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
3202--   INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
3203--   WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
3204--
3205--
3206
3207