⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ospf_mib_wrnospf.mi2

📁 vxworks下ospf协议栈
💻 MI2
📖 第 1 页 / 共 3 页
字号:
-------------------------------------------------------------------------------- WRN OSPF Link State Database, Type-11 Opaque LSA---- The table is idetical to the OSPF External LSDB Table in format,-- but contains only Autonomous-System-wide Link State Database. The -- purpose is to allow the Type 11 LSAs to be displayed once for the -- router rather than once in each non-stub area.------------------------------------------------------------------------------   wrnOspfExtLsdbTable OBJECT-TYPE        SYNTAX   SEQUENCE OF WrnOspfExtLsdbEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "The OSPF Process's Type-11 Opaque LSA."       REFERENCE          "RFC2370, The OSPF Opaque LSA Option, Section 5.0,           Management Considerations"      ::= { wrnOspf 5 }         wrnOspfExtLsdbEntry OBJECT-TYPE        SYNTAX   WrnOspfExtLsdbEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "A single Link State Advertisement."       INDEX { wrnOspfExtLsdbType, wrnOspfExtLsdbLsid,                wrnOspfExtLsdbRouterId }       ::= { wrnOspfExtLsdbTable 1 }      WrnOspfExtLsdbEntry ::= SEQUENCE {        wrnOspfExtLsdbType            INTEGER,        wrnOspfExtLsdbLsid            IpAddress,        wrnOspfExtLsdbRouterId            RouterID,        wrnOspfExtLsdbSequence            Integer32,        wrnOspfExtLsdbAge            Integer32,        wrnOspfExtLsdbChecksum            Integer32,        wrnOspfExtLsdbAdvertisement            OCTET STRING    }            wrnOspfExtLsdbType OBJECT-TYPE        SYNTAX   INTEGER    {                    asOpaqueLink (11)                  }        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The type  of  the  link  state  advertisement.           Each  link state type has a separate advertise-           ment format."       REFERENCE          "OSPF Version 2, Appendix A.4.1 The  Link  State          Advertisement header"      ::= { wrnOspfExtLsdbEntry 1 }    wrnOspfExtLsdbLsid OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The Link State ID is an LS Type Specific field           containing either a Router ID or an IP Address;           it identifies the piece of the  routing  domain           that is being described by the advertisement."       REFERENCE          "OSPF Version 2, Section 12.1.4 Link State ID"      ::= { wrnOspfExtLsdbEntry 2 }    wrnOspfExtLsdbRouterId OBJECT-TYPE        SYNTAX   RouterID        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The 32 bit number that uniquely identifies the           originating router in the Autonomous System."       REFERENCE          "OSPF Version 2, Appendix C.1 Global parameters"      ::= { wrnOspfExtLsdbEntry 3 }--  Note that the OSPF Sequence Number is a 32 bit signed--  integer.  It starts with the value '80000001'h,--  or -'7FFFFFFF'h, and increments until '7FFFFFFF'h--  Thus, a typical sequence number will be very negative.    wrnOspfExtLsdbSequence OBJECT-TYPE        SYNTAX   Integer32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The sequence number field is a  signed  32-bit           integer.   It  is used to detect old and dupli-           cate link state advertisements.  The  space  of           sequence  numbers  is  linearly  ordered.   The           larger the sequence number the more recent  the           advertisement."       REFERENCE          "OSPF Version  2,  Section  12.1.6  LS  sequence          number"      ::= { wrnOspfExtLsdbEntry 4 }    wrnOspfExtLsdbAge OBJECT-TYPE        SYNTAX   Integer32    -- Should be 0..MaxAge        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "This field is the age of the link state adver-           tisement in seconds."       REFERENCE          "OSPF Version 2, Section 12.1.1 LS age"      ::= { wrnOspfExtLsdbEntry 5 }    wrnOspfExtLsdbChecksum OBJECT-TYPE        SYNTAX   Integer32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "This field is the  checksum  of  the  complete           contents  of  the  advertisement, excepting the           age field.  The age field is excepted  so  that           an   advertisement's  age  can  be  incremented           without updating the  checksum.   The  checksum           used  is  the same that is used for ISO connec-           tionless datagrams; it is commonly referred  to           as the Fletcher checksum."       REFERENCE          "OSPF Version 2, Section 12.1.7 LS checksum"      ::= { wrnOspfExtLsdbEntry 6 }    wrnOspfExtLsdbAdvertisement OBJECT-TYPE        SYNTAX   OCTET STRING (SIZE(36))        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The entire Link State Advertisement, including           its header."       REFERENCE          "OSPF Version 2, Section 12  Link  State  Adver-          tisements"      ::= { wrnOspfExtLsdbEntry 7 }                                    -------------------------------------------------------------------------------- WRN OSPF Interface Table---- The WRN OSPF Interface Table augments the ipAddrTable with-- MIB-II Interface specific information. This table is needed-- as part of the implementation for the unnumbered interface-- support. This table must be configured in order to create-- a tabular row in the ospfIfTable for unnumbered interface--------------------------------------------------------------------------------   wrnOspfIfTable OBJECT-TYPE        SYNTAX   SEQUENCE OF WrnOspfIfEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "The OSPF Interface Table describes the  inter-           faces from the viewpoint of OSPF."       REFERENCE          "OSPF Version 2, Appendix C.3  Router  interface          parameters"      ::= { wrnOspf 6 }          wrnOspfIfEntry OBJECT-TYPE        SYNTAX   WrnOspfIfEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "The OSPF Interface Entry describes one interface from the             viewpoint of OSPF."       INDEX { wrnOspfIfDstIpAddress }       ::= { wrnOspfIfTable 1 }           WrnOspfIfEntry ::= SEQUENCE {        wrnOspfIfDstIpAddress            IpAddress,        wrnOspfIfIndex            Integer32,        wrnOspfIfStatus            RowStatus    }        wrnOspfIfDstIpAddress OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The IP address that identify the ends of the point-to-point            link. This variable is used for unnumbered interface (interface            having no IP Address) and has no effect on other interface types. "       ::= { wrnOspfIfEntry 1 }           wrnOspfIfIndex OBJECT-TYPE        SYNTAX   Integer32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The corresponding value of ifIndex in the Internet Standard  MIB for             unnumbered interface."       ::= { wrnOspfIfEntry 2 }           wrnOspfIfStatus OBJECT-TYPE        SYNTAX   RowStatus        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "This variable displays the status of  the  en-           try.  Setting it to 'invalid' has the effect of           rendering it inoperative.  The internal  effect           (row removal) is implementation dependent."       ::= { wrnOspfIfEntry 3 }         --------------------------------------------------------------------------------  conformance information------------------------------------------------------------------------------    wrnOspfConformance          OBJECT IDENTIFIER ::= { wrnOspf 7 }       wrnOspfGroups               OBJECT IDENTIFIER ::= { wrnOspfConformance 1 }    wrnOspfCompliances          OBJECT IDENTIFIER ::= { wrnOspfConformance 2 }    --------------------------------------------------------------------------------  units of conformance------------------------------------------------------------------------------    wrnOspfBasicGroup    OBJECT-GROUP        OBJECTS {            wrnOspfRFC1583Compatibility,           wrnOspfOpaqueLsaSupport,           wrnOspfOriginateNewOpaqueLsas,           wrnOspfRxNewOpaqueLsas,           wrnOspfType9LsaCount,           wrnOspfType9LsaCksumSum,           wrnOspfType11LsaCount,           wrnOspfType11LsaCksumSum           }        STATUS      deprecated        DESCRIPTION           "These objects are required for OSPF Opaque LSA capable systems."        ::= { wrnOspfGroups 1 }    wrnOspfAreaGroup    OBJECT-GROUP        OBJECTS {                    wrnOspfAreaId,                    wrnOspfAreaType10LsaCount,                    wrnOspfAreaType10LsaCksumSum        }        STATUS  current        DESCRIPTION        "These objects are required  for  OSPF  systems supporting areas."       ::= { wrnOspfGroups 2 }           wrnOspfLsdbGroup    OBJECT-GROUP        OBJECTS {                    wrnOspfLsdbAreaId,                    wrnOspfLsdbType,                    wrnOspfLsdbLsid,                    wrnOspfLsdbRouterId,                    wrnOspfLsdbSequence,                    wrnOspfLsdbAge,                    wrnOspfLsdbChecksum,                    wrnOspfLsdbAdvertisement        }        STATUS  current        DESCRIPTION           "These objects are required  for  OSPF  systems           that display their Opaque link state database."       ::= { wrnOspfGroups 3 }       wrnOspfLocalLsdbGroup    OBJECT-GROUP        OBJECTS {           wrnOspfLocalLsdbAreaId,           wrnOspfLocalLsdbIpAddress,           wrnOspfLocalLsdbType,           wrnOspfLocalLsdbLsid,           wrnOspfLocalLsdbRouterId,           wrnOspfLocalLsdbSequence,           wrnOspfLocalLsdbAge,           wrnOspfLocalLsdbChecksum,           wrnOspfLocalLsdbAdvertisement           }        STATUS      current        DESCRIPTION           "These objects are required  for OSPF systems           that display their Link-Local link state databases           on a per-interface basis."         ::= { wrnOspfGroups 4 }       wrnOspfExtLsdbGroup    OBJECT-GROUP        OBJECTS {           wrnOspfExtLsdbType,           wrnOspfExtLsdbLsid,           wrnOspfExtLsdbRouterId,           wrnOspfExtLsdbSequence,           wrnOspfExtLsdbAge,           wrnOspfExtLsdbChecksum,           wrnOspfExtLsdbAdvertisement           }        STATUS       current        DESCRIPTION           "These objects are required for OSPF systems           that display their link state database."        ::= { wrnOspfGroups 5 }                --------------------------------------------------------------------------------  compliance statements------------------------------------------------------------------------------    wrnOspfCompliance MODULE-COMPLIANCE        STATUS  current        DESCRIPTION           "The compliance statement."        MODULE  -- this module        MANDATORY-GROUPS {             wrnOspfBasicGroup,             wrnOspfAreaTable,             wrnOspfLsdbTable,             wrnOspfLocalLsdbTable,             wrnOspfExtLsdbTable        }        ::= { wrnOspfCompliances 1 }        ---- END of WRN-OSPF-MIB--END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -