summaryrefslogtreecommitdiff
path: root/ov/UCD-fields
blob: f74615ebed90cc8772ea5e6da4972a60d18288f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Field "SNMPAgent" {
	Type Enumeration;
	Flags	capability, general, locate;
	Enumeration 
		"Unset",
		"UCD HP-UX 9",
		"UCD HP-UX 10",
		"UCD SunOS4",
		"UCD Solaris",
		"UCD OSF",
		"UCD Ultrix",
		"UCD NetBSD",
		"UCD FreeBSD",
		"UCD IRIX",
		"UCD Linux",
		"UCD BSD/OS",
		"UCD Unknown",
		"UCDavis Agent";
}

Field "vendor" {
	Type Enumeration;
	Flags	capability, general, locate;
	Enumeration "Unset",
		"UCDavis";
}