?? ospf_mib_wrnospf.mi2
字號:
---------------------------------------------------------------------------------------------------------------------------------------------------------------- File : wrnOspf.mi2-- Description : Sample WindNet OSPF Enterprise MIB -- Version : 0.14-- Date : January 05, 2002 ---- Copyright (c) 2000-2002 Wind River Systems, Inc. All Rights Reserved.---- Reproduction of this document is authorized on condition that this-- copyright notice is included. This sample WindNet OSPF Enterprise MIB-- embodies proprietary intellectual property of Wind River Systems (WRS). -- WRS retains all title and ownership in the specification, including any-- revisions.---- It is the intent of WRS to encourage the widespread use of this-- specification in connection with the management of WindNet-based products. -- WRS grants vendors, end-users, and other interested parties a-- non-exclusive license to use this specification in connection with the-- management of WindNet products.---- This specification is supplied "AS IS", and WRS makes no warranty,-- either express or implied, as to the use, operations, condition,-- or performance of this specification.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Sample WRN OSPF Enterprise MIB---- NOTES:-- 1. This is a SMIv2 MIB.---- 2. This MIB is designed to be used in conjunction with the standard RFC1850-- MIB. It extends the definitions defined in the RFC1850 MIB in order to -- support "The OSPF Opaque LSA Option" as specified in RFC2370.------ The following groups are supported in the WRN OSPF Enterprise MIB:-- - wrnOspf WRN OSPF Generic MIB-- - wrnOspfGeneralGroup WRN OSPF General Variables-- - wrnOspfAreaTable WRN OSPF Area Table for Type-10 Opaque LSA-- - wrnOspfLsdbTable WRN OSPF Link State Database for Type-10-- Opaque LSA-- - wrnOspfLocalLsdbTable WRN OSPF Local Link State Database for-- Type-9 Opaque LSA-- - wrnOspfExtLsdbTable WRN OSPF External Link State Database for-- Type-11 Opaque LSA.---------------------------------------------------------------------------------------------------------------------------------------------------------------------- WRN-OSPF-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Unsigned32, Integer32, IpAddress FROM SNMPv2-SMI RowStatus, TruthValue, DisplayString, MacAddress FROM SNMPv2-TC AreaID FROM OSPF-MIB RouterID FROM OSPF-MIB MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF wrnRoutingProto FROM WRS-MASTER-MIB ospf FROM OSPF-MIB; wrnOspf MODULE-IDENTITY LAST-UPDATED "0201050000Z" -- January 05, 2002 ORGANIZATION "Wind River Systems, Inc." CONTACT-INFO "Wind River Systems, Inc. E-mail: support@windriver.com" DESCRIPTION "WindNet OSPF Enterprise MIB definition." REVISION "0201050000Z" -- January 05, 2002 DESCRIPTION "Initial MIB creation." ::= { wrnRoutingProto 1 }-------------------------------------------------------------------------------- WRN OSPF General Variables-- These prarameters apply globally to the Router's OSPF Process.------------------------------------------------------------------------------ wrnOspfGeneralGroup OBJECT IDENTIFIER ::= { wrnOspf 1 } wrnOspfRFC1583Compatibility OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates metrics used to choose among multiple AS- external-LSAs. When RFC1583Compatibility is set to enabled, only cost will be used when choosing among multiple AS-external-LSAs advertising the same destination. When RFC1583Compatibility is set to disabled, preference will be driven first by type of path using cost only to break ties." REFERENCE "OSPF Version 2, Section 16.4.1 External path preferences" DEFVAL { true } ::= { wrnOspfGeneralGroup 1 } wrnOspfOpaqueLsaSupport OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The status of Opaque Capability in the router. The value 'enabled' denotes that the Opaque Capability is active; 'disabled' denotes that the Opaque Capability is inactive." REFERENCE "The OSPF Opaque LSA Option, RFC2370" DEFVAL { false } ::= { wrnOspfGeneralGroup 2 } wrnOspfOriginateNewOpaqueLsas OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Type-9, Type-10, and Type-11 Opaque link-state advertisements that have been originated. This number is incremented each time the router orginates a new Opaque LSA." REFERENCE "The OSPF Opaque LSA Option, RFC 2370, Section 5.0 Management Considerations" ::= { wrnOspfGeneralGroup 3 } wrnOspfRxNewOpaqueLsas OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Type-9, Type-10, and Type-11 Opaque LSAs received determined to be new instantiations. This number does not include newer instantiations of self-originated Opaque LSAs." REFERENCE "The OSPF Opaque LSA Option, RFC 2370, Section 5.0 Management Considerations" ::= { wrnOspfGeneralGroup 4 } wrnOspfType9LsaCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of type 9 link-state advertisements in the link-state database." REFERENCE "The OSPF Opaque LSA Option, RFC 2370" ::= { wrnOspfGeneralGroup 5 } wrnOspfType9LsaCksumSum OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The 32-bit unsigned sum of the LS checksums of the type 9 link-state advertisements con- tained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers." ::= { wrnOspfGeneralGroup 6 } wrnOspfType11LsaCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of type 11 link-state advertisements in the link-state database." REFERENCE "The OSPF Opaque LSA Option, RFC 2370" ::= { wrnOspfGeneralGroup 7 } wrnOspfType11LsaCksumSum OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The 32-bit unsigned sum of the LS checksums of the type 11 link-state advertisements con- tained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers." REFERENCE "The OSPF Opaque LSA Option, RFC 2370" ::= { wrnOspfGeneralGroup 8 } wrnOspfRedistributeDefaultRoutes OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The status of default routes redistribution capability in the router. The value 'enabled' denotes that the default routes redistribution capability is active and OSPF will install and redistribute external LSAs with the default route 0.0.0.0 as the forwarding address; 'disabled' denotes that the default route redistribution capability is inactive." DEFVAL { true } ::= { wrnOspfGeneralGroup 9 } wrnOspfRedistributeStaticRoutes OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The status of static routes redistribution capability in the router. The value 'enabled' denotes that the static routes redistribution capability is active and OSPF will redistribute statically configured gateway to its peers; 'disabled' denotes that the static routes redistribution capability is inactive." DEFVAL { false } ::= { wrnOspfGeneralGroup 10 } wrnOspfRedistributeRIPRoutes OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The status of RIP routes redistribution capability in the router. The value 'enabled' denotes that the redistribution capability is active and OSPF will redistribute RIP routes to its peers; 'disabled' denotes that the RIP routes redistribution capability is inactive." DEFVAL { false } ::= { wrnOspfGeneralGroup 11 } wrnOspfRedistributeBGPRoutes OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The status of BGP routes redistribution capability in the router. The value 'enabled' denotes that the redistribution capability is active and OSPF will redistribute BGP routes to its peers; 'disabled' denotes that the BGP routes redistribution capability is inactive." DEFVAL { false } ::= { wrnOspfGeneralGroup 12 } ------------------------------------------------------------------------------ -- WRN OSPF Area Table---- This table extends the functionality provided by OSPF Area Table. -- It contains the Opaque LSA cumulative statistics of one of the -- router's attached areas. This table includes a count of the number-- of Type-10 Opaque link-state type contained in the area's link-state-- database, and a sum of Type-10 Opaque LSA's LS checksums contains in-- this area. These information can be used to determine if there has-- been a change in a router's Opaque link-state database."------------------------------------------------------------------------------ wrnOspfAreaTable OBJECT-TYPE SYNTAX SEQUENCE OF WrnOspfAreaEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information describing the Opaque LSAs cumulative statistics of the router's attached areas." REFERENCE "RFC2370, The OSPF Opaque LSA Option, Section 5.0, Management Considerations" ::= { wrnOspf 2 } wrnOspfAreaEntry OBJECT-TYPE SYNTAX WrnOspfAreaEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information describing the Opaque LSAs cumulative statistics of one of the router's attached areas." INDEX { wrnOspfAreaId } ::= { wrnOspfAreaTable 1 } WrnOspfAreaEntry ::= SEQUENCE { wrnOspfAreaId AreaID, wrnOspfAreaType10LsaCount Gauge32, wrnOspfAreaType10LsaCksumSum Integer32 } wrnOspfAreaId OBJECT-TYPE SYNTAX AreaID MAX-ACCESS read-only STATUS current DESCRIPTION "A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone." REFERENCE "OSPF Version 2, Appendix C.2 Area parameters" ::= { wrnOspfAreaEntry 1 } wrnOspfAreaType10LsaCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Type 10 Opaque link-state advertisements in this area's link-state database." ::= { wrnOspfAreaEntry 2 } wrnOspfAreaType10LsaCksumSum OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The 32-bit unsigned sum of the LS checksums of the type 10 link-state advertisements con- tained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers." DEFVAL { 0 } ::= { wrnOspfAreaEntry 3 } ------------------------------------------------------------------------------
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -