OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / ucd-snmp / draft / man5 / variables.5
1 .\" /***********************************************************
2 .\"     Copyright 1988, 1989 by Carnegie Mellon University
3 .\" 
4 .\"                       All Rights Reserved
5 .\" 
6 .\" Permission to use, copy, modify, and distribute this software and its 
7 .\" documentation for any purpose and without fee is hereby granted, 
8 .\" provided that the above copyright notice appear in all copies and that
9 .\" both that copyright notice and this permission notice appear in 
10 .\" supporting documentation, and that the name of CMU not be
11 .\" used in advertising or publicity pertaining to distribution of the
12 .\" software without specific, written prior permission.  
13 .\" 
14 .\" CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15 .\" ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
16 .\" CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
17 .\" ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
18 .\" WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19 .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20 .\" SOFTWARE.
21 .\" ******************************************************************/
22 .\"
23 .\" Japanese Version Copyright (c) 2002 Yuichi SATO
24 .\"         all rights reserved.
25 .\" Translated Sat Feb 16 21:11:06 JST 2002
26 .\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
27 .\"
28 .\"WORD:        identifier      識別子
29 .\"
30 .TH VARIABLES 5 "02 Mar 1999"
31 .UC 4
32 .\"O .SH NAME
33 .SH 名前
34 .\"O     variables - Format of specifying variable names to SNMP tools.
35 variables - SNMP ツールに指定する変数名のフォーマット
36 .\"O .SH SYNOPSIS
37 .SH 書式
38 .\"O     system.sysdescr.0
39 system.sysdescr.0
40 .\"O .SH DESCRIPTION
41 .SH 説明
42 .\"O Variable names are in the format of Object Identifiers (ASN.1).  There are
43 .\"O several methods of representation. Each variable name is given in the format of A.B.C.D...,
44 .\"O where A, B, C, and D are subidentifiers in one of two forms of notation.
45 変数名はオブジェクト識別子
46 (Object Identifiers (ASN.1)) のフォーマットで記述され、
47 いくつかの表現法がある。
48 各変数名は A.B.C.D... という形式で指定される。
49 ここで A, B, C, D はサブ識別子であり、2 つの表記法のうちのどちらかである。
50 .\"O Each subidentifier may be encoded as a decimal integer, or a symbol as found in
51 .\"O the RFC1066 MIB.  The case of the symbols is not significant.
52 それぞれのサブ識別子には、10 進の整数でエンコードされた数値か、
53 RFC1066 MIB に記述されているシンボルを指定できる。
54 シンボルの大文字小文字は区別されない。
55 .br
56 .\"O If there is no leading "." in the variable name, the name will be formed
57 .\"O as if having been preceded with "iso.org.dod.internet.mgmt.mib.".  A "." must
58 .\"O be placed before the first variable if the user is to fully specify the name.
59 .\"O For example:
60 変数名の先頭に "." がない場合は、
61 名前の先頭に "iso.org.dod.internet.mgmt.mib." をつけて変数名が作成される。
62 ユーザーが完全な名前を指定する場合は、
63 最初の変数の前に "." を付けなければならない。
64 例えば、
65 .PP
66 .\"O .I 1.1.0  system.sysDescr.0 and 1.sysDescr.0
67 .I 1.1.0  system.sysDescr.0 1.sysDescr.0
68 .PP
69 .\"O all refer to the same variable name.  Likewise:
70 これらは同じ変数名を参照する。同様に
71 .PP
72 .I .1.3.6.1.2.1.1.1.0 .iso.org.dod.internet.mgmt.mib.system.sysdescr.0 .1.3.6.1.2.1.1.sysdescr.0
73 .PP
74 .\"O All refer to the same variable name.
75 これらも同じ変数名を参照する。
76 .PP
77 .\"O The description of the variables in the MIB is given in the set of mib
78 .\"O files defined by the MIBS environment variable (or the default list
79 .\"O defined at compilation time) and the mib files in the
80 .\"O DATADIR/snmp/mibs directory (or the MIBDIRS environment variable).
81 MIB の変数の説明は、MIBS 環境変数で定義されている mib ファイル
82 (またはコンパイル時に定義されるデフォルトのリスト) に書かれている。
83 また DATADIR/snmp/mibs ディレクトリ (または MIBDIRS 環境変数) にある
84 mib ファイルにも書かれている。
85 .\"O .SH "SEE ALSO"
86 .SH 関連項目
87 RFC 1065, RFC 1066, RFC 1067, ISO IS 8824(ASN.1)
88 .\"O .SH BUGS
89 .SH バグ
90 .\"O The parser of the mib files file is not expected to handle bizarre
91 .\"O (although correct) interpretations of the ASN.1 notation.
92 mib ファイルのパーサーは、ASN.1 表記の
93 (正しいけれども) 奇妙な記述を処理できるようには作られていない。