summaryrefslogtreecommitdiff
path: root/ov/UCD-fields
blob: 5e0be0c74802636d93fd0541f97720dd238e92cd (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
27
28
29
30
31
32
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 OpenBSD",
		"UCD Win32",
		"UCD HP-UX 11",
		"UCD AIX",
		"UCD Mac OS X",
		"UCD Dragonfly",
		"UCD Unknown",
		"UCDavis Agent";
}

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