File: UCD-fields

package info (click to toggle)
net-snmp 5.2.3-7etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 24,452 kB
  • ctags: 16,045
  • sloc: ansic: 175,930; perl: 11,814; sh: 11,230; makefile: 5,375; pascal: 62
file content (26 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (9)
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";
}