Network Working Group                                     C. Kalbfleisch
Request for Comments: 4149                                    Consultant
Category: Standards Track                                        R. Cole
                                                                 JHU/APL
                                                            D. Romascanu
                                                                   Avaya
                                                             August 2005
        
        Definition of Managed Objects for Synthetic Sources for
                   Performance Monitoring Algorithms
        

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 (2005).

著作権(C)インターネット協会(2005)。

Abstract

抽象

This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes objects for configuring Synthetic Sources for Performance Monitoring (SSPM) algorithms.

このメモは、インターネットコミュニティでのネットワーク管理プロトコルで使用するための管理情報ベース(MIB)の一部を定義します。特に、パフォーマンス監視のための合成源(SSPM)アルゴリズムを設定するためのオブジェクトについて説明します。

Table of Contents

目次

   1. Introduction ....................................................2
   2. The Internet-Standard Management Framework ......................2
   3. Overview ........................................................3
      3.1. Terms ......................................................3
   4. Relationship to Other MIB modules ...............................4
   5. Relationship to Other Work ......................................4
      5.1. IPPM .......................................................4
      5.2. DISMAN .....................................................5
      5.3. RMON .......................................................6
      5.4. ApplMIB ....................................................6
      5.5. SNMPCONF ...................................................7
      5.6. RTFM .......................................................8
      5.7. Relationship to Other Work: Summary ........................8
   6. MIB Structure ...................................................9
      6.1. General Information .......................................10
      6.2. Source Configuration ......................................10
      6.3. Sink Configuration ........................................10
   7. Definitions ....................................................10
   8. Security Considerations ........................................32
   9. Acknowledgements ...............................................34
   10. Normative References ..........................................34
   11. Informative References ........................................36
        
1. Introduction
1. はじめに

This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community.

このメモは、インターネットコミュニティでのネットワーク管理プロトコルで使用するための管理情報ベース(MIB)の一部を定義します。

In particular, it defines a method of describing Synthetic Sources for Performance Monitoring (SSPM). This is useful within the Remote Monitoring (RMON) framework [RFC3577] for performance monitoring in the cases where it is desirable to inject packets into the network for the purpose of monitoring their performance with the other MIBs in that framework.

特に、パフォーマンスモニタリング(SSPM)のための合成ソースの記述方法を規定します。そのフレームワーク内の他のMIBとそれらの性能を監視するためにネットワークにパケットを注入することが望ましい場合には、性能監視のためのリモートモニタリング(RMON)フレームワーク[RFC3577]内で有用です。

This memo also includes a MIB module.

また、このメモはMIBモジュールを含みます。

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].

この文書のキーワード "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", および "OPTIONAL" はRFC 2119 [RFC2119]に記載されているように解釈されます。

2. The Internet-Standard Management Framework
2.インターネット標準管理フレームワーク

For a detailed overview of the documents that describe the current Internet-Standard Management Framework, please refer to section 7 of RFC 3410 [RFC3410].

現在のインターネット標準の管理フレームワークを記述したドキュメントの詳細な概要については、RFC 3410 [RFC3410]のセクション7を参照してください。

Managed objects are accessed via a virtual information store, termed the Management Information Base or MIB. MIB objects are generally accessed through the Simple Network Management Protocol (SNMP). Objects in the MIB are defined using the mechanisms defined in the Structure of Management Information (SMI). This memo specifies a MIB module that is compliant to the SMIv2, which is described in STD 58, RFC 2578 [RFC2578], STD 58, RFC 2579 [RFC2579] and STD 58, RFC 2580 [RFC2580].

管理対象オブジェクトが仮想情報店を介してアクセスされ、管理情報ベースまたはMIBと呼ばれます。 MIBオブジェクトは、一般的に簡易ネットワーク管理プロトコル(SNMP)を介してアクセスされます。 MIBのオブジェクトは、管理情報(SMI)の構造で定義されたメカニズムを使用して定義されています。このメモは、STD 58、RFC 2578 [RFC2578]、STD 58、RFC 2579 [RFC2579]とSTD 58、RFC 2580 [RFC2580]に記載されているSMIv2のに準拠しているMIBモジュールを指定します。

3. Overview
3.概要

This document defines a MIB module for the purpose of remotely controlling synthetic sources (or 'active' probes) and sinks in order to enhance remote performance monitoring capabilities within IP networks and services. Much work within the IETF exists related to performance monitoring. One interesting aspect of this body of work is that it does not explicitly define an 'active' probe capability. An active probe capability is complimentary to existing capabilities, and this MIB module is developed to fill this void.

この文書では、IPネットワークとサービス内のリモート・パフォーマンス監視機能を強化するために、遠隔制御合成源(または「アクティブ」プローブ)とシンクの目的のためにMIBモジュールを定義します。 IETF内の多くの研究は、パフォーマンス監視に関連が存在します。仕事のこの身体の一つの興味深い点は、それが明示的に「アクティブ」のプローブ機能を定義していないということです。アクティブ・プローブ機能は、既存の機能に相補的であり、このMIBモジュールは、この空白を埋めるために開発されました。

3.1. Terms
3.1. 条項

The following definitions apply throughout this document:

以下の定義は、この文書全体で適用されます。

o 'Performance monitoring' is the act of monitoring traffic for the purpose of evaluating a statistic of a metric related to the performance of the system. A performance monitoring system is comprised of a) traffic generators, b) measurement, c) data reduction, and d) reporting. The traffic generators may be natural sources, synthetic sources, or intrusive sources.

O「パフォーマンスの監視は、」システムのパフォーマンスに関連したメトリックの統計を評価するための監視トラフィックの行為です。性能監視システムは、A)トラフィックジェネレータ、b)の測定と、c)データの削減、およびd)レポートで構成されています。トラフィックジェネレータは、天然源、合成源、または侵入源であることが好ましいです。

o A 'synthetic source' is a device or an embedded software program that generates a data packet (or packets) and injects it (or them) onto the path to a corresponding probe or existing server solely in support of a performance monitoring function. A synthetic source may talk intrusively to existing application servers.

O「合成源」は、デバイスまたはデータパケット(またはパケット)を生成する組込みソフトウェアプログラムであり、対応するプローブ、または単に性能監視機能をサポートする既存のサーバへの経路上に、それ(又はそれら)を注入します。合成ソースは、既存のアプリケーションサーバーに侵入的話があります。

The design goals for this MIB module are:

このMIBモジュールの設計目標は以下のとおりです。

o Complementing the overall performance management architecture being defined within the RMONMIB WG; refer to the RMONMIB framework document [RFC3577]. This MIB module is defined within the context of the APM-MIB [RFC3729].

RMONMIB WG内で定義される全体的なパフォーマンス管理アーキテクチャを補完O。 RMONMIBフレームワークドキュメント[RFC3577]を参照。このMIBモジュールはAPM-MIB [RFC3729]のコンテキスト内で定義されています。

o Extensibility: the MIB module should be easily extended to include a greater set of protocols and applications for performance monitoring purposes.

Oの拡張:MIBモジュールは容易に性能監視目的のためのプロトコルおよびアプリケーションのより大きなセットを含むように拡張されるべきです。

o Flexibility: the module should support both round-trip and one-way measurements.

O柔軟性:モジュールは、往復および一方向測定の両方をサポートする必要があります。

o Security: the control of the source and sink of traffic is handled by a management application, and communication is recommended via SNMPv3.

Oセキュリティ:トラフィックのソースとシンクの制御は、管理アプリケーションによって処理され、そして通信がSNMPv3のを経由してお勧めします。

This document is organized as follows. The next section discusses the relationship of this MIB module to others from the RMONMIB and Distributed Management (DISMAN) working groups. Then the structure of the MIB module is discussed. Finally, the MIB module definitions are given.

次のようにこの文書は、組織化されています。次のセクションでは、RMONMIBと分散管理(DISMAN)ワーキンググループから他の人にこのMIBモジュールの関係を論じています。次に、MIBモジュールの構造について説明します。最後に、MIBモジュールの定義が与えられています。

4. Relationship to Other MIB modules
他のMIBモジュール4.関係

This MIB module is designed to be used in conjunction with the RMON MIB Working Group's two other MIB modules for application performance measurement: Application Performance Measurement MIB [RFC3729] and Transport Performance Metrics MIB [RFC4150]. These MIB modules define reporting capabilities for that framework. The intent of this MIB module is to define a method for injecting packets into the network utilizing probe capabilities defined in the base MIB modules and measured with the reporting MIB modules. Other reporting MIB modules may be used as well.

アプリケーションのパフォーマンス測定MIB [RFC3729]と交通パフォーマンス・メトリックMIB [RFC4150]:このMIBモジュールは、アプリケーションのパフォーマンス測定のためのRMON MIB作業部会の二つの他のMIBモジュールと組み合わせて使用​​するように設計されています。これらのMIBモジュールは、そのフレームワークのためのレポート機能を定義します。このMIBモジュールの目的は、プローブの機能ベースのMIBモジュールで定義されていると報告MIBモジュールを用いて測定を利用してネットワークにパケットを注入するための方法を定義することです。他のレポートMIBモジュールを使用することもできます。

Specifically, this MIB module uses the AppLocalIndex as defined in the APM-MIB to map measurement configuration information to definition and reporting structures defined in the APM-MIB.

APM-MIBで定義されている測定構成定義の情報と報告構造をマッピングするためにAPM-MIBで定義され、具体的には、このMIBモジュールは、アプリローカルインデックスを使用します。

5. Relationship to Other Work
他の仕事へ5.関係

Much work has already been done within the IETF that has a direct bearing on the development of active performance probe definitions. This body of work has been addressed in various working groups over the years. In this section, we focus on the work of a) the IP Performance Metrics (IPPM) working group, b) the DISMAN working group, c) the RMON working group, d) the Application MIB (ApplMIB) working group, and e) the Realtime Traffic Flow Measurement (RTFM) working group.

多くの研究は、すでにアクティブなパフォーマンスプローブの定義の開発に直接影響を持っているIETF内で行われました。仕事のこの身体は、長年にわたってさまざまなワーキンググループで解決されています。このセクションでは、我々は)IPパフォーマンス・メトリック(IPPM)ワーキンググループの作業に焦点を当て、b)はDISMANワーキンググループ、C)RMONワーキンググループ、D)アプリケーションMIB(ApplMIB)ワーキンググループ、およびe)リアルタイム交通流計測(RTFM)ワーキンググループ。

5.1. IPPM
5.1. IPPM

The IPPM working group has defined in detail a set of performance metrics, sampling techniques, and associated statistics for transport-level or connectivity-level measurements. The IPPM framework document [RFC2330] discusses numerous issues concerning sampling techniques, clock accuracy, resolution and skew, wire time versus host time, error analysis, etc. Many of these are considerations for configuration and implementation issues discussed below. The IPPM working group has defined several metrics and their associated statistics, including

IPPMワーキンググループは、詳細に、トランスポート・レベルまたは接続レベルの測定のためのパフォーマンス・メトリック、サンプリング技術、および関連統計のセットを定義しています。 IPPMフレームワークドキュメント[RFC2330]は、サンプリング技術、クロック精度、分解能およびスキュー、ホスト時間に対するワイヤ時間、エラー分析、などが挙げられる。これらの多くは、以下に説明する構成および実装の問題のために考慮されているに関する多数の問題を論じています。 IPPMワーキンググループには、いくつかのメトリックおよびそれに関連する統計情報を定義しています

+ a connectivity metric [RFC2678],

接続性メトリック[RFC2678]を+

+ one-way delay metric [RFC2679],

+一方向遅延メトリック[RFC2679]、

+ one-way loss metric [RFC2680],

+一方向損失メトリック[RFC2680]、

+ round-trip delay and loss metrics [RFC2681],

+往復遅延および損失のメトリクス[RFC2681]、

+ delay variation metric [RFC3393],

+遅延変動メトリック[RFC3393]、

+ a streaming media metric [RFC3432],

ストリーミングメディアメトリック[RFC3432]を+

+ a throughput metric [EBT] and [TBT], and

+スループットメトリック[EBT]及び[TBT]、及び

+ others are under development.

+他の人が開発中です。

These (or a subset) could form the basis for a set of active, connectivity-level, probe types designed for monitoring the quality of transport services. A consideration of some of these metrics may form a set of work activities and a set of early deliverables for a group developing an active probe capability.

これら(またはサブセット)がアクティブ、接続レベル、トランスポート・サービスの品質を監視するために設計されたプローブタイプのセットのための基礎を形成することができます。これらのメトリックのいくつかの考慮事項は、作業活動のセットとアクティブ・プローブ機能を開発するグループの初期の成果の集合を形成することができます。

During the early development of the SSPM-MIB, it became apparent that a one-way measurement protocol was required in order for the SSPM-MIB to control a one-way measurement. This led to the current work with the IPPM WG on the development of the One-Way Measurement Protocol (OWDP) [ODP]. This work includes both the measurement protocol itself, as well as the development of a separate control protocol. This later control protocol is redundant with the current work on the SSPM-MIB. The SSPM-MIB could be used as an alternative to the one-way delay control protocol.

SSPM-MIBの初期の開発中に、それは一方通行の測定プロトコルはSSPM-MIBは、一方向の測定を制御するために必要とされたことが明らかになりました。これは、ワンウェイ測定プロトコル(OWDP)[ODP]の開発にIPPM WGで現在の仕事につながりました。この作業は、測定プロトコル自体、ならびに別個の制御プロトコルの開発の両方を含みます。この後、制御プロトコルは、SSPM-MIBの現在の仕事に冗長です。 SSPM-MIBは、一方向遅延制御プロトコルの代替として使用することができます。

5.2. DISMAN
5.2. DISMAN

The DISMAN working group has defined a set of 'active' tools for remote management. Of relevance to this document are:

DISMANワーキンググループは、リモート管理用の「アクティブ」ツールのセットを定義しています。このドキュメントに関連するのは、次のとおりです。

+ the pingMIB [RFC2925],

+ pingMIB [RFC2925]、

+ the DNS Lookup MIB [RFC2925],

+ DNSルックアップMIB [RFC2925]、

+ the tracerouteMIB [RFC2925],

+トレースルートMIB [RFC 2925]

+ the scriptMIB [RFC3165], and

scriptMIB [RFC3165]を+、および

+ the expressionMIB [RFC2982].

expressionMIB [RFC2982]を+。

The pingMIB and tracerouteMIB define an active probe capability, primarily for the remote determination of path and path connectivity. There are some performance-related metrics collected from the pingMIB, and one could conceivably use these measurements for the evaluation of a limited set of performance statistics. But there is a fundamental difference between determining connectivity and determining the quality of that connectivity. However, in the context of performance monitoring, a fault can be viewed as not performing at all. Therefore, both should be monitored with the same probes to reduce network traffic.

pingMIBとtracerouteMIBは、主パスとパス接続のリモート決意するために、アクティブプローブの能力を定義します。そこpingMIBから収集されたいくつかのパフォーマンス関連のメトリックがあり、一つは考えられるパフォーマンス統計情報の限られたセットの評価のためにこれらの測定値を使用することができます。しかし、接続性を決定し、その接続の品質を決定するとの根本的な違いがあります。しかし、パフォーマンス監視のコンテキストで、障害は全く行っていないとみなすことができます。したがって、両方のネットワークトラフィックを削減するために、同じプローブを用いて監視する必要があります。

The DNS Lookup MIB also includes some probe-like capabilities and performance time measurements for the DNS lookup. This could be used to suggest details of a related session-level, active probe.

DNSルックアップのMIBはまた、DNSルックアップのためのいくつかのプローブのような機能とパフォーマンスの時間測定を含んでいます。これは、関連するセッションレベル、アクティブ・プローブの詳細を示唆するために使用することができます。

The scriptMIB allows a network management application to distribute and manage scripts to remote devices. Conceivably, these scripts could be designed to run a set of active probe monitors on remote devices.

scriptMIBは、ネットワーク管理アプリケーションがリモートデバイスにスクリプトを配布し、管理することができます。おそらく、これらのスクリプトは、リモートデバイス上のアクティブ・プローブ・モニターのセットを実行するように設計することができます。

5.3. RMON
5.3. RMON

The RMON working group has developed an extensive, passive monitoring capability defined in RFC 2819 [RFC2819] and RFC 2021 [RFC2021] as well as additional MIB modules. Initially, the monitors collected statistics at the MAC layer, but the capability has now been extended to higher-layer statistics. Higher-layer statistics are identified through the definition of a Protocol Directory [RFC2021]. See the RMONMIB framework document [RFC3577] for an overview of the RMONMIB capabilities.

RMONワーキンググループは、RFC 2819 [RFC2819]及びRFC 2021 [RFC2021]と同様に、追加のMIBモジュールで定義された広範な、受動監視機能を開発しました。最初に、モニターはMACレイヤでの統計情報を収集しますが、機能は現在上位層の統計に拡張されました。上位層プロトコルの統計情報は、ディレクトリ[RFC2021]の定義によって識別されます。 RMONMIB機能の概要についてはRMONMIBフレームワークドキュメント[RFC3577]を参照してください。

Within this context, the development of an active traffic source for performance monitoring fits well within the overall performance monitoring architecture being defined within the RMON WG.

このコンテキスト内で、パフォーマンス監視のためにアクティブなトラフィックソースの開発は、RMON WG内で定義される全体的なパフォーマンス監視アーキテクチャ内に十分収まります。

5.4. ApplMIB
5.4. ApplMIB

The ApplMIB working group defined a series of MIB modules that monitor various aspects of applications, processes, and services.

ApplMIBワーキンググループは、アプリケーション、プロセス、およびサービスのさまざまな側面を監視するMIBモジュールのシリーズを定義しました。

The System Application MIB [RFC2287] describes a basic set of managed objects for fault, configuration, and performance management of applications from a systems perspective. More specifically, the managed objects it defines are restricted to information that can be determined from the system itself and that does not require special instrumentation within the applications to make the information available.

システムアプリケーションMIB [RFC2287]はシステムの観点からアプリケーションの障害、設定、およびパフォーマンス管理のための管理オブジェクトの基本セットを記述する。具体的には、それが定義する管理対象オブジェクトは、システム自体から決定することができ、その情報が利用できるようにするアプリケーション内の特別な機器を必要としない情報に限定されています。

The Application MIB [RFC2564] complements the System Application MIB, providing for the management of applications' common attributes, which could not typically be observed without the cooperation of the software being managed. There are attributes that provide information on application and communication performance.

アプリケーションMIB [RFC2564]一般的に管理されているソフトウェアの協力なしに観察することができなかったアプリケーションの共通の属性の管理を提供し、システムアプリケーションMIBを補完します。アプリケーションと通信性能に関する情報を提供する属性があります。

The WWW MIB [RFC2594] describes a set of objects for managing networked services in the Internet Community, particularly World Wide Web (WWW) services. Performance attributes are available for the information about each WWW service, each type of request, each type of response, and top-accessed documents.

WWW MIB [RFC2594]はインターネットコミュニティでネットワークサービスを管理するためのオブジェクトのセット、特にワールド・ワイド・ウェブ(WWW)サービスについて説明します。パフォーマンス属性は、各WWWサービス、リクエストの各タイプ、レスポンスの各タイプ、およびトップアクセスした文書については、ご利用いただけます。

In the development of synthetic application-level probes, consideration should be given to the relationship of the application MIB modules to the measurements being performed through a synthetic application-level probe. Similar, cross-indexing issues arise within the context of the RMON monitoring and synthetic application-level active probes.

合成アプリケーションレベルのプローブの開発において、考慮すべきことは、合成アプリケーションレベルのプローブを介して実行される測定にアプリケーションMIBモジュールの関係を与えられるべきです。同様に、クロスインデクシング問題がRMON監視および合成アプリケーションレベルのアクティブ・プローブのコンテキスト内で生じます。

5.5. SNMPCONF
5.5. SNMPCONF

The Configuration Management with SNMP (SNMPCONF) working group has created the informational RFC 3512 [RFC3512], which outlines the most effective methods for using the SNMP Framework to accomplish configuration management. This work includes recommendations for device-specific as well as network-wide (Policy) configuration. The group is also chartered to write any MIB modules necessary to facilitate configuration management. Specifically, they will write a MIB module that describes a network entity's capabilities and capacities, which can be used by management entities making policy decisions at a network level or device-specific level.

SNMPと構成管理(SNMPCONF)ワーキンググループは、構成管理を達成するためにSNMPフレームワークを使用するための最も効果的な方法を概説情報RFC 3512 [RFC3512]を作成しました。この作業は、デバイス固有ならびにネットワーク全体(ポリシー)設定のための推奨事項を含みます。グループはまた、構成管理を容易にするために必要なMIBモジュールを書き込むためにチャーターされています。具体的には、ネットワークレベルまたはデバイス固有のレベルでの政策決定を行う管理エンティティによって使用可能なネットワーク・エンティティの機能と能力を記述するMIBモジュールを、書きます。

Currently, the SNMPCONF working group is focused on the SNMP Configuration MIB for policy [RFC4011]. It is conceivable that one would want to monitor the performance of newly configured policies as they are implemented within networks. This would require correlation of the implemented policy and a related performance monitoring policy that would specify synthetic probe definitions. For synthetic probes, there would be a need for a configuration of a) a single probe, b) several probes, c) source and destination probes, and d) intermediate probes. In addition, it may be necessary to configure any or all of these combinations simultaneously. It is hoped that the work of SNMPCONF will suffice. The scripting language defined by the SNMP Configuration MIB could allow for active monitoring to be activated and configured from a policy management script. Further, the results of active monitoring could become arguments in further policy decisions. This notion is reflected in the decision flow outlined in Figure 1 below.

現在、SNMPCONFワーキンググループは、ポリシーのSNMPの設定MIB [RFC4011]に焦点を当てています。 1つは、彼らがネットワーク内に実装されているとして、新たに設定されたポリシーのパフォーマンスを監視したいと思うことも考えられます。これは、実施方針及び合成プローブの定義を指定することになる関連する性能監視ポリシーの相関を必要とするであろう。合成プローブのために、A)単一プローブ、b)のいくつかのプローブ、c)の送信元と宛先のプローブ、およびd)中間体プローブの構成が必要となるであろう。また、同時にこれらの組み合わせのいずれかまたはすべてを設定する必要があるかもしれません。 SNMPCONFの仕事は十分であろうことが期待されます。 SNMPの設定MIBで定義されたスクリプト言語は、ポリシー管理スクリプトから起動して設定するためのアクティブな監視を可能にすることができます。さらに、アクティブなモニタリングの結果は、政策決定における引数になる可能性があります。この概念は、以下の図1に概説決定フローに反映されます。

5.6. RTFM
5.6. RTFM

The Realtime Traffic Flow Measurement (RTFM) working group is concerned with issues relating to traffic flow measurements and usage reporting for network traffic and Internet accounting. Various documents exist that describe requirements [RFC1272], traffic flow measurement architectures [RFC2722], and a traffic flow MIB [RFC2720]. The work in this group is focused on passive measurements of user traffic. As such, its work is related to the monitoring work within the RMON WG. Fundamentally, their attention has not been concerned with methods of active traffic generation.

リアルタイム交通流計測(RTFM)ワーキンググループは、ネットワークトラフィックとインターネット会計のレポートトラフィックフローの測定と使用に関連する問題に関係しています。様々な文書は、要件[RFC1272]、交通流計測アーキテクチャ[RFC2722]、およびトラフィックフローMIB [RFC2720]を記述が存在します。このグループの作業は、ユーザトラフィックのパッシブ測定に焦点を当てています。そのようなものとして、その作業がRMON WG内の監視作業に関連しています。基本的に、彼らの注意は、アクティブなトラフィック生成の方法で懸念されていません。

5.7. Relationship to Other Work: Summary
5.7. 他の仕事との関係:概要

In summary, the development of an active traffic generation capability (primarily for the purpose of performance monitoring) should draw upon various activities, both past and present, within the IETF. Figure 1 shows the relationship of the various work activities briefly touched upon in this section.

要約すると、(主にパフォーマンス監視の目的のために)アクティブなトラフィック生成機能の開発はIETFの中に、過去と現在の両方の様々な活動、に頼るべきです。図1は、簡単に、このセクションで触れた様々な作業活動の関係を示しています。

Horizontally, across the top of the figure are overall control functions, which would coordinate the various aspects of the performance monitoring systems. Vertically at the bottom of the figure are the functions which comprise the minimum performance monitoring capability; i.e., traffic generation, monitoring and measurements, and data reduction. Traffic generation is addressed in this MIB module. Monitoring and measurement is addressed in the APM-MIB [RFC3729] and TPM-MIB [RFC4150] modules. Data reduction is not yet addressed within the IETF. But data reduction could include both spatial and temporal aggregations at different levels of reduction. This is indicated in the figure by the arrow labeled "Various levels and span".

水平方向、図の上部に性能監視システムの様々な態様を調整することになる全体的な制御機能は、です。垂直図の下部には、最低限の性能監視機能を含む機能です。すなわち、トラフィック生成、監視及び測定、及びデータ削減。トラフィック生成は、このMIBモジュールで対処されます。監視及び測定は、APM-MIB [RFC3729]及びTPM-MIB [RFC4150]のモジュールにアドレス指定されます。データ整理はまだIETF内に対処されていません。しかし、データの削減は、削減の異なるレベルで両方の空間的、時間的集計を含めることができます。これは、「様々なレベルおよびスパン」とラベル付けされた矢印で図に示されています。

                                   +-----------------------------------+
                                   |                                   |
                                   V                                   |
                +------------------------------------------+           |
         +------| Application [script], [expr], [snmpconf],|---+       |
         |      |        [apmmib]                          |   |       |
         |      +------------------------------------------+   |       |
         |                         |                           |       |
      +--------------------------------+                       |       |
      |    Synchronization Control     |                       |       |
      +--------------------------------+                       |       |
         |                         |                           |       |
         V                         V                           V       |
   +----------------+  +----------------------+  +-------------------+ |
   | Traffic        |  |Monitoring Metrics    |  |Data Reduction     | |
   |  Generation    |  |Control [rmon],[ippm],|  |Control [applmib], | |
   |  Control [sspm]|  | [applmib]            |  |[wwwservmib],[expr]| |
   +----------------+  +----------------------+  +-------------------+ |
         |                         |                           |       |
         |                         |                           |       |
         V                         V                           V       |
   +------------------+   +-------------------+     +----------------+ |
   |Traffic Generation|   |Monitoring Metrics |     |Data Reduction  | |
   |   Instrumentation|   |   Instrumentation | +-->| Instrumentation| |
   +------------------+   +-------------------+ |   +----------------+ |
                                                |              |       |
                                                |              |       |
                                 Various levels |              |       |
                                    and span    +--------------|       |
                                                               |       |
                                                               |       |
                                                               V       |
                                                            Reports ---+
        

Figure 1: Coverage for an overall performance monitoring system

図1:全体的な性能監視システムのためのカバレッジ

6. MIB Structure
6. MIBの構造

This section presents the structure of the MIB module. The objects are arranged into the following groups:

このセクションでは、MIBモジュールの構造を示しています。オブジェクトは、以下のグループに配置されています。

o general information

O一般的な情報

o source configuration

Oソースの設定

o sink configuration

Oシンクの設定

6.1. General Information
6.1. 一般情報

This section provides general information about the capabilities of the probe. Currently, this information is related to the resolution of the probe clock and its source.

このセクションでは、プローブの能力に関する一般的な情報を提供します。現在、この情報は、プローブクロックとそのソースの解像度に関係しています。

6.2. Source Configuration
6.2. ソース構成

The source is configured with a pair of tables. The first, sspmSourceProfileTable, defines a set of profiles for monitoring. These profiles are then used by the second table, sspmSourceControlTable, to instantiate a specific measurement. This MIB module takes an IP-centric view of the configuration of the measurement.

ソースは、テーブルのペアで構成されています。まず、sspmSourceProfileTableは、監視のためのプロファイルのセットを定義します。これらのプロファイルは、特定の測定をインスタンス化するために、第二のテーブル、sspmSourceControlTableによって使用されます。このMIBモジュールは、測定の設定のIP中心の視点を取ります。

6.3. Sink Configuration
6.3. シンクの設定

Configures the sink for measurements. If the test is round-trip, then this table is on the same probe as the source configuration. If the test is one-way, then the table is on a different probe. The sspmSinkInstance is a unique identifier for the entry per probe. Additional attributes are provided for test type and test source to identify entries in the table uniquely.

測定のためのシンクを構成します。試験は往復である場合、このテーブルは、ソース・コンフィギュレーションと同じプローブです。テストは、一方向である場合、テーブルは、異なるプローブです。 sspmSinkInstanceは、プローブごとにエントリの一意の識別子です。追加属性は、一意のテーブル内のエントリを識別するために、試験の種類及び試験ソースのために提供されます。

7. Definitions
7.定義
   SSPM-MIB DEFINITIONS ::= BEGIN
        

IMPORTS

輸入

          MODULE-IDENTITY, OBJECT-TYPE,
          Counter32, Integer32, Unsigned32
                                      FROM SNMPv2-SMI  --[RFC2578]
        

TEXTUAL-CONVENTION, StorageType, TruthValue, RowStatus FROM SNMPv2-TC --[RFC2579]

SNMPv2-TCからのテキストの表記法、StorageType、のTruthValue、RowStatusの - [RFC2579]

MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF --[RFC2578, -- RFC2579, -- RFC2580] OwnerString, rmon FROM RMON-MIB --[RFC2819]

[RFC2578、 - - RFC2579、 - RFC2580] RMON-MIBからOwnerString、RMON - [RFC2819]のSNMPv2-CONF FROM MODULE-COMPLIANCE、オブジェクト・グループ

InetAddressType, InetAddress FROM INET-ADDRESS-MIB --[RFC3291]

InetAddressTypeの、INET-ADDRESS-MIBからのInetAddress - [RFC3291]

InterfaceIndexOrZero FROM IF-MIB --[RFC2863]

InterfaceIndexOrZeroのIF-MIB FROM - [RFC2863]

AppLocalIndex FROM APM-MIB --[RFC3729]

APM-MIBからのアプリローカルインデックス - [RFC3729]

Utf8String FROM SYSAPPL-MIB; --[RFC2287]

SYSAPPL-MIBからUTF8STRING。 - [RFC2287]

sspmMIB MODULE-IDENTITY LAST-UPDATED "200507280000Z" -- July 28, 2005 ORGANIZATION "IETF RMON MIB working group" CONTACT-INFO " Carl W. Kalbfleisch Consultant

sspmMIBのMODULE-IDENTITY LAST-UPDATED "200507280000Z" - 2005年7月28日ORGANIZATION "IETF RMON MIBワーキンググループ" CONTACT-INFO「カールW. Kalbfleischコンサルタント

E-mail: ietf@kalbfleisch.us

Eメール:ietf@kalbfleisch.us

Working group mailing list: rmonmib@ietf.org To subscribe send email to rmonmib-request@ietf.org" DESCRIPTION "This SSPM MIB module is applicable to probes implementing Synthetic Source for Performance Monitoring functions.

グループのメーリングリスト作業:rm​​onmib@ietf.orgを「説明」をrmonmib-request@ietf.orgにメールを送る購読するには、このSSPM MIBモジュールは、パフォーマンス監視機能のための合成源を実装するプローブにも適用することができます。

               Copyright (C) The Internet Society (2005).  This version
               of this MIB module is part of RFC 4149; see the RFC
               itself for full legal notices."
        

-- revision history

- 改訂履歴

             REVISION    "200507280000Z"   -- July 28, 2005
             DESCRIPTION
                 "The original version of this MIB module,
                 was published as RFC4149."
             ::= { rmon 28 }
        
   --
   -- Object Identifier Assignments
   --
   sspmMIBObjects       OBJECT IDENTIFIER ::= { sspmMIB 1 }
   sspmMIBNotifications OBJECT IDENTIFIER ::= { sspmMIB 2 }
   sspmMIBConformance   OBJECT IDENTIFIER ::= { sspmMIB 3 }
        

-- -- Textual Conventions --

- - テキストの表記法 -

   SspmMicroSeconds ::= TEXTUAL-CONVENTION
       DISPLAY-HINT "d"
       STATUS current
       DESCRIPTION
           "A unit of time with resolution of MicroSeconds."
       SYNTAX Unsigned32
        
   SspmClockSource ::= TEXTUAL-CONVENTION
       DISPLAY-HINT "d"
       STATUS current
       DESCRIPTION
           "An indication of the source of the clock as defined by the
            NTP specification RFC1305 [RFC1305] definition of stratum:
        
            Stratum (sys.stratum, peer.stratum, pkt.stratum): This is
            an integer indicating the stratum of the local clock,
            with values defined as follows:
        

0 unspecified

指定されていない0

1 primary reference (e.g., calibrated atomic clock, radio clock)

1次基準(例えば、較正された原子時計、電波時計)

2-255 secondary reference (via NTP)." REFERENCE "RFC1305." SYNTAX Integer32 (0..255)

(NTPを介して)2-255二次参照。」REFERENCE "RFC1305。" 構文Integer32(0..255)

   SspmClockMaxSkew ::= TEXTUAL-CONVENTION
       DISPLAY-HINT "d"
       STATUS current
       -- UNITS "Seconds"
       DESCRIPTION
           "An indication of the accuracy of the clock as defined by
            RFC1305.  This variable indicates the maximum offset
            error due to skew of the local clock over the
            time interval 86400 seconds, in seconds."
       REFERENCE
           "RFC1305."
       SYNTAX Integer32 (1..65535)
        
   --
   -- sspmGeneral
   --
   sspmGeneral           OBJECT IDENTIFIER ::= { sspmMIBObjects 1 }
   sspmGeneralClockResolution OBJECT-TYPE
       SYNTAX      SspmMicroSeconds
       MAX-ACCESS  read-only
        
       STATUS      current
       -- UNITS       Microseconds
       DESCRIPTION
           "A read-only variable indicating the resolution
         of the measurements possible by this device."
       ::= { sspmGeneral 1 }
        
   sspmGeneralClockMaxSkew OBJECT-TYPE
       SYNTAX SspmClockMaxSkew
       MAX-ACCESS read-only
       STATUS current
       -- UNITS Seconds
       DESCRIPTION
           "A read-only variable indicating the maximum offset
            error due to skew of the local clock over the
            time interval 86400 seconds, in seconds."
       ::= { sspmGeneral 2 }
        
   sspmGeneralClockSource OBJECT-TYPE
       SYNTAX SspmClockSource
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "A read-only variable indicating the source of the clock.
            This is provided to allow a user to determine how accurate
            the timing mechanism is compared with other devices.  This
            is needed for the coordination of time values
            between probes for one-way measurements."
       ::= { sspmGeneral 3 }
        
   sspmGeneralMinFrequency OBJECT-TYPE
       SYNTAX     SspmMicroSeconds
       MAX-ACCESS read-only
       -- units   MicroSeconds
       STATUS     current
       DESCRIPTION
            "A read-only variable that indicates the devices'
             capability for the minimum supported
             sspmSourceFrequency.  If sspmSourceFrequency is
             set to a value lower than the value reported
             by this attribute, then the set of sspmSourceFrequency
             will fail with an inconsistent value error."
       ::= { sspmGeneral 4 }
        

-- -- sspmCapabilities --

- - sspmCapabilities -

   -- Describes the capabilities of the SSPM device.
   --
   sspmCapabilitiesTable OBJECT-TYPE
       SYNTAX       SEQUENCE OF SspmCapabilitiesEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "The table of SSPM capabilities."
       ::= { sspmGeneral 5 }
        
   sspmCapabilitiesEntry OBJECT-TYPE
       SYNTAX      SspmCapabilitiesEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "Details about a particular SSPM capability."
       INDEX { sspmCapabilitiesInstance }
       ::= { sspmCapabilitiesTable 1 }
        
   SspmCapabilitiesEntry ::= SEQUENCE {
       sspmCapabilitiesInstance AppLocalIndex
       }
        
   sspmCapabilitiesInstance OBJECT-TYPE
       SYNTAX      AppLocalIndex
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "Indicates whether SSPM configuration of the corresponding
            AppLocalIndex is supported by this device.  Generally,
            entries in this table are only made by the device when the
            configuration of the measurement is available."
        ::= { sspmCapabilitiesEntry 1 }
        
   --
   -- sspmSource
   --
   -- Contains the details of the source of the
   -- Synthetic Sources for Performance Monitoring algorithms.
   -- This information is split into two tables.  The first defines
   -- profiles that can be applied to specific sources in the
   -- control table.
   --
   sspmSource           OBJECT IDENTIFIER ::= { sspmMIBObjects 2 }
        

-- -- sspmSourceProfileTable -- Defines template profiles for measurements.

- - sspmSourceProfileTable - 測定のためのテンプレート・プロファイルを定義します。

   --
   sspmSourceProfileTable OBJECT-TYPE
       SYNTAX       SEQUENCE OF SspmSourceProfileEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "The table of SSPM Source Profiles configured."
       ::= { sspmSource 1 }
        
   sspmSourceProfileEntry OBJECT-TYPE
       SYNTAX      SspmSourceProfileEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "Details about a particular SSPM Source Profile
            configuration.  Entries must exist in this table
            in order to be referenced by rows in the
            sspmSourceControlTable."
       INDEX { sspmSourceProfileInstance }
       ::= { sspmSourceProfileTable 1 }
        
   SspmSourceProfileEntry ::= SEQUENCE {
       sspmSourceProfileInstance           Unsigned32,
       sspmSourceProfileType               AppLocalIndex,
       sspmSourceProfilePacketSize         Unsigned32,
       sspmSourceProfilePacketFillType     INTEGER,
       sspmSourceProfilePacketFillValue    OCTET STRING,
       sspmSourceProfileTOS                Integer32,
       sspmSourceProfileFlowLabel          Integer32,
       sspmSourceProfileLooseSrcRteFill    OCTET STRING,
       sspmSourceProfileLooseSrcRteLen     Integer32,
       sspmSourceProfileTTL                Integer32,
       sspmSourceProfileNoFrag             TruthValue,
       sspmSourceProfile8021Tagging        Integer32,
       sspmSourceProfileUsername           Utf8String,
       sspmSourceProfilePassword           Utf8String,
       sspmSourceProfileParameter          OCTET STRING,
       sspmSourceProfileOwner              OwnerString,
       sspmSourceProfileStorageType        StorageType,
       sspmSourceProfileStatus             RowStatus
   }
        

sspmSourceProfileInstance OBJECT-TYPE SYNTAX Unsigned32 (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An arbitrary index."

sspmSourceProfileInstanceのOBJECT-TYPE構文Unsigned32(1 65535)MAX-ACCESSステータス現在の説明は "任意のインデックス。"

        ::= { sspmSourceProfileEntry 1 }
        

sspmSourceProfileType OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS read-create STATUS current DESCRIPTION "The AppLocalIndex value that uniquely identifies the measurement per the APM-MIB. In order to create a row in this table, there must be a corresponding row in the sspmCapabilitiesTable.

sspmSourceProfileType OBJECT-TYPE構文アプリローカルインデックスMAX-ACCESS読作成ステータス現在の説明「一意APM-MIBあたり測定を識別するアプリローカルインデックス値をこのテーブルの行を作成するために、sspmCapabilitiesTableに対応する行が存在しなければなりません。

            When attempting to set this object, if no
            corresponding row exists in the sspmCapabilitiesTable,
            then the agent should return a 'badValue' error."
       ::= { sspmSourceProfileEntry 2}
        

sspmSourceProfilePacketSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The size of packet to be transmitted in bytes. The size accounts for all data within the IPv4 or IPv6 payloads, excluding the IP headers, IP header options and link-level protocol headers.

sspmSourceProfilePacketSizeのOBJECT-TYPEの構文Unsigned32 MAX-ACCESSはリード作成ステータス現在の説明「バイト単位で送信するパケットのサイズを。IPv4またはIPv6ペイロード内のすべてのデータのサイズアカウントを、IPヘッダ・オプションとリンク - IPヘッダーを除きますレベルプロトコルヘッダ。

            If the size is set smaller than the minimum allowed
            packet size or greater than the maximum allowed
            packet size, then the set should fail, and the agent
            should return a 'badValue' error."
       ::= { sspmSourceProfileEntry 3 }
        

sspmSourceProfilePacketFillType OBJECT-TYPE SYNTAX INTEGER { random (1), pattern (2), url(3) } MAX-ACCESS read-create STATUS current DESCRIPTION "Indicates how the packet is filled.

sspmSourceProfilePacketFillTypeのOBJECT-TYPE SYNTAX INTEGERは{ランダム(1)、パターン(2)は、URL(3)} MAX-ACCESSはリード作成ステータス現在の説明は「パケットが充填される様子を示します。

            'random' indicates that the packet contains random
            data patterns.  This is probe and implementation
            dependent.
        

'pattern' indicates that the pattern defined in the sspmSourceProfilePacketFillValue attribute is used to fill the packet.

「パターン」はsspmSourceProfilePacketFillValue属性で定義されたパターンがパケットを埋めるために使用されていることを示しています。

            'url' indicates that the value of
            sspmSourceProfilePacketFillValue should
            contain a URL.  The contents of the document
            at that URL are retrieved when sspmSourceStatus becomes
            active and utilized in the packet.  If the attempt to
            access that URL fails, then the row status is set to
            'notReady', and the set should fail with
            'inconsistentValue'.  This value must contain a
            dereferencable URL of the type 'http:', 'https:', or
            'ftp:' only."
       ::= { sspmSourceProfileEntry 4 }
        
   sspmSourceProfilePacketFillValue OBJECT-TYPE
       SYNTAX      OCTET STRING (SIZE(0..255))
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The string value with which to fill the packet.  If
            sspmSourceProfilePacketFillType is set to 'pattern',
            then this pattern is repeated until the packet is
            sspmSourcePacketSize in bytes.  Note that if the
            length of the octet string specified for this
            value does not divide evenly into the packet
            size, then an incomplete last copy of this data
            may be copied into the packet.  If the value of
            sspmSourceProfilePacketFillType is set to 'random', then
            this attribute is unused.  If the value of the
            sspmSourceProfilePacketFillType is set to 'url', then
            the URL specified in this attribute is retrieved
            and used by the probe.  In the case of a URL, this value
            must contain a dereferencable URL of the type
            'http:', 'https:', or 'ftp:' only."
       ::= { sspmSourceProfileEntry 5 }
        
   sspmSourceProfileTOS OBJECT-TYPE
       SYNTAX      Integer32 (0..255)
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "Represents the TOS field in the IP packet header.  The
           value of this object defaults to zero if not set."
       DEFVAL { 0 }
       ::= { sspmSourceProfileEntry 6 }
        

sspmSourceProfileFlowLabel OBJECT-TYPE SYNTAX Integer32 (0..1048575) -- 20-bit range (0 to 0xfffff) MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to specify the Flow Label in a IPv6 packet (RFC 2460) to force special handling by the IPv6 routers; e.g., non-default quality-of-service handling.

sspmSourceProfileFlowLabelのOBJECT-TYPE構文Integer32(0..1048575) - 20ビットの範囲(0xfffff 0)MAX-ACCESSはリード作成ステータス現在の説明「このオブジェクトがIPv6パケットでフローラベルを指定するために使用され(RFC 2460) IPv6ルーターによる特別な処理を強制的に、例えば、デフォルト以外のサービス品質取り扱いを。

            This object is meaningful only when the object
            sspmSourceDestAddressType is IPv6(2).
            The value of this object defaults to zero if not set."
       DEFVAL { 0 }
       ::= { sspmSourceProfileEntry 7 }
        

sspmSourceProfileLooseSrcRteFill OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..240)) MAX-ACCESS read-create STATUS current DESCRIPTION "In the event that the test should run over a specific route, the intent is to force the route using the Loose Source Route option in IPv4 [RFC791] and IPv6 [RFC2460]. This object contains a series of IP addresses along the path that would be put into the loose source route option in the IP header.

OBJECT-TYPEのsspmSourceProfileLooseSrcRteFill構文オクテットSTRINGテストは特定のルート上で実行する必要があること(SIZE(0..240))イベントでMAX-ACCESSはリード作成しますステータス現在の説明」、意図はルーズソースを使用してルートを強制することですIPv4の[RFC791]とIPv6 [RFC2460]の経路オプション。このオブジェクトは、IPヘッダ内のルーズソースルートオプションに置かれる経路に沿った一連のIPアドレスを含んでいます。

            The IPv4 addresses are to be listed as 32-bit
            address values, and the IPv6 addresses are to be
            listed as a string of 128-bit addresses.  The
            maximum length allowed within the IPv4 source route
            option is 63 addresses.  To simply account for
            IPv6 addresses as well, the maximum length of the
            octet string is 240.  This allows up to 60
            IPv4 addresses or up to 15 IPv6 addresses in the
            string."
       ::= { sspmSourceProfileEntry 8 }
        
   sspmSourceProfileLooseSrcRteLen OBJECT-TYPE
       SYNTAX      Integer32(0..240)
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "In the event that the test should run over a
            specific route, the intent is to force the route.
            This attribute specifies the length of data to
            be copied from the sspmSourceProfileLooseSrcRteFill
            into the route data fields of the loose source route options in the IPv4 or IPv6 headers."
       ::= { sspmSourceProfileEntry 9 }
        
   sspmSourceProfileTTL OBJECT-TYPE
       SYNTAX      Integer32(1..255)
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
            "If non-zero, this specifies the value to place into
            the TTL field on transmission."
       ::= { sspmSourceProfileEntry 10 }
        
   sspmSourceProfileNoFrag OBJECT-TYPE
       SYNTAX      TruthValue
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "When true, the 'Don't Fragment Bit' should be set
            on the packet header."
       ::= { sspmSourceProfileEntry 11 }
        

sspmSourceProfile8021Tagging OBJECT-TYPE SYNTAX Integer32 (-1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "IEEE 802.1Q tagging used in IEEE 802.1D bridged environments.

IEEE 802.1Dで使用タギング(-1..65535)OBJECT-TYPE構文Integer32をsspmSourceProfile8021Tagging MAX-ACCESSはリード作成しますステータス現在の説明は「IEEE 802.1Qは、環境をブリッジ。

A value of -1 indicates that the packets are untagged.

-1の値は、パケットがタグなしであることを示しています。

A value of 0 to 65535 is the value of the tag to be inserted in the tagged packets.

0〜65535の値がタグ付けされたパケットに挿入されるタグの値です。

           Note that according to IEEE 802.1Q, VLAN-ID tags with
           a value of 4095 shall not be transmitted on the wire.
           As the VLAN-ID is encoded in the 12 least significant
           bits on the tag, values that translate in a binary
           representation of all 1's in the last 12 bits
           SHALL NOT be configured.  In this case, the set should
           fail, and return an error-status of 'inconsistentValue'."
       ::= { sspmSourceProfileEntry 12 }
        

sspmSourceProfileUsername OBJECT-TYPE SYNTAX Utf8String MAX-ACCESS read-create STATUS current DESCRIPTION

sspmSourceProfileUsernameのOBJECT-TYPE SYNTAX UTF8STRING MAX-ACCESSはリード作成しますステータス現在の説明

           "An optional username used by the application protocol."
       ::= { sspmSourceProfileEntry 13 }
        
   sspmSourceProfilePassword OBJECT-TYPE
       SYNTAX      Utf8String
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "An optional password used by the application protocol."
       ::= { sspmSourceProfileEntry 14 }
        
   sspmSourceProfileParameter OBJECT-TYPE
       SYNTAX      OCTET STRING (SIZE(0..65535))
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
            "An optional parameter used by the application protocol.
            For DNS, this would be the hostname or IP.  For HTTP,
            this would be the URL.  For nntp, this would be the
            news group.  For TCP, this would be the port number.
            For SMTP, this would be the recipient (and could
            assume the message is predefined)."
       ::= { sspmSourceProfileEntry 15 }
        
   sspmSourceProfileOwner OBJECT-TYPE
       SYNTAX      OwnerString
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "Name of the management station/application that
           set up the profile."
       ::= { sspmSourceProfileEntry 16 }
        
   sspmSourceProfileStorageType OBJECT-TYPE
       SYNTAX      StorageType
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The storage type of this sspmSourceProfileEntry.  If the
           value of this object is 'permanent', no objects in this row
           need to be writable."
       ::= { sspmSourceProfileEntry 17 }
        

sspmSourceProfileStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION

sspmSourceProfileStatusのOBJECT-TYPE構文RowStatus MAX-ACCESSはリード作成しますステータス現在の説明

"Status of this profile.

このプロファイルの「ステータス。

An entry may not exist in the active state unless all objects in the entry have an appropriate value.

エントリのすべてのオブジェクトに適切な値がなければエントリがアクティブ状態で存在しなくてもよいです。

           Once this object is set to active(1), no objects in the
           sspmSourceProfileTable can be changed."
       ::= { sspmSourceProfileEntry 18 }
        

-- -- sspmSourceControlTable -- Defines specific measurement instances based on template -- profiles in the sspmSourceProfileTable which must be -- pre-configured. --

- - sspmSourceControlTableは、 - 事前に設定 - でなければならないsspmSourceProfileTableにプロファイル - 特定の測定テンプレートに基づいてインスタンスを定義します。 -

   sspmSourceControlTable OBJECT-TYPE
       SYNTAX       SEQUENCE OF SspmSourceControlEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "The table of SSPM measurements configured."
       ::= { sspmSource 2 }
        
   sspmSourceControlEntry OBJECT-TYPE
       SYNTAX      SspmSourceControlEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "Details about a particular SSPM configuration."
       INDEX { sspmSourceControlInstance }
       ::= { sspmSourceControlTable 1 }
        
   SspmSourceControlEntry ::= SEQUENCE {
       sspmSourceControlInstance          Unsigned32,
       sspmSourceControlProfile           Integer32,
       sspmSourceControlSrc               InterfaceIndexOrZero,
       sspmSourceControlDestAddrType      InetAddressType,
       sspmSourceControlDestAddr          InetAddress,
       sspmSourceControlEnabled           TruthValue,
       sspmSourceControlTimeOut           SspmMicroSeconds,
       sspmSourceControlSamplingDist      INTEGER,
       sspmSourceControlFrequency         SspmMicroSeconds,
       sspmSourceControlFirstSeqNum       Unsigned32,
       sspmSourceControlLastSeqNum        Unsigned32,
       sspmSourceControlOwner             OwnerString,
       sspmSourceControlStorageType       StorageType,
       sspmSourceControlStatus            RowStatus
        

}

   sspmSourceControlInstance OBJECT-TYPE
       SYNTAX      Unsigned32 (1..65535)
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "An arbitrary index."
        ::= { sspmSourceControlEntry 1 }
        
   sspmSourceControlProfile OBJECT-TYPE
       SYNTAX      Integer32 (1..65535)
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "A pointer to the profile (sspmSourceProfileEntry) that
            this control entry uses to define the test being
            performed."
        ::= { sspmSourceControlEntry 2 }
        
   sspmSourceControlSrc OBJECT-TYPE
       SYNTAX      InterfaceIndexOrZero
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The ifIndex where the packet should originate from the
            probe (if it matters).  A value of zero indicates that
            it does not matter and that the device decides."
       ::= { sspmSourceControlEntry 3 }
        
   sspmSourceControlDestAddrType OBJECT-TYPE
       SYNTAX      InetAddressType
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The type of Internet address by which the destination
            is accessed."
       ::= { sspmSourceControlEntry 4 }
        

sspmSourceControlDestAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The Internet address for the destination. The formatting of this object is controlled by the sspmSourceControlDestAddrType object above.

sspmSourceControlDestAddr OBJECT-TYPE構文InetAddress MAX-ACCESS読作成ステータス現在の説明「宛先のインターネットアドレスをこのオブジェクトのフォーマットは、上記sspmSourceControlDestAddrTypeオブジェクトによって制御されます。

           When this object contains a DNS name, then the name is
           resolved to an address each time measurement is to be made.
           Further, the agent should not cache this address,
           but instead should perform the resolution prior to each
           measurement."
       ::= { sspmSourceControlEntry 5 }
        
   sspmSourceControlEnabled OBJECT-TYPE
       SYNTAX      TruthValue
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "When set to 'true', this test is enabled.  When set to
            'false', it is disabled."
       ::= { sspmSourceControlEntry 6 }
        
   sspmSourceControlTimeOut OBJECT-TYPE
       SYNTAX      SspmMicroSeconds
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "Timeout value for the measurement response.  If no
            response is received in the time specified, then
            the test fails."
       ::= { sspmSourceControlEntry 7 }
        

sspmSourceControlSamplingDist OBJECT-TYPE SYNTAX INTEGER { deterministic(1), poisson(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "When this attribute is set to 'deterministic', then packets are generated at with a fixed inter-packet injection time specified by sspmSourceFrequency.

sspmSourceControlSamplingDist OBJECT-TYPE SYNTAX INTEGERこの属性は 『決定論的』に設定されている場合、次にパケットは固定パケット間の噴射時間とで生成される{決定論(1)、ポアソン(2)} MAX-ACCESSリード作成ステータス現在の説明」 sspmSourceFrequencyで指定されました。

            When this attribute is set to 'Poisson', then packets
            are generated with inter-packet injection times sampled
            from an exponential distribution with the single
            distributional parameter determined by the inverse
            frequency)."
       ::= { sspmSourceControlEntry 8 }
        

sspmSourceControlFrequency OBJECT-TYPE SYNTAX SspmMicroSeconds MAX-ACCESS read-create

sspmSourceControlFrequencyのOBJECT-TYPE SYNTAX SspmMicroSeconds MAX-ACCESSはリード作成します

       STATUS      current
       DESCRIPTION
           "The inverse of this value is the rate at which packets
            are generated.  Refer to sspmSourceSamplingDistribution.
            If the value set is less than the value of
            sspmGeneralMinFrequency, then the set will fail with an
            error-status of 'inconsistentValue'."
       ::= { sspmSourceControlEntry 9 }
        
   sspmSourceControlFirstSeqNum OBJECT-TYPE
       SYNTAX      Unsigned32
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The first sequence number of packets to be transmitted."
       ::= { sspmSourceControlEntry 10 }
        
   sspmSourceControlLastSeqNum OBJECT-TYPE
       SYNTAX      Unsigned32
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The last sequence number transmitted.  This value is updated
            by the agent after packet generation."
       ::= { sspmSourceControlEntry 11 }
        
   sspmSourceControlOwner OBJECT-TYPE
       SYNTAX      OwnerString
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "Name of the management station/application that set
           up the test."
       ::= { sspmSourceControlEntry 12 }
        
   sspmSourceControlStorageType OBJECT-TYPE
       SYNTAX      StorageType
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The storage type of this sspmSourceControlEntry.  If the
           value of this object is 'permanent', no objects in this row
           need to be writable."
       ::= { sspmSourceControlEntry 13 }
        

sspmSourceControlStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create

sspmSourceControlStatusのOBJECT-TYPE構文RowStatus MAX-ACCESSはリード作成します

       STATUS      current
       DESCRIPTION
           "Status of this source control entry.
        
           An entry may not exist in the active state unless all
           objects in the entry have an appropriate value.
        
           When this attribute has the value of
           'active', none of the read-write or read-create attributes
           in this table may be modified, with the exception of
           sspmSourceControlEnabled."
       ::= { sspmSourceControlEntry 14 }
        
   --
   -- sspmSinkTable
   --
   -- Contains attributes for configuration of Synthetic
   -- Sources for Performance Monitoring sinks, i.e.,
   -- sinks for receipt of one-way delay measurements.
   --
   sspmSink           OBJECT IDENTIFIER ::= { sspmMIBObjects 5 }
        
   sspmSinkTable OBJECT-TYPE
       SYNTAX       SEQUENCE OF SspmSinkEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "A table configuring the sink for measurements."
       ::= { sspmSink 1 }
        
   sspmSinkEntry OBJECT-TYPE
       SYNTAX      SspmSinkEntry
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "The details of a particular sink entry.  If the measurement
            is a round-trip type, then the sink entry will be on the
            same probe as the corresponding sspmSourceEntry.  If the
            measurement is a one-way, type then the sink entry will be
            on a different probe."
       INDEX { sspmSinkInstance }
       ::= { sspmSinkTable 1}
        
   SspmSinkEntry ::= SEQUENCE {
       sspmSinkInstance                       Unsigned32,
       sspmSinkType                           AppLocalIndex,
       sspmSinkSourceAddressType              InetAddressType,
       sspmSinkSourceAddress                  InetAddress, sspmSinkExpectedRate                   SspmMicroSeconds,
       sspmSinkEnable                         TruthValue,
       sspmSinkExpectedFirstSequenceNum       Unsigned32,
       sspmSinkLastSequenceNumber             Unsigned32,
       sspmSinkLastSequenceInvalid            Counter32,
       sspmSinkStorageType                    StorageType,
       sspmSinkStatus                         RowStatus
   }
        
   sspmSinkInstance OBJECT-TYPE
       SYNTAX      Unsigned32 (1..65535)
       MAX-ACCESS  not-accessible
       STATUS      current
       DESCRIPTION
           "An index.  When the measurement is for a round-trip
            measurement, then this table entry is on the same probe as
            the corresponding sspmSourceEntry, and the value of this
            attribute should correspond to the value of
            sspmSourceInstance.  Management applications configuring
            sinks for one-way measurements could define some
            scheme whereby the sspmSinkInstance is unique across
            all probes.  Note that the unique key to this entry is
            also constructed with sspmSinkType,
            sspmSinkSourceAddressType, and sspmSinkSourceAddress.
            To make the implementation simpler, those other
            attributes are not included in the index but uniqueness
            is still needed to receive all the packets."
        ::= { sspmSinkEntry 1 }
        
   sspmSinkType OBJECT-TYPE
       SYNTAX      AppLocalIndex
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The AppLocalIndex value that uniquely identifies the
            measurement per the APM-MIB.  In order to create a row
            in this table, there must be a corresponding row in the
            sspmCapabilitiesTable.  If there is no corresponding
            row in the sspmCapabilitiestable, then the agent will
            return an error-status of 'inconsistentValue'."
       ::= { sspmSinkEntry 2}
        

sspmSinkSourceAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The type of Internet address of the source."

sspmSinkSourceAddressTypeのOBJECT-TYPE構文InetAddressType MAX-ACCESSはリード作成しますステータス現在の説明は「ソースのインターネット・アドレスの種類を。」

       ::= { sspmSinkEntry 3 }
        

sspmSinkSourceAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The Internet address of the source. The formatting of this object is controlled by the sspmSinkSourceAddressType object above.

sspmSinkSourceAddressのOBJECT-TYPE構文InetAddress MAX-ACCESSリード作成ステータス現在の説明「ソースのインターネットアドレスをこのオブジェクトのフォーマットは、上記sspmSinkSourceAddressTypeオブジェクトによって制御されます。

           This object should be set only to a valid device address
           that has been administratively configured into the
           device.  If a set attempts to set this object to an
           address that does not belong (i.e., is not administratively
           configured into the device), the set should fail, and the
           agent should return a error-status of 'inconsistentValue'."
       ::= { sspmSinkEntry 4 }
        
   sspmSinkExpectedRate OBJECT-TYPE
       SYNTAX      SspmMicroSeconds
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The expected rate at which packets will arrive."
       ::= { sspmSinkEntry 5 }
        
   sspmSinkEnable OBJECT-TYPE
       SYNTAX      TruthValue
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "Indicates if the sink is enabled or not."
       ::= { sspmSinkEntry 6 }
        
   sspmSinkExpectedFirstSequenceNum OBJECT-TYPE
       SYNTAX      Unsigned32
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The expected first sequence number of packets.
            This is used by the sink to determine if packets
            were lost at the initiation of the test."
       ::= { sspmSinkEntry 7 }
        

sspmSinkLastSequenceNumber OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only

sspmSinkLastSequenceNumberのOBJECT-TYPE構文Unsigned32 MAX-ACCESS読み取り専用

       STATUS      current
       DESCRIPTION
           "The last sequence number received."
       ::= { sspmSinkEntry 8 }
        
   sspmSinkLastSequenceInvalid OBJECT-TYPE
       SYNTAX      Counter32
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The number of packets that arrived whose
            sequence number was not one plus the value of
            sspmSinkLastSequenceNumber."
       ::= { sspmSinkEntry 9 }
        
   sspmSinkStorageType OBJECT-TYPE
       SYNTAX      StorageType
       MAX-ACCESS  read-create
       STATUS      current
       DESCRIPTION
           "The storage type of this sspmSinkEntry.  If the value
           of this object is 'permanent', no objects in this row
           need to be writable."
       ::= { sspmSinkEntry 10 }
        

sspmSinkStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Status of this conceptual row. An entry may not exist in the active state unless all objects in the entry have an appropriate value.

sspmSinkStatus OBJECT-TYPE構文RowStatus MAX-ACCESSはリード作成この概念的な列のステータス現在の説明「ステータス。エントリ内のすべてのオブジェクトに適切な値がなければエントリがアクティブ状態で存在しなくてもよいです。

            Once this object is set to active(1), no objects with
            MAX-ACCESS of read-create in the sspmSinkTable can
            be changed."
       ::= { sspmSinkEntry 11 }
        

-- -- Notifications --

- - お知らせ -

   --
   -- Conformance information
   --
   sspmCompliances OBJECT IDENTIFIER ::= { sspmMIBConformance 1 }
   sspmGroups      OBJECT IDENTIFIER ::= { sspmMIBConformance 2 }
        

-- Compliance Statements sspmGeneralCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "A general compliance that allows all things to be optional." MODULE -- this module

- コンプライアンスステートメントsspmGeneralCompliance MODULE-COMPLIANCEステータス現在の説明は「すべてのものはオプションにすることができます一般的な遵守。」 MODULE - このモジュール

MANDATORY-GROUPS { sspmGeneralGroup }

MANDATORY-GROUPS {sspmGeneralGroup}

GROUP sspmSourceGroup DESCRIPTION "The SSPM Source Group is optional."

GROUP sspmSourceGroupの説明は「SSPMソースグループはオプションです。」

GROUP sspmSinkGroup DESCRIPTION "The SSPM Sink Group is optional."

GROUP sspmSinkGroup説明は「SSPMシンクグループはオプションです。」

GROUP sspmUserPassGroup DESCRIPTION "The SSPM User Pass Group is optional."

GROUP sspmUserPassGroupの説明は「SSPMユーザーパスグループはオプションです。」

     ::= { sspmCompliances 1 }
        

-- -- SSPM Source Compliance -- sspmSourceFullCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "A source compliance. Use this compliance when implementing a traffic-source-only device. This is useful for implementing devices that probe other devices for intrusive application monitoring. It is also useful for implementing the source of one-way tests used with a sink-only device." MODULE -- this module

- - SSPMソースコンプライアンス - 。sspmSourceFullCompliance MODULE-COMPLIANCEステータス現在の説明「ソースのコンプライアンストラフィックの送信元に限定したデバイスを実装するときに、このコンプライアンスを使用。これは、侵入アプリケーション監視のための他のデバイスを調べるデバイスを実装するために有用であること。また、シンク専用デバイスと共に使用一方向テストのソースを実現するのに有用です。」 MODULE - このモジュール

MANDATORY-GROUPS { sspmGeneralGroup, sspmSourceGroup }

MANDATORY-GROUPS {sspmGeneralGroup、sspmSourceGroup}

     GROUP sspmUserPassGroup
     DESCRIPTION
       "The SSPM User Pass Group is optional."
     ::= { sspmCompliances 2 }
        

-- -- SSPM Sink Compliance -- sspmSinkFullCompliance MODULE-COMPLIANCE STATUS current

- - SSPMシンクコンプライアンス - sspmSinkFullCompliance MODULE-COMPLIANCEステータス電流

DESCRIPTION "A sink-only compliance. Use this compliance when implementing a sink-only device. This is useful for devices to receive one-way measurements." MODULE -- this module

DESCRIPTION「シンクのみコンプライアンスシンク専用デバイスを実装する際にデバイスが一方向測定値を受信する。この適合を使用。これは有用です。」 MODULE - このモジュール

MANDATORY-GROUPS { sspmGeneralGroup, sspmSinkGroup }

MANDATORY-GROUPS {sspmGeneralGroup、sspmSinkGroup}

     ::= { sspmCompliances 3 }
        
   --
   -- Groups
   --
   sspmGeneralGroup OBJECT-GROUP
       OBJECTS {
       sspmGeneralClockResolution,
       sspmGeneralClockMaxSkew,
       sspmGeneralClockSource,
       sspmGeneralMinFrequency,
       sspmCapabilitiesInstance
       }
       STATUS      current
       DESCRIPTION
           "The objects in the SSPM General Group."
       ::= { sspmGroups 1 }
        
   sspmSourceGroup OBJECT-GROUP
       OBJECTS {
       sspmSourceProfileType,
       sspmSourceProfilePacketSize,
       sspmSourceProfilePacketFillType,
       sspmSourceProfilePacketFillValue,
       sspmSourceProfileTOS,
       sspmSourceProfileFlowLabel,
       sspmSourceProfileLooseSrcRteFill,
       sspmSourceProfileLooseSrcRteLen,
       sspmSourceProfileTTL,
       sspmSourceProfileNoFrag,
       sspmSourceProfile8021Tagging,
       sspmSourceProfileUsername,
       sspmSourceProfilePassword,
       sspmSourceProfileParameter,
       sspmSourceProfileOwner,
       sspmSourceProfileStorageType,
       sspmSourceProfileStatus,
       sspmSourceControlProfile,
       sspmSourceControlSrc,
       sspmSourceControlDestAddrType, sspmSourceControlDestAddr,
       sspmSourceControlEnabled,
       sspmSourceControlTimeOut,
       sspmSourceControlSamplingDist,
       sspmSourceControlFrequency,
       sspmSourceControlFirstSeqNum,
       sspmSourceControlLastSeqNum,
       sspmSourceControlOwner,
       sspmSourceControlStorageType,
       sspmSourceControlStatus
       }
       STATUS      current
       DESCRIPTION
           "The objects in the SSPM Source Group."
       ::= { sspmGroups 2 }
        
   sspmUserPassGroup OBJECT-GROUP
       OBJECTS {
       sspmSourceProfileUsername,
       sspmSourceProfilePassword
       }
       STATUS      current
       DESCRIPTION
           "The objects in the SSPM Username and password group."
       ::= { sspmGroups 3 }
        
   sspmSinkGroup OBJECT-GROUP
       OBJECTS {
       sspmSinkType,
       sspmSinkSourceAddressType,
       sspmSinkSourceAddress,
       sspmSinkExpectedRate,
       sspmSinkEnable,
       sspmSinkExpectedFirstSequenceNum,
       sspmSinkLastSequenceNumber,
       sspmSinkLastSequenceInvalid,
       sspmSinkStorageType,
       sspmSinkStatus
       }
       STATUS      current
       DESCRIPTION
           "The objects in the SSPM Sink Group."
       ::= { sspmGroups 4 }
        

END

終わり

8. Security Considerations
8.セキュリティの考慮事項

This MIB module defines objects that allow packets to be injected into the network for the purpose of measuring some performance characteristics. As such, the MIB module may contain sensitive network and application data; e.g., user IDs and passwords. Further, if security is compromised, this MIB module could provide a source for denial-of-service, and potential other, attacks. These issues will be addressed within this section.

このMIBモジュールは、パケットは、いくつかの性能特性を測定する目的のためにネットワークに注入されることを可能にするオブジェクトを定義します。このように、MIBモジュールは、敏感なネットワークとアプリケーションデータを含むことができます。例えば、ユーザーIDとパスワード。セキュリティが侵害された場合はさらに、このMIBモジュールは、サービス拒否、および潜在的な他、攻撃のソースを提供することができます。これらの問題は、このセクション内で対処されることになります。

There are a number of management objects defined in this MIB module that have a MAX-ACCESS clause of read-write and/or read-create. Such objects may be considered sensitive or vulnerable in some network environments. The support for SET operations in a non-secure environment without proper protection can have a negative effect on network operations. These are the tables and objects and their sensitivity/vulnerability:

読み書きおよび/またはリード作成のMAX-ACCESS節を持っているこのMIBモジュールで定義された管理オブジェクトの数があります。そのようなオブジェクトは、いくつかのネットワーク環境に敏感又は脆弱と考えることができます。適切な保護のない非安全な環境におけるSET操作のサポートはネットワーク操作のときにマイナスの影響を与える可能性があります。これらは、テーブルと、オブジェクトとそれらの感度/脆弱性です:

+ The sspmSourceProfileTable contains objects that configure link-level, IP, and application-level data used within test suites. These objects with a MAX-ACCESS clause of read-write and/or read- create are:

+ sspmSourceProfileTableは、リンクレベルを設定するオブジェクト、IP、およびテストスイート内で使用されるアプリケーションレベルのデータが含まれています。読み取り作成、読み取り、書き込み、および/またはのMAX-ACCESS句を使用して、これらのオブジェクトは、次のとおりです。

o sspmSourcePacketSize - configures the overall size of the test packets,

sspmSourcePacketSize O - 、テストパケットの全体のサイズを設定します

o sspmSourceProfileTOS - sets the TOS field in the IPv4 and IPv6 headers,

O sspmSourceProfileTOS - は、IPv4とIPv6ヘッダ内のTOSフィールドを設定します

o sspmSourceProfileLooseSrcRteFill and sspmSourceProfileLooseSrcRteLen - give a list of IPv4 or IPv6 addresses for the loose source route options in the IP headers,

O sspmSourceProfileLooseSrcRteFillとsspmSourceProfileLooseSrcRteLen - は、IPヘッダ内のルーズソースルートオプションのIPv4またはIPv6アドレスのリストを与えます

o sspmSourceProfileFlowLabel - sets the Flow Label in the IPv6 header,

O sspmSourceProfileFlowLabel - は、IPv6ヘッダ内のフローラベルを設定します

o sspmSourceProfileTTL - sets the TTL field in the packet headers,

O sspmSourceProfileTTL - パケットヘッダ内のTTLフィールドを設定し、

o sspmSourceProfileNoFrag - sets the No Fragment bit in the packet headers,

O sspmSourceProfileNoFrag - は、パケットヘッダでNoフラグメントビットをセット

o sspmSourceProfile8021Tagging - sets the Tag field in the 802.1 headers, and

O sspmSourceProfile8021Tagging - 802.1ヘッダーでタグフィールドを設定し、

o sspmSourceProfileUsername and sspmSourceProfilePassword - these hold the ID and passwords specific to an application test profile.,

O sspmSourceProfileUsernameとsspmSourceProfilePassword - これらは、アプリケーションのテストプロファイルに固有のIDとパスワードを保持し、。

+ The sspmSourceControlTable contains objects that configure IP and application-level data used within a given test. These objects with a MAX-ACCESS clause of read-write and/or read-create are:

+ sspmSourceControlTableは、与えられたテスト内で使用されるIPとアプリケーションレベルデータを構成するオブジェクトを含んでいます。読み書きのMAX-ACCESS句を使用して、これらのオブジェクトは、および/またはリード作成は、次のとおりです。

o sspmSourceControlSrc - controls the source IP address used on the test packets,

O sspmSourceControlSrcは - テストパケットで使用されるソースIPアドレスを制御し、

o sspmSourceControlDestAddr - holds the destination address for the specific test packet,

O sspmSourceControlDestAddrは - 、特定のテストパケットの宛先アドレスを保持しています

o sspmSourceControlTimeout, sspmSourceControlSamplingDist, and sspmSourceControlFrequency - control the nature and frequency of the test packet injection onto the network, and

ネットワークにテストパケット注射の性質および周波数を制御し、 - sspmSourceControlTimeout、sspmSourceControlSamplingDist、及びsspmSourceControlFrequency O

o sspmSourceControlFirstSeqNum and sspmSourceControlLastSeqNum - set the first and last sequence numbers for the specific test.

O sspmSourceControlFirstSeqNumとsspmSourceControlLastSeqNum - 特定の試験のために、最初と最後のシーケンス番号を設定します。

+ The sspmSinkTable contains objects that configure the recipient of the test packets. As such, the objects in this table have no security issues related to them.

+ sspmSinkTableは、テストパケットの受信者を構成するオブジェクトが含まれています。そのため、このテーブルのオブジェクトは、それらに関連したセキュリティ上の問題を持っていません。

Some attributes configure username and password information for some application-level protocols as indicated above. Access to these attributes may provide unauthorized use of resources. These attributes are: sspmSourceProfileUsername and sspmSourceProfilePassword.

上記のように一部の属性は、いくつかのアプリケーションレベルのプロトコルのためのユーザ名とパスワードの情報を設定します。これらの属性へのアクセスは、リソースの不正使用を提供することができます。これらの属性は以下のとおりです。sspmSourceProfileUsernameとsspmSourceProfilePassword。

Some attributes configure the size and rate of traffic flows for the purpose of performance measurements. Access to these attributes may exacerbate the use of this MIB module in denial-of-service attacks. It is possible to define a maximum packet rate on the device and to indicate this rate through the sspmSourceFrequency object. This object reflects the maximum acceptable packet rate that a device supporting this MIB module is willing to generate. This places a bound on setting the test packet rate through the sspmSourceControlFrequency object. Other objects that control aspects of the test packets related to packet size and rate are sspmSourceControlTimeOut, sspmSourceControlSamplingDist and sspmSourceControlFrequency.

一部の属性は、サイズ、トラフィックの速度が性能測定の目的のために流れて設定します。これらの属性へのアクセスは、サービス拒否攻撃でこのMIBモジュールの使用を悪化させる可能性があります。デバイス上の最大パケットレートを定義し、sspmSourceFrequencyオブジェクトを介してこの速度を示すことができます。このオブジェクトはこのMIBモジュールをサポートしているデバイスが生成する意思がある最大許容パケット速度を反映します。これはsspmSourceControlFrequencyオブジェクトを介してテストパケットレートを設定上の結合を配置します。パケットサイズ及び速度に関連するテストパケットの態様を制御する他のオブジェクトがsspmSourceControlTimeOut、sspmSourceControlSamplingDist及びsspmSourceControlFrequencyあります。

The objects sspmSourceControlSrc, sspmSourceControlDestAddr, sspmSourceControlLooseSrcRteFill, and sspmSourceControlLooseSrcRteLen control the setting of the source and destination addresses on the packet headers and the routing of the packets. The device should not allow the setting of source addresses on the test packets other than those that are administratively configured onto the device. This is controlled by using the syntax InterfaceIndexOrZero for the control of the source address through the sspmSourceControlSrc object.

オブジェクトsspmSourceControlSrc、sspmSourceControlDestAddr、sspmSourceControlLooseSrcRteFill、及びsspmSourceControlLooseSrcRteLenは、パケットヘッダに送信元アドレスと宛先アドレスの設定やパケットのルーティングを制御します。デバイスは管理デバイスに設定されているもの以外のテストパケットに送信元アドレスの設定を許可してはなりません。これはsspmSourceControlSrcオブジェクトを介して送信元アドレスを制御するための構文InterfaceIndexOrZeroのを使用することによって制御されます。

It is thus important to control even GET access to these objects and possibly to even encrypt the values of these object when sending them over the network via SNMP. Not all versions of SNMP provide features for such a secure environment.

それも、これらのオブジェクトへのアクセスを取得し、おそらくSNMPを通してネットワークの上にそれらを送信するときにも、これらのオブジェクトの値を暗号化するために制御することが重要です。 SNMPのすべてのバージョンは、このような安全な環境のための機能を提供していません。

SNMP versions prior to SNMPv3 did not include adequate security. Even if the network itself is secure (for example by using IPSec), even then, there is no control as to who on the secure network is allowed to access and GET/SET (read/change/create/delete) the objects in this MIB module.

SNMPv3の前のSNMPバージョンは十分なセキュリティを含んでいませんでした。ネットワーク自体が(IPSecを使用することにより、例えば)安全であっても、その後も、安全なネットワーク上で/ SETにアクセスし、GETだれに許容されているかのように何の制御(読み取り/変更/作成/削除)この内のオブジェクトが存在しませんMIBモジュール。

It is RECOMMENDED that implementers consider the security features as provided by the SNMPv3 framework (see [RFC3410], section 8), including full support for the SNMPv3 cryptographic mechanisms (for authentication and privacy).

実装がSNMPv3フレームワークで提供するようにセキュリティ機能を考えることが推奨される(認証とプライバシーのために)SNMPv3の暗号化メカニズムの完全なサポートを含む、([RFC3410]セクション8を参照)。

Further, deployment of SNMP versions prior to SNMPv3 is NOT RECOMMENDED. Instead, it is RECOMMENDED to deploy SNMPv3 and to enable cryptographic security. It is then a customer/operator responsibility to ensure that the SNMP entity giving access to an instance of this MIB module is properly configured to give access to the objects only to those principals (users) that have legitimate rights to indeed GET or SET (change/create/delete) them.

さらに、SNMPv3の前のSNMPバージョンの展開はお勧めしません。代わりに、SNMPv3を展開すると、暗号化セキュリティを有効にすることをお勧めします。このMIBモジュールのインスタンスへのアクセスを与えるSNMP実体が適切にのみプリンシパル(ユーザ)にオブジェクトへのアクセスを提供するように設定されていることを確認するために、顧客/オペレータ責任実際にGETまたはSET(変化への正当な権利を有することです/)/削除、それらを作成します。

9. Acknowledgements
9.謝辞

This document was produced by the IETF Remote Network Monitoring Working Group. The editors gratefully acknowledge the comments of the following individuals: Andy Bierman, Lester D'Souza, Jim McQuaid, and Steven Waldbusser.

このドキュメントはIETFのリモートネットワーク監視ワーキンググループによって作成されました。アンディBierman、レスターD'Souza氏、ジムMcQuaid、およびスティーブンWaldbusser:編集者は感謝して以下の個人のコメントを認めます。

10. Normative References
10.引用規格

[RFC791] Postel, J., "Internet Protocol", STD 5, RFC 791, September 1981.

[RFC791]ポステル、J.、 "インターネットプロトコル"、STD 5、RFC 791、1981年9月。

[RFC1305] Mills, D., "Network Time Protocol (Version 3) Specification, Implementation and Analysis", RFC 1305, March 1992.

[RFC1305]ミルズ、D.、 "ネットワーク時間プロトコル(バージョン3)仕様、実装と分析"、RFC 1305、1992年3月。

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997.

[RFC2119]ブラドナーの、S.、 "要件レベルを示すためにRFCsにおける使用のためのキーワード"、BCP 14、RFC 2119、1997年3月。

[RFC2287] Krupczak, C. and J. Saperia, "Definitions of System-Level Managed Objects for Applications", RFC 2287, February 1998.

[RFC2287] Krupczak、C.とJ. Saperia、RFC 2287、1998年2月 "アプリケーションのためのシステムレベルの管理オブジェクトの定義"。

[RFC2460] Deering, S. and R. Hinden, "Internet Protocol, Version 6 (IPv6) Specification", RFC 2460, December 1998.

[RFC2460]デアリング、S.とR. Hindenと、 "インターネットプロトコルバージョン6(IPv6)の仕様"、RFC 2460、1998年12月。

[RFC2578] McCloghrie, K., Perkins, D., Schoenwaelder, J., Case, J., Rose, M., and S. Waldbusser, "Structure of Management Information Version 2 (SMIv2)", STD 58, RFC 2578, April 1999.

[RFC2578] McCloghrie、K.、パーキンス、D.、Schoenwaelder、J.、ケース、J.、ローズ、M.、およびS. Waldbusser、 "経営情報バージョン2(SMIv2)の構造"、STD 58、RFC 2578 、1999年4月。

[RFC2579] McCloghrie, K., Perkins, D., Schoenwaelder, J., Case, J., Rose, M., and S. Waldbusser, "Textual Conventions for SMIv2", STD 58, RFC 2579, April 1999.

[RFC2579] McCloghrie、K.、パーキンス、D.、Schoenwaelder、J.、ケース、J.、ローズ、M.、およびS. Waldbusser、 "SMIv2のためのテキストの表記法"、STD 58、RFC 2579、1999年4月。

[RFC2580] McCloghrie, K., Perkins, D., Schoenwaelder, J., Case, J., Rose, M., and S. Waldbusser, "Conformance Statements for SMIv2", STD 58, RFC 2580, April 1999.

[RFC2580] McCloghrie、K.、パーキンス、D.、Schoenwaelder、J.、ケース、J.、ローズ、M.、およびS. Waldbusser、 "SMIv2のための適合性宣言"、STD 58、RFC 2580、1999年4月。

[RFC2680] Almes, G., Kalidindi, S., and M. Zekauskas, "A One-Way Packet Loss Metric for IPPM" RFC 2680, September 1999.

[RFC2680] Almes、G.、Kalidindi、S.、およびM. Zekauskas、RFC 2680、1999年9月 "IPPMための一方向パケット損失メトリック"。

[RFC2863] McCloghrie, K. and F. Kastenholz, "The Interfaces Group MIB", RFC 2863, June 2000.

[RFC2863] McCloghrie、K.およびF. Kastenholzと、 "インターフェイスグループMIB"、RFC 2863、2000年6月。

[RFC3291] Daniele, M., Haberman, B., Routhier, S., and J. Schoenwaelder, "Textual Conventions for Internet Network Addresses ", RFC 3291, May 2002.

[RFC3291]ダニエル、M.、ハーバーマン、B.、Routhier、S.、およびJ. Schoenwaelder、 "インターネットネットワークアドレスのためのテキストの表記法"、RFC 3291、2002年5月。

[RFC3393] Demichelis, C. and P. Chimento, "IP Packet Delay Variation Metric for IP Performance Metrics (IPPM)", RFC 3393, November 2002.

[RFC3393]デミチェリス、C.およびP. Chimento、 "IPパフォーマンス・メトリックのためのIPパケット遅延変動メトリック(IPPM)"、RFC 3393、2002年11月。

[RFC3432] Raisanen, V., Grotefeld, G., and A. Morton, "Network Performance Measurement with Periodic Streams", RFC 3432, November 2002.

[RFC3432] Raisanen、V.、Grotefeld、G.、およびA.モートン、 "定期的なストリームとのネットワークパフォーマンスの測定"、RFC 3432、2002年11月。

[RFC3577] Waldbusser, S., Cole, R.G., Kalbfleisch, C., and D. Romascanu, "Introduction to the Remote Monitoring (RMON) Family of MIB Modules", RFC 3577, August 2003.

[RFC3577] Waldbusser、S.、コール、R.G.、Kalbfleisch、C.、およびD. Romascanu、 "MIBモジュールのリモートモニタリング(RMON)ファミリーの紹介"、RFC 3577、2003年8月。

[RFC3729] Waldbusser, S., "Application Performance Measurement MIB", RFC 3729, March 2004.

[RFC3729] Waldbusser、S.、 "アプリケーションのパフォーマンス測定MIB"、RFC 3729、2004年3月。

[RFC4150] Dietz, R. and R. Cole, "Transport Performance Metrics MIB", RFC 4150, August 2005.

[RFC4150]ディーツ、R.とR.コール、 "交通パフォーマンス・メトリックMIB"、RFC 4150、2005年8月。

11. Informative References
11.参考文献

[RFC1272] Mills, C., Hirsch, G., and G. Ruth, "Internet Accounting Background", RFC 1272, November 1991.

[RFC1272]ミルズ、C.、ハーシュ、G.、およびG.ルース、 "インターネット会計の背景"、RFC 1272、1991年11月。

[RFC2021] Waldbusser, S., "Remote Network Monitoring Management Information Base Version 2 using SMIv2", RFC 2021, January 1997.

[RFC2021] Waldbusser、S.、 "リモートネットワーク監視管理情報ベースバージョン2のSMIv2を使用して"、RFC 2021、1997年1月。

[RFC2722] Browlee, N., Mills, C., and G. Ruth, "Traffic Flow Measurement: Architecture", RFC 2722, October 1999.

[RFC2722] Browlee、N.、ミルズ、C.、およびG.ルース、 "トラフィックフロー測定:アーキテクチャ"、RFC 2722、1999年10月。

[RFC2720] Brownlee, N. "Traffic Flow Measurement: Meter MIB", RFC 2720, October 1999.

[RFC2720]ブラウンリー、N. "トラフィックフロー測定:メーターMIB"、RFC 2720、1999年10月。

[RFC2330] Paxson, V., Almes, G., Mahdavi, J., and M. Mathis, "Framework for IP Performance Metrics", RFC 2330, May 1998.

[RFC2330]パクソン、V.、Almes、G.、Mahdavi、J.、およびM.マティス、 "IPパフォーマンス・メトリックのためのフレームワーク"、RFC 2330、1998年5月。

[RFC2564] Kalbfleisch, C., Krupczak, C., Presuhn, R., and J. Saperia, "Application Management MIB", RFC 2564, May 1999.

[RFC2564] Kalbfleisch、C.、Krupczak、C.、Presuhn、R.、およびJ. Saperia、 "アプリケーション管理MIB"、RFC 2564、1999年5月。

[RFC2594] Hazewinkel, H., Kalbfleisch, C., and J. Schoenwaelder, "Definitions of Managed Objects for WWW Services", RFC 2594, May 1999.

[RFC2594] Hazewinkel、H.、Kalbfleisch、C.、およびJ. Schoenwaelder、 "WWWサービスのための管理オブジェクトの定義"、RFC 2594、1999年5月。

[RFC3165] Levi, D. and J. Schoenwaelder, "Definitions of Managed Objects for the Delegation of Management Scripts", RFC 3165, August 2001.

[RFC3165]レビとD.とJ. Schoenwaelder、 "管理スクリプトの委任のための管理オブジェクトの定義"、RFC 3165、2001年8月。

[RFC2678] Mahdavi, J. and V. Paxson, "IPPM metrics for Measuring Connectivity", RFC 2678, September 1999.

[RFC2678] Mahdavi、J.およびV.パクソン、 "接続を測定するためのメトリックIPPM"、RFC 2678、1999年9月。

[RFC2679] Almes, G., Kalidindi, S., and M. Zekauskas, "A One-way Delay Metric for IPPM", RFC 2679, September 1999.

[RFC2679] Almes、G.、Kalidindi、S.、およびM. Zekauskas、 "一方向IPPMの遅延メトリック"、RFC 2679、1999年9月。

[RFC2681] Almes, G., Kalidindi, S., and M. Zekauskas, "A Round-Trip Delay Metric for IPPM", RFC 2681, September 1999.

[RFC2681] Almes、G.、Kalidindi、S.、およびM. Zekauskas、 "IPPMのラウンドトリップ遅延メトリック"、RFC 2681、1999年9月。

[RFC2819] Waldbusser, S., "Remote Network Monitoring Management Information Base", STD 59, RFC 2819, February 1995.

[RFC2819] Waldbusser、S.、 "リモートネットワーク監視管理情報ベース"、STD 59、RFC 2819、1995年2月。

[RFC2925] White, K., "Definitions of Managed Objects for Remote Ping, Traceroute, and Lookup Operations", RFC 2925, September 2000.

[RFC2925]ホワイト、K.、 "リモートピング、トレースルート、およびルックアップ操作のための管理オブジェクトの定義"、RFC 2925、2000年9月。

[RFC2982] Kavasseri, R., "Distributed Management Expression MIB", RFC 2982, October 2000.

[RFC2982] Kavasseri、R.、 "分散管理式MIB"、RFC 2982、2000年10月。

[RFC3410] Case, J., Mundy, R., Partain, D., and B. Stewart, "Introduction and Applicability Statements for Internet-Standard Management Framework", RFC 3410, December 2002.

[RFC3410]ケース、J.、マンディ、R.、パーテイン、D.、およびB.スチュワート、 "インターネット標準の管理フレームワークのための序論と適用性声明"、RFC 3410、2002年12月。

[RFC3512] MacFaden, M., Partain, D., Saperia, J., and W. Tackabury, "Configuring Networks and Devices with Simple Network Management Protocol (SNMP)", RFC 3512, April 2003.

[RFC3512] MacFaden、M.、パーテイン、D.、Saperia、J.、およびW. Tackabury、RFC 3512、2003年4月 "簡易ネットワーク管理プロトコル(SNMP)とのネットワークとデバイスの設定"。

[EBT] Mathis, M. and M. Allman, "Empirical Bulk Transfer Capacity", Work in Progress, October 1999.

[EBT]マシス、M.とM.オールマン、「実証バルク転送容量」、進歩、1999年10月の作業。

[ODP] Shalunov, S., Teitelbaum, B., and M. Zekauskas, "A One-Way Delay Protocol for IP Performance Measurements", Work in Progress, December 2000.

[ODP] Shalunov、S.、Teitelbaum、B.、およびM. Zekauskas、 "IPパフォーマンス測定のためのワンウェイ遅延議定書"、進歩、2000年12月の作業。

[RFC4011] Waldbusser, S., Saperia, J., and T. Hongal, "Policy Based Management MIB", RFC 4011, March 2005.

[RFC4011] Waldbusser、S.、Saperia、J.、およびT. Hongal、 "ポリシーベースの管理MIB"、RFC 4011、2005年3月。

[TBT] Mathis, M., "TReno Bulk transfer Capacity", Work in Progress, February 1999.

[TBT]マシス、M.、 "TRenoバルク転送容量"、進歩、1999年2月での作業。

Authors' Addresses

著者のアドレス

Carl W. Kalbfleisch Consultant

カールW.仔牛コンサルタント

EMail: ietf@kalbfleisch.us

メールアドレス:ietf@kalbfleisch.us

Robert G. Cole Johns Hopkins University Applied Physics Laboratory MP2-170 11100 Johns Hopkins Road Laurel, MD 20723-6099 USA

ロバートG.コールジョンズ・ホプキンス大学応用物理研究所MP2-170 11100ジョンズホプキンスロードローレル、メリーランド州20723から6099 USA

Tel: +1 443-778-6951 EMail: robert.cole@jhuapl.edu

電話:+1 443-778-6951電子メール:robert.cole@jhuapl.edu

Dan Romascanu Avaya Atidim Technology Park, Bldg. #3 Tel Aviv, 61131 Israel

ダンRomascanu AvayaのATIDテクノロジーパーク、ビル。 #3テルアビブ、イスラエル61131

Tel: +972-3-645-8414 EMail: dromasca@avaya.com

電話:+ 972-3-645-8414 Eメール:dromasca@avaya.com

Full Copyright Statement

完全な著作権声明

Copyright (C) The Internet Society (2005).

著作権(C)インターネット協会(2005)。

This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.

この文書では、BCP 78に含まれる権利と許可と制限の適用を受けており、その中の記載を除いて、作者は彼らのすべての権利を保有します。

This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM 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.

この文書とここに含まれている情報は、基礎とCONTRIBUTOR「そのまま」、ORGANIZATION HE / SHEが表すまたはインターネットソサエティおよびインターネット・エンジニアリング・タスク・フォース放棄すべての保証、明示または、(もしあれば)後援ISに設けられています。黙示、情報の利用は、特定の目的に対する権利または商品性または適合性の黙示の保証を侵害しない任意の保証含むがこれらに限定されません。

Intellectual Property

知的財産

The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79.

IETFは、本書またはそのような権限下で、ライセンスがたりないかもしれない程度に記載された技術の実装や使用に関係すると主張される可能性があります任意の知的財産権やその他の権利の有効性または範囲に関していかなる位置を取りません利用可能です。またそれは、それがどのような権利を確認する独自の取り組みを行ったことを示すものでもありません。 RFC文書の権利に関する手続きの情報は、BCP 78およびBCP 79に記載されています。

Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr.

IPRの開示のコピーが利用できるようにIETF事務局とライセンスの保証に行われた、または本仕様の実装者または利用者がそのような所有権の使用のための一般的なライセンスまたは許可を取得するために作られた試みの結果を得ることができますhttp://www.ietf.org/iprのIETFのオンラインIPRリポジトリから。

The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org.

IETFは、その注意にこの標準を実装するために必要とされる技術をカバーすることができる任意の著作権、特許または特許出願、またはその他の所有権を持ってすべての利害関係者を招待します。 ietf-ipr@ietf.orgのIETFに情報を記述してください。

Acknowledgement

謝辞

Funding for the RFC Editor function is currently provided by the Internet Society.

RFC Editor機能のための基金は現在、インターネット協会によって提供されます。