Network Working Group                                         M. Daniele
Request for Comments: 2257                 Digital Equipment Corporation
Category: Standards Track                                      B. Wijnen
                                  T.J. Watson Research Center, IBM Corp.
                                                       D. Francisco, Ed.
                                                     Cisco Systems, Inc.
                                                            January 1998
        
Network Working Group                                         M. Daniele
Request for Comments: 2257                 Digital Equipment Corporation
Category: Standards Track                                      B. Wijnen
                                  T.J. Watson Research Center, IBM Corp.
                                                       D. Francisco, Ed.
                                                     Cisco Systems, Inc.
                                                            January 1998
        

Agent Extensibility (AgentX) Protocol Version 1

代理扩展性(AgentX)协议版本1

Status of this Memo

本备忘录的状况

This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.

本文件规定了互联网社区的互联网标准跟踪协议,并要求进行讨论和提出改进建议。有关本协议的标准化状态和状态,请参考当前版本的“互联网官方协议标准”(STD 1)。本备忘录的分发不受限制。

Copyright Notice

版权公告

Copyright (C) The Internet Society (1998). All Rights Reserved.

版权所有(C)互联网协会(1998年)。版权所有。

Table of Contents

目录

   1 Introduction......................................................4
        
   1 Introduction......................................................4
        
   2 The SNMP Framework................................................4
     2.1 A Note on Terminology.........................................4
        
   2 The SNMP Framework................................................4
     2.1 A Note on Terminology.........................................4
        
   3 Extending the MIB.................................................5
     3.1 Motivation for AgentX.........................................5
        
   3 Extending the MIB.................................................5
     3.1 Motivation for AgentX.........................................5
        
   4 AgentX Framework..................................................6
     4.1 AgentX Roles..................................................7
     4.2 Applicability.................................................8
     4.3 Design Features of AgentX.....................................9
     4.4 Non-Goals....................................................10
        
   4 AgentX Framework..................................................6
     4.1 AgentX Roles..................................................7
     4.2 Applicability.................................................8
     4.3 Design Features of AgentX.....................................9
     4.4 Non-Goals....................................................10
        
   5 AgentX Encodings.................................................10
     5.1 Object Identifier............................................11
     5.2 SearchRange..................................................13
     5.3 Octet String.................................................14
     5.4 Value Representation.........................................14
        
   5 AgentX Encodings.................................................10
     5.1 Object Identifier............................................11
     5.2 SearchRange..................................................13
     5.3 Octet String.................................................14
     5.4 Value Representation.........................................14
        
   6 Protocol Definitions.............................................16
     6.1 AgentX PDU Header............................................16
        
   6 Protocol Definitions.............................................16
     6.1 AgentX PDU Header............................................16
        
       6.1.1 Context..................................................19
     6.2 AgentX PDUs..................................................20
       6.2.1 The agentx-Open-PDU......................................20
       6.2.2 The agentx-Close-PDU.....................................21
       6.2.3 The agentx-Register-PDU..................................22
       6.2.4 The agentx-Unregister-PDU................................25
       6.2.5 The agentx-Get-PDU.......................................27
       6.2.6 The agentx-GetNext-PDU...................................29
       6.2.7 The agentx-GetBulk-PDU...................................30
       6.2.8 The agentx-TestSet-PDU...................................31
       6.2.9 The agentx-CommitSet, -UndoSet, -CleanupSet
             PDUs.....................................................33
       6.2.10 The agentx-Notify-PDU...................................33
       6.2.11 The agentx-Ping-PDU.....................................34
       6.2.12 The agentx-IndexAllocate-PDU............................35
       6.2.13 The agentx-IndexDeallocate-PDU..........................36
       6.2.14 The agentx-AddAgentCaps-PDU.............................37
       6.2.15 The agentx-RemoveAgentCaps-PDU..........................38
       6.2.16 The agentx-Response-PDU.................................39
        
       6.1.1 Context..................................................19
     6.2 AgentX PDUs..................................................20
       6.2.1 The agentx-Open-PDU......................................20
       6.2.2 The agentx-Close-PDU.....................................21
       6.2.3 The agentx-Register-PDU..................................22
       6.2.4 The agentx-Unregister-PDU................................25
       6.2.5 The agentx-Get-PDU.......................................27
       6.2.6 The agentx-GetNext-PDU...................................29
       6.2.7 The agentx-GetBulk-PDU...................................30
       6.2.8 The agentx-TestSet-PDU...................................31
       6.2.9 The agentx-CommitSet, -UndoSet, -CleanupSet
             PDUs.....................................................33
       6.2.10 The agentx-Notify-PDU...................................33
       6.2.11 The agentx-Ping-PDU.....................................34
       6.2.12 The agentx-IndexAllocate-PDU............................35
       6.2.13 The agentx-IndexDeallocate-PDU..........................36
       6.2.14 The agentx-AddAgentCaps-PDU.............................37
       6.2.15 The agentx-RemoveAgentCaps-PDU..........................38
       6.2.16 The agentx-Response-PDU.................................39
        
   7 Elements of Procedure............................................41
     7.1 Processing AgentX Administrative Messages....................42
       7.1.1 Processing the agentx-Open-PDU...........................42
       7.1.2 Processing the agentx-IndexAllocate-PDU..................43
       7.1.3 Using the agentx-IndexAllocate-PDU.......................45
       7.1.4 Processing the agentx-IndexDeallocate-PDU................47
       7.1.5 Processing the agentx-Register-PDU.......................48
         7.1.5.1 Handling Duplicate OID Ranges........................50
       7.1.6 Processing the agentx-Unregister-PDU.....................51
       7.1.7 Processing the agentx-AddAgentCaps-PDU...................51
       7.1.8 Processing the agentx-RemoveAgentCaps-PDU................52
       7.1.9 Processing the agentx-Close-PDU..........................52
       7.1.10 Detecting Connection Loss...............................53
       7.1.11 Processing the agentx-Notify-PDU........................53
       7.1.12 Processing the agentx-Ping-PDU..........................54
     7.2 Processing Received SNMP Protocol Messages...................54
       7.2.1 Dispatching AgentX PDUs..................................55
         7.2.1.1 agentx-Get-PDU.......................................57
         7.2.1.2 agentx-GetNext-PDU...................................58
         7.2.1.3 agentx-GetBulk-PDU...................................59
         7.2.1.4 agentx-TestSet-PDU...................................60
         7.2.1.5 Dispatch.............................................60
       7.2.2 Subagent Processing of agentx-Get, GetNext,
             GetBulk-PDUs.............................................61
         7.2.2.1 Subagent Processing of the agentx-Get-PDU............61
         7.2.2.2 Subagent Processing of the
                 agentx-GetNext-PDU...................................62
        
   7 Elements of Procedure............................................41
     7.1 Processing AgentX Administrative Messages....................42
       7.1.1 Processing the agentx-Open-PDU...........................42
       7.1.2 Processing the agentx-IndexAllocate-PDU..................43
       7.1.3 Using the agentx-IndexAllocate-PDU.......................45
       7.1.4 Processing the agentx-IndexDeallocate-PDU................47
       7.1.5 Processing the agentx-Register-PDU.......................48
         7.1.5.1 Handling Duplicate OID Ranges........................50
       7.1.6 Processing the agentx-Unregister-PDU.....................51
       7.1.7 Processing the agentx-AddAgentCaps-PDU...................51
       7.1.8 Processing the agentx-RemoveAgentCaps-PDU................52
       7.1.9 Processing the agentx-Close-PDU..........................52
       7.1.10 Detecting Connection Loss...............................53
       7.1.11 Processing the agentx-Notify-PDU........................53
       7.1.12 Processing the agentx-Ping-PDU..........................54
     7.2 Processing Received SNMP Protocol Messages...................54
       7.2.1 Dispatching AgentX PDUs..................................55
         7.2.1.1 agentx-Get-PDU.......................................57
         7.2.1.2 agentx-GetNext-PDU...................................58
         7.2.1.3 agentx-GetBulk-PDU...................................59
         7.2.1.4 agentx-TestSet-PDU...................................60
         7.2.1.5 Dispatch.............................................60
       7.2.2 Subagent Processing of agentx-Get, GetNext,
             GetBulk-PDUs.............................................61
         7.2.2.1 Subagent Processing of the agentx-Get-PDU............61
         7.2.2.2 Subagent Processing of the
                 agentx-GetNext-PDU...................................62
        
         7.2.2.3 Subagent Processing of the
                 agentx-GetBulk-PDU...................................62
       7.2.3 Subagent Processing of agentx-TestSet,
             -CommitSet, -UndoSet, -CleanupSet-PDUs...................63
         7.2.3.1 Subagent Processing of the
                 agentx-TestSet-PDU...................................64
         7.2.3.2 Subagent Processing of the
                 agentx-CommitSet-PDU.................................65
         7.2.3.3 Subagent Processing of the
                 agentx-UndoSet-PDU...................................65
         7.2.3.4 Subagent Processing of the
                 agentx-CleanupSet-PDU................................65
       7.2.4 Master Agent Processing of AgentX Responses..............66
         7.2.4.1 Common Processing of All AgentX Response
                 PDUs.................................................66
         7.2.4.2 Processing of Responses to agentx-Get-PDUs...........66
         7.2.4.3 Processing of Responses to
                 agentx-GetNext-PDU and agentx-GetBulk-PDU............67
         7.2.4.4 Processing of Responses to
                 agentx-TestSet-PDUs..................................68
         7.2.4.5 Processing of Responses to
                 agentx-CommitSet-PDUs................................68
         7.2.4.6 Processing of Responses to
                 agentx-UndoSet-PDUs..................................69
       7.2.5 Sending the SNMP Response-PDU............................69
       7.2.6 MIB Views................................................69
     7.3 State Transitions............................................70
       7.3.1 Set Transaction States...................................70
       7.3.2 Transport Connection States..............................71
       7.3.3 Session States...........................................73
        
         7.2.2.3 Subagent Processing of the
                 agentx-GetBulk-PDU...................................62
       7.2.3 Subagent Processing of agentx-TestSet,
             -CommitSet, -UndoSet, -CleanupSet-PDUs...................63
         7.2.3.1 Subagent Processing of the
                 agentx-TestSet-PDU...................................64
         7.2.3.2 Subagent Processing of the
                 agentx-CommitSet-PDU.................................65
         7.2.3.3 Subagent Processing of the
                 agentx-UndoSet-PDU...................................65
         7.2.3.4 Subagent Processing of the
                 agentx-CleanupSet-PDU................................65
       7.2.4 Master Agent Processing of AgentX Responses..............66
         7.2.4.1 Common Processing of All AgentX Response
                 PDUs.................................................66
         7.2.4.2 Processing of Responses to agentx-Get-PDUs...........66
         7.2.4.3 Processing of Responses to
                 agentx-GetNext-PDU and agentx-GetBulk-PDU............67
         7.2.4.4 Processing of Responses to
                 agentx-TestSet-PDUs..................................68
         7.2.4.5 Processing of Responses to
                 agentx-CommitSet-PDUs................................68
         7.2.4.6 Processing of Responses to
                 agentx-UndoSet-PDUs..................................69
       7.2.5 Sending the SNMP Response-PDU............................69
       7.2.6 MIB Views................................................69
     7.3 State Transitions............................................70
       7.3.1 Set Transaction States...................................70
       7.3.2 Transport Connection States..............................71
       7.3.3 Session States...........................................73
        
   8 Transport Mappings...............................................74
     8.1 AgentX over TCP..............................................74
       8.1.1 Well-known Values........................................74
       8.1.2 Operation................................................74
     8.2 AgentX over UNIX-domain Sockets..............................75
       8.2.1 Well-known Values........................................75
       8.2.2 Operation................................................75
        
   8 Transport Mappings...............................................74
     8.1 AgentX over TCP..............................................74
       8.1.1 Well-known Values........................................74
       8.1.2 Operation................................................74
     8.2 AgentX over UNIX-domain Sockets..............................75
       8.2.1 Well-known Values........................................75
       8.2.2 Operation................................................75
        
   9 Security Considerations..........................................76
        
   9 Security Considerations..........................................76
        
   10 Acknowledgements................................................77
        
   10 Acknowledgements................................................77
        
   11 Authors' and Editor's Addresses.................................77
        
   11 Authors' and Editor's Addresses.................................77
        
   12 References......................................................78
        
   12 References......................................................78
        
   13 Full Copyright Statement........................................80
        
   13 Full Copyright Statement........................................80
        
1. Introduction
1. 介绍

This memo defines a standardized framework for extensible SNMP agents. It defines processing entities called master agents and subagents, a protocol (AgentX) used to communicate between them, and the elements of procedure by which the extensible agent processes SNMP protocol messages.

本备忘录定义了可扩展SNMP代理的标准化框架。它定义了称为主代理和子代理的处理实体、用于它们之间通信的协议(AgentX)以及可扩展代理处理SNMP协议消息的过程元素。

2. The SNMP Framework
2. SNMP框架

A management system contains: several (potentially many) nodes, each with a processing entity, termed an agent, which has access to management instrumentation; at least one management station; and, a management protocol, used to convey management information between the agents and management stations. Operations of the protocol are carried out under an administrative framework which defines authentication, authorization, access control, and privacy policies.

管理系统包含:几个(可能很多)节点,每个节点都有一个处理实体,称为代理,可以访问管理工具;至少一个管理站;以及管理协议,用于在代理和管理站之间传送管理信息。协议的操作是在一个管理框架下进行的,该框架定义了身份验证、授权、访问控制和隐私策略。

Management stations execute management applications which monitor and control managed elements. Managed elements are devices such as hosts, routers, terminal servers, etc., which are monitored and controlled via access to their management information.

管理站执行管理应用程序,这些应用程序监视和控制被管理的元素。被管理元素是通过访问其管理信息来监视和控制的设备,如主机、路由器、终端服务器等。

Management information is viewed as a collection of managed objects, residing in a virtual information store, termed the Management Information Base (MIB). Collections of related objects are defined in MIB modules. These modules are written using a subset of OSI's Abstract Syntax Notation One (ASN.1) [1], termed the Structure of Management Information (SMI) (see RFC 1902 [2]).

管理信息被视为托管对象的集合,驻留在虚拟信息存储中,称为管理信息库(MIB)。相关对象的集合在MIB模块中定义。这些模块使用OSI抽象语法符号1(ASN.1)[1]的子集编写,称为管理信息结构(SMI)(参见RFC 1902[2])。

2.1. A Note on Terminology
2.1. 术语注释

The term "variable" refers to an instance of a non-aggregate object type defined according to the conventions set forth in the SMI (RFC 1902, [2]) or the textual conventions based on the SMI (RFC 1903 [3]). The term "variable binding" normally refers to the pairing of the name of a variable and its associated value. However, if certain kinds of exceptional conditions occur during processing of a retrieval request, a variable binding will pair a name and an indication of that exception.

术语“变量”是指根据SMI(RFC 1902[2])中规定的约定或基于SMI(RFC 1903[3])的文本约定定义的非聚合对象类型的实例。术语“变量绑定”通常指变量名称与其关联值的配对。但是,如果在处理检索请求期间发生某些类型的异常情况,则变量绑定会将名称与该异常的指示配对。

A variable-binding list is a simple list of variable bindings.

变量绑定列表是变量绑定的简单列表。

The name of a variable is an OBJECT IDENTIFIER, which is the concatenation of the OBJECT IDENTIFIER of the corresponding object type together with an OBJECT IDENTIFIER fragment identifying the

变量的名称是对象标识符,它是相应对象类型的对象标识符与标识变量的对象标识符片段的串联

instance. The OBJECT IDENTIFIER of the corresponding object-type is called the OBJECT IDENTIFIER prefix of the variable. For the purpose of exposition, the original Internet-standard

例子相应对象类型的对象标识符称为变量的对象标识符前缀。为了便于阐述,原始互联网标准

Network Management Framework, as described in RFCs 1155 (STD 16), 1157 (STD 15), and 1212 (STD 16), is termed the SNMP version 1 framework (SNMPv1). The current framework, as described in RFCs 1902-1908, is termed the SNMP version 2 framework (SNMPv2).

如RFCs 1155(STD 16)、1157(STD 15)和1212(STD 16)中所述,网络管理框架被称为SNMP版本1框架(SNMPv1)。如RFCs 1902-1908所述,当前框架被称为SNMP版本2框架(SNMPv2)。

3. Extending the MIB
3. 扩展MIB

New MIB modules that extend the Internet-standard MIB are continuously being defined by various IETF working groups. It is also common for enterprises or individuals to create or extend enterprise-specific or experimental MIBs.

各种IETF工作组正在不断定义扩展Internet标准MIB的新MIB模块。企业或个人创建或扩展特定于企业的或实验性的MIB也是很常见的。

As a result, managed devices are frequently complex collections of manageable components that have been independently installed on a managed node. Each component provides instrumentation for the managed objects defined in the MIB module(s) it implements.

因此,托管设备通常是独立安装在托管节点上的可管理组件的复杂集合。每个组件都为其实现的MIB模块中定义的托管对象提供检测。

Neither the SNMP version 1 nor version 2 framework describes how the set of managed objects supported by a particular agent may be changed dynamically.

SNMP版本1和版本2框架都没有描述如何动态更改特定代理支持的托管对象集。

3.1. Motivation for AgentX
3.1. AgentX的动机

This very real need to dynamically extend the management objects within a node has given rise to a variety of "extensible agents", which typically comprise

动态扩展节点内的管理对象的这种非常现实的需求已经产生了各种“可扩展代理”,它们通常包括

- a "master" agent that is available on the standard transport address and that accepts SNMP protocol messages

- 在标准传输地址上可用并接受SNMP协议消息的“主”代理

- a set of "subagents" that each contain management instrumentation

- 一组“子代理”,每个子代理都包含管理工具

- a protocol that operates between the master agent and subagents, permitting subagents to "connect" to the master agent, and the master agent to multiplex received SNMP protocol messages amongst the subagents.

- 一种在主代理和子代理之间运行的协议,允许子代理“连接”到主代理,主代理在子代理之间多路传输接收到的SNMP协议消息。

- a set of tools to aid subagent development, and a runtime (API) environment that hides much of the protocol operation between a subagent and the master agent.

- 一组用于辅助子代理开发的工具,以及一个运行时(API)环境,该环境隐藏了子代理和主代理之间的大部分协议操作。

The wide deployment of extensible SNMP agents, coupled with the lack of Internet standards in this area, makes it difficult to field SNMP-manageable applications. A vendor may have to support several different subagent environments (APIs) in order to support different target platforms.

可扩展SNMP代理的广泛部署,加上该领域缺乏互联网标准,使得难以部署SNMP可管理的应用程序。为了支持不同的目标平台,供应商可能必须支持多个不同的子代理环境(API)。

It can also become quite cumbersome to configure subagents and (possibly multiple) master agents on a particular managed node.

在特定的受管节点上配置子代理和(可能有多个)主代理也会变得相当麻烦。

Specifying a standard protocol for agent extensibility (AgentX) provides the technical foundation required to solve both of these problems. Independently developed AgentX-capable master agents and subagents will be able to interoperate at the protocol level. Vendors can continue to differentiate their products in all other respects.

为代理扩展性(AgTunx)指定一个标准协议提供了解决这两个问题所需的技术基础。独立开发的AgentX主代理和子代理将能够在协议级别进行互操作。供应商可以继续在所有其他方面使其产品与众不同。

4. AgentX Framework
4. AgentX框架

Within the SNMP framework, a managed node contains a processing entity, called an agent, which has access to management information.

在SNMP框架内,受管节点包含一个处理实体,称为代理,它可以访问管理信息。

Within the AgentX framework, an agent is further defined to consist of

在AgentX框架内,代理进一步定义为包括

- a single processing entity called the master agent, which sends and receives SNMP protocol messages in an agent role (as specified by the SNMP version 1 and version 2 framework documents) but typically has little or no direct access to management information.

- 称为主代理的单个处理实体,它以代理角色发送和接收SNMP协议消息(由SNMP版本1和版本2框架文档指定),但通常很少或没有直接访问管理信息的权限。

- 0 or more processing entities called subagents, which are "shielded" from the SNMP protocol messages processed by the master agent, but which have access to management information.

- 0个或多个被称为子代理的处理实体,这些子代理“屏蔽”主代理处理的SNMP协议消息,但可以访问管理信息。

The master and subagent entities communicate via AgentX protocol messages, as specified in this memo. Other interfaces (if any) on these entities, and their associated protocols, are outside the scope of this document. While some of the AgentX protocol messages appear similar in syntax and semantics to the SNMP, bear in mind that AgentX is not SNMP.

如本备忘录所述,主代理和子代理实体通过AgentX协议消息进行通信。这些实体上的其他接口(如有)及其相关协议不在本文档范围内。虽然有些AgentX协议消息在语法和语义上与SNMP类似,但请记住AgentX不是SNMP。

The internal operations of AgentX are invisible to an SNMP entity operating in a manager role. From a manager's point of view, an extensible agent behaves exactly as would a non-extensible (monolithic) agent that has access to the same management instrumentation.

AgentX的内部操作对于以管理员角色运行的SNMP实体不可见。从管理者的角度来看,可扩展代理的行为与可访问相同管理工具的非可扩展(单片)代理的行为完全相同。

This transparency to managers is a fundamental requirement of AgentX, and is what differentiates AgentX subagents from SNMP proxy agents.

这种对管理者的透明性是AgentX的基本要求,也是AgentX子代理与SNMP代理的区别所在。

4.1. AgentX Roles
4.1. 代理角色

An entity acting in a master agent role performs the following functions:

担任主代理角色的实体执行以下功能:

- Accepts AgentX session establishment requests from subagents.

- 接受来自子代理的AgentX会话建立请求。

- Accepts registration of MIB regions by subagents.

- 接受子代理对MIB区域的注册。

- Sends and accepts SNMP protocol messages on the agent's specified transport addresses.

- 在代理指定的传输地址上发送和接受SNMP协议消息。

- Implements the agent role Elements of Procedure specified for the administrative framework applicable to the SNMP protocol message, except where they specify performing management operations. (The application of MIB views, and the access control policy for the managed node, are implemented by the master agent.)

- 实现为适用于SNMP协议消息的管理框架指定的过程的代理角色元素,除非它们指定执行管理操作。(MIB视图的应用程序和受管节点的访问控制策略由主代理实现。)

- Provides instrumentation for the MIB objects defined in RFC 1907 [5], and for any MIB objects relevant to any administrative framework it supports.

- 为RFC 1907[5]中定义的MIB对象以及与其支持的任何管理框架相关的任何MIB对象提供检测。

- Sends and receives AgentX protocol messages to access management information, based on the current registry of MIB regions.

- 根据MIB区域的当前注册表,发送和接收AgentX协议消息以访问管理信息。

- Forwards notifications on behalf of subagents.

- 代表子代理转发通知。

An entity acting in a subagent role performs the following functions:

以子代理角色行事的实体执行以下功能:

- Initiates an AgentX session with the master agent.

- 启动与主代理的AgentX会话。

- Registers MIB regions with the master agent.

- 向主代理注册MIB区域。

- Instantiates managed objects.

- 实例化托管对象。

- Binds OIDs within its registered MIB regions to actual variables.

- 将其注册的MIB区域内的OID绑定到实际变量。

- Performs management operations on variables.

- 对变量执行管理操作。

- Initiates notifications.

- 启动通知。

4.2 Applicability
4.2 适用性

It is intended that this memo specify the smallest amount of required behavior necessary to achieve the largest benefit, that is, to cover a very large number of possible MIB implementations and configurations with minimum complexity and low "cost of entry".

本备忘录旨在规定实现最大效益所需的最小行为量,即以最小的复杂性和低“进入成本”覆盖大量可能的MIB实现和配置。

This section discusses several typical usage scenarios.

本节讨论几个典型的使用场景。

1) Subagents implement separate MIB modules--for example, subagent A implements "mib-2", subagent b implements "host-resources".

1) 子代理实现单独的MIB模块——例如,子代理A实现“MIB-2”,子代理b实现“主机资源”。

It is anticipated that this will be the most common subagent configuration.

预计这将是最常见的子代理配置。

2) Subagents implement rows in a "simple table". A simple table is one in which row creation is not specified, and for which the MIB does not define an object that counts entries in the table. Examples of simple tables are rdbmsDbTable, udpTable, and hrSWRunTable.

2) 子代理在“简单表”中实现行。简单表是其中未指定行创建,并且MIB未为其定义统计表中条目的对象的表。简单表的示例有rdbmsDbTable、udpTable和hrSWRunTable。

This is the most commonly defined type of MIB table, and probably represents the next most typical configuration that AgentX would support.

这是最常见的定义类型的MIB表,可能代表了AgentX支持的下一个最典型的配置。

3) Subagents share MIBs along non-row partitions. Subagents register "chunks" of the MIB that represent multiple rows, due to the nature of the MIB's index structure. Examples include registering ipNetToMediaEntry.n, where n represents the ifIndex value for an interface implemented by the subagent, and tcpConnEntry.a.b.c.d, where a.b.c.d represents an IP address on an interface implemented by the subagent.

3) 子代理沿非行分区共享MIB。由于MIB索引结构的性质,子代理注册代表多行的MIB的“块”。示例包括注册ipNetToMediaEntry.n,其中n表示子代理实现的接口的ifIndex值,以及tcpconEntry.a.b.c.d,其中a.b.c.d表示子代理实现的接口上的IP地址。

AgentX supports these three common configurations, and all permutations of them, completely. The consensus is that they comprise a very large majority of current and likely future uses of multi-vendor extensible agent configurations.

AgentX完全支持这三种常见配置及其所有排列。共识是,它们构成了当前和未来可能使用的多供应商可扩展代理配置的绝大多数。

4) Subagents implement rows in "complex tables". Complex tables here are defined as tables permitting row creation, or whose MIB also defines an object that counts entries in the table. Examples include the MIB-2 ifTable (due to ifNumber), and the RMON historyControlTable.

4) 子代理实现“复杂表”中的行。这里的复杂表定义为允许创建行的表,或者其MIB还定义了对表中的条目进行计数的对象。示例包括MIB-2 ifTable(由于ifNumber)和RMON historyControlTable。

The subagent that implements such a counter object (like ifNumber) must go beyond AgentX to correctly implement it. This is an implementation issue (and most new MIB designs no longer include such objects).

实现此类计数器对象(如ifNumber)的子代理必须超越AgentX才能正确实现它。这是一个实现问题(大多数新的MIB设计不再包含此类对象)。

To implement row creation in such tables, at least one AgentX subagent must register at a point "higher" in the OID tree than an individual row (per AgentX's dispatching procedure). Again, this is an implementation issue.

要在此类表中实现行创建,至少有一个AgentX子代理必须在OID树中比单个行“高”的位置注册(按照AgentX的调度过程)。同样,这是一个实施问题。

Scenarios in this category were thought to occur somewhat rarely in configurations where subagents are independently implemented by different vendors. The focus of a standard protocol, however, must be in just those areas where multi- vendor interoperability must be assured.

在子代理由不同供应商独立实现的配置中,此类场景被认为很少出现。然而,标准协议的重点必须放在那些必须确保多供应商互操作性的领域。

Note that it would be inefficient (due to AgentX registration overhead) to share a table among AgentX subagents if the table contains very dynamic instances, and each subagent registers fully qualified instances. ipRouteTable could be an example of such a table in some environments.

请注意,如果表包含非常动态的实例,并且每个子代理都注册完全限定的实例,那么在AgentX子代理之间共享表将效率低下(由于AgentX注册开销)。在某些环境中,ipRouteTable可能是此类表的一个示例。

4.3. Design Features of AgentX
4.3. AgentX的设计特点

The primary features of the design described in this memo are:

本备忘录中所述设计的主要特点是:

1) A general architectural division of labor between master agent and subagent: The master agent is MIB ignorant and SNMP omniscient, while the subagent is SNMP ignorant and MIB omniscient (for the MIB variables it instantiates). That is, master agents, exclusively, are concerned with SNMP protocol operations and the translations to and from AgentX protocol operations needed to carry them out; subagents are exclusively concerned with management instrumentation; and neither should intrude on the other's territory.

1) 主代理和子代理之间的一般体系结构分工:主代理是MIB无知和SNMP全知的,而子代理是SNMP无知和MIB全知的(对于它实例化的MIB变量)。也就是说,主代理专门负责SNMP协议操作以及执行这些操作所需的与AgentX协议操作之间的转换;子代理专门负责管理仪表;任何一方都不应侵犯对方的领土。

2) A standard protocol and "rules of engagement" to enable interoperability between management instrumentation and extensible agents.

2) 一个标准协议和“参与规则”,用于实现管理工具和可扩展代理之间的互操作性。

3) Mechanisms for independently developed subagents to integrate into the extensible agent on a particular managed node in such a way that they need not be aware of any other existing subagents.

3) 独立开发的子代理以不需要知道任何其他现有子代理的方式集成到特定托管节点上的可扩展代理的机制。

4) A simple, deterministic registry and dispatching algorithm. For a given extensible agent configuration, there is a single subagent who is "authoritative" for any particular region of the MIB (where "region" may extend from an entire MIB down to a single object-instance).

4) 一种简单、确定的注册表和调度算法。对于给定的可扩展代理配置,有一个子代理对MIB的任何特定区域具有“权威性”(其中“区域”可以从整个MIB扩展到单个对象实例)。

5) Performance considerations. It is likely that the master agent and all subagents will reside on the same host, and in such cases AgentX is more a form of inter-process communication than a traditional communications protocol.

5) 性能考虑。主代理和所有子代理很可能驻留在同一主机上,在这种情况下,AgentX更像是进程间通信的一种形式,而不是传统的通信协议。

Some of the design decisions made with this in mind include:

考虑到这一点,一些设计决策包括:

- 32-bit alignment of data within PDUs

- PDU内数据的32位对齐

- Native byte-order encoding by subagents

- 子代理的本机字节顺序编码

- Large AgentX PDU payload sizes.

- 较大的AgentX PDU有效负载大小。

4.4 Non-Goals
4.4 非目标

1) Subagent-to-subagent communication. This is out of scope, due to the security ramifications and complexity involved.

1) 子代理对子代理通信。由于涉及的安全影响和复杂性,这超出了范围。

2) Subagent access (via the master agent) to MIB variables. This is not addressed, since various other mechanisms are available and it was not a fundamental requirement.

2) 子代理(通过主代理)访问MIB变量。这一点没有得到解决,因为还有其他各种机制,而且这不是一项基本要求。

3) The ability to accommodate every conceivable extensible agent configuration option. This was the most contentious aspect in the development of this protocol. In essence, certain features currently available in some commercial extensible agent products are not included in AgentX. Although useful or even vital in some implementation strategies, the rough consensus was that these features were not appropriate for an Internet Standard, or not typically required for independently developed subagents to coexist. The set of supported extensible agent configurations is described above, in Section 4.2.

3) 能够容纳每一个可想象的可扩展代理配置选项。这是该议定书制定过程中最具争议的方面。本质上,AgentX中不包括某些商业可扩展代理产品中当前可用的某些功能。尽管在某些实施策略中有用甚至至关重要,但大致的共识是,这些功能不适用于互联网标准,或者独立开发的子代理通常不需要共存。支持的可扩展代理配置集如上文第4.2节所述。

Some possible future version of the AgentX protocol may provide coverage for one or more of these "non-goals" or for new goals that might be identified after greater deployment experience.

AgentX协议的某些可能的未来版本可能会覆盖一个或多个“非目标”,或者覆盖更多部署经验后可能确定的新目标。

5. AgentX Encodings
5. AgentX编码

AgentX PDUs consist of a common header, followed by PDU-specific data of variable length. Unlike SNMP PDUs, AgentX PDUs are not encoded using the BER (as specified in ISO 8824 [1]), but are transmitted as

AgentX PDU由一个公共标头组成,后跟可变长度的PDU特定数据。与SNMP PDU不同,AgentX PDU不使用BER进行编码(如ISO 8824[1]中所规定),而是作为

a contiguous byte stream. The data within this stream is organized to provide natural alignment with respect to the start of the PDU, permitting direct (integer) access by the processing entities.

连续字节流。该数据流中的数据被组织为相对于PDU的开始提供自然对齐,允许处理实体直接(整数)访问。

The first four fields in the header are single-byte values. A bit (NETWORK_BYTE_ORDER) in the third field (h.flags) is used to indicate the byte ordering of all multi-byte integer values in the PDU, including those which follow in the header itself. This is described in more detail in Section 6.1, "AgentX PDU Header", below.

标题中的前四个字段是单字节值。第三个字段(h.flags)中的位(网络字节顺序)用于指示PDU中所有多字节整数值的字节顺序,包括标头本身后面的整数值。下文第6.1节“AgentX PDU头”对此进行了更详细的描述。

PDUs are depicted in this memo using the following convention (where byte 1 is the first transmitted byte):

本备忘录使用以下约定描述PDU(其中字节1是第一个传输的字节):

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  byte 1       |  byte 2       |  byte 3       |  byte 4       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  byte 5       |  byte 6       |  byte 7       |  byte 8       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  byte 1       |  byte 2       |  byte 3       |  byte 4       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  byte 5       |  byte 6       |  byte 7       |  byte 8       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

Fields marked "<reserved>" are reserved for future use and must be zero-filled.

标记为“<reserved>”的字段保留供将来使用,并且必须为零填充。

5.1. Object Identifier
5.1. 对象标识符

An object identifier is encoded as a 4-byte header, followed by a variable number of contiguous 4-byte fields representing sub-identifiers. This representation (termed Object Identifier) is as follows:

对象标识符被编码为4字节头,后跟表示子标识符的可变数量的连续4字节字段。该表示(称为对象标识符)如下所示:

Object Identifier

对象标识符

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |  include      |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #1                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #n_subid                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |  include      |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #1                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #n_subid                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

Object Identifier header fields:

对象标识符标头字段:

n_subid

n_subid

The number (0-128) of sub-identifiers in the object identifier. An ordered list of "n_subid" 4-byte sub-identifiers follows the 4-byte header.

对象标识符中的子标识符的数目(0-128)。“n_subid”4字节子标识符的有序列表位于4字节头之后。

prefix

前缀

An unsigned value used to reduce the length of object identifier encodings. A non-zero value "x" is interpreted as the first sub-identifier after "internet" (1.3.6.1), and indicates an implicit prefix "internet.x" to the actual sub-identifiers encoded in the Object Identifier. For example, a prefix field value 2 indicates an implicit prefix "1.3.6.1.2". A value of 0 in the prefix field indicates there is no prefix to the sub-identifiers.

用于减少对象标识符编码长度的无符号值。非零值“x”被解释为“internet”(1.3.6.1)之后的第一个子标识符,并表示对象标识符中编码的实际子标识符的隐式前缀“internet.x”。例如,前缀字段值2表示隐式前缀“1.3.6.1.2”。前缀字段中的值为0表示子标识符没有前缀。

include

包括

Used only when the Object Identifier is the start of a SearchRange, as described in section 5.2.

仅当对象标识符是搜索范围的开始时使用,如第5.2节所述。

A null Object Identifier consists of the 4-byte header with all bytes set to 0.

空对象标识符由4字节头组成,所有字节都设置为0。

Examples:

示例:

sysDescr.0 (1.3.6.1.2.1.1.1.0)

sysDescr.0(1.3.6.1.2.1.1.1.0)

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 2             | 0             | 0             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 0                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 2             | 0             | 0             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 0                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

1.2.3.4

1.2.3.4

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 0             | 0             | 0             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 3                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 0             | 0             | 0             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 3                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
5.2. SearchRange
5.2. 搜索范围

A SearchRange consists of two Object Identifiers. In its communication with a subagent, the master agent uses a SearchRange to identify a requested variable binding, and, in GetNext and GetBulk operations, to set an upper bound on the names of managed object instances the subagent may send in reply.

SearchRange由两个对象标识符组成。在与子代理的通信中,主代理使用SearchRange来标识请求的变量绑定,并在GetNext和GetBulk操作中,设置子代理可能发送的受管对象实例名称的上限。

The first Object Identifier in a SearchRange (called the starting OID) indicates the beginning of the range. It is frequently (but not necessarily) the name of a requested variable binding.

SearchRange中的第一个对象标识符(称为起始OID)指示范围的开始。它通常(但不一定)是请求的变量绑定的名称。

The "include" field in this OID's header is a boolean value (0 or 1) indicating whether or not the starting OID is included in the range.

此OID标题中的“包含”字段是一个布尔值(0或1),指示起始OID是否包含在范围内。

The second object identifier indicates the non-inclusive end of the range, and its "include" field is always 0.

第二个对象标识符表示范围的非包含端,其“包含”字段始终为0。

Example: To indicate a search range from 1.3.6.1.2.1.25.2 (inclusive) to 1.3.6.1.2.1.25.2.1 (exclusive), the SearchRange would be

示例:要指示从1.3.6.1.2.1.25.2(包括)到1.3.6.1.2.1.25.2.1(排除)的搜索范围,搜索范围应为

   (start)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 3             | 2             | 1             |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 25                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (start)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 3             | 2             | 1             |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 25                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (end)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 2             | 0             |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 25                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (end)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 4             | 2             | 0             |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 25                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

A SearchRangeList is a contiguous list of SearchRanges.

SearchRangeList是搜索范围的连续列表。

5.3. Octet String
5.3. 八位组串

An octet string is represented by a contiguous series of bytes, beginning with a 4-byte integer whose value is the number of octets in the octet string, followed by the octets themselves. This representation is termed an Octet String. If the last octet does not end on a 4-byte offset from the start of the Octet String, padding bytes are appended to achieve alignment of following data. This padding must be added even if the Octet String is the last item in the PDU. Padding bytes must be zero filled.

八位字节字符串由一系列连续的字节表示,从一个4字节的整数开始,该整数的值是八位字节字符串中的八位字节数,然后是八位字节本身。这种表示形式称为八位字节字符串。如果最后一个八位字节不是以距八位字节字符串开头4字节的偏移量结束,则会追加填充字节以实现以下数据的对齐。即使八位字节字符串是PDU中的最后一项,也必须添加此填充。填充字节必须为零填充。

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

A null Octet String consists of a 4-byte length field set to 0.

空八位字节字符串由设置为0的4字节长度字段组成。

5.4. Value Representation
5.4. 值表示

Variable bindings may be encoded within the variable-length portion of some PDUs. The representation of a variable binding (termed a VarBind) consists of a 2-byte type field, a name (Object Identifier), and the actual value data.

变量绑定可以在某些PDU的可变长度部分中进行编码。变量绑定的表示形式(称为VarBind)由2字节类型字段、名称(对象标识符)和实际值数据组成。

VarBind

瓦宾德

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |          v.type               |          <reserved>           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |          v.type               |          <reserved>           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (v.name)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |      0        |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #1                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #n_subid                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (v.name)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |      0        |       0       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #1                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       sub-identifier #n_subid                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (v.data)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       data                                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       data                                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (v.data)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       data                                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       data                                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

VarBind fields:

变量绑定字段:

v.type

v、 类型

Indicates the variable binding's syntax, and must be one of the following values:

指示变量绑定的语法,并且必须是以下值之一:

Integer (2), Octet String (4), Null (5), Object Identifier (6), IpAddress (64), Counter32 (65), Gauge32 (66), TimeTicks (67), Opaque (68), Counter64 (70), noSuchObject (128), noSuchInstance (129), endOfMibView (130)

整数(2)、八位字节字符串(4)、Null(5)、对象标识符(6)、IP地址(64)、计数器32(65)、量规32(66)、时间刻度(67)、不透明(68)、计数器64(70)、noSuchObject(128)、noSuchInstance(129)、endOfMibView(130)

v.name

v、 名字

The Object Identifier which names the variable.

命名变量的对象标识符。

v.data

v、 资料

The actual value, encoded as follows:

实际值,编码如下:

- Integer, Counter32, Gauge32, and TimeTicks are encoded as 4 contiguous bytes. If the NETWORK_BYTE_ORDER bit is set in h.flags, the bytes are ordered most significant to least significant, otherwise they are ordered least significant to most significant.

- 整数、计数器32、计量32和时间刻度编码为4个连续字节。如果网络字节顺序位设置为h.flags,则字节顺序为最高有效到最低有效,否则为最低有效到最高有效。

- Counter64 is encoded as 8 contiguous bytes. If the NETWORK_BYTE_ORDER bit is set in h.flags, the bytes are ordered most significant to least significant, otherwise they are ordered least significant to most significant.

- 计数器64编码为8个连续字节。如果网络字节顺序位设置为h.flags,则字节顺序为最高有效到最低有效,否则为最低有效到最高有效。

- Object Identifiers are encoded as described in section 5.1, Object Identifier.

- 对象标识符按照第5.1节“对象标识符”所述进行编码。

- IpAddress, Opaque, and Octet String are all octet strings and are encoded as described in section 5.3, Octet String.

- IpAddress、不透明和八位字节字符串均为八位字节字符串,并按照第5.3节“八位字节字符串”中的说明进行编码。

Value data always follows v.name whenever v.type is one of the above types. These data bytes are present even if they will not be used (as, for example, in certain types of index allocation).

每当v.type是上述类型之一时,值数据总是跟随v.name。即使不使用这些数据字节(例如,在某些类型的索引分配中),也会显示这些数据字节。

- Null, noSuchObject, noSuchInstance, and endOfMibView do not contain any encoded value. Value data never follows v.name in these cases.

- Null、noSuchObject、noSuchInstance和endOfMibView不包含任何编码值。在这些情况下,值数据从不跟随v.name。

Note that the VarBind itself does not contain the value size. That information is implied for the fixed-length types, and explicitly contained in the encodings of variable-length types (Object Identifier and Octet String).

请注意,VarBind本身不包含值大小。该信息隐含在固定长度类型中,并显式包含在可变长度类型(对象标识符和八位字节字符串)的编码中。

A VarBindList is a contiguous list of VarBinds. Within a VarBindList, a particular VarBind is identified by an index value. The first VarBind in a VarBindList has index value 1, the second has index value 2, and so on.

VarBindList是VarBinds的连续列表。在VarBindList中,特定的VarBind由索引值标识。VarBindList中的第一个VarBind具有索引值1,第二个具有索引值2,依此类推。

6. Protocol Definitions
6. 协议定义
6.1. AgentX PDU Header
6.1. AgentX PDU头

The AgentX PDU header is a fixed-format, 20-octet structure:

AgentX PDU头是一种固定格式的20八位字节结构:

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   h.version   |    h.type     |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.packetID                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   h.version   |    h.type     |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.packetID                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An AgentX PDU header contains the following fields:

AgentX PDU标头包含以下字段:

h.version

h、 版本

The version of the AgentX protocol (1 for this memo).

AgentX协议的版本(本备忘录为1)。

h.type

h、 类型

The PDU type; one of the following values:

PDU型;下列值之一:

agentx-Open-PDU (1), agentx-Close-PDU (2), agentx-Register-PDU (3), agentx-Unregister-PDU (4), agentx-Get-PDU (5), agentx-GetNext-PDU (6), agentx-GetBulk-PDU (7), agentx-TestSet-PDU (8), agentx-CommitSet-PDU (9), agentx-UndoSet-PDU (10), agentx-CleanupSet-PDU (11), agentx-Notify-PDU (12), agentx-Ping-PDU (13), agentx-IndexAllocate-PDU (14), agentx-IndexDeallocate-PDU (15), agentx-AddAgentCaps-PDU (16), agentx-RemoveAgentCaps-PDU (17), agentx-Response-PDU (18)

agentx打开PDU(1)、agentx关闭PDU(2)、agentx注册PDU(3)、agentx注销PDU(4)、agentx获取PDU(5)、agentx获取下一个PDU(6)、agentx获取批量PDU(7)、agentx测试集PDU(8)、agentx提交PDU(9)、agentx撤消设置PDU(10)、agentx清除异常PDU(11)、agentx通知PDU(12)、agentx Ping PDU(13)、agentx索引PDU(14),agentx索引解除PDU(15)、agentx添加agentcaps PDU(16)、agentx移除agentcaps PDU(17)、agentx响应PDU(18)

h.flags

h、 旗帜

A bitmask, with bit 0 the least significant bit. The bit definitions are as follows:

位掩码,位0为最低有效位。位定义如下:

                 Bit             Definition
                 ---             ----------
                 0               INSTANCE_REGISTRATION
                 1               NEW_INDEX
                 2               ANY_INDEX
                 3               NON_DEFAULT_CONTEXT
                 4               NETWORK_BYTE_ORDER
                 5-7             (reserved)
        
                 Bit             Definition
                 ---             ----------
                 0               INSTANCE_REGISTRATION
                 1               NEW_INDEX
                 2               ANY_INDEX
                 3               NON_DEFAULT_CONTEXT
                 4               NETWORK_BYTE_ORDER
                 5-7             (reserved)
        

The NETWORK_BYTE_ORDER bit applies to all multi-byte integer values in the entire AgentX packet, including the remaining header fields. If set, then network byte order (most significant byte first; "big endian") is used. If not set, then least significant byte first ("little endian") is used.

网络字节顺序位应用于整个AgentX数据包中的所有多字节整数值,包括剩余的报头字段。如果设置,则使用网络字节顺序(最高有效字节优先;“big-endian”)。如果未设置,则使用最低有效字节优先(“小尾端”)。

The NETWORK_BYTE_ORDER bit applies to all AgentX PDUs.

网络字节顺序位适用于所有AgentX PDU。

The NON_DEFAULT_CONTEXT bit is used only in the AgentX PDUs described in section 6.1.1.

非默认上下文位仅在第6.1.1节所述的AgentX PDU中使用。

The NEW_INDEX and ANY_INDEX bits are used only within the agentx-IndexAllocate-, and -IndexDeallocate-PDUs.

新的_索引和任何_索引位仅在agentx IndexAllocate-和-IndexDeallocate PDU内使用。

The INSTANCE_REGISTRATION bit is used only within the agentx-Register-PDU.

实例_注册位仅在agentx寄存器PDU内使用。

h.sessionID

h、 会话ID

The session ID uniquely identifies a session over which AgentX PDUs are exchanged between a subagent and the master agent. The session ID has no significance and no defined value in the agentx-Open-PDU sent by a subagent to open a session with the master agent; in this case, the master agent will assign a unique sessionID that it will pass back in the corresponding agentx-Response-PDU. From that point on, that same sessionID will appear in every AgentX PDU exchanged over that session between the master and the subagent. A subagent may establish multiple AgentX sessions by sending multiple agentx-Open-PDUs to the master agent.

会话ID唯一标识子代理和主代理之间交换AgentX PDU的会话。会话ID在子代理为打开与主代理的会话而发送的agentx Open PDU中没有意义,也没有定义的值;在这种情况下,主代理将分配一个唯一的sessionID,它将在相应的agentx响应PDU中传回。从那时起,相同的sessionID将出现在主代理和子代理之间通过该会话交换的每个AgentX PDU中。子代理可以通过向主代理发送多个AgentX Open PDU来建立多个AgentX会话。

In master agents that support multiple transport protocols, the sessionID should be globally unique rather than unique just to a particular transport.

在支持多个传输协议的主代理中,sessionID应该是全局唯一的,而不仅仅是特定传输的唯一。

h.transactionID

h、 事务ID

The transaction ID uniquely identifies, for a given session, the single SNMP management request (and single SNMP PDU) with which an AgentX PDU is associated. If a single SNMP management request results in multiple AgentX PDUs being sent by the master agent with the same sessionID, each of these AgentX PDUs must contain the same transaction ID; conversely, AgentX PDUs sent during a particular session, that result from distinct SNMP management requests, must have distinct transaction IDs within the limits of the 32-bit field).

对于给定会话,事务ID唯一标识与AgentX PDU关联的单个SNMP管理请求(和单个SNMP PDU)。如果单个SNMP管理请求导致主代理使用相同的会话ID发送多个AgentX PDU,则每个AgentX PDU必须包含相同的事务ID;相反,由于不同的SNMP管理请求而在特定会话期间发送的AgentX PDU必须在32位字段的限制内具有不同的事务ID)。

Note that the transaction ID is not the same as the SNMP PDU's request-id (as described in section 4.1 of RFC 1905 [4]), nor can it be, since a master agent might receive SNMP requests with the same request-ids from different managers.

请注意,事务ID与SNMP PDU的请求ID(如RFC 1905[4]第4.1节所述)不同,也不可能相同,因为主代理可能从不同的管理器接收具有相同请求ID的SNMP请求。

The transaction ID has no significance and no defined value in AgentX administrative PDUs, i.e., AgentX PDUs that are not associated with an SNMP management request.

事务ID在AgentX管理PDU(即与SNMP管理请求不关联的AgentX PDU)中没有意义,也没有定义的值。

h.packetID

h、 包裹

A packet ID generated by the sender for all AgentX PDUs except the agentx-Response-PDU. In an agentx-Response-PDU, the packet ID must be the same as that in the received AgentX PDU to which it is a response. A master agent might use this field to associate subagent response PDUs with their corresponding request PDUs. A subagent might use this field to correlate responses to multiple (batched) registrations.

发送方为除AgentX响应PDU之外的所有AgentX PDU生成的数据包ID。在agentx响应PDU中,数据包ID必须与接收到的作为响应的agentx PDU中的数据包ID相同。主代理可以使用此字段将子代理响应PDU与其相应的请求PDU相关联。子代理可以使用此字段将响应与多个(批处理)注册关联起来。

h.payload_length

h、 有效载荷长度

The size in octets of the PDU contents, excluding the 20-byte header. As a result of the encoding schemes and PDU layouts, this value will always be either 0, or a multiple of 4.

PDU内容的大小(以八位字节为单位),不包括20字节的标头。由于编码方案和PDU布局,该值将始终为0或4的倍数。

6.1.1. Context
6.1.1. 上下文

In the SNMPv1 or v2c frameworks, the community string may be used as an index into a local repository of configuration information that may include community profiles or more complex context information. Future versions of the SNMP will likely formalize this notion of "context".

在SNMPv1或v2c框架中,社区字符串可用作配置信息的本地存储库的索引,配置信息可能包括社区概要文件或更复杂的上下文信息。SNMP的未来版本可能会将“上下文”的概念形式化。

AgentX provides a mechanism for transmitting a context specification within relevant PDUs, but does not place any constraints on the content of that specification.

AgentX提供了一种在相关PDU内传输上下文规范的机制,但不对该规范的内容施加任何约束。

An optional context field may be present in the agentx-Register-, UnRegister-, AddAgentCaps-, RemoveAgentCaps-, Get-, GetNext-, GetBulk-, IndexAllocate-, IndexDeallocate-, Notify-, TestSet-, and Ping- PDUs.

一个可选的上下文字段可能出现在agentx寄存器、注销、AddAgentCaps、RemoveAgentCaps、Get、GetNext、GetBulk、IndexAllocate、IndexDeallocate、Notify、TestSet和Ping-PDU中。

If the NON_DEFAULT_CONTEXT bit in the AgentX header field h.flags is clear, then there is no context field in the PDU, and the operation refers to the default context.

如果AgentX头字段h.flags中的非默认上下文位为清除,则PDU中没有上下文字段,操作引用默认上下文。

If the NON_DEFAULT_CONTEXT bit is set, then a context field immediately follows the AgentX header, and the operation refers to that specific context. The context is represented as an Octet String. There are no constraints on its length or contents.

如果设置了非默认上下文位,则AgentX头后面会紧接着一个上下文字段,操作会引用该特定上下文。上下文表示为八位字节字符串。它的长度或内容没有限制。

Thus, all of these AgentX PDUs (that is, those listed immediately above) refer to, or "indicate" a context, which is either the default context, or a non-default context explicitly named in the PDU.

因此,所有这些AgentX PDU(即上面列出的那些)都引用或“指示”一个上下文,该上下文是PDU中显式命名的默认上下文或非默认上下文。

6.2. AgentX PDUs
6.2. AgentX PDU
6.2.1. The agentx-Open-PDU
6.2.1. 代理打开PDU

An agentx-Open-PDU is generated by a subagent to request establishment of an AgentX session with the master agent.

子代理生成agentx Open PDU,请求与主代理建立agentx会话。

(AgentX header)

(AgentX标题)

   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (1)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (1)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  o.timeout    |                     <reserved>                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  o.timeout    |                     <reserved>                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (o.id)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |       0       |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             subidentifier #1                                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             subidentifier #n_subid                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (o.id)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |       0       |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             subidentifier #1                                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             subidentifier #n_subid                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (o.descr)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (o.descr)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Open-PDU contains the following fields:

agentx Open PDU包含以下字段:

o.timeout

o、 超时

The length of time, in seconds, that a master agent should allow to elapse after dispatching a message to a subagent before it regards the subagent as not responding. This is a subagent-wide default value that may be overridden by values associated with specific registered MIB regions. The default value of 0 indicates that no subagent-wide value is requested.

主代理在将消息分派给子代理之后,在认为该子代理没有响应之前应允许经过的时间长度(秒)。这是子代理范围内的默认值,可由与特定已注册MIB区域关联的值覆盖。默认值0表示不请求子代理范围的值。

o.id

o、 身份证

An Object Identifier that identifies the subagent. Subagents that do not support such an notion may send a null Object Identifier.

标识子代理的对象标识符。不支持这种概念的子代理可能会发送空对象标识符。

o.descr

o、 描述

An Octet String containing a DisplayString describing the subagent.

包含描述子代理的DisplayString的八位字节字符串。

6.2.2. The agentx-Close-PDU
6.2.2. 代理关闭PDU

An agentx-Close-PDU issued by either a subagent or the master agent terminates an AgentX session.

由子代理或主代理发出的agentx Close PDU终止agentx会话。

   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (2)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (2)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  c.reason     |                     <reserved>                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  c.reason     |                     <reserved>                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Close-PDU contains the following field:

agentx Close PDU包含以下字段:

c.reason

c、 理由

An enumerated value that gives the reason that the master agent or subagent closed the AgentX session. This field may take one of the following values:

一个枚举值,给出主代理或子代理关闭AgentX会话的原因。此字段可以采用以下值之一:

reasonOther(1) None of the following reasons

原因其他(1)以下任何原因

reasonParseError(2) Too many AgentX parse errors from peer

reasonParseError(2)来自对等方的AgentX解析错误太多

reasonProtocolError(3) Too many AgentX protocol errors from peer

reasonProtocolError(3)来自对等方的AgentX协议错误太多

reasonTimeouts(4) Too many timeouts waiting for peer

原因超时(4)等待对等方的超时太多

reasonShutdown(5) Sending entity is shutting down

reasonShutdown(5)发送实体正在关闭

reasonByManager(6) Due to Set operation; this reason code can be used only by the master agent, in response to an SNMP management request.

经理(6)因设定操作而产生的原因;此原因码只能由主代理在响应SNMP管理请求时使用。

6.2.3. The agentx-Register-PDU
6.2.3. agentx寄存器PDU

An agentx-Register-PDU is generated by a subagent for each region of the MIB variable naming tree (within one or more contexts) that it wishes to support.

agentx寄存器PDU由子代理为MIB变量命名树的每个区域(在一个或多个上下文中)生成。

    (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (3)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (3)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.context) (OPTIONAL)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.context) (OPTIONAL)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  r.timeout    |  r.priority   | r.range_subid |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  r.timeout    |  r.priority   | r.range_subid |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.region)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.region)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.upper_bound)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             optional upper-bound sub-identifier               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (r.upper_bound)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             optional upper-bound sub-identifier               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Register-PDU contains the following fields:

agentx寄存器PDU包含以下字段:

r.context

r、 上下文

An optional non-default context.

可选的非默认上下文。

r.timeout

r、 超时

The length of time, in seconds, that a master agent should allow to elapse after dispatching a message to a subagent before it regards the subagent as not responding. r.timeout applies only to messages that concern MIB objects within r.region. It overrides both the subagent-wide value (if any) indicated when the AgentX session with the master agent was established, and the master agent's default timeout. The default value for r.timeout is 0 (no override).

主代理在将消息分派给子代理之后,在认为该子代理没有响应之前应允许经过的时间长度(秒)。r、 超时仅适用于与r.region内的MIB对象有关的消息。它将覆盖与主代理建立AgentX会话时指示的子代理范围的值(如果有)和主代理的默认超时。r.timeout的默认值为0(无覆盖)。

r.priority

r、 优先权

A value between 1 and 255, used to achieve a desired configuration when different subagents register identical or overlapping regions. Subagents with no particular knowledge of priority should register with the default value of 255 (lowest priority).

介于1和255之间的值,用于在不同子代理注册相同或重叠区域时实现所需配置。不了解优先级的子代理应使用默认值255(最低优先级)注册。

In the master agent's dispatching algorithm, smaller values of r.priority take precedence over larger values, as described in section 7.1.5.1.

如第7.1.5.1节所述,在主代理的调度算法中,r.priority的较小值优先于较大值。

r.region

r、 区域

An Object Identifier that, in conjunction with r.range_subid, indicates a region of the MIB that a subagent wishes to support. It may be a fully-qualified instance name, a partial instance name, a MIB table, an entire MIB, or ranges of any of these.

一种对象标识符,与r.range_subid一起表示子代理希望支持的MIB区域。它可以是完全限定的实例名、部分实例名、MIB表、整个MIB或其中任何一个的范围。

The choice of what to register is implementation-specific; this memo does not specify permissible values. Standard practice however is for a subagent to register at the highest level of the naming tree that makes sense. Registration of fully-qualified instances is typically done only when a subagent can perform management operations only on particular rows of a conceptual table.

注册内容的选择取决于具体实施;本备忘录未规定允许值。然而,标准做法是子代理在命名树的最高级别注册,这是有意义的。只有当子代理只能对概念表的特定行执行管理操作时,才会注册完全限定实例。

If r.region is in fact a fully qualified instance name, the INSTANCE_REGISTRATION bit in h.flags must be set, otherwise it must be cleared. The master agent may save this information to optimize subsequent operational dispatching.

如果r.region实际上是一个完全限定的实例名,则必须设置h.flags中的instance_注册位,否则必须将其清除。主代理可以保存此信息以优化后续操作调度。

r.range_subid

r、 射程

Permits specifying a range in place of one of r.region's sub-identifiers. If this value is 0, no range is specified. Otherwise the "r.range_subid"-th sub-identifier in r.region is a range lower bound, and the range upper bound sub-identifier (r.upper_bound) immediately follows r.region.

允许指定一个范围来代替r.region的子标识符之一。如果此值为0,则不指定范围。否则,“r.range_subid”-r.region中的第th个子标识符是范围下限,范围上限子标识符(r.upper_bound)紧跟在r.region之后。

This permits registering a conceptual row with a single PDU. For example, the following PDU would register row 7 of the RFC 1573 ifTable (1.3.6.1.2.1.2.2.1.1-22.7):

这允许使用单个PDU注册概念行。例如,以下PDU将注册RFC 1573 ifTable(1.3.6.1.2.1.2.2.1.1-22.7)的第7行:

   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (3)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (3)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   r.timeout   |  r.priority   | 5             |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   r.timeout   |  r.priority   | 5             |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (r.region)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 6             |  2            |  0            |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 7                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (r.region)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 6             |  2            |  0            |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 2                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 1                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 7                                                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (r.upper_bound)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 22                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (r.upper_bound)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | 22                                                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
6.2.4. The agentx-Unregister-PDU
6.2.4. 代理注销PDU

The agentx-Unregister-PDU is sent by a subagent to remove a previously registered MIB region from the master agent's OID space.

agentx Unregister PDU由子代理发送,以从主代理的OID空间中删除以前注册的MIB区域。

   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (4)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (4)   |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.context) OPTIONAL
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.context) OPTIONAL
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Padding (as required)   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |    <reserved> |  u.priority   | u.range_subid |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |    <reserved> |  u.priority   | u.range_subid |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.region)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |      0        |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #1                                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #n_subid                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.region)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |      0        |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #1                                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #n_subid                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.upper_bound)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             optional upper-bound sub-identifier               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (u.upper_bound)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             optional upper-bound sub-identifier               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Unregister-PDU contains the following fields:

agentx注销PDU包含以下字段:

u.context

u、 上下文

An optional non-default context.

可选的非默认上下文。

u.priority

u、 优先权

The priority at which this region was originally registered.

此区域最初注册的优先级。

u.region

u、 区域

Indicates a previously-registered region of the MIB that a subagent no longer wishes to support.

指示子代理不再希望支持的以前注册的MIB区域。

6.2.5. The agentx-Get-PDU
6.2.5. 代理获取PDU
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (5)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (5)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(g.sr)

(g.sr)

    (start 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (start 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | 0             | 0             | 0             |       0       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    (start n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    (end 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | 0             | 0             | 0             |       0       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    (start n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | 0             | 0             | 0             |       0       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | 0             | 0             | 0             |       0       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Get-PDU contains the following fields:

agentx Get PDU包含以下字段:

g.context

g、 上下文

An optional non-default context.

可选的非默认上下文。

g.sr

g、 sr

A SearchRangeList containing the requested variables for this subagent.

包含此子代理请求的变量的SearchRangeList。

6.2.6. The agentx-GetNext-PDU
6.2.6. 代理获取下一个PDU
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (6)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (6)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(g.sr)

(g.sr)

    (start 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (start 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    (start n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (start n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |  include      |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (end n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    (end n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
6.2.7. The agentx-GetBulk-PDU
6.2.7. agentx GetBulk PDU
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (7)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (7)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (g.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             g.non_repeaters   |     g.max_repetitions         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             g.non_repeaters   |     g.max_repetitions         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(g.sr) as in agentx-GetNext-PDU above ...

(g.sr)如上文agentx GetNext PDU所述。。。

6.2.8. The agentx-TestSet-PDU
6.2.8. agentx测试集PDU
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (8)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (8)   |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (t.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (t.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(t.vb)

(t.vb)

    (VarBind 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |          v.type               |        <reserved>             |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #1                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #n_subid                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    (VarBind 1)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |          v.type               |        <reserved>             |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #1                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #n_subid                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
        
    (VarBind n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |          v.type               |        <reserved>             |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #1                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #n_subid                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (VarBind n)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |          v.type               |        <reserved>             |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #1                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       sub-identifier #n_subid                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       data                                    |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-TestSet-PDU contains the following fields:

agentx测试集PDU包含以下字段:

t.context

t、 上下文

An optional non-default context.

可选的非默认上下文。

t.vb

t、 vb

A VarBindList containing the requested VarBinds for this subagent.

包含为此子代理请求的VarBinds的VarBindList。

6.2.9. The agentx-CommitSet, -UndoSet, -CleanupSet PDUs
6.2.9. agentx CommitSet、-UndoSet、-CleanupSet PDU

These PDUs consist of the AgentX header only.

这些PDU仅由AgentX标头组成。

The agentx-CommitSet-, -UndoSet-, and -Cleanup-PDUs are used in processing an SNMP SetRequest operation.

agentx CommitSet-、-UndoSet-和-Cleanup PDU用于处理SNMP设置请求操作。

6.2.10. The agentx-Notify-PDU
6.2.10. 代理通知PDU

An agentx-Notify-PDU is sent by a subagent to cause the master agent to forward a notification.

agentx Notify PDU由子代理发送,以使主代理转发通知。

    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (12)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (12)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (n.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (n.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(n.vb) ...

(n.vb)。。。

An agentx-Notify-PDU contains the following fields:

agentx Notify PDU包含以下字段:

n.context

n、 上下文

An optional non-default context.

可选的非默认上下文。

n.vb

n、 vb

A VarBindList whose contents define the actual PDU to be sent. This memo places the following restrictions on its contents:

VarBindList,其内容定义要发送的实际PDU。本备忘录对其内容有以下限制:

- If the subagent supplies sysUpTime.0, it must be present as the first varbind.

- 如果子代理提供sysUpTime.0,则它必须作为第一个varbind出现。

- snmpTrapOID.0 must be present, as the second varbind if sysUpTime.0 was supplied, as the first if it was not.

- snmpTrapOID.0必须存在,如果提供了sysUpTime.0,则作为第二个varbind;如果没有提供,则作为第一个varbind。

6.2.11 The agentx-Ping-PDU
6.2.11 第二代个人数据处理单元

The agentx-Ping-PDU is sent by a subagent to the master agent to monitor the master agent's ability to receive and send AgentX PDUs over their AgentX session.

agentx Ping PDU由子代理发送到主代理,以监控主代理通过其agentx会话接收和发送agentx PDU的能力。

    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (13)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (13)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (p.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (p.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-Ping-PDU may contain the following field:

agentx Ping PDU可能包含以下字段:

p.context

p、 上下文

An optional non-default context.

可选的非默认上下文。

Using p.context a subagent can retrieve the sysUpTime value for a specific context, if required.

如果需要,子代理可以使用p.context检索特定上下文的sysUpTime值。

6.2.12. The agentx-IndexAllocate-PDU
6.2.12. agentx指数化PDU

An agentx-IndexAllocate-PDU is sent by a subagent to request allocation of a value for specific index objects. Refer to section 7.1.3 (Using the agentx-IndexAllocate-PDU) for suggested usage.

agentx IndexAllocate PDU由子代理发送,以请求为特定索引对象分配值。参考第7.1.3节(使用agentx IndexAllocate PDU)了解建议的用法。

    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (14)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (14)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (i.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (i.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(i.vb) ...

(i.vb)。。。

An agentx-IndexAllocate-PDU contains the following fields:

agentx IndexAllocate PDU包含以下字段:

i.context

i、 上下文

An optional non-default context.

可选的非默认上下文。

i.vb

i、 vb

A VarBindList containing the index names and values requested for allocation.

包含请求分配的索引名和值的VarBindList。

6.2.13. The agentx-IndexDeallocate-PDU
6.2.13. agentx IndexDeallocate PDU

An agentx-IndexDeallocate-PDU is sent by a subagent to release previously allocated index values.

子代理发送agentx IndexDeallocate PDU以释放先前分配的索引值。

    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (15)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (15)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (i.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (i.context) OPTIONAL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Padding (as required)   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

(i.vb) ...

(i.vb)。。。

An agentx-IndexDeallocate-PDU contains the following fields:

agentx IndexDeallocate PDU包含以下字段:

i.context

i、 上下文

An optional non-default context.

可选的非默认上下文。

i.vb

i、 vb

A VarBindList containing the index names and values to be released.

包含要发布的索引名和值的VarBindList。

6.2.14. The agentx-AddAgentCaps-PDU
6.2.14. agentx AddAgentCaps PDU

An agentx-AddAgentCaps-PDU is generated by a subagent to inform the master agent of its agent capabilities.

agentx AddAgentCaps PDU由子代理生成,用于通知主代理其代理功能。

    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (16)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (AgentX header)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | h.version (1) |  h.type (16)  |    h.flags    |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          h.sessionID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.transactionID                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                           h.packetID                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        h.payload_length                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.context) (OPTIONAL)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Optional Padding        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.context) (OPTIONAL)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Optional Padding        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.id)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.id)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  n_subid      |  prefix       |      0        |  <reserved>   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #1                                 |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             sub-identifier #n_subid                           |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.descr)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    (a.descr)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                     Octet String Length (L)                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Optional Padding        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
    ...
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Octet L - 1  |  Octet L      |       Optional Padding        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-AddAgentCaps-PDU contains the following fields:

agentx AddAgentCaps PDU包含以下字段:

a.context

a、 上下文

An optional non-default context.

可选的非默认上下文。

a.id

a、 身份证

An Object Identifier containing the value of an invocation of the AGENT-CAPABILITIES macro, which the master agent exports as a value of sysORID for the indicated context. (Recall that the value of an invocation of an AGENT-CAPABILITIES macro is an object identifier that describes a precise level of support with respect to implemented MIB modules. A more complete discussion of the AGENT-CAPABILITIES macro and related sysORID values can be found in section 6 of RFC 1904 [10].)

一种对象标识符,包含对AGENT-CAPABILITIES宏的调用值,主代理将其导出为所指示上下文的sysORID值。(回想一下,调用AGENT-CAPABILITIES宏的值是一个对象标识符,它描述了有关已实现MIB模块的精确支持级别。有关AGENT-CAPABILITIES宏和相关sysORID值的更完整讨论,请参见RFC 1904[10]第6节。)

a.descr

a、 描述

An Octet String containing a DisplayString to be used as the value of sysORDescr corresponding to the sysORID value above.

一个八位字节字符串,其中包含一个DisplayString,用作与上述sysORID值相对应的sysORDescr值。

6.2.15. The agentx-RemoveAgentCaps-PDU
6.2.15. agentx将删除代理CAPS PDU

An agentx-RemoveAgentCaps-PDU is generated by a subagent to request that the master agent stop exporting a particular value of sysORID. This value must have previously been advertised by the subagent in an agentx-AddAgentCaps-PDU.

代理RemoveAgentCaps PDU由子代理生成,以请求主代理停止导出sysORID的特定值。此值以前必须由子代理在agentx AddAgentCaps PDU中公布。

   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (17)  |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (AgentX header)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (17)  |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (a.context) (OPTIONAL)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Optional Padding        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (a.context) (OPTIONAL)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Octet String Length (L)                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet 1      |  Octet 2      |   Octet 3     |   Octet 4     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Octet L - 1  |  Octet L      |       Optional Padding        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (a.id)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |       0       |   <reserved>  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #1                                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #n_subid                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   (a.id)
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  n_subid      |  prefix       |       0       |   <reserved>  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #1                                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             sub-identifier #n_subid                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        

An agentx-RemoveAgentCaps-PDU contains the following fields:

agentx RemoveAgentCaps PDU包含以下字段:

a.context

a、 上下文

An optional non-default context.

可选的非默认上下文。

a.id

a、 身份证

An ObjectIdentifier containing the value of sysORID that should no longer be exported.

包含不应再导出的sysORID值的ObjectIdentifier。

6.2.16. The agentx-Response-PDU
6.2.16. agentx响应PDU
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (18)  |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | h.version (1) |  h.type (18)  |    h.flags    |  <reserved>   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          h.sessionID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.transactionID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           h.packetID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        h.payload_length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        res.sysUpTime                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             res.error         |     res.index                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
        
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        res.sysUpTime                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             res.error         |     res.index                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   ...
        

An agentx-Response-PDU contains the following fields:

agentx响应PDU包含以下字段:

h.sessionID

h、 会话ID

If this is a response to a agentx-Open-PDU, then it contains the new and unique sessionID (as assigned by the master agent) for this session.

如果这是对agentx Open PDU的响应,则它包含此会话的新的唯一会话ID(由主代理分配)。

Otherwise it must be identical to the h.sessionID value in the PDU to which this PDU is a response.

否则,它必须与此PDU作为响应的PDU中的h.sessionID值相同。

h.transactionID

h、 事务ID

Must be identical to the h.transactionID value in the PDU to which this PDU is a response.

必须与此PDU作为响应的PDU中的h.transactionID值相同。

In an agentx response PDU from the master agent to the subagent, the value of h.transactionID has no significance and can be ignored by the subagent.

在从主代理到子代理的agentx响应PDU中,h.transactionID的值没有意义,可以被子代理忽略。

h.packetID

h、 包裹

Must be identical to the h.packetID value in the PDU to which this PDU is a response.

必须与此PDU作为响应的PDU中的h.packetID值相同。

res.sysUpTime

res.sysUpTime

This field contains the current value of sysUpTime for the indicated context. It is relevant only in agentx response PDUs sent from the master agent to a subagent in response to the following agentx PDUs:

此字段包含指定上下文的sysUpTime的当前值。它仅在从主代理发送到子代理以响应以下agentx PDU的agentx响应PDU中相关:

agentx-Open-PDU (1), agentx-Close-PDU (2), agentx-Register-PDU (3), agentx-Unregister-PDU (4), agentx-Ping-PDU (13), agentx-IndexAllocate-PDU (14), agentx-IndexDeallocate-PDU (15), agentx-AddAgentCaps-PDU (16), agentx-RemoveAgentCaps-PDU (17)

agentx打开PDU(1)、agentx关闭PDU(2)、agentx注册PDU(3)、agentx注销PDU(4)、agentx Ping PDU(13)、agentx索引分配PDU(14)、agentx索引分配PDU(15)、agentx添加agentcaps PDU(16)、agentx移除agentcaps PDU(17)

In an agentx response PDU from the subagent to the master agent, the value of res.sysUpTime has no significance and is ignored by the master agent.

在从子代理到主代理的agentx响应PDU中,res.sysUpTime的值没有意义,并且被主代理忽略。

res.error

结果误差

Indicates error status (including `noError'). Values are limited to those defined for errors in the SNMPv2 SMI (RFC 1905 [4]), and the following AgentX-specific values:

指示错误状态(包括“无错误”)。值仅限于SNMPv2 SMI(RFC 1905[4])中为错误定义的值,以及以下AgentX特定值:

openFailed (256), notOpen (257), indexWrongType (258), indexAlreadyAllocated (259), indexNoneAvailable (260), indexNotAllocated (261), unsupportedContext (262), duplicateRegistration (263), unknownRegistration (264), unknownAgentCaps (265)

openFailed(256)、notOpen(257)、IndexErrorType(258)、indexAlreadyAllocated(259)、indexNoneAvailable(260)、indexNotAllocated(261)、unsupportedContext(262)、duplicateRegistration(263)、unknownRegistration(264)、unknownAgentCaps(265)

res.index

资源索引

In error cases, this is the index of the failed variable binding within a received request PDU. (Note: As explained in section 5.4, Value Representation, the index values of variable bindings within a variable binding list are 1-based.)

在错误情况下,这是接收到的请求PDU中失败的变量绑定的索引。(注:如第5.4节“值表示”所述,变量绑定列表中变量绑定的索引值是基于1的。)

A VarBindList may follow these latter two fields, depending on which AgentX PDU is being responded to. These data are specified in the subsequent elements of procedure.

后两个字段后面可能有一个VarBindList,具体取决于所响应的AgentX PDU。这些数据在程序的后续元素中指定。

7. Elements of Procedure
7. 程序要素

This section describes the actions of protocol entities (master agents and subagents) implementing the AgentX protocol. Note, however, that it is not intended to constrain the internal architecture of any conformant implementation.

本节介绍实现AgentX协议的协议实体(主代理和子代理)的操作。但是,请注意,它并不打算约束任何一致性实现的内部体系结构。

Specific error conditions and associated actions are described in various places. Other error conditions not specifically mentioned fall into one of two categories, "parse" errors and "protocol" errors.

在不同的地方描述了具体的错误条件和相关的操作。其他未特别提及的错误情况分为两类,“解析”错误和“协议”错误。

A parse error occurs when a receiving entity cannot decode the PDU. For instance, a VarBind contains an unknown type, or a PDU contains a malformed Object Identifier.

当接收实体无法解码PDU时,会发生解析错误。例如,VarBind包含未知类型,或者PDU包含格式错误的对象标识符。

A protocol error occurs when a receiving entity can parse a PDU, but the resulting data is unspecified. For instance, an agentx-Response-PDU is successfully parsed, but contains an unknown res.error value.

当接收实体可以解析PDU,但结果数据未指定时,会发生协议错误。例如,agentx响应PDU已成功解析,但包含未知的res.error值。

An implementation may choose either to ignore such messages, or to close the session on which they are received, using the appropriate reason code as defined in the agentx-Close-PDU.

实现可以选择忽略此类消息,或者使用agentx close PDU中定义的适当原因码关闭接收这些消息的会话。

The actions of AgentX protocol entities can be broadly categorized under two headings, each of which is described separately:

AgentX协议实体的行为可大致分为两个标题,每个标题分别描述:

(1) processing AgentX administrative messages (e.g., connection requests from a subagent to a master agent); and

(1) 处理AgentX管理消息(例如,从子代理到主代理的连接请求);和

(2) processing SNMP messages (the coordinated actions of a master agent and one or more subagents in processing, for example, a received SNMP GetRequest-PDU).

(2) 处理SNMP消息(主代理和一个或多个子代理在处理过程中的协调动作,例如,接收到的SNMP GetRequest PDU)。

7.1. Processing AgentX Administrative Messages
7.1. 处理AgentX管理消息

This subsection describes the actions of AgentX protocol entities in processing AgentX administrative messages. Such messages include those involved in establishing and terminating an AgentX session between a subagent and a master agent, those by which a subagent requests allocation of instance index values, and those by which a subagent communicates to a master agent which MIB regions it supports.

本小节介绍AgentX协议实体在处理AgentX管理消息时的操作。此类消息包括在子代理和主代理之间建立和终止AgentX会话所涉及的消息、子代理请求分配实例索引值的消息以及子代理与主代理通信(其支持MIB区域)所涉及的消息。

7.1.1. Processing the agentx-Open-PDU
7.1.1. 处理agentx Open PDU

When the master agent receives an agentx-Open-PDU, it processes it as follows:

当主代理收到agentx Open PDU时,它将按如下方式处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为指定上下文的sysUpTime.0值。

2) If the master agent is unable to open an AgentX session for any reason, it may refuse the session establishment request, sending in reply the agentx-Response-PDU, with res.error field set to `openFailed'.

2) 如果主代理因任何原因无法打开AgentX会话,它可能会拒绝会话建立请求,并发送AgentX响应PDU,res.error字段设置为“openFailed”。

3) Otherwise: The master agent assigns a sessionID to the new session and puts the value in the h.sessionID field of the agentx-Response-PDU. This value must be unique among all existing open sessions.

3) 否则:主代理将为新会话分配sessionID,并将该值放入agentx响应PDU的h.sessionID字段中。此值在所有现有打开的会话中必须是唯一的。

4) The master agent retains session-specific information from the PDU for this subagent:

4) 主代理保留来自PDU的此子代理的特定于会话的信息:

- The NETWORK_BYTE_ORDER value in h.flags is retained. All subsequent AgentX protocol operations initiated by the master agent for this session must use this byte ordering and set this bit accordingly.

- 保留h.标志中的网络字节顺序值。主代理为此会话启动的所有后续AgentX协议操作必须使用此字节顺序,并相应地设置此位。

The subagent typically sets this bit to correspond to its native byte ordering, and typically does not vary byte ordering for an initiated session. The master agent must be able to decode each PDU according to the h.flag NETWORK_BYTE_ORDER bit in the PDU, but does not need to toggle its retained value for the session if the subagent varies its byte ordering.

子代理通常将该位设置为与其本机字节顺序相对应,并且通常不会改变已启动会话的字节顺序。主代理必须能够根据PDU中的h.flag NETWORK_BYTE_ORDER位对每个PDU进行解码,但如果子代理改变其字节顺序,则不需要为会话切换其保留值。

- The o.timeout value is used in calculating response timeout conditions for this subagent.

- o.timeout值用于计算此子代理的响应超时条件。

- The o.id and o.descr fields are used for informational purposes. (Such purposes are implementation-specific for now, and may be used in a possible future standard AgentX MIB.)

- o.id和o.descr字段用于提供信息。(这些目的目前是特定于实现的,可能在未来的标准AgentX MIB中使用。)

5) The agentx-Response-PDU is sent with the res.error field set to `noError'.

5) 发送agentx响应PDU时,res.error字段设置为“noError”。

At this point, an AgentX session is considered established between the master agent and the subagent. An AgentX session is a distinct channel for the exchange of AgentX protocol messages between a master agent and one subagent, qualified by the session-specific attributes listed in 4) above. AgentX session establishment is initiated by the subagent. An AgentX session can be terminated by either the master agent or the subagent.

此时,认为在主代理和子代理之间建立了AgentX会话。AgentX会话是主代理和一个子代理之间交换AgentX协议消息的独特通道,由上面4)中列出的会话特定属性限定。AgentX会话建立由子代理启动。AgentX会话可以由主代理或子代理终止。

7.1.2. Processing the agentx-IndexAllocate-PDU
7.1.2. 处理agentx索引PDU

When the master agent receives an agentx-IndexAllocate-PDU, it processes it as follows:

当主代理收到agentx IndexAllocate PDU时,它将按如下方式处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested allocation fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,res.error设置为“unsupportedContext”,请求的分配失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) Each VarBind in the VarBindList is processed until either all are successful, or one fails. If any VarBind fails, the agentx-Response-PDU is sent in reply containing the original VarBindList, with res.index set to indicate the failed VarBind, and with res.error set as described subsequently. All other VarBinds are ignored; no index values are allocated.

4) VarBindList中的每个VarBind都将被处理,直到全部成功或一个失败为止。如果任何VarBind失败,则发送agentx响应PDU,其中包含原始VarBindList,设置res.index以指示失败的VarBind,并设置res.error,如下所述。忽略所有其他变量绑定;没有分配索引值。

VarBinds are processed as follows:

varbind的处理如下:

- v.name is the name of the index for which a value is to be allocated.

- v、 name是要为其分配值的索引的名称。

- v.type is the syntax of the index object.

- v、 类型是索引对象的语法。

- v.data indicates the specific index value requested. If the NEW_INDEX or the ANY_INDEX bit is set, the actual value in v.data is ignored and an appropriate index value is generated.

- v、 数据表示请求的特定索引值。如果设置了新的索引或任意索引位,则忽略v.data中的实际值,并生成适当的索引值。

a) If there are no currently allocated index values for v.name in the indicated context, and v.type does not correspond to a valid index type value, the VarBind fails and res.error is set to `indexWrongType'.

a) 如果在指定的上下文中没有为v.name当前分配的索引值,并且v.type与有效的索引类型值不对应,则VarBind将失败,res.error将设置为“IndexErrorType”。

b) If there are currently allocated index values for v.name in the indicated context, but the syntax of those values does not match v.type, the VarBind fails and res.error is set to `indexWrongType'.

b) 如果当前在指定的上下文中为v.name分配了索引值,但这些值的语法与v.type不匹配,则VarBind将失败,res.error将设置为“IndexErrorType”。

c) Otherwise, if both the NEW_INDEX and ANY_INDEX bits are clear, allocation of a specific index value is being requested. If the requested index is already allocated for v.name in the indicated context, the VarBind fails and res.error is set to `indexAlreadyAllocated'.

c) 否则,如果新的_索引和任何_索引位都是清除的,则请求分配特定的索引值。如果已在指定的上下文中为v.name分配了请求的索引,则VarBind将失败,res.error将设置为“indexAlreadyAllocated”。

d) Otherwise, if the NEW_INDEX bit is set, the master agent should generate the next available index value for v.name in the indicated context, with the constraint that this value must not have been allocated (even if subsequently released) to any subagent since the last re-initialization of the master agent. If no such value can be generated, the VarBind fails and res.error is set to `indexNoneAvailable'.

d) 否则,如果设置了新的_索引位,则主代理应在指定的上下文中为v.name生成下一个可用的索引值,但约束条件是,自主代理上次重新初始化以来,该值不得分配(即使随后释放)给任何子代理。如果无法生成此类值,则VarBind将失败,res.error将设置为“indexNoneAvailable”。

e) Otherwise, if the ANY_INDEX bit is set, the master agent should generate an index value for v.name in the indicated context, with the constraint that this value is not currently allocated to any subagent. If no such value can be generated, then the VarBind fails and res.error is set to `indexNoneAvailable'.

e) 否则,如果设置了ANY_索引位,则主代理应在指定的上下文中为v.name生成一个索引值,并且该值当前未分配给任何子代理。如果无法生成此类值,则VarBind将失败,res.error将设置为“indexNoneAvailable”。

5) If all VarBinds are processed successfully, the agentx-Response-PDU is sent in reply with res.error set to `noError'. A VarBindList is included that is identical to the one sent in the agentx-IndexAllocate-PDU, except that VarBinds requesting a NEW_INDEX or ANY_INDEX value are generated with an appropriate value.

5) 如果成功处理所有varbind,则发送agentx响应PDU,并将res.error设置为“noError”。包含的VarBindList与agentx IndexAllocate PDU中发送的VarBindList相同,只是请求新的_索引或任何_索引值的VarBinds是使用适当的值生成的。

7.1.3. Using the agentx-IndexAllocate-PDU
7.1.3. 使用agentx IndexAllocate PDU

Index allocation is a service provided by an AgentX master agent. It provides generic support for sharing MIB conceptual tables among subagents who are assumed to have no knowledge of each other.

索引分配是由AgentX主代理提供的服务。它为假定彼此不了解的子代理之间共享MIB概念表提供了通用支持。

Each subagent sharing a table should first request allocation of index values, then use those index values to qualify MIB regions in its subsequent registrations.

共享表的每个子代理应该首先请求分配索引值,然后使用这些索引值在其后续注册中限定MIB区域。

The master agent maintains a database of index objects (OIDs), and, for each index, the values that have been allocated for it. It is unaware of what MIB variables (if any) the index objects represent.

主代理维护一个索引对象(OID)数据库,以及为每个索引分配的值。它不知道索引对象代表什么MIB变量(如果有的话)。

By convention, subagents use the MIB variable listed in the INDEX clause as the index object for which values must be allocated. For tables indexed by multiple variables, values may be allocated for each index (although this is frequently unnecessary; see example 2 below). The subagent may request allocation of

按照惯例,子代理使用INDEX子句中列出的MIB变量作为必须为其分配值的索引对象。对于由多个变量索引的表,可以为每个索引分配值(尽管这通常是不必要的;请参见下面的示例2)。子代理可以请求分配

- a specific index value - an index value that is not currently allocated - an index value that has never been allocated

- 特定索引值-当前未分配的索引值-从未分配的索引值

The last two alternatives reflect the uniqueness and constancy requirements present in many MIB specifications for arbitrary integer indexes (e.g., ifIndex in the IF MIB (RFC 1573 [11]), snmpFddiSMTIndex in the FDDI MIB (RFC 1285 [12]), or sysApplInstallPkgIndex in the System Application MIB [13]). The need for subagents to share tables using such indexes is the main motivation for index allocation in AgentX.

最后两个备选方案反映了许多MIB规范中对任意整数索引的唯一性和一致性要求(例如,IF MIB中的ifIndex(RFC 1573[11])、FDDI MIB中的snmpFddiSMTIndex(RFC 1285[12])或系统应用程序MIB中的sysApplInstallPkgIndex[13])。子代理需要使用此类索引共享表,这是AgentX中索引分配的主要动机。

Example 1:

例1:

A subagent implements an interface, and wishes to register a single row of the RFC 1573 ifTable. It requests an allocation for the index object "ifIndex", for a value that has never been allocated (since ifIndex values must be unique). The master agent returns the value "7".

子代理实现一个接口,并希望注册一行RFC1573 ifTable。它请求为索引对象“ifIndex”分配一个从未分配过的值(因为ifIndex值必须是唯一的)。主代理返回值“7”。

The subagent now attempts to register row 7 of ifTable, by specifying a MIB region in the agentx-Register-PDU of 1.3.6.1.2.1.2.2.1.[1-22].7. If the registration succeeds, no further processing is required. The master agent will dispatch to this subagent correctly.

子代理现在尝试注册ifTable的第7行,方法是在agentx寄存器PDU 1.3.6.1.2.1.2.2.1.[1-22].7中指定MIB区域。如果注册成功,则无需进一步处理。主代理将正确地分派到此子代理。

But the registration may fail. Index allocation and MIB region registration are not coupled in the master agent. Some other subagent may have already registered ifTable row 7 without first having requested allocation of the index. The current state of index allocations is not considered when processing registration requests, and the current registry is not considered when processing index allocation requests. If subagents follow the model of "first request allocation of an index, then register the corresponding region", then a successful index allocation request gives a subagent a good hint (but no guarantee) of what it should be able to register.

但注册可能会失败。索引分配和MIB区域注册在主代理中不耦合。其他一些子代理可能已经注册了ifTable第7行,而没有首先请求分配索引。处理注册请求时不考虑索引分配的当前状态,处理索引分配请求时不考虑当前注册表。如果子代理遵循“先请求分配索引,然后注册相应的区域”的模式,那么成功的索引分配请求会给子代理一个很好的提示(但不能保证)它应该能够注册什么。

If the registration failed, the subagent should request allocation of a new index i, and attempt to register ifTable.[1-22].i, until successful.

如果注册失败,子代理应请求分配新索引i,并尝试注册ifTable。[1-22].i,直到成功。

Example 2:

例2:

This same subagent wishes to register ipNetToMediaTable rows corresponding to its interface (ifIndex i). Due to structure of this table, no further index allocation need be done. The subagent can register the MIB region ipNetToMediaTable.[1-4].i, It is claiming responsibility for all rows of the table whose value of ipNetToMediaIfIndex is i.

该子代理希望注册与其接口(ifIndex i)对应的ipNetToMediaTable行。由于该表的结构,不需要进行进一步的索引分配。子代理可以注册MIB区域ipNetToMediaTable。[1-4]。i,它声明对ipNetToMediaIfIndex值为i的表的所有行负责。

Example 3:

例3:

A network device consists of a set of processors, each of which accepts network connections for a unique set of IP addresses.

网络设备由一组处理器组成,每个处理器都接受一组唯一IP地址的网络连接。

Further, each processor contains a subagent that implements tcpConnTable. In order to represent tcpConnTable for the entire managed device, the subagents need to share tcpConnTable.

此外,每个处理器都包含一个子代理,用于实现tcpcontable。为了表示整个受管设备的tcpcontable,子代理需要共享tcpcontable。

In this case, no index allocation need be done at all. Each subagent can register a MIB region of tcpConnTable.[1-5].a.b.c.d, where a.b.c.d represents an unique IP address of the individual processor.

在这种情况下,根本不需要进行索引分配。每个子代理都可以注册tcpcontable[1-5].a.b.c.d的MIB区域,其中a.b.c.d表示单个处理器的唯一IP地址。

Each subagent is claiming responsibility for the region of tcpConnTable where the value of tcpConnLocalAddress is a.b.c.d.

每个子代理都声称对TCPConTable区域负责,其中tcpConnLocalAddress的值为a.b.c.d。

7.1.4 Processing the agentx-IndexDeallocate-PDU
7.1.4 处理agentx IndexDeallocate PDU

When the master agent receives an agentx-IndexDeallocate-PDU, it processes it as follows:

当主代理收到agentx IndexDeallocate PDU时,它将按如下方式处理它:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested deallocation fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,并将res.error设置为“unsupportedContext”,请求的解除分配失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) Each VarBind in the VarBindList is processed until either all are successful, or one fails. If any VarBind fails, the agentx-Response-PDU is sent in reply, containing the original VarBindList, with res.index set to indicate the failed VarBind, and with res.error set as described subsequently. All other VarBinds are ignored; no index values are released.

4) VarBindList中的每个VarBind都将被处理,直到全部成功或一个失败为止。如果任何VarBind失败,agentx响应PDU将作为应答发送,其中包含原始VarBindList,设置res.index以指示失败的VarBind,并设置res.error,如下所述。忽略所有其他变量绑定;没有发布索引值。

VarBinds are processed as follows:

varbind的处理如下:

- v.name is the name of the index for which a value is to be released

- v、 name是要为其释放值的索引的名称

- v.type is the syntax of the index object

- v、 类型是索引对象的语法

- v.data indicates the specific index value to be released. The NEW_INDEX and ANY_INDEX bits are ignored.

- v、 数据表示要发布的特定索引值。新的_索引和任何_索引位将被忽略。

a) If the index value for the named index is not currently allocated to this subagent, the VarBind fails and res.error is set to `indexNotAllocated'.

a) 如果命名索引的索引值当前未分配给此子代理,则VarBind将失败,res.error将设置为“indexNotAllocated”。

5) If all VarBinds are processed successfully, res.error is set to `noError' and the agentx-Response-PDU is sent. A VarBindList is included which is identical to the one sent in the agentx-IndexDeallocate-PDU.

5) 如果成功处理所有varbind,res.error将设置为“noError”,并发送agentx响应PDU。其中包含一个VarBindList,该列表与在agentx IndexDeallocate PDU中发送的相同。

All released index values are now available, and may be used in response to subsequent allocation requests for ANY_INDEX values for the particular index.

所有发布的索引值现在都可用,并且可以用于响应后续针对特定索引的任何_索引值的分配请求。

7.1.5. Processing the agentx-Register-PDU
7.1.5. 处理agentx寄存器PDU

When the master agent receives an agentx-Register-PDU, it processes it as follows:

当主代理收到agentx寄存器PDU时,它将按如下方式处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested registration fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,并将res.error设置为“unsupportedContext”,请求的注册失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

Note: Non-default contexts might be added on the fly by the master agent, or the master agent might require such non-default contexts to be pre-configured. The choice is implementation-specific.

注意:主代理可能会动态添加非默认上下文,或者主代理可能需要预先配置此类非默认上下文。选择是特定于实现的。

4) Characterize the request.

4) 描述请求的特征。

If r.region (or any of its set of Object Identifiers, if r.range is non-zero) is exactly the same as any currently registered value of r.region (or any of its set of Object Identifiers), this registration is termed a duplicate region.

如果r.region(或其任何一组对象标识符,如果r.range为非零)与r.region(或其任何一组对象标识符)的任何当前注册值完全相同,则该注册称为重复区域。

If r.region (or any of its set of Object Identifiers, if r.range is non-zero) is a subtree of, or contains, any currently registered value of r.region (or any of its set of Object Identifiers), this registration is termed an overlapping region.

如果r.region(或其任何一组对象标识符,如果r.range为非零)是r.region(或其任何一组对象标识符)的任何当前注册值的子树,或包含该值,则该注册称为重叠区域。

If the NON_DEFAULT_CONTEXT bit is set, this region is to be logically registered within the context indicated by r.context.

如果设置了非默认上下文位,则该区域将在r.CONTEXT指示的上下文中进行逻辑注册。

Otherwise this region is to be logically registered within the default context.

否则,该区域将在默认上下文中进行逻辑注册。

A registration that would result in a duplicate region with the same priority and within the same context as that of a current registration is termed a duplicate registration.

一项登记将产生与当前登记具有相同优先权和相同背景的重复区域,称为重复登记。

5) Otherwise, if this is a duplicate registration, the agentx-Response-PDU is returned with res.error set to `duplicateRegistration', and the requested registration fails.

5) 否则,如果这是重复注册,则返回agentx响应PDU,res.error设置为“duplicateRegistration”,请求的注册失败。

6) Otherwise, the agentx-Response-PDU is returned with res.error set to `noError'.

6) 否则,将返回agentx响应PDU,并将res.error设置为“noError”。

The master agent adds this region to its registered OID space for the indicated context, to be considered during the dispatching phase for subsequently received SNMP protocol messages.

主代理将此区域添加到指定上下文的已注册OID空间中,以便在调度阶段考虑后续接收的SNMP协议消息。

Note: The following algorithm describes maintaining a set of OID ranges derived from "splitting" registered regions. The algorithm for operational dispatching is also stated in terms of these OID ranges.

注意:下面的算法描述了如何维护一组从“拆分”注册区域派生的OID范围。还根据这些OID范围说明了操作调度的算法。

These OID ranges are a useful explanatory device, but are not required for a correct implementation.

这些OID范围是一个有用的解释工具,但不是正确实现所必需的。

- If r.region (R1) is a subtree of a currently registered region (R2), split R2 into 3 new regions (R2a, R2b, and R2c) such that R2b is an exact duplicate of R1. Now remove R2 and add R1, R2a, R2b, and R2c to the master agent's lexicographically ordered set of ranges (the registered OID space). Note: Though newly-added ranges R1 and R2b are identical in terms of the MIB objects they contain, they are registered by different subagents, possibly at different priorities.

- 如果r.region(R1)是当前注册区域(R2)的子树,则将R2拆分为3个新区域(R2a、R2b和R2c),使R2b与R1完全相同。现在移除R2并将R1、R2a、R2b和R2c添加到主代理的字典顺序范围集(已注册的OID空间)。注意:尽管新添加的范围R1和R2b在它们包含的MIB对象方面是相同的,但它们由不同的子代理注册,可能具有不同的优先级。

For instance, if subagent S2 registered "ip" (R2 is 1.3.6.1.2.1.4) and subagent S1 subsequently registered "ipNetToMediaTable" (R1 is 1.3.6.1.2.1.4.22), the resulting set of registered regions would be:

例如,如果子代理S2注册为“ip”(R2为1.3.6.1.2.1.4),子代理S1随后注册为“ipNetToMediaTable”(R1为1.3.6.1.2.1.4.22),则生成的注册区域集将是:

1.3.6.1.2.1.4 up to but not including 1.3.6.1.2.1.4.22 (by S2) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S2) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S1) 1.3.6.1.2.1.4.23 up to but not including 1.3.6.1.2.1.5 (by S2)

1.3.6.1.2.1.4 截至但不包括1.3.6.1.2.1.4.22(按S2)1.3.6.1.2.1.4.22至但不包括1.3.6.1.2.1.4.23(按S2)1.3.6.1.2.1.4.22至但不包括1.3.6.1.2.4.23(按S1)1.3.6.1.2.4.23至但不包括1.6.1.1.5(按S2)

- If r.region (R1) overlaps one or more currently registered regions, then for each overlapped region (R2) split R1 into 3 new ranges (R1a, R1b, R1c) such that R1b is an exact duplicate of R2. Add R1b and R2 into the lexicographically ordered set of regions. Apply (5) above iteratively to R1a and R1c (since they may overlap, or be subtrees of, other regions).

- 如果r区域(R1)与一个或多个当前注册的区域重叠,则对于每个重叠区域(R2),将R1拆分为3个新范围(R1a、R1b、R1c),以便R1b与R2完全相同。将R1b和R2添加到按字典顺序排列的区域集中。将上述(5)迭代应用于R1a和R1c(因为它们可能重叠或是其他区域的子树)。

For instance, given the currently registered regions in the example above, if subagent S3 now registers mib-2 (R1 is 1.3.6.1.2.1) the resulting set of regions would be:

例如,给定上述示例中当前注册的区域,如果子代理S3现在注册mib-2(R1为1.3.6.1.2.1),则生成的区域集将是:

1.3.6.1.2.1 up to but not including 1.3.6.1.2.1.4 (by S3) 1.3.6.1.2.1.4 up to but not including 1.3.6.1.2.1.4.22 (by S2) 1.3.6.1.2.1.4 up to but not including 1.3.6.1.2.1.4.22 (by S3) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S2) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S1) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S3) 1.3.6.1.2.1.4.23 up to but not including 1.3.6.1.2.1.5 (by S2) 1.3.6.1.2.1.4.23 up to but not including 1.3.6.1.2.1.5 (by S3) 1.3.6.1.2.1.5 up to but not including 1.3.6.1.2.2 (by S3)

1.3.6.1.2.1 截至但不包括1.3.6.1.2.1.4(按S3)1.3.6.1.2.1.4至但不包括1.3.6.1.2.4.22(按S2)1.3.6.1.2.1.4至但不包括1.3.6.1.2.1.4.22(按S3)1.3.6.1.2.1.4.22至但不包括1.3.6.1.2.1.4.231.3.6.1.2.1.4.22至但不包括1.3.6.1.2.4.23(按S3)至1.3.6.1.2.1.4.23至但不包括1.3.6.1.2.5(按S2)至1.3.6.1.2.1.4.23至但不包括1.3.6.1.1.5(按S3)至但不包括1.3.6.1.2.2(按S3)

Note that at registration time a region may be split into multiple OID ranges due to pre-existing registrations, or as a result of any subsequent registration. This region splitting is transparent to subagents. Hence the master agent must always be able to associate any OID range with the information contained in its original agentx-Register-PDU.

请注意,在注册时,由于预先存在的注册或任何后续注册的结果,区域可能被分割为多个OID范围。此区域拆分对子代理是透明的。因此,主代理必须始终能够将任何OID范围与其原始agentx寄存器PDU中包含的信息相关联。

7.1.5.1. Handling Duplicate OID Ranges
7.1.5.1. 处理重复的OID范围

As a result of this registration algorithm there are likely to be duplicate OID ranges (regions of identical MIB objects registered to different subagents) in the master agent's registered OID space. Whenever the master agent's dispatching algorithm (see 7.2.1, Dispatching AgentX PDUs) results in a duplicate OID range, the master agent selects one to use, termed the 'authoritative region', as follows:

由于这种注册算法,在主代理注册的OID空间中可能存在重复的OID范围(注册到不同子代理的相同MIB对象的区域)。当主代理的调度算法(见7.2.1,调度代理PDU)产生重复的OID范围时,主代理选择一个要使用的OID范围,称为“权威区域”,如下所示:

1) Choose the one whose original agentx-Register-PDU r.region contained the most subids, i.e., the most specific r.region. Note: The presence or absence of a range subid has no bearing on how "specific" one object identifier is compared to another.

1) 选择其原始agentx寄存器PDU r.region包含最多子ID的一个,即最特定的r.region。注意:范围子ID的存在与否与一个对象标识符与另一个对象标识符的“特定”比较方式无关。

2) If still ambiguous, there were duplicate regions. Choose the one whose original agentx-Register-PDU specified the smaller value of r.priority.

2) 如果仍然不明确,则存在重复区域。选择其原始agentx寄存器PDU指定了较小的r.priority值的一个。

7.1.6. Processing the agentx-Unregister-PDU
7.1.6. 处理agentx注销PDU

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested unregistration fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,并将res.error设置为“unsupportedContext”,请求的注销将失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) If u.region, u.priority, and the indicated context do not match an existing registration made during this session, the agentx-Response-PDU is returned with res.error set to `unknownRegistration'.

4) 如果u.region、u.priority和指示的上下文与此会话期间进行的现有注册不匹配,则返回agentx响应PDU,res.error设置为“unknownRegistration”。

5) Otherwise, the agentx-Response-PDU is sent in reply with res.error set to `noError', and the previous registration is removed:

5) 否则,将发送agentx响应PDU,并将res.error设置为“noError”,然后删除以前的注册:

- The master agent removes u.region from its registered OID space within the indicated context. If the original region had been split, all such related regions are removed.

- 主代理从指定上下文中注册的OID空间中删除u.region。如果原始区域已拆分,则将删除所有此类相关区域。

For instance, given the example registry above, if subagent S2 unregisters "ip", the resulting registry would be:

例如,给定上面的示例注册表,如果子代理S2注销“ip”,则生成的注册表将是:

1.3.6.1.2.1 up to but not including 1.3.6.1.2.1.4 (by S3) 1.3.6.1.2.1.4 up to but not including 1.3.6.1.2.1.4.22 (by S3) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S1) 1.3.6.1.2.1.4.22 up to but not including 1.3.6.1.2.1.4.23 (by S3) 1.3.6.1.2.1.4.23 up to but not including 1.3.6.1.2.1.5 (by S3) 1.3.6.1.2.1.5 up to but not including 1.3.6.1.2.2 (by S3)

1.3.6.1.2.1 不超过但不包括1.3.6.1.2.1.4(按S3)1.3.6.1.2.1.4不超过但不包括1.3.6.1.2.4.22(按S3)1.3.6.1.2.1.4.22不超过但不包括1.3.6.1.2.1.23(按S1)1.3.6.1.2.1.4.22不超过但不包括1.6.1.2.2.231.3.6.1.2.1.5不超过但不包括1.3.6.1.2.2(按S3)

7.1.7. Processing the agentx-AddAgentCaps-PDU
7.1.7. 处理agentx AddAgentCaps PDU

When the master agent receives an agentx-AddAgentCaps-PDU, it processes it as follows:

当主代理收到agentx AddAgentCaps PDU时,它将按如下方式进行处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested operation fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,res.error设置为“unsupportedContext”,请求的操作失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) Otherwise, the master agent adds the subagent's capabilities information to the sysORTable for the indicated context. An agentx-Response-PDU is sent in reply with res.error set to `noError'.

4) 否则,主代理会将子代理的功能信息添加到指定上下文的sysORTable中。将发送agentx响应PDU,并将res.error设置为“noError”。

7.1.8. Processing the agentx-RemoveAgentCaps-PDU
7.1.8. 处理agentx RemoveAgentCaps PDU

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext', and the requested operation fails. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,res.error设置为“unsupportedContext”,请求的操作失败。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) If the combination of a.id and the optional a.context does not represent a sysORTable entry that was added by this subagent, during this session, the agentx-Response-PDU is returned with res.error set to `unknownAgentCaps'.

4) 如果a.id和可选a.context的组合不表示此子代理在此会话期间添加的sysORTable条目,则返回agentx响应PDU,并将res.error设置为“Unknownangentcaps”。

5) Otherwise the master agent deletes the corresponding sysORTable entry and sends in reply the agentx-Response-PDU, with res.error set to `noError'.

5) 否则,主代理将删除相应的sysORTable条目,并发送agentx响应PDU作为响应,res.error设置为“noError”。

7.1.9. Processing the agentx-Close-PDU
7.1.9. 正在处理agentx Close PDU

When the master agent receives an agentx-Close-PDU, it processes it as follows:

当主代理收到agentx Close PDU时,它将按如下方式处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) Otherwise, the master agent closes the AgentX session as described below. No agentx-Response-PDU is sent.

3) 否则,主代理将关闭AgentX会话,如下所述。未发送agentx响应PDU。

- All MIB regions that have been registered during this session are unregistered, as described in 7.1.6.

- 在此会话期间注册的所有MIB区域都将取消注册,如7.1.6所述。

- All index values allocated during this session are freed, as described in section 7.1.4.

- 如第7.1.4节所述,释放此会话期间分配的所有索引值。

- All sysORID values that were registered during this session are removed, as described in section 7.1.8.

- 如第7.1.8节所述,删除在此会话期间注册的所有sysORID值。

The master agent does not maintain state for closed sessions. If a subagent wishes to re-establish a session after receiving an agentx-Close-PDU, it needs to re-register MIB regions, agent capabilities, etc.

主代理不维护已关闭会话的状态。如果子代理希望在收到agentx Close PDU后重新建立会话,则需要重新注册MIB区域、代理功能等。

7.1.10. Detecting Connection Loss
7.1.10. 检测连接丢失

If a master agent is able to detect (from the underlying transport) that a subagent cannot receive AgentX PDUs, it should close all affected AgentX sessions as described in 7.1.9, step 3).

如果主代理能够(从基础传输)检测到子代理无法接收AgentX PDU,则应关闭所有受影响的AgentX会话,如7.1.9步骤3所述。

7.1.11. Processing the agentx-Notify-PDU
7.1.11. 处理agentx Notify PDU

A subagent sending SNMPv1 trap information must map this into (minimally) a value of snmpTrapOID.0, as described in 3.1.2 of RFC 1908 [8].

发送SNMPv1陷阱信息的子代理必须(至少)将其映射为snmpTrapOID.0的值,如RFC 1908[8]的3.1.2所述。

The master agent processes the agentx-Notify-PDU as follows:

主代理按如下方式处理agentx Notify PDU:

1) If h.sessionID does not correspond to a currently established session with this subagent, an agentx-Response-PDU is sent in reply with res.error set to `notOpen', and res.sysUpTime set to the value of sysUpTime.0 for the indicated context.

1) 如果h.sessionID与当前与此子代理建立的会话不对应,则会发送一个agentx响应PDU,对指定的上下文,res.error设置为“notOpen”,res.sysUpTime设置为sysUpTime.0。

2) The VarBindList is parsed. If it does not contain a value for sysUpTime.0, the master agent supplies the current value of sysUpTime.0 for the indicated context. If the next VarBind (either the first or second VarBind; see section 6.2.10.1) is not snmpTrapOID.0, the master agent ceases further processing of the notification.

2) 将解析VarBindList。如果它不包含sysUpTime.0的值,则主代理将为指定的上下文提供sysUpTime.0的当前值。如果下一个VarBind(第一个或第二个VarBind;参见第6.2.10.1节)不是snmpTrapOID.0,则主代理停止进一步处理通知。

3) Notifications are sent according to the implementation-specific configuration of the master agent.

3) 根据主代理的特定于实现的配置发送通知。

If SNMPv1 Trap PDUs are generated, the recommended mapping is as described in RFC 2089 [9].

如果生成SNMPv1陷阱PDU,建议的映射如RFC 2089[9]所述。

Except in the case of a `notOpen' error as described in (1) above, no agentx-Response-PDU is sent to the subagent when the master agent finishes processing the notification.

除上述(1)中所述的“notOpen”错误外,主代理完成通知处理后,不会向子代理发送agentx响应PDU。

7.1.12. Processing the agentx-Ping-PDU
7.1.12. 正在处理代理Ping PDU

When the master agent receives an agentx-Ping-PDU, it processes it as follows:

当主代理收到agentx Ping PDU时,它将按如下方式处理:

1) An agentx-Response-PDU is created and res.sysUpTime is set to the value of sysUpTime.0 for the default context.

1) 将创建agentx响应PDU,并将res.sysUpTime设置为默认上下文的sysUpTime.0值。

2) If h.sessionID does not correspond to a currently established session with this subagent, the agentx-Response-PDU is sent in reply with res.error set to `notOpen'.

2) 如果h.sessionID与当前与此子代理建立的会话不对应,则发送agentx响应PDU,并将res.error设置为“notOpen”。

3) If the NON_DEFAULT_CONTEXT bit is set, and the master agent supports only a default context, the agentx-Response-PDU is returned with res.error set to `unsupportedContext'. Otherwise: The value of res.sysUpTime is set to the value of sysUpTime.0 for the indicated context.

3) 如果设置了非默认上下文位,并且主代理仅支持默认上下文,则返回agentx响应PDU,并将res.error设置为“unsupportedContext”。否则:对于指定的上下文,res.sysUpTime的值设置为sysUpTime.0。

4) The agentx-Response-PDU is sent, with res.error set to `noError'.

4) 发送agentx响应PDU,res.error设置为“noError”。

If a subagent does not receive a response to its pings, or if it is able to detect (from the underlying transport) that the master agent is not able to receive AgentX messages, then it eventually must initiate a new AgentX session, re-register its regions, etc.

如果子代理没有收到对其ping的响应,或者如果它能够(从底层传输)检测到主代理无法接收AgentX消息,那么它最终必须启动新的AgentX会话,重新注册其区域,等等。

7.2. Processing Received SNMP Protocol Messages
7.2. 处理收到的SNMP协议消息

When an SNMP GetRequest, GetNextRequest, GetBulkRequest, or SetRequest protocol message is received by the master agent, the master agent applies its access control policy.

当主代理收到SNMP GetRequest、GetNextRequest、GetBulkRequest或SetRequest协议消息时,主代理将应用其访问控制策略。

In particular, for SNMPv1 or SNMPv2c PDUs, the master agent applies the Elements of Procedure defined in section 4.1 of RFC 1157 [6] that apply to receiving entities. (For other versions of SNMP, the master agent applies the access control policy defined in the Elements of Procedure for those versions.)

特别是,对于SNMPv1或SNMPv2c PDU,主代理应用RFC 1157[6]第4.1节中定义的适用于接收实体的程序要素。(对于其他版本的SNMP,主代理应用这些版本的过程元素中定义的访问控制策略。)

In the SNMPv1 or v2c frameworks, the master agent uses the community string as an index into a local repository of configuration information that may include community profiles or more complex context information.

在SNMPv1或v2c框架中,主代理使用社区字符串作为本地配置信息存储库的索引,其中可能包括社区概要文件或更复杂的上下文信息。

If application of the access control policy results in a valid SNMP request PDU, then an SNMP Response-PDU is constructed from information gathered in the exchange of AgentX PDUs between the master agent and one or more subagents. Upon receipt and initial validation of an SNMP request PDU, a master agent uses the procedures described below to dispatch AgentX PDUs to the proper subagents, marshal the subagent responses, and construct an SNMP response PDU.

如果访问控制策略的应用导致有效的SNMP请求PDU,则根据主代理和一个或多个子代理之间的AgentX PDU交换中收集的信息构造SNMP响应PDU。在收到SNMP请求PDU并对其进行初始验证后,主代理使用下面描述的过程将AgentX PDU分派给适当的子代理,封送子代理响应,并构建SNMP响应PDU。

7.2.1. Dispatching AgentX PDUs
7.2.1. 调度代理程序PDU

Upon receipt and initial validation of an SNMP request PDU, a master agent uses the procedures described below to dispatch AgentX PDUs to the proper subagents.

在收到SNMP请求PDU并对其进行初始验证后,主代理使用下面描述的过程将AgentX PDU分派给适当的子代理。

Note: In the following procedures, an object identifier is said to be "contained" within an OID range when both of the following are true:

注意:在以下过程中,如果以下两项均为真,则称对象标识符“包含”在OID范围内:

- The object identifier does not lexicographically precede the range.

- 对象标识符在词典中不在范围之前。

- The object identifier lexicographically precedes the end of the range.

- 对象标识符按字典顺序位于范围末尾之前。

General Rules of Procedure

一般议事规则

While processing a particular SNMP request, the master agent may send one or more AgentX PDUs to one or more subagents. The following rules of procedure apply in general to the AgentX master agent. PDU-specific rules are listed in the applicable sections.

在处理特定SNMP请求时,主代理可以向一个或多个子代理发送一个或多个AgentX PDU。以下程序规则一般适用于AgentX主代理。适用章节中列出了PDU特定规则。

1) Honoring the registry

1) 向注册处致敬

Because AgentX supports overlapping registrations, it is possible for the master agent to obtain a value for a requested varbind from within multiple registered MIB regions.

因为AgentX支持重叠注册,所以主代理可以从多个注册的MIB区域中获取请求的varbind的值。

The master agent must ensure that the value (or exception) actually returned in the SNMP response PDU is taken from the authoritative region (as defined in section 7.1.5.1).

主代理必须确保SNMP响应PDU中实际返回的值(或异常)取自权威区域(如第7.1.5.1节所定义)。

2) GetNext and GetBulk Processing

2) GetNext和GetBulk处理

The master agent may choose to send agentx-Get-PDUs while servicing an SNMP GetNextRequest-PDU. The master agent may choose to send agentx-Get-PDUs or agentx-GetNext-PDUs while servicing an SNMP GetBulkRequest-PDU. One possible reason for this would be if the current iteration has targeted instance-level registrations.

在为SNMP GetNextRequest PDU提供服务时,主代理可以选择发送agentx Get PDU。在为SNMP GetBulkRequest PDU提供服务时,主代理可以选择发送agentx Get PDU或agentx GENEXT PDU。其中一个可能的原因是当前迭代是否有目标实例级注册。

The master agent may choose to "scope" the possible instances returned by a subagent by specifying an ending OID in the SearchRange. If such scoping is used, typically the ending OID would be the first lexicographical successor to the target OID range that was registered by a subagent other than the target subagent. Regardless of this choice, rule (1) must be obeyed.

主代理可以通过在SearchRange中指定结束OID来选择“范围”子代理返回的可能实例。如果使用这种作用域,通常结束OID将是由目标子代理以外的子代理注册的目标OID范围的第一个字典顺序继承者。无论这种选择如何,都必须遵守规则(1)。

The master agent may require multiple request-response iterations on the same subagent session, to determine the final value of all requested variables.

主代理可能需要在同一子代理会话上进行多次请求-响应迭代,以确定所有请求变量的最终值。

All AgentX PDUs sent on the session while processing a given SNMP request must contain identical values of transactionID. Each different SNMP request processed by the master agent must present a unique value of transactionID (within the limits of the 32-bit field) to the session.

处理给定SNMP请求时在会话上发送的所有AgentX PDU必须包含相同的transactionID值。主代理处理的每个不同SNMP请求必须向会话提供唯一的transactionID值(在32位字段的限制范围内)。

3) Number and order of variables sent per AgentX PDU

3) 每个AgentX PDU发送的变量数量和顺序

For Get/GetNext/GetBulk operations, at any stage of the possibly iterative process, the master agent may need to dispatch several SearchRanges to a particular subagent session. The master agent may send one, some, or all of the SearchRanges in a single AgentX PDU.

对于Get/GetNext/GetBulk操作,在可能的迭代过程的任何阶段,主代理可能需要向特定的子代理会话分派多个搜索范围。主代理可以在单个AgentX PDU中发送一个、部分或所有搜索范围。

The master agent must ensure that the correct contents and ordering of the VarBindList in the SNMP Response-PDU are maintained.

主代理必须确保维护SNMP响应PDU中VarBindList的正确内容和顺序。

The following rules govern the number of VarBinds in a given AgentX PDU:

以下规则控制给定AgentX PDU中的VARBIND数:

a) The subagent must support processing of AgentX PDUs with multiple VarBinds.

a) 子代理必须支持使用多个varbind处理AgentX pdu。

b) When processing an SNMP Set request, the master agent must send all of the VarBinds applicable to a particular subagent session in a single Test/Set transaction.

b) 处理SNMP集请求时,主代理必须在单个测试/集事务中发送适用于特定子代理会话的所有VARBIND。

c) When processing an SNMP Get, GetNext, or GetBulk request, the master agent may send a single AgentX PDU to the subagent with all applicable VarBinds, or multiple PDUs with single VarBinds, or something in between those extremes. The determination of which method to use in a particular case is implementation-specific.

c) 在处理SNMP Get、GetNext或GetBulk请求时,主代理可能会向子代理发送一个带有所有适用变量绑定的AgentX PDU,或多个带有单个变量绑定的PDU,或介于这些极端之间的某个PDU。确定在特定情况下使用哪种方法是特定于实现的。

4) Timeout Values

4) 超时值

The master agent chooses a timeout value for each MIB region being queried, which is

主代理为要查询的每个MIB区域选择一个超时值,即

a) the value specified during registration of the MIB region, if it was non-zero

a) 注册MIB区域期间指定的值(如果该值非零)

b) otherwise, the value specified during establishment of the session in which this region was subsequently registered, if that value was non-zero.

b) 否则,在随后注册此区域的会话建立期间指定的值(如果该值非零)。

c) otherwise, the master agent's default value

c) 否则,将显示主代理的默认值

When an AgentX PDU that references multiple MIB regions is dispatched, the timeout value used for the PDU is the maximum value of the timeouts so determined for each of the referenced MIB regions.

调度引用多个MIB区域的AgentX PDU时,PDU使用的超时值是为每个引用的MIB区域确定的超时的最大值。

5) Context

5) 上下文

If the master agent has determined that a specific non-default context is associated with the SNMP request PDU, that context is encoded into the AgentX PDU's context field and the NON_DEFAULT_CONTEXT bit is set in h.flags.

如果主代理已确定特定的非默认上下文与SNMP请求PDU关联,则该上下文将被编码到AgentX PDU的上下文字段中,并且非默认上下文位在h.flags中设置。

Otherwise, no context Octet String is added to the PDU, and the NON_DEFAULT_CONTEXT bit is cleared.

否则,不会向PDU添加上下文八位字符串,并且会清除非默认上下文位。

7.2.1.1. agentx-Get-PDU
7.2.1.1. 代理获取PDU

Each variable binding in the SNMP request PDU is processed as follows:

SNMP请求PDU中的每个变量绑定处理如下:

(1) Identify the target OID range.

(1) 确定目标OID范围。

Within a lexicographically ordered set of OID ranges, valid for the indicated context, locate the authoritative region that contains the binding's name.

在对指定上下文有效的按字典顺序排列的OID范围集合中,找到包含绑定名称的权威区域。

(2) If no such OID range exists, the variable binding is not processed further, and its value is set to `noSuchObject'.

(2) 如果不存在这样的OID范围,则不进一步处理变量绑定,并将其值设置为“noSuchObject”。

(3) Identify the subagent session in which this region was registered, termed the target session.

(3) 确定注册此区域的子代理会话,称为目标会话。

(4) If this is the first variable binding to be dispatched over the target session in a request-response exchange entailed in the processing of this management request:

(4) 如果这是在处理此管理请求过程中产生的请求-响应交换中通过目标会话调度的第一个变量绑定:

- Create an agentx-Get-PDU for this session, with the header fields initialized as described above (see 6.1 AgentX PDU Header).

- 为该会话创建agentx Get PDU,标题字段如上所述初始化(请参阅6.1 agentx PDU标题)。

(5) Add a SearchRange to the end of the target session's PDU for this variable binding.

(5) 为此变量绑定将SearchRange添加到目标会话的PDU末尾。

- The variable binding's name is encoded into the starting OID.

- 变量绑定的名称被编码到起始OID中。

- The ending OID is encoded as null.

- 结束OID编码为null。

7.2.1.2. agentx-GetNext-PDU
7.2.1.2. agentx GetNext PDU

Each variable binding in the SNMP request PDU is processed as follows:

SNMP请求PDU中的每个变量绑定处理如下:

(1) Identify the target OID range.

(1) 确定目标OID范围。

Within a lexicographically ordered set of OID ranges, valid for the indicated context, locate

在一组按字典顺序排列的OID范围内(对指定的上下文有效),找到

a) the authoritative OID range that contains the variable binding's name and is not a fully qualified instance, or

a) 包含变量绑定名称且不是完全限定实例的权威OID范围,或

b) the authoritative OID range that is the first lexicographical successor to the variable binding's name.

b) 权威OID范围,它是变量绑定名称的第一个词典继承者。

(2) If no such OID range exists, the variable binding is not processed further, and its value is set to `endOfMibView'.

(2) 如果不存在这样的OID范围,则不进一步处理变量绑定,并将其值设置为“endOfMibView”。

(3) Identify the subagent session in which this region was registered, termed the target session.

(3) 确定注册此区域的子代理会话,称为目标会话。

(4) If this is the first variable binding to be dispatched over the target session in a request-response exchange entailed in the processing of this management request:

(4) 如果这是在处理此管理请求过程中产生的请求-响应交换中通过目标会话调度的第一个变量绑定:

- Create an agentx-GetNext-PDU for the session, with the header fields initialized as described above (see 6.1 AgentX PDU Header).

- 为会话创建一个agentx GetNext PDU,标题字段如上所述初始化(请参阅6.1 agentx PDU标题)。

(5) Add a SearchRange to the end of the target session's agentx-GetNext-PDU for this variable binding.

(5) 为此变量绑定将SearchRange添加到目标会话的agentx GetNext PDU的末尾。

- if (1a) applies, the variable binding's name is encoded into the starting OID, and the OID's "include" field is set to 0.

- 如果(1a)适用,变量绑定的名称将编码到起始OID中,OID的“include”字段设置为0。

- if (1b) applies, the target OID is encoded into the starting OID, and its "include" field is set to 1.

- 如果(1b)适用,则将目标OID编码到起始OID中,并且其“包含”字段设置为1。

7.2.1.3. agentx-GetBulk-PDU
7.2.1.3. agentx GetBulk PDU

(Note: The outline of the following procedure is based closely on section 4.2.3, "The GetBulkRequest-PDU" of RFC 1905 [4]. Please refer to it for details on the format of the SNMP GetBulkRequest-PDU itself.)

(注意:以下过程的概要是基于RFC 1905[4]的第4.2.3节“GetBulkRequest PDU”。有关SNMP GetBulkRequest PDU本身格式的详细信息,请参阅。)

Each variable binding in the request PDU is processed as follows:

请求PDU中的每个变量绑定处理如下:

(1) Identify the authoritative target OID range and target session, exactly as described for the agentx-GetNext-PDU (see 7.2.1.2).

(1) 确定权威目标OID范围和目标会话,与agentx GetNext PDU的描述完全相同(参见7.2.1.2)。

(2) If this is the first variable binding to be dispatched over the target session in a request-response exchange entailed in the processing of this management request:

(2) 如果这是在处理此管理请求过程中产生的请求-响应交换中通过目标会话调度的第一个变量绑定:

- Create an agentx-GetBulk-PDU for the session, with the header fields initialized as described above (see 6.1 AgentX PDU Header).

- 为会话创建agentx GetBulk PDU,标题字段如上所述初始化(请参阅6.1 agentx PDU标题)。

(3) Add a SearchRange to the end of the target session's agentx-GetBulk-PDU for this variable binding, as described for the agentx-GetNext-PDU. If the variable binding was a non-repeater in the original request PDU, it must be a non-repeater in the agentx-GetBulk-PDU.

(3) 为此变量绑定将SearchRange添加到目标会话的agentx GetBulk PDU的末尾,如agentx GetNext PDU所述。如果变量绑定是原始请求PDU中的非中继器,则它必须是agentx GetBulk PDU中的非中继器。

The value of g.max_repetitions in the agentx-GetBulk-PDU may be less than (but not greater than) the value in the original request PDU.

agentx GetBulk PDU中的g.max_重复值可能小于(但不大于)原始请求PDU中的值。

The master agent may make such alterations due to simple sanity checking, optimizations for the current iteration based on the registry, the maximum possible size of a potential Response-PDU, known constraints of the AgentX transport, or any other implementation-specific constraint.

主代理可以由于简单的健全性检查、基于注册表的当前迭代优化、潜在响应PDU的最大可能大小、AgentX传输的已知约束或任何其他特定于实现的约束而进行此类更改。

7.2.1.4. agentx-TestSet-PDU
7.2.1.4. agentx测试集PDU

AgentX employs test-commit-undo-cleanup phases to achieve "as if simultaneous" semantics of the SNMP SetRequest-PDU within the extensible agent. The initial phase involves the agentx-TestSet-PDU.

AgentX使用测试提交-撤消清理阶段来实现可扩展代理中SNMP SetRequest PDU的“仿佛同时”语义。初始阶段涉及agentx测试集PDU。

Each variable binding in the SNMP request PDU is processed in order, as follows:

SNMP请求PDU中的每个变量绑定按顺序处理,如下所示:

(1) Identify the target OID range.

(1) 确定目标OID范围。

Within a lexicographically ordered set of OID ranges, valid for the indicated context, locate the authoritative range that contains the variable binding's name.

在对指定上下文有效的按字典顺序排列的OID范围集中,找到包含变量绑定名称的权威范围。

(2) If no such OID range exists, this variable binding fails with an error of `notWritable'. Processing is complete for this request.

(2) 如果不存在此类OID范围,则此变量绑定将失败,错误为“notWritable”。此请求的处理已完成。

(3) Identify the single subagent responsible for this OID range, termed the target subagent, and the applicable session, termed the target session.

(3) 确定负责此OID范围的单个子代理(称为目标子代理)和适用的会话(称为目标会话)。

(4) If this is the first variable binding to be dispatched over the target session in a request-response exchange entailed in the processing of this management request:

(4) 如果这是在处理此管理请求过程中产生的请求-响应交换中通过目标会话调度的第一个变量绑定:

- create an agentx-TestSet-PDU for the session, with the header fields initialized as described above (see 6.1 AgentX PDU Header).

- 为会话创建一个agentx测试集PDU,标题字段如上所述初始化(请参阅6.1 agentx PDU标题)。

(5) Add a VarBind to the end of the target session's PDU for this variable binding, as described in section 5.4.

(5) 如第5.4节所述,将变量绑定添加到目标会话的PDU末尾。

Note that all VarBinds applicable to a given session must be sent in a single agentx-TestSet-PDU.

请注意,适用于给定会话的所有varbind必须在单个agentx测试集PDU中发送。

7.2.1.5. Dispatch
7.2.1.5. 派遣

A timeout value is calculated for each PDU to be sent, which is the maximum value of the timeouts determined for each of the PDU's SearchRanges (as described above in 7.2.1 Dispatching AgentX PDUs, item 4). Each pending PDU is mapped (via its h.sessionID value) to a particular transport domain/endpoint, as described in section 8 (Transport Mappings).

为每个要发送的PDU计算超时值,这是为每个PDU的搜索范围确定的超时的最大值(如上7.2.1调度代理PDU第4项所述)。如第8节(传输映射)所述,每个挂起的PDU(通过其h.sessionID值)映射到特定的传输域/端点。

7.2.2. Subagent Processing of agentx-Get, GetNext, GetBulk-PDUs
7.2.2. agentx Get、GetNext、GetBulk PDU的子代理处理

A conformant AgentX subagent must support the agentx-Get, -GetNext, and -GetBulk PDUs, and must support multiple variables being supplied in each PDU.

一致的AgentX子代理必须支持AgentX Get、-GetNext和-GetBulk PDU,并且必须支持每个PDU中提供的多个变量。

When a subagent receives an agentx-Get-, GetNext-, or GetBulk-PDU, it performs the indicated management operations and returns an agentx-Response-PDU.

当子代理收到agentx Get、GetNext或GetBulk PDU时,它将执行指示的管理操作并返回agentx响应PDU。

The agentx-Response-PDU header fields are identical to the received request PDU except that, at the start of processing, the subagent initializes h.type to Response, res.error to `noError', res.index to 0, and the VarBindList to null.

agentx响应PDU头字段与接收到的请求PDU相同,只是在处理开始时,子代理将h.type初始化为Response,res.error初始化为'noError',res.index初始化为0,VarBindList初始化为null。

Each SearchRange in the request PDU's SearchRangeList is processed as described below, and a VarBind is added in the corresponding location of the agentx-Response-PDU's VarbindList. If processing should fail for any reason not described below, res.error is set to `genErr', res.index to the index of the failed SearchRange, the VarBindList is reset to null, and this agentx-Response-PDU is returned to the master agent.

请求PDU的SearchRangeList中的每个SearchRange都按如下所述进行处理,并在agentx响应PDU的VarbindList的相应位置添加一个VarBind。如果处理因以下未描述的任何原因而失败,则res.error设置为“gener”,res.index设置为失败搜索范围的索引,VarBindList重置为null,此agentx响应PDU返回给主代理。

7.2.2.1. Subagent Processing of the agentx-Get-PDU
7.2.2.1. agentx Get PDU的子代理处理

Upon the subagent's receipt of an agentx-Get-PDU, each SearchRange in the request is processed as follows:

子代理收到agentx Get PDU后,请求中的每个搜索范围将按如下方式处理:

(1) The starting OID is copied to v.name.

(1) 起始OID将复制到v.name。

(2) If the starting OID exactly matches the name of a variable instantiated by this subagent within the indicated context and session, v.type and v.data are encoded to represent the variable's syntax and value, as described in section 5.4, Value Representation.

(2) 如果起始OID与指定上下文和会话中该子代理实例化的变量名称完全匹配,则v.type和v.data将被编码以表示变量的语法和值,如第5.4节“值表示”所述。

(3) Otherwise, if the starting OID does not match the object identifier prefix of any variable instantiated within the indicated context and session, the VarBind is set to `noSuchObject', in the manner described in section 5.4, Value Representation.

(3) 否则,如果起始OID与指定上下文和会话中实例化的任何变量的对象标识符前缀不匹配,则VarBind将按照第5.4节“值表示”中所述的方式设置为“noSuchObject”。

(4) Otherwise, the VarBind is set to `noSuchInstance' in the manner described in section 5.4, Value Representation.

(4) 否则,VarBind将按照第5.4节“值表示”中描述的方式设置为“noSuchInstance”。

7.2.2.2. Subagent Processing of the agentx-GetNext-PDU
7.2.2.2. agentx GetNext PDU的子代理处理

Upon the subagent's receipt of an agentx-GetNext-PDU, each SearchRange in the request is processed as follows:

在子代理收到agentx GetNext PDU后,请求中的每个搜索范围将按如下方式处理:

(1) The subagent searches for a variable within the lexicographically ordered list of variable names for all variables it instantiates (without regard to registration of regions) within the indicated context and session, for which the following are all true:

(1) 子代理在指定的上下文和会话中,针对其实例化的所有变量(不考虑区域注册),在按字典顺序排列的变量名列表中搜索变量,对于这些变量,以下各项均为真:

- if the "include" field of the starting OID is 0, the variable's name is the closest lexicographical successor to the starting OID.

- 如果起始OID的“include”字段为0,则该变量的名称是起始OID最接近的后续词典。

- if the "include" field of the starting OID is 1, the variable's name is either equal to, or the closest lexicographical successor to, the starting OID.

- 如果起始OID的“include”字段为1,则该变量的名称等于起始OID,或者是该OID的最接近词典的后续变量。

- If the ending OID is not null, the variable's name lexicographically precedes the ending OID.

- 如果结束OID不为null,则变量名称按字典顺序位于结束OID之前。

If all of these conditions are met, v.name is set to the located variable's name. v.type and v.data are encoded to represent the variable's syntax and value, as described in section 5.4, Value Representation.

如果满足所有这些条件,v.name将设置为定位变量的名称。v、 如第5.4节“值表示”所述,对类型和v.data进行编码以表示变量的语法和值。

(2) If no such variable exists, v.name is set to the starting OID, and the VarBind is set to `endOfMibView', in the manner described in section 5.4, Value Representation.

(2) 如果不存在此类变量,v.name将设置为起始OID,VarBind将按照第5.4节“值表示”中所述的方式设置为“endOfMibView”。

7.2.2.3. Subagent Processing of the agentx-GetBulk-PDU
7.2.2.3. agentx GetBulk PDU的子代理处理

A maximum of N + (M * R) VarBinds are returned, where

返回的最大值为N+(M*R)varbind,其中

N equals g.non_repeaters, M equals g.max_repetitions, and R is (number of SearchRanges in the GetBulk request) - N.

N等于g.non_中继器,M等于g.max_重复次数,R是(GetBulk请求中的搜索范围数)-N。

The first N SearchRanges are processed exactly as for the agentx-GetNext-PDU.

前N个搜索范围的处理与agentx GetNext PDU的处理完全相同。

If M and R are both non-zero, the remaining R SearchRanges are processed iteratively to produce potentially many VarBinds. For each iteration i, such that i is greater than zero and less than or equal to M, and for each repeated SearchRange s, such that s is greater than zero and less than or equal to R, the (N+((i-1)*R)+s)-th VarBind is added to the agentx-Response-PDU as follows:

如果M和R都非零,则对剩余的R搜索范围进行迭代处理,以产生潜在的多个varbind。对于每次迭代i,使得i大于零且小于或等于M,对于每次重复搜索范围s,使得s大于零且小于或等于R,(N+((i-1)*R)+s)-th VarBind被添加到agentx响应PDU中,如下所示:

1) The subagent searches for a variable within the lexicographically ordered list of variable names for all variables it instantiates (without regard to registration of regions) within the indicated context and session, for which the following are all true:

1) 子代理在指定的上下文和会话中,针对其实例化的所有变量(不考虑区域注册),在按字典顺序排列的变量名列表中搜索变量,对于这些变量,以下各项均为真:

- The variable's name is the (i)-th lexicographical successor to the (N+s)-th requested OID.

- 该变量的名称是第(N+s)个请求OID的第(i)个词典继承者。

(Note that if i is 0 and the "include" field is 1, the variable's name may be equivalent to, or the first lexicographical successor to, the (N+s)-th requested OID.)

(请注意,如果i为0,且“include”字段为1,则变量名称可能等同于(N+s)-th请求的OID,或者是该OID的第一个词典继承者。)

- If the ending OID is not null, the variable's name lexicographically precedes the ending OID.

- 如果结束OID不为null,则变量名称按字典顺序位于结束OID之前。

If all of these conditions are met, v.name is set to the located variable's name. v.type and v.data are encoded to represent the variable's syntax and value, as described in section 5.4, Value Representation.

如果满足所有这些条件,v.name将设置为定位变量的名称。v、 如第5.4节“值表示”所述,对类型和v.data进行编码以表示变量的语法和值。

2) If no such variable exists, the VarBind is set to `endOfMibView' as described in section 5.4, Value Representation. v.name is set to v.name of the (N+((i-2)*R)+s)-th VarBind unless i is currently 1, in which case it is set to the value of the starting OID in the (N+s)-th SearchRange.

2) 如果不存在此类变量,则将VarBind设置为“endOfMibView”,如第5.4节“值表示”所述。v、 name设置为v.name(N+((i-2)*R)+s)-th VarBind,除非i当前为1,在这种情况下,它设置为(N+s)-th SearchRange中起始OID的值。

Note that further iterative processing should stop if

请注意,如果

- For any iteration i, all s values of v.type are `endOfMibView'.

- 对于任何迭代i,v.type的所有s值都是“endOfMibView”。

- An AgentX transport constraint or other implementation-specific constraint is reached.

- 达到AgentX传输约束或其他特定于实现的约束。

7.2.3. Subagent Processing of agentx-TestSet, -CommitSet, -UndoSet, -CleanupSet-PDUs

7.2.3. agentx测试集、-CommitSet、-UndoSet、-PDU的子代理处理

A conformant AgentX subagent must support the agentx-TestSet, -CommitSet, -UndoSet, and -CleanupSet PDUs, and must support multiple variables being supplied in each PDU.

一致的AgentX子代理必须支持AgentX测试集、-CommitSet、-UndoSet和-CleanupSet PDU,并且必须支持每个PDU中提供的多个变量。

These four PDUs are used to collectively perform the indicated management operation. An agentx-Response-PDU is sent in reply to each of the PDUs, to inform the master agent of the state of the operation.

这四个PDU用于共同执行指示的管理操作。向每个PDU发送agentx响应PDU,以告知主代理操作的状态。

The agentx-Response-PDU header fields are identical to the received request PDU except that, at the start of processing, the subagent initializes h.type to Response, res.error to `noError', and res.index to 0.

agentx响应PDU头字段与接收到的请求PDU相同,只是在处理开始时,子代理将h.type初始化为Response,res.error初始化为'noError',res.index初始化为0。

These Response-PDUs do not contain a VarBindList.

这些响应PDU不包含VarBindList。

7.2.3.1. Subagent Processing of the agentx-TestSet-PDU
7.2.3.1. agentx测试集PDU的子代理处理

Upon the subagent's receipt of an agentx-TestSet-PDU, each VarBind in the PDU is validated until they are all successful, or until one fails, as described in section 4.2.5 of RFC 1905 [4]. The subagent validates variables with respect to the context and session indicated in the testSet-PDU.

子代理收到agentx测试集PDU后,将验证PDU中的每个VarBind,直到它们全部成功,或直到其中一个失败,如RFC 1905[4]第4.2.5节所述。子代理验证与testSet PDU中指示的上下文和会话相关的变量。

If each VarBind is successful, the subagent has a further responsibility to ensure the availability of all resources (memory, write access, etc.) required for successfully carrying out a subsequent agentx-CommitSet operation. If this cannot be guaranteed, the subagent should set res.error to `resourceUnavailable'.

如果每个VarBind都成功,则子代理将进一步负责确保成功执行后续agentx CommitSet操作所需的所有资源(内存、写访问等)的可用性。如果无法保证这一点,则子代理应将res.error设置为“resourceUnavailable”。

As a result of this validation step, an agentx-Response-PDU is sent in reply whose res.error field is set to one of the following (SNMPv2 SMI) values:

作为此验证步骤的结果,将发送一个agentx响应PDU作为应答,其res.error字段设置为以下值之一(SNMPv2 SMI):

noError (0), genErr (5), noAccess (6), wrongType (7), wrongLength (8), wrongEncoding (9), wrongValue (10), noCreation (11), inconsistentValue (12), resourceUnavailable (13), notWritable (17), inconsistentName (18)

noError(0)、genErr(5)、noAccess(6)、ErrorType(7)、ErrorLength(8)、ErrorEncoding(9)、ErrorValue(10)、noCreation(11)、inconsistentValue(12)、resourceUnavailable(13)、notWritable(17)、inconsistentName(18)

If this value is not `noError', the res.index field must be set to the index of the VarBind for which validation failed.

如果此值不是“noError”,则res.index字段必须设置为验证失败的VarBind的索引。

Implementation of rigorous validation code may be one of the most demanding aspects of subagent development. Implementors are strongly encouraged to do this right, so as to avoid if at all possible the extensible agent's having to return `commitFailed' or `undoFailed' during subsequent processing.

严格验证代码的实现可能是子代理开发中要求最高的方面之一。强烈鼓励实现者正确地执行此操作,以便尽可能避免可扩展代理在后续处理过程中返回“commitFailed”或“undoFailed”。

7.2.3.2. Subagent Processing of the agentx-CommitSet-PDU
7.2.3.2. agentx CommitSet PDU的子代理处理

The agentx-CommitSet-PDU indicates that the subagent should actually perform (as described in the post-validation sections of 4.2.5 of RFC 1905 [4]) the management operation indicated by the previous TestSet-PDU. After carrying out the management operation, the subagent sends in reply an agentx-Response-PDU whose res.error field is set to one of the following (SNMPv2 SMI) values:

agentx CommitSet PDU指出,子代理应实际执行(如RFC 1905[4]第4.2.5节验证后部分所述)先前测试集PDU指示的管理操作。执行管理操作后,子代理将发送一个agentx响应PDU,该PDU的res.error字段设置为以下值之一(SNMPv2 SMI):

noError (0), commitFailed (14)

无错误(0),提交失败(14)

If this value is `commitFailed', the res.index field must be set to the index of the VarBind for which the operation failed. Otherwise res.index is set to 0.

如果此值为“commitFailed”,则res.index字段必须设置为操作失败的VarBind的索引。否则,res.index设置为0。

7.2.3.3. Subagent Processing of the agentx-UndoSet-PDU
7.2.3.3. agentx UndoSet PDU的子代理处理

The agentx-UndoSet-PDU indicates that the subagent should undo the management operation requested in a preceding CommitSet-PDU. The undo process is as described in section 4.2.5 of RFC 1905 [4].

agentx UndoSet PDU指示子代理应撤消在前面的CommitSet PDU中请求的管理操作。撤销过程如RFC 1905[4]第4.2.5节所述。

After carrying out the undo process, the subagent sends in reply an agentx-Response-PDU whose res.index field is set to 0, and whose res.error field is set to one of the following (SNMPv2 SMI) values:

执行撤消过程后,子代理将发送一个agentx响应PDU作为响应,该PDU的res.index字段设置为0,res.error字段设置为以下(SNMPv2 SMI)值之一:

noError (0), undoFailed (15)

无错误(0),撤消失败(15)

If this value is `undoFailed', the res.index field must be set to the index of the VarBind for which the operation failed. Otherwise res.index is set to 0.

如果此值为“undoFailed”,则res.index字段必须设置为操作失败的VarBind的索引。否则,res.index设置为0。

This PDU also signals the end of processing of the management operation initiated by the previous TestSet-PDU. The subagent should release resources, etc. as described in section 7.2.3.4.

此PDU还表示由前一个测试集PDU启动的管理操作的处理结束。子代理应按照第7.2.3.4节所述释放资源等。

7.2.3.4. Subagent Processing of the agentx-CleanupSet-PDU
7.2.3.4. agentx PDU的子代理处理

The agentx-CleanupSet-PDU signals the end of processing of the management operation requested in the previous TestSet-PDU. This is an indication to the subagent that it may now release any resources it may have reserved in order to carry out the management request.

agentx PDU向上一个测试集PDU中请求的管理操作的处理结束发出信号。这表示子代理现在可以释放其为执行管理请求而保留的任何资源。

No response is sent by the subagent.

子代理不发送响应。

7.2.4. Master Agent Processing of AgentX Responses
7.2.4. AgentX响应的主代理处理

The master agent now marshals all subagent AgentX response PDUs and builds an SNMP response PDU. In the next several subsections, the initial processing of all subagent AgentX response PDUs is described, followed by descriptions of subsequent processing for each specific subagent Response.

主代理现在封送所有子代理AgentX响应PDU并构建SNMP响应PDU。在接下来的几个小节中,将描述所有子代理AgentX响应PDU的初始处理,然后描述每个特定子代理响应的后续处理。

7.2.4.1. Common Processing of All AgentX Response PDUs
7.2.4.1. 所有AgentX响应PDU的通用处理

1) If a subagent does not respond within the timeout interval for this dispatch, it is treated as if the subagent had returned `genErr' and processed as described below.

1) 如果子代理在该调度的超时时间间隔内没有响应,则将其视为子代理已返回“genErr”并按如下所述进行处理。

A timeout may be due to a variety of reasons, and does not necessarily denote a failed or malfunctioning subagent. As such, the master agent's response to a subagent timeout is implementation-specific, but with the following constraint:

超时可能是由于多种原因造成的,不一定表示子代理出现故障或故障。因此,主代理对子代理超时的响应是特定于实现的,但有以下限制:

A subagent that times out on three consecutive requests is considered unable to respond, and the master agent must close the AgentX session as described in 7.1.9, step (2).

连续三次请求超时的子代理被视为无法响应,主代理必须关闭AgentX会话,如7.1.9步骤(2)所述。

2) Otherwise, the h.packetID, h.sessionID, and h.transactionID fields of the AgentX response PDU are used to correlate subagent responses. If the response does not pertain to this SNMP operation, it is ignored.

2) 否则,AgentX响应PDU的h.packetID、h.sessionID和h.transactionID字段将用于关联子代理响应。如果响应与此SNMP操作无关,则将忽略该响应。

3) Otherwise, the responses are processed jointly to form the SNMP response PDU.

3) 否则,将联合处理响应以形成SNMP响应PDU。

7.2.4.2. Processing of Responses to agentx-Get-PDUs
7.2.4.2. 处理对agentx Get PDU的响应

After common processing of the subagent's response to an agentx-Get-PDU (see 7.2.4.1 above), processing continues with the following steps:

在对agentx Get PDU的子代理响应进行常规处理后(见上文7.2.4.1),处理将继续执行以下步骤:

1) For any received AgentX response PDU, if res.error is not `noError', the SNMP response PDU's error code is set to this value, and its error index to the index of the variable binding corresponding to the failed VarBind in the subagent's AgentX response PDU.

1) 对于任何接收到的AgentX响应PDU,如果res.error不是“noError”,SNMP响应PDU的错误代码将设置为此值,其错误索引将设置为与子代理的AgentX响应PDU中失败的VarBind对应的变量绑定索引。

All other AgentX response PDUs received due to processing this SNMP request are ignored. Processing is complete; the SNMP Response PDU is ready to be sent (see section 7.2.5, Sending the SNMP Response-PDU).

由于处理此SNMP请求而收到的所有其他AgentX响应PDU将被忽略。处理完成;SNMP响应PDU已准备好发送(请参阅第7.2.5节,发送SNMP响应PDU)。

2) Otherwise, the content of each VarBind in the AgentX response PDU is used to update the corresponding variable binding in the SNMP Response-PDU.

2) 否则,AgentX响应PDU中每个VarBind的内容将用于更新SNMP响应PDU中相应的变量绑定。

7.2.4.3. Processing of Responses to agentx-GetNext-PDU and agentx-GetBulk-PDU

7.2.4.3. 处理对agentx GetNext PDU和agentx GetBulk PDU的响应

After common processing of the subagent's response to an agentx-GetNext-PDU or agentx-GetBulk-PDU (see 7.2.4.1 above), processing continues with the following steps:

在对agentx GetNext PDU或agentx GetBulk PDU(见上文7.2.4.1)的子代理响应进行常规处理后,处理将继续执行以下步骤:

1) For any received AgentX response PDU, if res.error is not `noError', the SNMP response PDU's error code is set to this value, and its error index to the index of the VarBind corresponding to the failed VarBind in the subagent's AgentX response PDU.

1) 对于任何接收到的AgentX响应PDU,如果res.error不是“noError”,则SNMP响应PDU的错误代码设置为该值,其错误索引设置为与子代理的AgentX响应PDU中失败的VarBind对应的VarBind索引。

All other AgentX response PDUs received due to processing this SNMP request are ignored. Processing is complete; the SNMP response PDU is ready to be sent (see section 7.2.5, Sending the SNMP Response PDU).

由于处理此SNMP请求而收到的所有其他AgentX响应PDU将被忽略。处理完成;SNMP响应PDU已准备好发送(请参阅第7.2.5节,发送SNMP响应PDU)。

2) Otherwise, the content of each VarBind in the AgentX response PDU is used to update the corresponding VarBind in the SNMP response PDU.

2) 否则,AgentX响应PDU中每个VarBind的内容将用于更新SNMP响应PDU中相应的VarBind。

After all expected AgentX response PDUs have been processed, if any VarBinds still contain the value `endOfMibView' in their v.type fields, processing must continue:

处理完所有预期的AgentX响应PDU后,如果任何VARBIND在其v.type字段中仍然包含值“endOfMibView”,则处理必须继续:

3) A new iteration of AgentX request dispatching is initiated (as described in section 7.2.1.1), in which only those VarBinds whose v.type is `endOfMibView' are processed.

3) 启动AgentX请求调度的新迭代(如第7.2.1.1节所述),其中仅处理v.type为“endOfMibView”的VARBIND。

4) For each such VarBind, a target OID range is identified which is the lexicographical successor to the target OID range for this VarBind on the last iteration. The target subagent is the one that registered the target OID range. The target session is the one in which the target OID range was registered.

4) 对于每一个这样的VarBind,都会标识一个目标OID范围,该范围是该VarBind在上一次迭代中的目标OID范围的字典顺序继承者。目标子代理是注册目标OID范围的子代理。目标会话是注册目标OID范围的会话。

If an agentx-GetNext- or GetBulk-PDU is being dispatched, the starting OID in the SearchRanges is set to the target OID range, and its "include" field is set to 1.

如果正在调度agentx GetNext或GetBulk PDU,则SearchRanges中的起始OID设置为目标OID范围,其“包含”字段设置为1。

5) The value of transactionID must be identical to the value used during the previous iteration.

5) transactionID的值必须与上一次迭代中使用的值相同。

6) The AgentX PDUs are sent to the subagent(s), and the responses are received and processed according to the steps described in section 7.2.4.

6) 将AgentX PDU发送给子代理,并根据第7.2.4节所述步骤接收和处理响应。

7) This process continues iteratively until a complete SNMP Response-PDU has been built, or until there remain no target OID range lexicographical successors.

7) 此过程将反复进行,直到生成完整的SNMP响应PDU,或者直到没有目标OID范围字典顺序继承项为止。

7.2.4.4. Processing of Responses to agentx-TestSet-PDUs
7.2.4.4. 处理对agentx测试集PDU的响应

After common processing of the subagent's response to an agentx-TestSet-PDU (see 7.2.4.1 above), processing continues with the further exchange of AgentX PDUs. The value of h.transactionID in the agentx-CommitSet, -UndoSet, and -CleanupSet-PDUs must be identical to the value sent in the testSet-PDU.

子代理对agentx测试集PDU的响应进行共同处理后(见上文7.2.4.1),处理将继续进行,并进一步交换agentx PDU。agentx CommitSet、-UndoSet和-CleanupSet PDU中h.transactionID的值必须与testSet PDU中发送的值相同。

The state transitions and PDU sequences are depicted in section 7.3.

第7.3节描述了状态转换和PDU序列。

1) If any target subagent's response is not `noError', all other agentx-Response-PDUs received due to processing this SNMP request are ignored.

1) 如果任何目标子代理的响应不是“noError”,则将忽略由于处理此SNMP请求而收到的所有其他agentx响应PDU。

An agentx-CleanupSet-PDU is sent to each target subagent that has been sent a agentx-TestSet-PDU.

将agentx测试集PDU发送给已发送agentx测试集PDU的每个目标子代理。

Processing is complete; the SNMP response PDU is constructed as described below in 7.2.4.6.

处理完成;SNMP响应PDU的构造如7.2.4.6所述。

2) Otherwise an agentx-CommitSet-PDU is sent to each target subagent.

2) 否则,将向每个目标子代理发送agentx CommitSet PDU。

7.2.4.5. Processing of Responses to agentx-CommitSet-PDUs
7.2.4.5. 处理对agentx CommitSet PDU的响应

After common processing of the subagent's response to an agentx-CommitSet-PDU (see 7.2.4.1 above), processing continues with the following steps:

在对子代理对agentx CommitSet PDU的响应进行常规处理后(见上文7.2.4.1),处理将继续执行以下步骤:

1) If any response is not `noError', all other agentx-Response-PDUs received due to processing this SNMP request are ignored.

1) 如果任何响应不是“noError”,则忽略因处理此SNMP请求而收到的所有其他agentx响应PDU。

An agentx-UndoSet-PDU is sent to each target subagent that has been sent a agentx-CommitSet-PDU. All other subagents are sent a agentx-CleanupSet-PDU.

agentx UndoSet PDU将发送给已发送agentx CommitSet PDU的每个目标子代理。所有其他子代理发送一个agentx PDU。

2) Otherwise an agentx-CleanupSet-PDU is sent to each target subagent. Processing is complete; the SNMP response PDU is constructed as described below in 7.2.4.6.

2) 否则,将向每个目标子代理发送agentx PDU。处理完成;SNMP响应PDU的构造如7.2.4.6所述。

7.2.4.6. Processing of Responses to agentx-UndoSet-PDUs
7.2.4.6. 处理对agentx UndoSet PDU的响应

After common processing of the subagent's response to an agentx-UndoSet-PDU (see 7.2.4.1 above), processing continues with the following steps:

在对agentx UndoSet PDU的子代理响应进行常规处理后(见上文7.2.4.1),处理将继续执行以下步骤:

1) If any response is not `noError' the SNMP response PDU's error code is set to this value, and its error index to the index of the VarBind corresponding to the failed VarBind in the agentx-TestSet-PDU.

1) 如果任何响应不是“noError”,则SNMP响应PDU的错误代码将设置为此值,其错误索引将设置为与agentx测试集PDU中失败的VarBind对应的VarBind索引。

Otherwise the SNMP response PDU's error code is set to `noError' and its error index to 0.

否则,SNMP响应PDU的错误代码设置为“noError”,错误索引设置为0。

7.2.5. Sending the SNMP Response-PDU
7.2.5. 发送SNMP响应PDU

Once the processing described in sections 7.2.1 - 7.2.4 is complete, there is an SNMP response PDU available. The master agent now implements the Elements of Procedure for the applicable version of the SNMP protocol in order to encapsulate the PDU into a message, and transmit it to the originator of the SNMP management request. Note that this may involve altering the PDU contents (for instance, to replace the original VarBinds if an error condition is to be returned).

完成第7.2.1节-第7.2.4节中描述的处理后,将有一个SNMP响应PDU可用。主代理现在实现适用版本的SNMP协议的过程元素,以便将PDU封装到消息中,并将其传输给SNMP管理请求的发起人。请注意,这可能涉及更改PDU内容(例如,如果返回错误条件,则替换原始的varbind)。

The response PDU may also be altered in order to support the SNMP version 1 framework. In such cases the required mapping is that defined in RFC 2089 [9]. (Note in particular that the rules for handling Counter64 syntax may require re-sending AgentX GetBulk or GetNext PDUs until a VarBind of suitable syntax is returned.)

The response PDU may also be altered in order to support the SNMP version 1 framework. In such cases the required mapping is that defined in RFC 2089 [9]. (Note in particular that the rules for handling Counter64 syntax may require re-sending AgentX GetBulk or GetNext PDUs until a VarBind of suitable syntax is returned.)translate error, please retry

7.2.6. MIB Views
7.2.6. MIB视图

AgentX subagents are not aware of MIB views, since view information is not contained in AgentX PDUs.

AgentX子代理不知道MIB视图,因为视图信息不包含在AgentX PDU中。

As stated above, the descriptions of procedures in section 7 of this memo are not intended to constrain the internal architecture of any conformant implementation. In particular, the master agent procedures described in sections 7.2.1 and 7.2.4 may be altered so as to optimize AgentX exchanges when implementing MIB views.

如上所述,本备忘录第7节中的程序描述无意约束任何一致性实施的内部架构。特别是,第7.2.1节和第7.2.4节中描述的主代理程序可能会更改,以便在实施MIB视图时优化AgentX交换。

Such optimizations are beyond the scope of this memo. But note that section 7.2.3 defines subagent behavior in such a way that alteration of SearchRanges may be used in such optimizations.

此类优化超出了本备忘录的范围。但请注意,第7.2.3节定义了子代理行为,在这种优化中可以使用搜索范围的更改。

7.3. State Transitions
7.3. 状态迁移

State diagrams are presented from the master agent's perspective for transport connection and session establishment, and from the subagent's perspective for Set transaction processing.

状态图是从主代理的角度显示的,用于传输连接和会话建立,以及从子代理的角度显示的,用于集合事务处理。

7.3.1. Set Transaction States
7.3.1. 设置事务状态

The following table presents, from the subagent's perspective, the state transitions involved in Set transaction processing:

下表从子代理的角度显示了集合事务处理中涉及的状态转换:

                                       STATE
            +----------------+--------------+---------+--------+--------
            |       A        |      B       |   C     |   D    |   E
            |   (Initial     |    TestOK    | Commit  | Test   | Commit
            |     State)     |              |  OK     | Fail   |  Fail
            |                |              |         |        |
    EVENT   |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
            | 7.2.3.1        |              |         |        |
   Receive  | All varbinds   |              |         |        |
   TestSet  | OK?            |      X       |    X    |   X    |    X
   PDU      |   Yes ->B      |              |         |        |
            |   No  ->D      |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
            |                |  7.2.3.2     |         |        |
   Receive  |                |  NoError?    |         |        |
   Commit-  |       X        |   Yes ->C    |    X    |   X    |    X
   Set PDU  |                |   No  ->E    |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Receive  |                |              | 7.2.3.3 |        |7.2.4.5
   UndoSet  |       X        |       X      | ->done  |   X    | ->done
   PDU      |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Receive  |                |  7.2.4.4     | 7.2.3.4 |7.2.4.4 |
   Cleanup- |       X        |   ->done     | ->done  | ->done |   X
   Set PDU  |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Session  |                | rollback     | undo    |        |
   Loss     |  ->done        |  ->done      |  ->done | ->done | ->done
   ---------+----------------+--------------+---------+--------+--------
        
                                       STATE
            +----------------+--------------+---------+--------+--------
            |       A        |      B       |   C     |   D    |   E
            |   (Initial     |    TestOK    | Commit  | Test   | Commit
            |     State)     |              |  OK     | Fail   |  Fail
            |                |              |         |        |
    EVENT   |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
            | 7.2.3.1        |              |         |        |
   Receive  | All varbinds   |              |         |        |
   TestSet  | OK?            |      X       |    X    |   X    |    X
   PDU      |   Yes ->B      |              |         |        |
            |   No  ->D      |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
            |                |  7.2.3.2     |         |        |
   Receive  |                |  NoError?    |         |        |
   Commit-  |       X        |   Yes ->C    |    X    |   X    |    X
   Set PDU  |                |   No  ->E    |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Receive  |                |              | 7.2.3.3 |        |7.2.4.5
   UndoSet  |       X        |       X      | ->done  |   X    | ->done
   PDU      |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Receive  |                |  7.2.4.4     | 7.2.3.4 |7.2.4.4 |
   Cleanup- |       X        |   ->done     | ->done  | ->done |   X
   Set PDU  |                |              |         |        |
   ---------+----------------+--------------+---------+--------+--------
   Session  |                | rollback     | undo    |        |
   Loss     |  ->done        |  ->done      |  ->done | ->done | ->done
   ---------+----------------+--------------+---------+--------+--------
        

There are three possible sequences that a subagent may follow for a particular set transaction:

对于特定的集合事务,子代理可能遵循三种可能的顺序:

1) TestSet CommitSet CleanupSet 2) TestSet CommitSet UndoSet 3) TestSet CleanupSet

1) TestSet CommitSet CleanupSet 2)TestSet CommitSet UndoSet 3)TestSet CleanupSet

Note that a single PDU sequence may result in multiple paths through the finite state machine (FSM). For example, the sequence

请注意,单个PDU序列可能导致通过有限状态机(FSM)的多条路径。例如,序列

TestSet CommitSet UndoSet

TestSet CommitSet撤消集

may walk through either of these two state sequences:

可以遍历这两个状态序列中的任意一个:

(initial) TestOK CommitOK (done) (initial) TestOK CommitFail (done)

(初始)TestOK CommitTok(完成)(初始)TestOK CommitFail(完成)

7.3.2 Transport Connection States
7.3.2 传输连接状态

The following table presents, from the master agent's perspective, the state transitions involved in transport connection setup and teardown:

下表从主代理的角度显示了传输连接设置和拆卸中涉及的状态转换:

                                STATE
                   +--------------+--------------
                   |      A       |      B
                   | No transport |  Transport
                   |              |  connected
                   |              |
   EVENT           |              |
   ----------------+--------------+--------------
   Transport       |              |
   connect         |     ->B      |      X
   indication      |              |
   ----------------+--------------+--------------
   Receive         |              | if duplicate
   Open-PDU        |              | session id,
                   |              | reject, else
                   |      X       | establish
                   |              | session
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Receive         |              | if matching
   Response-PDU    |              | session id,
                   |              | feed to that
                   |      X       | session's FSM
                   |              | else ignore
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Receive other   |              | if matching
   PDUs            |              | session id,
                   |              | feed to that
                   |      X       | session's FSM
                   |              | else reject
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Transport       |              |notify all
   disconnect      |              |sessions on
   indication      |      X       |this transport
                   |              |
                   |              |     ->A
   ----------------+--------------+--------------
        
                                STATE
                   +--------------+--------------
                   |      A       |      B
                   | No transport |  Transport
                   |              |  connected
                   |              |
   EVENT           |              |
   ----------------+--------------+--------------
   Transport       |              |
   connect         |     ->B      |      X
   indication      |              |
   ----------------+--------------+--------------
   Receive         |              | if duplicate
   Open-PDU        |              | session id,
                   |              | reject, else
                   |      X       | establish
                   |              | session
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Receive         |              | if matching
   Response-PDU    |              | session id,
                   |              | feed to that
                   |      X       | session's FSM
                   |              | else ignore
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Receive other   |              | if matching
   PDUs            |              | session id,
                   |              | feed to that
                   |      X       | session's FSM
                   |              | else reject
                   |              |
                   |              |     ->B
   ----------------+--------------+--------------
   Transport       |              |notify all
   disconnect      |              |sessions on
   indication      |      X       |this transport
                   |              |
                   |              |     ->A
   ----------------+--------------+--------------
        
7.3.3 Session States
7.3.3 届会国家

The following table presents, from the master agent's perspective, the state transitions involved in session setup and teardown:

下表从主代理的角度显示了会话设置和拆卸中涉及的状态转换:

                              STATE
                  +-------------+----------------
                  |     A       |      B
                  |  No session |  Session
                  |             |  established
   EVENT          |             |
   ---------------+-------------+----------------
                  |  7.1.1      |
   Receive        |             |      X
   Open PDU       |    ->B      |
   ---------------+-------------+----------------
                  |             |  7.1.9
   Receive        |      X      |
   Close PDU      |             |    ->A
   ---------------+-------------+----------------
   Receive        |             |  7.1.5
   Register PDU   |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.6
   Unregister     |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |
   Get PDU        |             |
   GetNext PDU    |             |
   GetBulk PDU    |      X      |       X
   TestSet PDU    |             |
   CommitSet PDU  |             |
   UndoSet PDU    |             |
   CleanupSet PDU |             |
   ---------------+-------------+----------------
   Receive        |             |  7.1.11
   Notify PDU     |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive Ping   |             |  7.1.12
   PDU            |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   (continued next page)
        
                              STATE
                  +-------------+----------------
                  |     A       |      B
                  |  No session |  Session
                  |             |  established
   EVENT          |             |
   ---------------+-------------+----------------
                  |  7.1.1      |
   Receive        |             |      X
   Open PDU       |    ->B      |
   ---------------+-------------+----------------
                  |             |  7.1.9
   Receive        |      X      |
   Close PDU      |             |    ->A
   ---------------+-------------+----------------
   Receive        |             |  7.1.5
   Register PDU   |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.6
   Unregister     |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |
   Get PDU        |             |
   GetNext PDU    |             |
   GetBulk PDU    |      X      |       X
   TestSet PDU    |             |
   CommitSet PDU  |             |
   UndoSet PDU    |             |
   CleanupSet PDU |             |
   ---------------+-------------+----------------
   Receive        |             |  7.1.11
   Notify PDU     |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive Ping   |             |  7.1.12
   PDU            |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   (continued next page)
        
   ---------------+-------------+----------------
   Receive        |             |  7.1.2
   IndexAllocate  |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.4
   IndexDeallocate|      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.7
   AddAgentxCaps  |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.8
   RemoveAgentxCap|      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.2.4
   Response PDU   |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |
   Other PDU      |      X      |       X
   ---------------+-------------+----------------
        
   ---------------+-------------+----------------
   Receive        |             |  7.1.2
   IndexAllocate  |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.4
   IndexDeallocate|      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.7
   AddAgentxCaps  |      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.1.8
   RemoveAgentxCap|      X      |
   PDU            |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |  7.2.4
   Response PDU   |      X      |
                  |             |    ->B
   ---------------+-------------+----------------
   Receive        |             |
   Other PDU      |      X      |       X
   ---------------+-------------+----------------
        
8. Transport Mappings
8. 传输映射

The same AgentX PDU formats, encodings, and elements of procedure are used regardless of the underlying transport.

无论底层传输是什么,都会使用相同的AgentX PDU格式、编码和过程元素。

8.1. AgentX over TCP
8.1. TCP上的AgentX
8.1.1. Well-known Values
8.1.1. 众所周知的价值观

The master agent accepts TCP connection requests for the well-known port 705. Subagents connect to the master agent using this port number.

主代理接受已知端口705的TCP连接请求。子代理使用此端口号连接到主代理。

8.1.2. Operation
8.1.2. 活动

Once a TCP connection has been established, the AgentX peers use this connection to carry all AgentX PDUs. Multiple AgentX sessions may be established using the same TCP connection. AgentX PDUs are sent within an AgentX session. AgentX peers are responsible for mapping the h.sessionID to a particular TCP connection.

一旦建立TCP连接,AgentX对等方将使用此连接承载所有AgentX PDU。可以使用相同的TCP连接建立多个AgentX会话。AgentX PDU在AgentX会话中发送。AgentX对等方负责将h.sessionID映射到特定的TCP连接。

All AgentX PDUs are presented individually to the TCP, to be sent as the data portion of a TCP PDU.

所有AgentX PDU都单独呈现给TCP,作为TCP PDU的数据部分发送。

8.2. AgentX over UNIX-domain Sockets
8.2. UNIX域套接字上的AgentX

Many (BSD-derived) implementations of the UNIX operating system support the UNIX pathname address family (AF_UNIX) for socket communications. This provides a convenient method of sending and receiving data between processes on the same host.

UNIX操作系统的许多(BSD派生的)实现都支持用于套接字通信的UNIX路径名地址系列(AF_UNIX)。这为在同一主机上的进程之间发送和接收数据提供了一种方便的方法。

Mapping AgentX to this transport is useful for environments that

将AgentX映射到此传输对于以下环境非常有用:

- wish to guarantee subagents are running on the same managed node as the master agent, and where

- 希望确保子代理与主代理在同一托管节点上运行,以及

- sockets provide better performance than TCP or UDP, especially in the presence of heavy network I/O

- 套接字提供比TCP或UDP更好的性能,尤其是在存在大量网络I/O的情况下

8.2.1. Well-known Values
8.2.1. 众所周知的价值观

The master agent creates a well-known UNIX-domain socket endpoint called "/var/agentx/master". (It may create other, implementation-specific endpoints.)

主代理创建一个著名的UNIX域套接字端点,名为“/var/agentx/master”。(它可以创建其他特定于实现的端点。)

This endpoint name uses the character set encoding native to the managed node, and represents a UNIX-domain stream (SOCK_STREAM) socket.

此端点名称使用托管节点本机的字符集编码,并表示UNIX域流(SOCK_流)套接字。

8.2.2. Operation
8.2.2. 活动

Once a connection has been established, the AgentX peers use this connection to carry all AgentX PDUs.

一旦建立连接,AgentX对等方将使用此连接承载所有AgentX PDU。

Multiple AgentX sessions may be established using the same connection. AgentX PDUs are sent within an AgentX session. AgentX peers are responsible for mapping the h.sessionID to a particular connection.

可以使用同一连接建立多个AgentX会话。AgentX PDU在AgentX会话中发送。AgentX对等方负责将h.sessionID映射到特定连接。

All AgentX PDUs are presented individually to the socket layer, to be sent in the data stream.

所有AgentX PDU单独呈现给套接字层,以在数据流中发送。

9. Security Considerations
9. 安全考虑

This memo defines a protocol between two processing entities, one of which (the master agent) is assumed to perform authentication of received SNMP requests and to control access to management information. The master agent performs these security operations independently of the other processing entity (the subagent).

此备忘录定义了两个处理实体之间的协议,其中一个(主代理)被假定为对接收到的SNMP请求执行身份验证并控制对管理信息的访问。主代理独立于其他处理实体(子代理)执行这些安全操作。

Security considerations require three questions to be answered:

出于安全考虑,需要回答三个问题:

1. Is a particular subagent allowed to initiate a session with a particular master agent?

1. 是否允许特定子代理启动与特定主代理的会话?

2. During an AgentX session, is any SNMP security-related information (for example, community names) passed from the master agent to the subagent?

2. 在AgentX会话期间,是否有任何SNMP安全相关信息(例如,团体名称)从主代理传递给子代理?

3. During an AgentX session, what part of the MIB tree is this subagent allowed to register?

3. 在AgentX会话期间,允许该子代理注册MIB树的哪个部分?

The answer to the third question is: A subagent can register any subtree (subject to AgentX elements of procedure, section 7.1.5). Currently there is no access control mechanism defined in AgentX. A concern here is that a malicious subagent that registers an unauthorized "sensitive" subtree, could see modification requests to those objects, or by giving its own clever answer to NMS queries, could cause the NMS to do something that leads to information disclosure or other damage.

第三个问题的答案是:子代理可以注册任何子树(根据程序的AgentX元素,第7.1.5节)。目前,AgentX中未定义访问控制机制。这里的一个问题是,注册未经授权的“敏感”子树的恶意子代理可能会看到对这些对象的修改请求,或者通过对NMS查询给出自己的聪明答案,可能会导致NMS执行导致信息泄露或其他损害的操作。

The answer to the second question is: No.

第二个问题的答案是:没有。

Now we can answer the first question. AgentX does not contain a mechanism for authorizing/refusing session initiations. Thus, controlling subagent access to the master agent may only be done at a lower layer (e.g., transport).

现在我们可以回答第一个问题。AgentX不包含授权/拒绝会话启动的机制。因此,控制子代理对主代理的访问只能在较低层(例如,传输)上完成。

An AgentX subagent can connect to a master agent using either a network transport mechanism (e.g., TCP), or a "local" mechanism (e.g., shared memory, named pipes).

AgentX子代理可以使用网络传输机制(如TCP)或“本地”机制(如共享内存、命名管道)连接到主代理。

In the case where a local transport mechanism is used and both subagent and master agent are running on the same host, connection authorization can be delegated to the operating system features. The answer to the first security question then becomes: "If and only if the subagent has sufficient privileges, then the operating system will allow the connection".

在使用本地传输机制且子代理和主代理都在同一主机上运行的情况下,可以将连接授权委托给操作系统功能。第一个安全问题的答案是:“如果且仅当子代理具有足够的权限,则操作系统将允许连接”。

If a network transport is used, currently there is no inherent security. Transport Layer Security or SSL could be used to control subagent connections, but that is beyond the scope of this document.

如果使用网络传输,目前没有固有的安全性。传输层安全或SSL可用于控制子代理连接,但这超出了本文档的范围。

Thus it is recommended that subagents always run on the same host as the master agent and that operating system features be used to ensure that only properly authorized subagents can establish connections to the master agent.

因此,建议子代理始终与主代理在同一主机上运行,并使用操作系统功能确保只有经过适当授权的子代理才能建立到主代理的连接。

10. Acknowledgements
10. 致谢

The initial development of this memo was heavily influenced by the DPI 2.0 specification RFC 1592 [7].

本备忘录的初始开发受到DPI 2.0规范RFC 1592[7]的严重影响。

This document was produced by the IETF Agent Extensibility (AgentX) Working Group, and benefited especially from the contributions of the following working group members:

本文件由IETF代理可扩展性(AgentX)工作组编制,特别得益于以下工作组成员的贡献:

David Battle, Uri Blumenthal, Jeff Case, Maria Greene, Dave Keeney, Harmen van der Linde, Bob Natale, Randy Presuhn, Aleksey Romanov, Don Ryan, and Juergen Schoenwaelder.

大卫·巴特尔、乌里·布卢门塔尔、杰夫·凯斯、玛丽亚·格林、戴夫·基尼、哈门·范德林德、鲍勃·纳塔莱、兰迪·普雷森、阿列克西·罗曼诺夫、唐·瑞安和尤尔根·舍恩瓦埃尔德。

The AgentX Working Group is chaired by:

AgentX工作组由以下人员担任主席:

Bob Natale ACE*COMM Corporation 704 Quince Orchard Road Gaithersburg MD 20878

马里兰州盖瑟斯堡昆斯乌节路704号Bob Natale ACE*通信公司20878

   Phone: +1-301-721-3000
   Fax:   +1-301-721-3001
   EMail: bnatale@acecomm.com
        
   Phone: +1-301-721-3000
   Fax:   +1-301-721-3001
   EMail: bnatale@acecomm.com
        
11. Authors' and Editor's Addresses
11. 作者和编辑地址

Mike Daniele Digital Equipment Corporation 110 Spit Brook Rd Nashua, NH 03062

迈克·达涅利数字设备公司,地址:新罕布什尔州纳舒亚市斯皮布鲁克路110号,邮编:03062

   Phone: +1-603-881-1423
   EMail: daniele@zk3.dec.com
        
   Phone: +1-603-881-1423
   EMail: daniele@zk3.dec.com
        

Bert Wijnen IBM Professional Services Watsonweg 2 1423 ND Uithoorn The Netherlands

Bert Wijnen IBM专业服务Watsonweg 2 1423荷兰第二大学

   Phone: +31-79-322-8316
   EMail: wijnen@vnet.ibm.com
        
   Phone: +31-79-322-8316
   EMail: wijnen@vnet.ibm.com
        

Dale Francisco (editor) Cisco Systems 150 Castilian Dr Goleta CA 93117

戴尔·弗朗西斯科(编辑)思科系统150卡斯蒂利亚戈莱塔博士CA 93117

   Phone: +1-805-961-3642
   Fax:   +1-805-961-3600
   EMail: dfrancis@cisco.com
        
   Phone: +1-805-961-3642
   Fax:   +1-805-961-3600
   EMail: dfrancis@cisco.com
        
12. References
12. 工具书类

[1] Information processing systems - Open Systems Interconnection - Specification of Abstract Syntax Notation One (ASN.1), International Organization for Standardization. International Standard 8824, (December, 1987).

[1] 信息处理系统.开放系统互连.国际标准化组织抽象语法符号1(ASN.1)规范。国际标准8824(1987年12月)。

[2] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Structure of Management Information for Version 2 of the Simple Network Management Protocol (SNMPv2)", RFC 1902, January 1996.

[2] Case,J.,McCloghrie,K.,Rose,M.和S.Waldbusser,“简单网络管理协议(SNMPv2)版本2的管理信息结构”,RFC 1902,1996年1月。

[3] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Textual Conventions for Version 2 of the Simple Network Management Protocol (SNMPv2)", RFC 1903, January 1996.

[3] Case,J.,McCloghrie,K.,Rose,M.和S.Waldbusser,“简单网络管理协议(SNMPv2)版本2的文本约定”,RFC 1903,1996年1月。

[4] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Protocol Operations for Version 2 of the Simple Network Management Protocol (SNMPv2)", RFC 1905, January 1996.

[4] Case,J.,McCloghrie,K.,Rose,M.,和S.Waldbusser,“简单网络管理协议(SNMPv2)版本2的协议操作”,RFC 1905,1996年1月。

[5] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Management Information Base for Version 2 of the Simple Network Management Protocol (SNMPv2)", RFC 1907, January 1996.

[5] Case,J.,McCloghrie,K.,Rose,M.和S.Waldbusser,“简单网络管理协议(SNMPv2)版本2的管理信息库”,RFC 1907,1996年1月。

[6] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple Network Management Protocol", STD 15, RFC 1157, SNMP Research, Performance Systems International, MIT Laboratory for Computer Science, May 1990.

[6] Case,J.,Fedor,M.,Schoffstall,M.,和J.Davin,“简单网络管理协议”,STD 15,RFC 1157,SNMP研究,性能系统国际,麻省理工学院计算机科学实验室,1990年5月。

[7] Wijnen, B., Carpenter, G., Curran, K., Sehgal, A. and G. Waters, "Simple Network Management Protocol: Distributed Protocol Interface, Version 2.0", RFC 1592, March 1994.

[7] Wijnen,B.,Carpenter,G.,Curran,K.,Sehgal,A.和G.Waters,“简单网络管理协议:分布式协议接口,版本2.0”,RFC 1592,1994年3月。

[8] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Coexistence between Version 1 and Version 2 of the Internet-standard Network Management Framework", RFC 1908, January 1996.

[8] Case,J.,McCloghrie,K.,Rose,M.和S.Waldbusser,“互联网标准网络管理框架第1版和第2版之间的共存”,RFC 1908,1996年1月。

[9] Wijnen, B. and D. Levi, "V2ToV1: Mapping SNMPv2 onto SNMPv1 Within a Bilingual SNMP Agent", RFC 2089, January 1997.

[9] Wijnen,B.和D.Levi,“V2ToV1:在双语SNMP代理中将SNMPv2映射到SNMPv1”,RFC 2089,1997年1月。

[10] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Conformance Statements for Version 2 of the Simple Network Management Protocol (SNMPv2)", RFC 1904, January 1996.

[10] Case,J.,McCloghrie,K.,Rose,M.和S.Waldbusser,“简单网络管理协议(SNMPv2)版本2的一致性声明”,RFC 1904,1996年1月。

[11] McCloghrie, K. and F. Kastenholz, "Evolution of the Interfaces Group of MIB-II", RFC 1573, January 1994.

[11] McCloghrie,K.和F.Kastenholz,“MIB-II接口组的演变”,RFC 1573,1994年1月。

[12] Case, J., "FDDI Management Information Base", RFC 1285, January 1992.

[12] Case,J.,“FDDI管理信息库”,RFC 1285,1992年1月。

[13] Application MIB Working Group, Krupczak, C., and J. Saperia, "Definitions of System-Level Managed Objects for Applications", draft-ietf-applmib-sysapplmib-08.txt, 15 Apr 1997.

[13] 应用程序MIB工作组,Krupczak,C.和J.Saperia,“应用程序系统级管理对象的定义”,草稿-ietf-applmib-sysapplmib-08.txt,1997年4月15日。

13. Full Copyright Statement
13. 完整版权声明

Copyright (C) The Internet Society (1998). All Rights Reserved.

版权所有(C)互联网协会(1998年)。版权所有。

This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to the Internet Society or other Internet organizations, except as needed for the purpose of developing Internet standards in which case the procedures for copyrights defined in the Internet Standards process must be followed, or as required to translate it into languages other than English.

本文件及其译本可复制并提供给他人,对其进行评论或解释或协助其实施的衍生作品可全部或部分编制、复制、出版和分发,不受任何限制,前提是上述版权声明和本段包含在所有此类副本和衍生作品中。但是,不得以任何方式修改本文件本身,例如删除版权通知或对互联网协会或其他互联网组织的引用,除非出于制定互联网标准的需要,在这种情况下,必须遵循互联网标准过程中定义的版权程序,或根据需要将其翻译成英语以外的其他语言。

The limited permissions granted above are perpetual and will not be revoked by the Internet Society or its successors or assigns.

上述授予的有限许可是永久性的,互联网协会或其继承人或受让人不会撤销。

This document and the information contained herein is provided on an "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

本文件和其中包含的信息是按“原样”提供的,互联网协会和互联网工程任务组否认所有明示或暗示的保证,包括但不限于任何保证,即使用本文中的信息不会侵犯任何权利,或对适销性或特定用途适用性的任何默示保证。