rfc1850.txt

来自「中、英文RFC文档大全打包下载完全版 .」· 文本 代码 · 共 2,074 行 · 第 1/5 页

TXT
2,074
字号
        ospfHostTOS            TOSType,        ospfHostMetric            Metric,        ospfHostStatus            RowStatus,        ospfHostAreaID            AreaID              }    ospfHostIpAddress OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The IP Address of the Host."       REFERENCE          "OSPF Version 2, Appendix C.6 Host route parame-Baker & Coltun              Standards Track                    [Page 30]RFC 1850                        OSPF MIB                   November 1995          ters"      ::= { ospfHostEntry 1 }    ospfHostTOS OBJECT-TYPE        SYNTAX   TOSType        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The Type of Service of the route being config-           ured."       REFERENCE          "OSPF Version 2, Appendix C.6 Host route parame-          ters"      ::= { ospfHostEntry 2 }    ospfHostMetric OBJECT-TYPE        SYNTAX   Metric        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The Metric to be advertised."       REFERENCE          "OSPF Version 2, Appendix C.6 Host route parame-          ters"      ::= { ospfHostEntry 3 }    ospfHostStatus 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."       ::= { ospfHostEntry 4 }    ospfHostAreaID OBJECT-TYPE        SYNTAX   AreaID        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The Area the Host Entry is to be found within.           By  default, the area that a subsuming OSPF in-           terface is in, or 0.0.0.0"Baker & Coltun              Standards Track                    [Page 31]RFC 1850                        OSPF MIB                   November 1995       REFERENCE          "OSPF Version 2, Appendix C.2 Area parameters"      ::= { ospfHostEntry 5 }--  OSPF Interface Table--      The OSPF Interface Table augments the ipAddrTable--             with OSPF specific information.    ospfIfTable OBJECT-TYPE        SYNTAX   SEQUENCE OF OspfIfEntry        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"      ::= { ospf 7 }    ospfIfEntry OBJECT-TYPE        SYNTAX   OspfIfEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "The OSPF Interface Entry describes one  inter-           face from the viewpoint of OSPF."       INDEX { ospfIfIpAddress, ospfAddressLessIf }       ::= { ospfIfTable 1 }OspfIfEntry ::=    SEQUENCE {        ospfIfIpAddress            IpAddress,        ospfAddressLessIf            Integer32,        ospfIfAreaId            AreaID,        ospfIfType            INTEGER,        ospfIfAdminStat            Status,        ospfIfRtrPriority            DesignatedRouterPriority,        ospfIfTransitDelayBaker & Coltun              Standards Track                    [Page 32]RFC 1850                        OSPF MIB                   November 1995            UpToMaxAge,        ospfIfRetransInterval            UpToMaxAge,        ospfIfHelloInterval            HelloRange,        ospfIfRtrDeadInterval            PositiveInteger,        ospfIfPollInterval            PositiveInteger,        ospfIfState            INTEGER,        ospfIfDesignatedRouter            IpAddress,        ospfIfBackupDesignatedRouter            IpAddress,        ospfIfEvents            Counter32,        ospfIfAuthType            INTEGER,        ospfIfAuthKey            OCTET STRING,        ospfIfStatus            RowStatus,        ospfIfMulticastForwarding            INTEGER,        ospfIfDemand            TruthValue              }    ospfIfIpAddress OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The IP address of this OSPF interface."       ::= { ospfIfEntry 1 }    ospfAddressLessIf OBJECT-TYPE        SYNTAX   Integer32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "For the purpose of easing  the  instancing  of           addressed   and  addressless  interfaces;  This           variable takes the value 0 on  interfaces  with           IP  Addresses,  and  the corresponding value of           ifIndex for interfaces having no IP Address."       ::= { ospfIfEntry 2 }Baker & Coltun              Standards Track                    [Page 33]RFC 1850                        OSPF MIB                   November 1995    ospfIfAreaId OBJECT-TYPE        SYNTAX   AreaID        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "A 32-bit integer uniquely identifying the area           to  which  the  interface  connects.   Area  ID           0.0.0.0 is used for the OSPF backbone."       DEFVAL   { '00000000'H }    -- 0.0.0.0       ::= { ospfIfEntry 3 }    ospfIfType OBJECT-TYPE        SYNTAX   INTEGER    {                    broadcast (1),                    nbma (2),                    pointToPoint (3),                    pointToMultipoint (5)                  }        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The OSPF interface type.           By way of a default, this field may be intuited           from the corresponding value of ifType.  Broad-           cast LANs, such as  Ethernet  and  IEEE  802.5,           take  the  value  'broadcast', X.25 and similar           technologies take the value 'nbma',  and  links           that  are  definitively point to point take the           value 'pointToPoint'."       ::= { ospfIfEntry 4 }    ospfIfAdminStat OBJECT-TYPE        SYNTAX   Status        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The OSPF  interface's  administrative  status.           The  value formed on the interface, and the in-           terface will be advertised as an internal route           to  some  area.   The  value 'disabled' denotes           that the interface is external to OSPF."       DEFVAL { enabled }       ::= { ospfIfEntry 5 }    ospfIfRtrPriority OBJECT-TYPE        SYNTAX   DesignatedRouterPriorityBaker & Coltun              Standards Track                    [Page 34]RFC 1850                        OSPF MIB                   November 1995        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The  priority  of  this  interface.   Used  in           multi-access  networks,  this  field is used in           the designated router election algorithm.   The           value 0 signifies that the router is not eligi-           ble to become the  designated  router  on  this           particular  network.   In the event of a tie in           this value, routers will use their Router ID as           a tie breaker."       DEFVAL { 1 }       ::= { ospfIfEntry 6 }    ospfIfTransitDelay OBJECT-TYPE        SYNTAX   UpToMaxAge        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The estimated number of seconds  it  takes  to           transmit  a  link state update packet over this           interface."       DEFVAL { 1 }       ::= { ospfIfEntry 7 }    ospfIfRetransInterval OBJECT-TYPE        SYNTAX   UpToMaxAge        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The number of seconds between  link-state  ad-           vertisement  retransmissions,  for  adjacencies           belonging to this  interface.   This  value  is           also used when retransmitting database descrip-           tion and link-state request packets."       DEFVAL { 5 }       ::= { ospfIfEntry 8 }    ospfIfHelloInterval OBJECT-TYPE        SYNTAX   HelloRange        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The length of time, in  seconds,  between  the           Hello  packets that the router sends on the in-Baker & Coltun              Standards Track                    [Page 35]RFC 1850                        OSPF MIB                   November 1995           terface.  This value must be the same  for  all           routers attached to a common network."       DEFVAL { 10 }       ::= { ospfIfEntry 9 }    ospfIfRtrDeadInterval OBJECT-TYPE        SYNTAX   PositiveInteger        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The number of seconds that  a  router's  Hello           packets  have  not been seen before it's neigh-           bors declare the router down.  This  should  be           some  multiple  of  the  Hello  interval.  This           value must be the same for all routers attached           to a common network."       DEFVAL { 40 }       ::= { ospfIfEntry 10 }    ospfIfPollInterval OBJECT-TYPE        SYNTAX   PositiveInteger        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The larger time interval, in seconds,  between           the  Hello  packets  sent  to  an inactive non-           broadcast multi- access neighbor."       DEFVAL { 120 }       ::= { ospfIfEntry 11 }    ospfIfState OBJECT-TYPE        SYNTAX   INTEGER    {                    down (1),                    loopback (2),                    waiting (3),                    pointToPoint (4),                    designatedRouter (5),                    backupDesignatedRouter (6),                    otherDesignatedRouter (7)                  }        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The OSPF Interface State."       DEFVAL { down }Baker & Coltun              Standards Track                    [Page 36]RFC 1850                        OSPF MIB                   November 1995       ::= { ospfIfEntry 12 }    ospfIfDesignatedRouter OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The IP Address of the Designated Router."       DEFVAL   { '00000000'H }    -- 0.0.0.0       ::= { ospfIfEntry 13 }    ospfIfBackupDesignatedRouter OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The  IP  Address  of  the  Backup   Designated           Router."       DEFVAL   { '00000000'H }    -- 0.0.0.0       ::= { ospfIfEntry 14 }    ospfIfEvents OBJECT-TYPE        SYNTAX   Counter32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The number of times this  OSPF  interface  has           changed its state, or an error has occurred."       ::= { ospfIfEntry 15 }    ospfIfAuthKey OBJECT-TYPE        SYNTAX   OCTET STRING (SIZE (0..256))        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "The Authentication Key.  If the Area's Author-           ization  Type  is  simplePassword,  and the key           length is shorter than 8 octets, the agent will           left adjust and zero fill to 8 octets.           Note that unauthenticated  interfaces  need  no           authentication key, and simple password authen-           tication cannot use a key of more  than  8  oc-           tets.  Larger keys are useful only with authen-           tication mechanisms not specified in this docu-Bake

⌨️ 快捷键说明

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