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

📄 ospf.my

📁 unix/linux下的路由守护程序
💻 MY
📖 第 1 页 / 共 5 页
字号:
-- automatically generated by mosy 7.1 #379 (dbc), do not edit!OSPF-MIB DEFINITIONS ::= BEGINIMPORTS	AutonomousType		FROM RFC1316-MIB	TRAP-TYPE		FROM RFC-1215	PhysAddress, DisplayString		FROM RFC1213-MIB	OBJECT-TYPE		FROM RFC-1212	TimeTicks, Gauge, Counter		FROM RFC1155-SMI	mib-2		FROM RFC1213-MIB	TestAndIncr		FROM SNMPv2-TC;-- created from ospf (9403302336Z)ospf OBJECT IDENTIFIER ::= { mib-2  14 }AreaID ::=    IpAddressRouterID ::=    IpAddressMetric ::=    INTEGER (-2147483648..2147483647)BigMetric ::=    INTEGER (-2147483648..2147483647)TruthValue ::=     INTEGER { true (1), false (2) }RowStatus ::=    INTEGER { valid (1), invalid (2) }Status ::=    INTEGER {        enabled(1),        disabled(2)    }PositiveInteger ::=    INTEGER (-2147483648..2147483647)HelloRange ::=    INTEGER (-2147483648..2147483647)UpToMaxAge ::=    INTEGER (-2147483648..2147483647)InterfaceIndex ::=    INTEGER (-2147483648..2147483647)DesignatedRouterPriority ::=    INTEGER (-2147483648..2147483647)TOSType ::=    INTEGER (-2147483648..2147483647)ospfGeneralGroup OBJECT IDENTIFIER ::= { ospf  1 }ospfRouterId OBJECT-TYPE    SYNTAX  RouterID    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "A  32-bit  integer  uniquely  identifying  the                router in the Autonomous System.                By  convention,  to  ensure  uniqueness,   this                should  default  to  the  value  of  one of the                router's IP interface addresses."    REFERENCE           "A  32-bit  integer  uniquely  identifying  the                router in the Autonomous System.                By  convention,  to  ensure  uniqueness,   this                should  default  to  the  value  of  one of the                router's IP interface addresses."    ::= { ospfGeneralGroup  1 }ospfAdminStat OBJECT-TYPE    SYNTAX  Status    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The  administrative  status  of  OSPF  in  the                router.   The  value 'enabled' denotes that the                OSPF Process is active on at least  one  inter-                face;  'disabled'  disables  it  on  all inter-                faces."    ::= { ospfGeneralGroup  2 }ospfVersionNumber OBJECT-TYPE    SYNTAX  INTEGER {    version2(2)}    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The current version number of the OSPF  proto-                col is 2."    REFERENCE           "The current version number of the OSPF  proto-                col is 2."    ::= { ospfGeneralGroup  3 }ospfAreaBdrRtrStatus OBJECT-TYPE    SYNTAX  TruthValue    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "A flag to note whether this router is an  area                border router."    REFERENCE           "A flag to note whether this router is an  area                border router."    ::= { ospfGeneralGroup  4 }ospfASBdrRtrStatus OBJECT-TYPE    SYNTAX  TruthValue    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "A flag to note whether this router is  config-                ured as an Autonomous System border router."    REFERENCE           "A flag to note whether this router is  config-                ured as an Autonomous System border router."    ::= { ospfGeneralGroup  5 }ospfExternLsaCount OBJECT-TYPE    SYNTAX  Gauge    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The number of external (LS type 5)  link-state                advertisements in the link-state database."    REFERENCE           "The number of external (LS type 5)  link-state                advertisements in the link-state database."    ::= { ospfGeneralGroup  6 }ospfExternLsaCksumSum OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The 32-bit unsigned sum of the LS checksums of                the  external  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."    ::= { ospfGeneralGroup  7 }ospfTOSSupport OBJECT-TYPE    SYNTAX  TruthValue    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The router's support for type-of-service rout-                ing."    REFERENCE           "The router's support for type-of-service rout-                ing."    ::= { ospfGeneralGroup  8 }ospfOriginateNewLsas OBJECT-TYPE    SYNTAX  Counter    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The number of  new  link-state  advertisements                that  have been originated.  This number is in-                cremented each time the router originates a new                LSA."    ::= { ospfGeneralGroup  9 }ospfRxNewLsas OBJECT-TYPE    SYNTAX  Counter    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The number of  link-state  advertisements  re-                ceived  determined  to  be  new instantiations.                This number does not include  newer  instantia-                tions  of self-originated link-state advertise-                ments."    ::= { ospfGeneralGroup  10 }ospfExtLsdbLimit OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The maximum number of external link-state  en-                tries  that can be stored in the link-state da-                tabase.  If the value is -1, then there  is  no                limit."    DEFVAL  { -1 }    ::= { ospfGeneralGroup  11 }ospfMulticastExtensions OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "A Bit Mask indicating whether  the  router  is                forwarding  IP  multicast  (Class  D) datagrams                based on the algorithms defined in  the  Multi-                cast Extensions to OSPF.                Bit 0, if set, indicates that  the  router  can                forward  IP multicast datagrams in the router's                directly attached areas (called intra-area mul-                ticast routing).                Bit 1, if set, indicates that  the  router  can                forward  IP  multicast  datagrams  between OSPF                areas (called inter-area multicast routing).                Bit 2, if set, indicates that  the  router  can                forward  IP  multicast  datagrams between Auto-                nomous Systems (called inter-AS multicast rout-                ing).                Only certain combinations of bit  settings  are                allowed,  namely: 0 (no multicast forwarding is                enabled), 1 (intra-area multicasting  only),  3                (intra-area  and  inter-area  multicasting),  5                (intra-area and inter-AS  multicasting)  and  7                (multicasting  everywhere). By default, no mul-                ticast forwarding is enabled."    DEFVAL  { 0 }    ::= { ospfGeneralGroup  12 }ospfAreaTable OBJECT-TYPE    SYNTAX  SEQUENCE OF OspfAreaEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "Information describing the configured  parame-                ters  and cumulative statistics of the router's                attached areas."    REFERENCE           "Information describing the configured  parame-                ters  and cumulative statistics of the router's                attached areas."    ::= { ospf  2 }ospfAreaEntry OBJECT-TYPE    SYNTAX  OspfAreaEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "Information describing the configured  parame-                ters  and  cumulative  statistics of one of the                router's attached areas."    INDEX   { ospfAreaId }    ::= { ospfAreaTable  1 }OspfAreaEntry ::=    SEQUENCE {        ospfAreaId            AreaID,        ospfAuthType            INTEGER (-2147483648..2147483647),        ospfImportAsExtern            INTEGER (-2147483648..2147483647),        ospfSpfRuns            Counter,        ospfAreaBdrRtrCount            Gauge,        ospfAsBdrRtrCount            Gauge,        ospfAreaLsaCount            Gauge,        ospfAreaLsaCksumSum            INTEGER (-2147483648..2147483647),        ospfAreaSummary            INTEGER (-2147483648..2147483647),        ospfAreaStatus            RowStatus    }ospfAreaId OBJECT-TYPE    SYNTAX  AreaID    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "A 32-bit integer uniquely identifying an area.                Area ID 0.0.0.0 is used for the OSPF backbone."    REFERENCE           "A 32-bit integer uniquely identifying an area.                Area ID 0.0.0.0 is used for the OSPF backbone."    ::= { ospfAreaEntry  1 }ospfAuthType OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The authentication type specified for an area.                Additional authentication types may be assigned                locally on a per Area basis."    REFERENCE           "The authentication type specified for an area.                Additional authentication types may be assigned                locally on a per Area basis."    DEFVAL  { 0 }    ::= { ospfAreaEntry  2 }ospfImportAsExtern OBJECT-TYPE    SYNTAX  INTEGER {    importExternal(1),    importNoExternal(2),    importNssa(3)}    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The area's support for importing  AS  external                link- state advertisements."    REFERENCE           "The area's support for importing  AS  external                link- state advertisements."    DEFVAL  { importExternal }    ::= { ospfAreaEntry  3 }ospfSpfRuns OBJECT-TYPE    SYNTAX  Counter    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The number of times that the intra-area  route                table  has  been  calculated  using this area's                link-state database.  This  is  typically  done                using Dijkstra's algorithm."    ::= { ospfAreaEntry  4 }ospfAreaBdrRtrCount OBJECT-TYPE    SYNTAX  Gauge    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The total number of area border routers reach-                able within this area.  This is initially zero,                and is calculated in each SPF Pass."    ::= { ospfAreaEntry  5 }ospfAsBdrRtrCount OBJECT-TYPE    SYNTAX  Gauge    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The total number of Autonomous  System  border                routers  reachable  within  this area.  This is                initially zero, and is calculated in  each  SPF                Pass."    ::= { ospfAreaEntry  6 }ospfAreaLsaCount OBJECT-TYPE    SYNTAX  Gauge    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The total number of link-state  advertisements                in  this  area's link-state database, excluding                AS External LSA's."    ::= { ospfAreaEntry  7 }ospfAreaLsaCksumSum OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The 32-bit unsigned sum of the link-state  ad-                vertisements'  LS  checksums  contained in this                area's link-state database.  This sum  excludes                external (LS type 5) link-state advertisements.                The sum can be used to determine if  there  has                been  a  change  in a router's link state data-                base, and to compare the link-state database of                two routers."    DEFVAL  { 0 }    ::= { ospfAreaEntry  8 }ospfAreaSummary OBJECT-TYPE    SYNTAX  INTEGER {    noAreaSummary(1),    sendAreaSummary(2)}    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The variable ospfAreaSummary controls the  im-                port  of  summary LSAs into stub areas.  It has                no effect on other areas.                If it is noAreaSummary, the router will neither                originate  nor  propagate summary LSAs into the                stub area.  It will rely entirely  on  its  de-                fault route.

⌨️ 快捷键说明

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