and added files
[bcm963xx.git] / userapps / opensource / net-snmp / ov / UCD-fields
1 Field "SNMPAgent" {
2         Type Enumeration;
3         Flags   capability, general, locate;
4         Enumeration 
5                 "Unset",
6                 "UCD HP-UX 9",
7                 "UCD HP-UX 10",
8                 "UCD SunOS4",
9                 "UCD Solaris",
10                 "UCD OSF",
11                 "UCD Ultrix",
12                 "UCD NetBSD",
13                 "UCD FreeBSD",
14                 "UCD IRIX",
15                 "UCD Linux",
16                 "UCD BSD/OS",
17                 "UCD Unknown",
18                 "UCDavis Agent";
19 }
20
21 Field "vendor" {
22         Type Enumeration;
23         Flags   capability, general, locate;
24         Enumeration "Unset",
25                 "UCDavis";
26 }