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

📄 rfc1389.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 2 页
字号:
               rip2IfConfAuthKey                   OCTET STRING (SIZE(0..16)),               rip2IfConfSend                   INTEGER,               rip2IfConfReceive                   INTEGER,               rip2IfConfDefaultMetric                   INTEGER,               rip2IfConfStatus                   Validation       }       rip2IfConfAddress OBJECT-TYPE           SYNTAX   IpAddress           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The IP Address of this system on the indicated              subnet."          ::= { rip2IfConfEntry 1 }       rip2IfConfDomain OBJECT-TYPE           SYNTAX   RouteTagMalkin & Baker                                                  [Page 7]RFC 1389                  RIP-2 MIB Extension               January 1993           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "Value inserted into the Routing  Domain  field              of all RIP packets sent on this interface."          DEFVAL { '0000'h }          ::= { rip2IfConfEntry 2 }       rip2IfConfAuthType OBJECT-TYPE           SYNTAX   INTEGER {                       noAuthentication (1),                       simplePassword (2)                    }           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "The type of Authentication used on this inter-              face."          DEFVAL { noAuthentication }          ::= { rip2IfConfEntry 3 }       rip2IfConfAuthKey OBJECT-TYPE           SYNTAX   OCTET STRING (SIZE(0..16))           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "The value to be used as the Authentication Key              whenever    the   corresponding   instance   of              rip2IfConfAuthType has  the  value  simplePass-              word.   A modification of the corresponding in-              stance of rip2IfConfAuthType  does  not  modify              the rip2IfConfAuthKey value.              If a string shorter than 16 octets is supplied,              it  will be left-justified and padded to 16 oc-              tets, on the right, with nulls (0x00).              Reading this object always results in an  OCTET              STRING  of  length zero; authentication may not              be bypassed by reading the MIB object."          DEFVAL { ''h }          ::= { rip2IfConfEntry 4 }       rip2IfConfSend OBJECT-TYPE           SYNTAX   INTEGER {Malkin & Baker                                                  [Page 8]RFC 1389                  RIP-2 MIB Extension               January 1993                       doNotSend (1),                       ripVersion1 (2),                       rip1Compatible (3),                       ripVersion2 (4)                    }           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "What  the  router  sends  on  this  interface.              ripVersion1 implies sending RIP updates compli-              ant  with  RFC  1058.   rip1Compatible  implies              broadcasting RIP-2 updates using RFC 1058 route              subsumption rules.  ripVersion2 implies  multi-              casting RIP-2 updates."          DEFVAL { rip1Compatible }          ::= { rip2IfConfEntry 5 }       rip2IfConfReceive OBJECT-TYPE           SYNTAX   INTEGER {                       rip1 (1),                       rip2 (2),                       rip1OrRip2 (3)                    }           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "This indicates which version  of  RIP  updates              are   to  be  accepted.   Note  that  rip2  and              rip1OrRip2 implies reception of multicast pack-              ets."          DEFVAL { rip1OrRip2 }          ::= { rip2IfConfEntry 6 }       rip2IfConfDefaultMetric OBJECT-TYPE           SYNTAX   INTEGER ( 0..15 )           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "This variable indicates what metric is  to  be              used  as  a  default  route in RIP updates ori-              ginated on this interface.  A value of zero in-              dicates  that  no  default route should be ori-              ginated; in this  case,  a  default  route  via              another router may be propagated."          ::= { rip2IfConfEntry 7 }Malkin & Baker                                                  [Page 9]RFC 1389                  RIP-2 MIB Extension               January 1993       rip2IfConfStatus OBJECT-TYPE           SYNTAX   Validation           ACCESS   read-write           STATUS   mandatory           DESCRIPTION              "Writing invalid has  the  effect  of  deleting              this interface."          DEFVAL { valid }          ::= { rip2IfConfEntry 8 }   --  Peer Table   --      The RIP Peer Group   --      Implementation of this Group is Optional   --      This group provides information about active peer   --      relationships intended to assist in debugging.       rip2PeerTable OBJECT-TYPE           SYNTAX   SEQUENCE OF Rip2PeerEntry           ACCESS   not-accessible           STATUS   mandatory           DESCRIPTION              "A list of RIP Peers."          ::= { rip2 4 }      rip2PeerEntry OBJECT-TYPE          SYNTAX   Rip2PeerEntry          ACCESS   not-accessible          STATUS   mandatory          DESCRIPTION             "Information regarding a single routing peer."         INDEX { rip2PeerAddress, rip2PeerDomain }         ::= { rip2PeerTable 1 }       Rip2PeerEntry ::=           SEQUENCE {               rip2PeerAddress                   IpAddress,               rip2PeerDomain                   RouteTag,               rip2PeerLastUpdate                   TimeTicks,               rip2PeerVersion                   INTEGER,               rip2PeerRcvBadPacketsMalkin & Baker                                                 [Page 10]RFC 1389                  RIP-2 MIB Extension               January 1993                   Counter,               rip2PeerRcvBadRoutes                   Counter               }       rip2PeerAddress OBJECT-TYPE           SYNTAX   IpAddress           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The IP Address of the Peer System."          ::= { rip2PeerEntry 1 }       rip2PeerDomain OBJECT-TYPE           SYNTAX   RouteTag           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The value in the Routing Domain field  in  RIP              packets received from the peer."          ::= { rip2PeerEntry 2 }       rip2PeerLastUpdate OBJECT-TYPE           SYNTAX   TimeTicks           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The value of sysUpTime when  the  most  recent              RIP update was received from this system."          ::= { rip2PeerEntry 3 }       rip2PeerVersion OBJECT-TYPE           SYNTAX   INTEGER ( 0..255 )           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The RIP version number in the  header  of  the              last RIP packet received."          ::= { rip2PeerEntry 4 }       rip2PeerRcvBadPackets OBJECT-TYPE           SYNTAX   Counter           ACCESS   read-onlyMalkin & Baker                                                 [Page 11]RFC 1389                  RIP-2 MIB Extension               January 1993           STATUS   mandatory           DESCRIPTION              "The number of RIP response packets  from  this              peer discarded as invalid."          ::= { rip2PeerEntry 5 }       rip2PeerRcvBadRoutes OBJECT-TYPE           SYNTAX   Counter           ACCESS   read-only           STATUS   mandatory           DESCRIPTION              "The number of routes from this peer that  were              ignored because the entry format was invalid."          ::= { rip2PeerEntry 6 }   END5. Acknowledgements   This document was produced by the RIP-2 Working Group of the Internet   Engineering Task Force (IETF).   In addition, the comments of the following individuals are also   acknowledged:  Keith McCloghrie and Frank Kastenholz.8. References   [1] Cerf, V., "IAB Recommendations for the Development of Internet       Network Management Standards", RFC 1052, IAB, April 1988.   [2] Cerf, V., "Report of the Second Ad Hoc Network Management Review       Group", RFC 1109, IAB, August 1989.   [3] Rose M., and K. McCloghrie, "Structure and Identification of       Management Information for TCP/IP-based internets", STD 16, RFC       1155, Performance Systems International, Hughes LAN Systems, May       1990.   [4] McCloghrie K., and M. Rose, "Management Information Base for       Network Management of TCP/IP-based internets", RFC 1156, Hughes       LAN Systems, Performance Systems International, May 1990.   [5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple       Network Management Protocol", STD 15, RFC 1157, SNMP Research,       Performance Systems International, Performance Systems       International, MIT Laboratory for Computer Science, May 1990.Malkin & Baker                                                 [Page 12]RFC 1389                  RIP-2 MIB Extension               January 1993   [6] Rose, M., Editor, "Management Information Base for Network       Management of TCP/IP-based internets: MIB-II", RFC 1158,       Performance Systems International, May 1990.   [7] Information processing systems - Open Systems Interconnection -       Specification of Abstract Syntax Notation One (ASN.1),       International Organization for Standardization, International       Standard 8824, December 1987.   [8] Information processing systems - Open Systems Interconnection -       Specification of Basic Encoding Rules for Abstract Notation One       (ASN.1), International Organization for Standardization,       International Standard 8825, December 1987.   [9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",       STD 16, RFC 1212, Performance Systems International, Hughes LAN       Systems, March 1991.  [10] Malkin, G., "RIP Version 2 - Carrying Additional Information",       RFC 1388, Xylogics, Inc., January 1993.  [11] Malkin, G., "RIP Version 2 Protocol Analysis", RFC 1387,       Xylogics, Inc., January 1993.7.  Security Considerations   Security issues are not discussed in this memo.8.  Authors' Addresses   Gary Malkin   Xylogics, Inc.   53 Third Avenue   Burlington, MA  01803   Phone: (617) 272-8140   EMail: gmalkin@Xylogics.COM   Fred Baker   Advanced Computer Communications   315 Bollay Drive   Santa Barbara, California  93117-6014   Phone: (805) 685-4455   EMail: fbaker@acc.comMalkin & Baker                                                 [Page 13]

⌨️ 快捷键说明

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