summaryrefslogtreecommitdiff
path: root/ov/UCD-fields
diff options
context:
space:
mode:
Diffstat (limited to 'ov/UCD-fields')
-rw-r--r--ov/UCD-fields26
1 files changed, 26 insertions, 0 deletions
diff --git a/ov/UCD-fields b/ov/UCD-fields
new file mode 100644
index 0000000..f74615e
--- /dev/null
+++ b/ov/UCD-fields
@@ -0,0 +1,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";
+}