SNMP, Simple Network Management Protocol

Description Glossary RFCs Publications Obsolete RFCs

Description:

Protocol suite: TCP/IP.
Protocol type:Application layer network management protocol.
Ethertype:0x814C.
Ports:161 (TCP, UDP) server.
162 (TCP, UDP) traps.
5161 (TCP, UDP) over SSH.
5162 (TCP, UDP) traps over SSH.
DDP protocols: 8 sender.
9 listener.
IPX sockets: 36879 (IPX) server.
36880 (IPX) traps.
URI:snmp:
URN:urn:ietf:params:xml:ns:snmp-trace-1.0.
SNMP MIBs: iso.org.dod.internet.mgmt.mib-2.snmp (1.3.6.1.2.1.11).
iso.org.dod.internet.mgmt.mib-2.snmpParties (1.3.6.1.2.1.20).
iso.org.dod.internet.mgmt.mib-2.snmpSecrets (1.3.6.1.2.1.21).
iso.org.dod.internet.mgmt.mib-2.sshtmMIB(1.3.6.1.2.1.189).
iso.org.dod.internet.mgmt.mib-2.snmpTsmMIB(1.3.6.1.2.1.190).
iso.org.dod.internet.snmpv2 (1.3.6.1.6).
iso.org.dod.internet.snmpv2.snmpModules (1.3.6.1.6.3).
Working groups: adslmib, ADSL MIB.
applmib, Application MIB.
atommib, AToM MIB.
disman, Distributed Management.
entmib, Entity MIB.
eos, Evolution of SNMP.
hubmib, Ethernet Interfaces and Hub MIB.
ifmib, Interfaces MIB.
isms, Integrated Security Model for SNMP.
opsawg, Operations and Management Area Working Group.
printmib, Printer MIB.
ptopomib, Physical Topology MIB.
rmonmib, Remote Network Monitoring.
sming, Next Generation Structure of Management Information.
snmpconf, Configuration Management with SNMP.
snmpv3, SNMP Version 3.
trunkmib, DS1/DS3 MIB.
Links: IANA: SMI numbers.
IANA: SMI private enterprise numbers.
wiki: SNMP.

RFC 1157, page 5:

Implicit in the SNMP architectural model is a collection of network management stations and network elements. Network management stations execute management applications which monitor and control network elements. Network elements are devices such as hosts, gateways, terminal servers, and the like, which have management agents responsible for performing the network management functions requested by the network management stations. The Simple Network Management Protocol (SNMP) is used to communicate management information between the network management stations and the agents in the network elements.

RFC 1157, pages 6 and 7:

Management information communicated by operation of the SNMP is represented according to the subset of the ASN.1 language that is specified for the definition of non-aggregate types in the SMI.

The SGMP adopted the convention of using a well-defined subset of the ASN.1 language. The SNMP continues and extends this tradition by utilizing a moderately more complex subset of ASN.1 for describing managed objects and for describing the protocol data units used for managing those objects. In addition, the desire to ease eventual transition to OSI-based network management protocols led to the definition in the ASN.1 language of an Internet-standard Structure of Management Information (SMI) and Management Information Base (MIB). The use of the ASN.1 language, was, in part, encouraged by the successful use of ASN.1 in earlier efforts, in particular, the SGMP. The restrictions on the use of ASN.1 that are part of the SMI contribute to the simplicity espoused and validated by experience with the SGMP.

Also for the sake of simplicity, the SNMP uses only a subset of the basic encoding rules of ASN.1. Namely, all encodings use the definite-length form. Further, whenever permissible, non-constructor encodings are used rather than constructor encodings. This restriction applies to all aspects of ASN.1 encoding, both for the top level protocol data units and the data objects they contain.


MAC header IP header TCP | UDP header SNMP message

Glossary:

Command generator.
An application that initiates SNMP Get, GetNext, GetBulk and/or Set requests, as well as processing the response to a request which it generated.

Command responder.
An application that receives SNMP Get, GetNext, GetBulk, and/or Set requests destined for the local system as indicated by the fact that the contextEngineID in the received request is equal to that of the local engine through which the request was received. The command responder application will perform the appropriate protocol operation, using access control, and will generate a response message to be sent to the request's originator.

Containment Tree.
(RFC 2737) Each physical component may be modeled as 'contained' within another physical component. A "containment-tree" is the conceptual sequence of entPhysicalIndex values which uniquely specifies the exact physical location of a physical component within the managed system. It is generated by 'following and recording' each 'entPhysicalContainedIn' instance 'up the tree towards the root', until a value of zero indicating no further containment is found.

Logical Entity.
(RFC 2737) A managed system contains one or more logical entities, each represented by at most one instantiation of each of a particular set of MIB objects. A set of management functions is associated with each logical entity. Examples of logical entities include routers, bridges, print-servers, etc.

MIB, Management Information Base.
The MIB stores data definitions of the attributes for each of the network managed objects.

MIB-II.
This is a later version of the MIB specification.

Multi-Scoped Object.
(RFC 2737) A MIB object, for which identical instance values identify different managed information in different naming scopes.

Naming Scope.
(RFC 2737) A "naming scope" represents the set of information that may be potentially accessed through a single SNMP operation. All instances within the naming scope share the same unique identifier space. For SNMPv1, a naming scope is identified by the value of the associated 'entLogicalCommunity' instance. For SNMPv3, the term 'context' is used instead of 'naming scope'. The complete definition of an SNMP context can be found in section 3.3.1 of RFC 2571.

Notification originator.
An application that monitors a system for particular events or conditions and generates Trap and/or Inform messages in response. A notification originator must have a mechanism for determining where to send messages, and what SNMP version and security parameters to use when sending messages.

Notification receiver.
An application that listens for notification messages and generates response messages when a message containing an Inform PDU is received.

Physical Entity.
(RFC 2737) A "physical entity" or "physical component" represents an identifiable physical resource within a managed system. Zero or more logical entities may utilize a physical resource at any given time. It is an implementation-specific manner as to which physical components are represented by an agent in the EntPhysicalTable. Typically, physical resources (e.g., communications ports, backplanes, sensors, daughter-cards, power supplies, the overall chassis) which can be managed via functions associated with one or more logical entities are included in the MIB.

Proxy forwarder.
An application that forwards SNMP messages.

RMON, Remote Monitoring.
A framework that enables network monitors and console systems to exchange network monitoring data. RMON defines a set of statistics and functions that can be exchanged between RMON console managers and network probes.

Single-Scoped Object.
(RFC 2737) A MIB object, for which identical instance values identify the same managed information in different naming scopes.

SMI, Structure of Management Information.

VACM, View-based Access Control Model.
(RFC 2265) The View-based Access Control Model defines a set of services that an application (such as a Command Responder or a Notification Originator application) can use for checking access rights. It is the responsibility of the application to make the proper service calls for access checking.


RFCs:

[RFC 1089] SNMP over Ethernet.

[RFC 1155] Structure and Identification of Management Information for TCP/IP-based Internets.

[RFC 1156] Management Information Base for Network Management of TCP/IP-based internets.

[RFC 1157] A Simple Network Management Protocol (SNMP).

[RFC 1187] Bulk Table Retrieval with the SNMP.

[RFC 1212] Concise MIB Definitions.

[RFC 1213] Management Information Base for Network Management of TCP/IP-based internets: MIB-II.

[RFC 1214] OSI Internet Management: Management Information Base.

[RFC 1215] A Convention for Defining Traps for use with the SNMP.

[RFC 1224] Techniques for Managing Asynchronously Generated Alerts.

[RFC 1227] SNMP MUX Protocol and MIB.

[RFC 1230] IEEE 802.4 Token Bus MIB.

[RFC 1233] Definitions of Managed Objects for the DS3 Interface Type.

[RFC 1238] CLNS MIB for use with Connectionless Network Protocol (ISO 8473) and End System to Intermediate System (ISO 9542).

[RFC 1239] Reassignment of Experimental MIBs to Standard MIBs.

[RFC 1270] SNMP Communications Services.

[RFC 1285] FDDI Management Information Base.

[RFC 1303] A Convention for Describing SNMP-based Agents.

[RFC 1351] SNMP Administrative Model.

[RFC 1352] SNMP Security Protocols.

[RFC 1353] Definitions of Managed Objects for Administration of SNMP Parties.

[RFC 1369] Implementation Notes and Experience for The Internet Ethernet MIB.

[RFC 1381] SNMP MIB Extension for X.25 LAPB.

[RFC 1382] SNMP MIB Extension for the X.25 Packet Layer.

[RFC 1404] A Model for Common Operational Statistics.

[RFC 1414] Identification MIB.

[RFC 1418] SNMP over OSI.

[RFC 1419] SNMP over AppleTalk.

[RFC 1420] SNMP over IPX.

[RFC 1441] Introduction to version 2 of the Internet-standard Network Management Framework.

[RFC 1445] Administrative Model for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1446] Security Protocols for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1447] Party MIB for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1451] Manager-to-Manager Management Information Base.

[RFC 1461] SNMP MIB extension for Multiprotocol Interconnect over X.25.

[RFC 1471] The Definitions of Managed Objects for the Link Control Protocol of the Point-to-Point Protocol.

[RFC 1472] The Definitions of Managed Objects for the Security Protocols of the Point-to-Point Protocol.

[RFC 1473] The Definitions of Managed Objects for the IP Network Control Protocol of the Point-to-Point Protocol.

[RFC 1474] The Definitions of Managed Objects for the Bridge Network Control Protocol of the Point-to-Point Protocol.

[RFC 1503] Algorithms for Automating Administration in SNMPv2 Managers.

[RFC 1512] FDDI Management Information Base.

[RFC 1513] Token Ring Extensions to the Remote Network Monitoring MIB.

[RFC 1525] Definitions of Managed Objects for Source Routing Bridges.

[RFC 1559] DECnet Phase IV MIB Extensions.

[RFC 1592] Simple Network Management Protocol Distributed Protocol Interface Version 2.0.

[RFC 1593] SNA APPN Node MIB.

[RFC 1611] DNS Server MIB Extensions.

[RFC 1612] DNS Resolver MIB Extensions.

[RFC 1628] UPS Management Information Base.

[RFC 1658] Definitions of Managed Objects for Character Stream Devices using SMIv2.

[RFC 1659] Definitions of Managed Objects for RS-232-like Hardware Devices using SMIv2.

[RFC 1660] Definitions of Managed Objects for Parallel-printer-like Hardware Devices using SMIv2.

[RFC 1666] Definitions of Managed Objects for SNA NAUs using SMIv2.

[RFC 1694] Definitions of Managed Objects for SMDS Interfaces using SMIv2.

[RFC 1696] Modem Management Information Base (MIB) using SMIv2.

[RFC 1697] Relational Database Management System (RDBMS) Management Information Base (MIB) using SMIv2.

[RFC 1724] RIP Version 2 MIB Extension.

[RFC 1742] AppleTalk Management Information Base II.

[RFC 1747] Definitions of Managed Objects for SNA Data Link Control (SDLC) using SMIv2.

[RFC 1748] IEEE 802.5 MIB using SMIv2.

[RFC 1749] IEEE 802.5 Station Source Routing MIB using SMIv2.

[RFC 1792] TCP/IPX Connection Mib Specification.

[RFC 1812] Requirements for IP Version 4 Routers.

[RFC 1850] OSPF Version 2 Management Information Base.

[RFC 1901] Introduction to Community-based SNMPv2.

[RFC 1909] An Administrative Infrastructure for SNMPv2.

[RFC 1910] User-based Security Model for SNMPv2.

[RFC 2006] The Definitions of Managed Objects for IP Mobility Support using SMIv2.

[RFC 2020] Definitions of Managed Objects for IEEE 802.12 Interfaces.

[RFC 2024] Definitions of Managed Objects for Data Link Switching using SMIv2.

[RFC 2039] Applicablity of Standards Track MIBs to Management of World Wide Web Servers.

[RFC 2051] Definitions of Managed Objects for APPC using SMIv2.

[RFC 2074] Remote Network Monitoring MIB Protocol Identifiers.

[RFC 2108] Definitions of Managed Objects for IEEE 802.3 Repeater Devices using SMIv2.

[RFC 2115] Management Information Base for Frame Relay DTEs Using SMIv2.

[RFC 2127] ISDN Management Information Base using SMIv2.

[RFC 2128] Dial Control Management Information Base using SMIv2.

[RFC 2206] RSVP Management Information Base using SMIv2.

[RFC 2213] Integrated Services Management Information Base using SMIv2.

[RFC 2214] Integrated Services Management Information Base Guaranteed Service Extensions using SMIv2.

[RFC 2232] Definitions of Managed Objects for DLUR using SMIv2.

[RFC 2238] Definitions of Managed Objects for HPR using SMIv2.

[RFC 2239] Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs) using SMIv2.

[RFC 2262] Message Processing and Dispatching for the Simple Network Management Protocol (SNMP).

[RFC 2263] SNMPv3 Applications.

[RFC 2264] User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3).

[RFC 2266] Definitions of Managed Objects for IEEE 802.12 Repeater Devices.

[RFC 2287] Definitions of System-Level Managed Objects for Applications.

[RFC 2320] Definitions of Managed Objects for Classical IP and ARP Over ATM Using SMIv2 (IPOA-MIB).

[RFC 2377] Naming Plan for Internet Directory-Enabled Applications.

[RFC 2417] Definitions of Managed Objects for Multicast over UNI 3.0/3.1 based ATM Networks.

[RFC 2438] Advancement of MIB specifications on the IETF Standards Track.

[RFC 2455] Definitions of Managed Objects for APPN.

[RFC 2456] Definitions of Managed Objects for APPN TRAPS.

[RFC 2457] Definitions of Managed Objects for Extended Border Node.

[RFC 2494] Definitions of Managed Objects for the DS0 and DS0 Bundle Interface Type.

[RFC 2512] Accounting Information for ATM Networks.

[RFC 2513] Managed Objects for Controlling the Collection and Storage of Accounting Information for Connection-Oriented Networks.

[RFC 2514] Definitions of Textual Conventions and OBJECT-IDENTITIES for ATM Management.

[RFC 2515] Definitions of Managed Objects for ATM Management.

[RFC 2561] Base Definitions of Managed Objects for TN3270E Using SMIv2.

[RFC 2562] Definitions of Protocol and Managed Objects for TN3270E Response Time Collection Using SMIv2 (TN3270E-RT-MIB).

[RFC 2564] Application Management MIB.

[RFC 2578] Structure of Management Information Version 2 (SMIv2).

[RFC 2579] Textual Conventions for SMIv2.

[RFC 2580] Conformance Statements for SMIv2.

[RFC 2584] Definitions of Managed Objects for APPN/HPR in IP Networks.

[RFC 2594] Definitions of Managed Objects for WWW Services.

[RFC 2601] ILMI-Based Server Discovery for ATMARP.

[RFC 2602] ILMI-Based Server Discovery for MARS.

[RFC 2603] ILMI-Based Server Discovery for NHRP.

[RFC 2605] Directory Server Monitoring MIB.

[RFC 2613] Remote Network Monitoring MIB Extensions for Switched Networks Version 1.0.

[RFC 2618] RADIUS Authentication Client MIB.

[RFC 2619] RADIUS Authentication Server MIB.

[RFC 2620] RADIUS Accounting Client MIB.

[RFC 2621] RADIUS Accounting Server MIB.

[RFC 2662] Definitions of Managed Objects for the ADSL Lines.

[RFC 2666] Definitions of Object Identifiers for Identifying Ethernet Chip Sets.

[RFC 2669] DOCSIS Cable Device MIB Cable Device Management Information Base for DOCSIS compliant Cable Modems and Cable Modem Termination Systems.

[RFC 2670] Radio Frequency (RF) Interface Management Information Base for MCNS/DOCSIS compliant RF interfaces.

[RFC 2677] Definitions of Managed Objects for the NBMA Next Hop Resolution Protocol (NHRP).

[RFC 2707] Job Monitoring MIB - V1.0.

[RFC 2708] Job Submission Protocol Mapping Recommendations for the Job Monitoring MIB.

[RFC 2720] Traffic Flow Measurement: Meter MIB.

[RFC 2721] RTFM: Applicability Statement.

[RFC 2722] Traffic Flow Measurement: Architecture.

[RFC 2723] SRL: A Language for Describing Traffic Flows and Specifying Actions for Flow Groups.

[RFC 2724] RTFM: New Attributes for Traffic Flow Measurement.

[RFC 2741] Agent Extensibility (AgentX) Protocol Version 1.

[RFC 2742] Definitions of Managed Objects for Extensible SNMP Agents.

[RFC 2758] Definitions of Managed Objects for Service Level Agreements Performance Monitoring.

[RFC 2786] Diffie-Helman USM Key Management Information Base and Textual Convention.

[RFC 2787] Definitions of Managed Objects for the Virtual Router Redundancy Protocol.

[RFC 2788] Network Services Monitoring MIB.

[RFC 2789] Mail Monitoring MIB.

[RFC 2790] Host Resources MIB.

[RFC 2819] Remote Network Monitoring Management Information Base.

[RFC 2856] Textual Conventions for Additional High Capacity Data Types.

[RFC 2863] The Interfaces Group MIB.

[RFC 2864] The Inverted Stack Table Extension to the Interfaces Group MIB.

[RFC 2895] Remote Network Monitoring MIB Protocol Identifier Reference.

[RFC 2896] Remote Network Monitoring MIB Protocol Identifier Macros.

[RFC 2922] Physical Topology MIB.

[RFC 2925] Definitions of Managed Objects for Remote Ping, Traceroute, and Lookup Operations.

[RFC 2932] IPv4 Multicast Routing MIB.

[RFC 2933] Internet Group Management Protocol MIB.

[RFC 2934] Protocol Independent Multicast MIB for IPv4.

[RFC 2940] Definitions of Managed Objects for Common Open Policy Service (COPS) Protocol Clients.

[RFC 2954] Definitions of Managed Objects for Frame Relay Service.

[RFC 2955] Definitions of Managed Objects for Monitoring and Controlling the Frame Relay/ATM PVC Service Interworking Function.

[RFC 2959] Real-Time Transport Protocol Management Information Base.

[RFC 2962] An SNMP Application Level Gateway for Payload Address Translation.

[RFC 2975] Introduction to Accounting Management.

[RFC 2981] Event MIB.

[RFC 2982] Distributed Management Expression MIB.

[RFC 3014] Notification Log MIB.

[RFC 3019] IP Version 6 Management Information Base for The Multicast Listener Discovery Protocol.

[RFC 3020] Definitions of Managed Objects for Monitoring and Controlling the UNI/NNI Multilink Frame Relay Function.

[RFC 3027] Protocol Complications with the IP Network Address Translator.

[RFC 3045] Storing Vendor Information in the LDAP root DSE.

[RFC 3055] Management Information Base for the PINT Services Architecture.

[RFC 3083] Baseline Privacy Interface Management Information Base for DOCSIS Compliant Cable Modems and Cable Modem Termination Systems.

[RFC 3127] Authentication, Authorization, and Accounting: Protocol Evaluation.

[RFC 3144] Remote Monitoring MIB Extensions for Interface Parameters Monitoring.

[RFC 3165] Definitions of Managed Objects for the Delegation of Management Scripts.

[RFC 3179] Script MIB Extensibility Protocol Version 1.1.

[RFC 3201] Definitions of Managed Objects for Circuit to Interface Translation.

[RFC 3202] Definitions of Managed Objects for Frame Relay Service Level Definitions.

[RFC 3216] SMIng Objectives.

[RFC 3231] Definitions of Managed Objects for Scheduling Management Operations.

[RFC 3273] Remote Network Monitoring Management Information Base for High Capacity Networks.

[RFC 3287] Remote Monitoring MIB Extensions for Differentiated Services.

[RFC 3289] Management Information Base for the Differentiated Services Architecture.

[RFC 3295] Definitions of Managed Objects for the General Switch Management Protocol (GSMP).

[RFC 3317] Differentiated Services Quality of Service Policy Information Base.

[RFC 3318] Framework Policy Information Base.

[RFC 3371] Layer Two Tunneling Protocol "L2TP" Management Information Base.

[RFC 3395] Remote Network Monitoring MIB Protocol Identifier Reference Extensions.

[RFC 3410] Introduction and Applicability Statements for Internet Standard Management Framework.

[RFC 3411] An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks.

[RFC 3412] Message Processing and Dispatching for the Simple Network Management Protocol (SNMP).

[RFC 3413] Simple Network Management Protocol (SNMP) Applications.

[RFC 3414] User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3).

[RFC 3415] View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP).

[RFC 3416] Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP).

[RFC 3417] Transport Mappings for the Simple Network Management Protocol (SNMP).

[RFC 3418] Management Information Base (MIB) for the Simple Network Management Protocol (SNMP).

[RFC 3419] Textual Conventions for Transport Addresses.

[RFC 3430] Simple Network Management Protocol (SNMP) over Transmission Control Protocol (TCP) Transport Mapping.

[RFC 3433] Entity Sensor Management Information Base.

[RFC 3434] Remote Monitoring MIB Extensions for High Capacity Alarms.

[RFC 3440] Definitions of Extension Managed Objects for Asymmetric Digital Subscriber Lines.

[RFC 3498] Definitions of Managed Objects for Synchronous Optical Network (SONET) Linear Automatic Protection Switching (APS) Architectures.

[RFC 3512] Configuring Networks and Devices with Simple Network Management Protocol (SNMP).

[RFC 3535] Overview of the 2002 IAB Network Management Workshop.

[RFC 3559] Multicast Address Allocation MIB.

[RFC 3584] Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework.

[RFC 3591] Definitions of Managed Objects for the Optical Interface Type.

[RFC 3592] Definitions of Managed Objects for the Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Interface Type.

[RFC 3593] Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals.

[RFC 3595] Textual Conventions for IPv6 Flow Label.

[RFC 3606] Definitions of Supplemental Managed Objects for ATM Interface.

[RFC 3621] Power Ethernet MIB.

[RFC 3635] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 3636] Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs).

[RFC 3637] Definitions of Managed Objects for the Ethernet WAN Interface Sublayer.

[RFC 3638] Applicability Statement for Reclassification of RFC 1643 to Historic Status.

[RFC 3703] Policy Core Lightweight Directory Access Protocol (LDAP) Schema.

[RFC 3705] High Capacity Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals.

[RFC 3728] Definitions of Managed Objects for Very High Speed Digital Subscriber Lines (VDSL).

[RFC 3729] Application Performance Measurement MIB.

[RFC 3737] IANA Guidelines for the Registry of Remote Monitoring (RMON) MIB modules.

[RFC 3747] The Differentiated Services Configuration MIB.

[RFC 3780] SMIng - Next Generation Structure of Management Information.

[RFC 3781] Next Generation Structure of Management Information (SMIng) Mappings to the Simple Network Management Protocol (SNMP).

[RFC 3805] Printer MIB v2.

[RFC 3806] Printer Finishing MIB.

[RFC 3808] IANA Charset MIB.

[RFC 3811] Definitions of Textual Conventions (TCs) for Multiprotocol Label Switching (MPLS) Management.

[RFC 3812] Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Management Information Base (MIB).

[RFC 3813] Multiprotocol Label Switching (MPLS) Label Switching Router (LSR) Management Information Base (MIB).

[RFC 3814] Multiprotocol Label Switching (MPLS) Forwarding Equivalence Class To Next Hop Label Forwarding Entry (FEC-To-NHLFE) Management Information Base (MIB).

[RFC 3815] Definitions of Managed Objects for the Multiprotocol Label Switching (MPLS), Label Distribution Protocol (LDP).

[RFC 3816] Definitions of Managed Objects for RObust Header Compression (ROHC).

[RFC 3826] The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model.

[RFC 3872] Management Information Base for Telephony Routing over IP (TRIP).

[RFC 3873] Stream Control Transmission Protocol (SCTP) Management Information Base (MIB).

[RFC 3877] Alarm Management Information Base (MIB).

[RFC 3878] Alarm Reporting Control Management Information Base (MIB).

[RFC 3895] Definitions of Managed Objects for the DS1, E1, DS2, and E2 Interface Types.

[RFC 3896] Definitions of Managed Objects for the DS3/E3 Interface Type.

[RFC 3970] A Traffic Engineering (TE) MIB.

[RFC 4001] Textual Conventions for Internet Network Addresses.

[RFC 4008] Definitions of Managed Objects for Network Address Translators (NAT).

[RFC 4011] Policy Based Management MIB.

[RFC 4022] Management Information Base for the Transmission Control Protocol (TCP).

[RFC 4036] Management Information Base for Data Over Cable Service Interface Specification (DOCSIS) Cable Modem Termination Systems for Subscriber Management.

[RFC 4044] Fibre Channel Management MIB.

[RFC 4069] Definitions of Managed Object Extensions for Very High Speed Digital Subscriber Lines (VDSL) Using Single Carrier Modulation (SCM) Line Coding.

[RFC 4070] Definitions of Managed Object Extensions for Very High Speed Digital Subscriber Lines (VDSL) Using Multiple Carrier Modulation (MCM) Line Coding.

[RFC 4087] IP Tunnel MIB.

[RFC 4088] Uniform Resource Identifier (URI) Scheme for the Simple Network Management Protocol (SNMP).

[RFC 4104] Policy Core Extension Lightweight Directory Access Protocol Schema (PCELS).

[RFC 4113] Management Information Base for the User Datagram Protocol (UDP).

[RFC 4131] Management Information Base for Data Over Cable Service Interface Specification (DOCSIS) Cable Modems and Cable Modem Termination Systems for Baseline Privacy Plus.

[RFC 4133] Entity MIB (Version 3).

[RFC 4148] IP Performance Metrics (IPPM) Metrics Registry.

[RFC 4149] Definition of Managed Objects for Synthetic Sources for Performance Monitoring Algorithms.

[RFC 4150] Transport Performance Metrics MIB.

[RFC 4181] Guidelines for Authors and Reviewers of MIB Documents.

[RFC 4188] Definitions of Managed Objects for Bridges.

[RFC 4220] Traffic Engineering Link Management Information Base.

[RFC 4221] Multiprotocol Label Switching (MPLS) Management Overview.

[RFC 4265] Definition of Textual Conventions for Virtual Private Network (VPN) Management.

[RFC 4268] Entity State MIB.

[RFC 4273] Definitions of Managed Objects for BGP-4.

[RFC 4275] BGP-4 MIB Implementation Survey.

[RFC 4292] IP Forwarding Table MIB.

[RFC 4293] Management Information Base for the Internet Protocol (IP).

[RFC 4295] Mobile IPv6 Management Information Base.

[RFC 4318] Definitions of Managed Objects for Bridges with Rapid Spanning Tree Protocol.

[RFC 4319] Definitions of Managed Objects for High Bit-Rate DSL - 2nd generation (HDSL2) and Single-Pair High-Speed Digital Subscriber Line (SHDSL) Lines.

[RFC 4323] Data Over Cable System Interface Specification Quality of Service Management Information Base (DOCSIS-QoS MIB).

[RFC 4327] Link Management Protocol (LMP) Management Information Base (MIB).

[RFC 4363] Definitions of Managed Objects for Bridges with Traffic Classes, Multicast Filtering, and Virtual LAN Extensions.

[RFC 4368] Multiprotocol Label Switching (MPLS) Label-Controlled Asynchronous Transfer Mode (ATM) and Frame-Relay Management Interface Definition.

[RFC 4369] Definitions of Managed Objects for Internet Fibre Channel Protocol (iFCP).

[RFC 4382] MPLS/BGP Layer 3 Virtual Private Network (VPN) Management Information Base.

[RFC 4404] Definitions of Managed Objects for Fibre Channel Over TCP/IP (FCIP).

[RFC 4438] Fibre Channel Name Server MIB.

[RFC 4439] Fibre Channel Fabric Address Manager MIB.

[RFC 4444] Management Information Base for Intermediate System to Intermediate System (IS-IS).

[RFC 4455] Definition of Managed Objects for Small Computer System Interface (SCSI) Entities.

[RFC 4498] The Managed Object Aggregation MIB.

[RFC 4502] Remote Network Monitoring Management Information Base Version 2.

[RFC 4519] Lightweight Directory Access Protocol (LDAP): Schema for User Applications.

[RFC 4544] Definitions of Managed Objects for Internet Small Computer System Interface (iSCSI).

[RFC 5249] Templates for Internet-Drafts Containing MIB Modules.

[RFC 5324] MIB for Fibre-Channel Security Protocols (FC-SP).

[RFC 5343] Simple Network Management Protocol (SNMP) Context EngineID Discovery.

[RFC 5345] Simple Network Management Protocol (SNMP) Traffic Measurements and Trace Exchange Formats.

[RFC 5604] Managed Objects for Time Division Multiplexing (TDM) over Packet Switched Networks (PSNs).

[RFC 5605] Managed Objects for ATM over Packet Switched Networks (PSNs).


Publications:


Obsolete RFCs:

[RFC 1065] Structure and Identification of Management Information for TCP/IP-based internets.

[RFC 1066] Management Information Base for Network Management of TCP/IP-based internets.

[RFC 1067] A Simple Network Management Protocol.

[RFC 1098] A Simple Network Management Protocol (SNMP).

[RFC 1158] Management Information Base for Network Management of TCP/IP-based internets: MIB-II.

[RFC 1161] SNMP over OSI.

[RFC 1162] Connectionless Network Protocol (ISO 8473) and End System to Intermediate System (ISO 9542) Management Information Base.

[RFC 1228] SNMP-DPI Simple Network Management Protocol Distributed Program Interface.

[RFC 1229] Extensions to the Generic-Interface MIB.

[RFC 1231] IEEE 802.5 Token Ring MIB.

[RFC 1232] Definitions of Managed Objects for the DS1 Interface Type.

[RFC 1243] AppleTalk Management Information Base.

[RFC 1248] OSPF Version 2 Management Information Base.

[RFC 1252] OSPF Version 2 Management Information Base.

[RFC 1253] OSPF Version 2 Management Information Base.

[RFC 1269] Definitions of Managed Objects for the Border Gateway Protocol (Version 3).

[RFC 1271] Remote Network Monitoring Management Information Base.

[RFC 1283] SNMP over OSI.

[RFC 1284] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 1286] Definitions of Managed Objects for Bridges.

[RFC 1289] DECnet Phase IV MIB Extensions.

[RFC 1298] SNMP over IPX.

[RFC 1304] Definitions of Managed Objects for the SIP Interface Type.

[RFC 1315] Management Information Base for Frame Relay DTEs.

[RFC 1316] Definitions of Managed Objects for Character Stream Devices.

[RFC 1317] Definitions of Managed Objects for RS-232-like Hardware Devices.

[RFC 1318] Definitions of Managed Objects for Parallel-printer-like Hardware Devices.

[RFC 1354] IP Forwarding Table MIB.

[RFC 1368] Definitions of Managed Objects for IEEE 802.3 Repeater Devices.

[RFC 1389] RIP Version 2 MIB Extension.

[RFC 1398] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 1406] Definitions of Managed Objects for the DS1 and E1 Interface Types.

[RFC 1407] Definitions of Managed Objects for the DS3/E3 Interface Type.

[RFC 1442] Structure of Management Information for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1443] Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1444] Conformance Statements for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1448] Protocol Operations for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1449] Transport Mappings for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1450] Management Information Base for version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1452] Coexistence between version 1 and version 2 of the Internet-standard Network Management Framework.

[RFC 1493] Definitions of Managed Objects for Bridges.

[RFC 1514] Host Resources MIB.

[RFC 1515] Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs).

[RFC 1516] Definitions of Managed Objects for IEEE 802.3 Repeater Devices.

[RFC 1565] Network Services Monitoring MIB.

[RFC 1566] Mail Monitoring MIB.

[RFC 1567] X.500 Directory Monitoring MIB.

[RFC 1573] Evolution of the Interfaces Group of MIB-II.

[RFC 1595] Definitions of Managed Objects for the SONET/SDH Interface Type.

[RFC 1596] Definitions of Managed Objects for Frame Relay Service.

[RFC 1604] Definitions of Managed Objects for Frame Relay Service.

[RFC 1623] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 1643] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 1650] Definitions of Managed Objects for the Ethernet-like Interface Types using SMIv2.

[RFC 1657] Definitions of Managed Objects for the Fourth Version of the Border Gateway Protocol (BGP-4) using SMIv2.

[RFC 1665] Definitions of Managed Objects for SNA NAUs using SMIv2.

[RFC 1695] Definitions of Managed Objects for ATM Management Version 8.0 using SMIv2.

[RFC 1743] IEEE 802.5 MIB using SMIv2.

[RFC 1757] Remote Network Monitoring Management Information Base.

[RFC 1759] Printer MIB.

[RFC 1902] Structure of Management Information for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1903] Textual Conventions for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1904] Conformance Statements for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1905] Protocol Operations for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1906] Transport Mappings for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1907] Management Information Base for Version 2 of the Simple Network Management Protocol (SNMPv2).

[RFC 1908] Coexistence between Version 1 and Version 2 of the Internet-standard Network Management Framework.

[RFC 2011] SNMPv2 Management Information Base for the Internet Protocol using SMIv2.

[RFC 2012] SNMPv2 Management Information Base for the Transmission Control Protocol using SMIv2.

[RFC 2013] SNMPv2 Management Information Base for the User Datagram Protocol using SMIv2.

[RFC 2021] Remote Network Monitoring Management Information Base Version 2 using SMIv2.

[RFC 2037] Entity MIB using SMIv2.

[RFC 2063] Traffic Flow Measurement: Architecture.

[RFC 2064] Traffic Flow Measurement: Meter MIB.

[RFC 2089] V2ToV1 Mapping SNMPv2 onto SNMPv1 within a bi-lingual SNMP agent.

[RFC 2096] IP Forwarding Table MIB.

[RFC 2155] Definitions of Managed Objects for APPN using SMIv2.

[RFC 2233] The Interfaces Group MIB using SMIv2.

[RFC 2248] Network Services Monitoring MIB.

[RFC 2249] Mail Monitoring MIB.

[RFC 2257] Agent Extensibility (AgentX) Protocol Version 1.

[RFC 2261] An Architecture for Describing SNMP Management Frameworks.

[RFC 2265] View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP).

[RFC 2271] An Architecture for Describing SNMP Management Frameworks.

[RFC 2272] Message Processing and Dispatching for the Simple Network Management Protocol (SNMP).

[RFC 2273] SNMPv3 Applications.

[RFC 2274] User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3).

[RFC 2275] View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP).

[RFC 2358] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 2366] Definitions of Managed Objects for Multicast over UNI 3.0/3.1 based ATM Networks.

[RFC 2452] IP Version 6 Management Information Base for the Transmission Control Protocol.

[RFC 2454] IP Version 6 Management Information Base for the User Datagram Protocol.

[RFC 2465] Management Information Base for IP Version 6: Textual Conventions and General Group.

[RFC 2466] Management Information Base for IP Version 6: ICMPv6 Group.

[RFC 2493] Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals.

[RFC 2495] Definitions of Managed Objects for the DS1, E1, DS2 and E2 Interface Types.

[RFC 2496] Definitions of Managed Objects for the DS3/E3 Interface Type.

[RFC 2558] Definitions of Managed Objects for the SONET/SDH Interface Type.

[RFC 2570] Introduction to Version 3 of the Internet-standard Network Management Framework.

[RFC 2571] An Architecture for Describing SNMP Management Frameworks.

[RFC 2572] Message Processing and Dispatching for the Simple Network Management Protocol (SNMP).

[RFC 2573] SNMP Applications.

[RFC 2574] User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3).

[RFC 2575] View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP).

[RFC 2576] Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework.

[RFC 2591] Definitions of Managed Objects for Scheduling Management Operations.

[RFC 2592] Definitions of Managed Objects for the Delegation of Management Scripts.

[RFC 2593] Script MIB Extensibility Protocol Version 1.0.

[RFC 2665] Definitions of Managed Objects for the Ethernet-like Interface Types.

[RFC 2667] IP Tunnel MIB.

[RFC 2668] Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs).

[RFC 2674] Definitions of Managed Objects for Bridges with Traffic Classes, Multicast Filtering and Virtual LAN Extensions.

[RFC 2737] Entity MIB (Version 2).

[RFC 2837] Definitions of Managed Objects for the Fabric Element in Fibre Channel Standard.

[RFC 2851] Textual Conventions for Internet Network Addresses.

[RFC 3276] Definitions of Managed Objects for High Bit-Rate DSL - 2nd generation (HDSL2) and Single-Pair High-Speed Digital Subscriber Line (SHDSL) Lines.

[RFC 3291] Textual Conventions for Internet Network Addresses.


Description Glossary RFCs Publications Obsolete RFCs