[OSPF] Question on SNMP for ospfv3

"Sunil Patro" <sunilp@juniper.net> Thu, 26 October 2006 22:05 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1GdDLg-0004G5-AG; Thu, 26 Oct 2006 18:05:16 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1GdDL5-0000VJ-Bv for ospf@ietf.org; Thu, 26 Oct 2006 18:04:39 -0400
Received: from borg.juniper.net ([207.17.137.119]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1GdDAl-0005uk-4g for ospf@ietf.org; Thu, 26 Oct 2006 17:54:00 -0400
Received: from unknown (HELO gamma.jnpr.net) ([172.24.245.25]) by borg.juniper.net with ESMTP; 26 Oct 2006 14:51:20 -0700
X-IronPort-AV: i="4.09,363,1157353200"; d="scan'208"; a="608241854:sNHT33760224"
Received: from hadron.jnpr.net ([172.24.15.25]) by gamma.jnpr.net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Oct 2006 14:53:58 -0700
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Thu, 26 Oct 2006 14:53:57 -0700
Message-ID: <EA50CE238D0C654C89AED2D08B07CF6B07F2B52B@hadron.jnpr.net>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: Question on SNMP for ospfv3
Thread-Index: Acb5STy0PGxSh2ubRe2E5w2a//RRYw==
From: Sunil Patro <sunilp@juniper.net>
To: ospf@ietf.org
X-OriginalArrivalTime: 26 Oct 2006 21:53:58.0572 (UTC) FILETIME=[3D7626C0:01C6F949]
X-Spam-Score: 0.2 (/)
X-Scan-Signature: fb6060cb60c0cea16e3f7219e40a0a81
Subject: [OSPF] Question on SNMP for ospfv3
X-BeenThere: ospf@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: The Official IETF OSPG WG Mailing List <ospf.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/ospf>
List-Post: <mailto:ospf@ietf.org>
List-Help: <mailto:ospf-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=subscribe>
Errors-To: ospf-bounces@ietf.org

Hi,

I have a quick question regarding the index of the neighbor table. 

Here is the SMI object definition from the draft.

ospfv3NbrTable OBJECT-TYPE 
            SYNTAX          SEQUENCE OF Ospfv3NbrEntry 
            MAX-ACCESS      not-accessible 
            STATUS          current 
            DESCRIPTION 
                "A table of non-virtual neighbor information." 
            REFERENCE 
                "OSPF Version 2, Section 10 The Neighbor Data 
                Structure" 
            ::= { ospfv3Objects 9 } 
 
    ospfv3NbrEntry OBJECT-TYPE 
            SYNTAX          Ospfv3NbrEntry 
            MAX-ACCESS      not-accessible 
            STATUS          current 
            DESCRIPTION 
                "The information regarding a single neighbor." 
            REFERENCE 
                "OSPF Version 2, Section 10 The Neighbor Data 
                Structure" 
            INDEX           { ospfv3NbrIfIndex, 
                              ospfv3NbrIfInstId, 
                              ospfv3NbrRtrId } 
            ::= { ospfv3NbrTable 1 } 


    ospfv3NbrIfIndex OBJECT-TYPE 
            SYNTAX          InterfaceIndex 
            MAX-ACCESS      not-accessible 
            STATUS          current 
            DESCRIPTION 
                "The local link ID of the link over which the 
                 neighbor can be reached." 
            ::= { ospfv3NbrEntry 1 } 
 
    ospfv3NbrIfInstId OBJECT-TYPE 
            SYNTAX          Ospfv3IfInstIdTc 
            MAX-ACCESS      not-accessible 
            STATUS          current 
            DESCRIPTION 
                "Interface instance over which the neighbor 
                can be reached. This ID has local link 
                significance only." 
            ::= { ospfv3NbrEntry 2 } 
 
    ospfv3NbrRtrId OBJECT-TYPE 
            SYNTAX          Ospfv3RouterIdTc 
            MAX-ACCESS      not-accessible 
            STATUS          current 
            DESCRIPTION 
               "A 32-bit integer uniquely identifying the neighboring 
               router in the Autonomous System." 
            ::= { ospfv3NbrEntry 3 }


The Index is {ospfv3NbrIfIndex,
			   ospfv3NbrIfInstId, 
                     ospfv3NbrRtrId}

1. ospfv3NbrIfInstId  - Does anyone have an idea about what the
interface instance ID's value can be?

Is the instance in the context apply to the routing instance the
interface is part of or something else?

Thanks,
Sunil

_______________________________________________
OSPF mailing list
OSPF@ietf.org
https://www1.ietf.org/mailman/listinfo/ospf