-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcom.dartware.viewer.sflow-mib-4300.txt
130 lines (92 loc) · 5.46 KB
/
com.dartware.viewer.sflow-mib-4300.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!--
SFLOW-MIB-4300 Viewer probe for InterMapper - http://intermapper.com
Copy this text and save it as a file. Then import it using
File -> Import -> Probe... Use this file name:
com.dartware.viewer.sflow-mib-4300.txt
Generated by: MIB Viewer Probe Builder, version 1.3.8
Created on: Wednesday, June 12, 2013 11:08:48 AM
-----------------------------------------------------------------------------------
Please feel free to use this file as a base for further development.
Read the Developer Guide to learn more about InterMapper Probes. The Guide is at:
http://intermapper.com/go.php?to=intermapper.devguide
-->
-- The <description> section contains the text that will appear in the Set Probe... window.
-- It gives you a chance to describe how the probe works, what the parameters are, and how to
-- how to set it up.
<description>
\gb\SFLOW-MIB-4300 Viewer\p\
This is a probe that will view the entire SFLOW-MIB-4300. The Status Window shows all the scalar values available from the MIB, and also has links to display the tables that are supported.
You must import the following MIBs before importing the probe file.
SNMPv2-SMI
SNMP-FRAMEWORK-MIB
RMON-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SFLOW-MIB-4300
</description>
-- The <header> section determines the probe's unique name, what kind of probe it is,
-- its Human Name, and its place in the probe picker hierarchy, and other assorted attributes.
<header>
"type" = "custom-snmp"
"package" = "com.dartware"
"probe_name" = "viewer.sflow-mib-4300"
"human_name" = "SFLOW-MIB-4300 Viewer"
"display_name" = "MIB Viewers/SFLOW-MIB-4300 Viewer"
"version" = "1.0"
"address_type" = "IP,AT"
"port_number" = "161"
"flags" = "NOLINKS"
</header>
-- <snmp-device-properties> are flags that alter the InterMapper probe's behavior.
-- You generally do not need to use these, but they can be useful for devices that don't
-- work as expected. For more information, see the <snmp-device-properties> section of the
-- Developer Guide's at: http://dartware.com/support/docs/index.html
<snmp-device-properties>
-- none required
</snmp-device-properties>
-- Parameters are user-settable values that the probe uses for its comparisons.
-- Specify the default values here. The customer can change them and they will be retained for each device.
<parameters>
-- No parameters specified.
</parameters>
-- InterMapper retrieves the <snmp-device-variables> using the OID or variable names from the MIB.
-- Specify the variable name, the MIB name or OID, the format (usually DEFAULT) and a short description.
<snmp-device-variables>
sFlowVersion_, sFlowVersion.0, DEFAULT, "sFlowVersion"
sFlowAgentAddressType_, sFlowAgentAddressType.0, DEFAULT, "sFlowAgentAddressType"
sFlowAgentAddress_, sFlowAgentAddress.0, DEFAULT, "sFlowAgentAddress"
</snmp-device-variables>
<snmp-device-variables-ondemand>
sFlowTable, .1, TABLE, "sFlowTable for ${deviceaddress}"
sFlowTable/sFlowDataSource, sFlowOwner[0:1], DEFAULT, "DataSource"
sFlowTable/sFlowOwner, sFlowOwner, DEFAULT, "Owner"
sFlowTable/sFlowTimeout, sFlowTimeout, DEFAULT, "Timeout"
sFlowTable/sFlowPacketSamplingRate, sFlowPacketSamplingRate, DEFAULT, "PacketSamplingRate"
sFlowTable/sFlowCounterSamplingInterval, sFlowCounterSamplingInterval, DEFAULT, "CounterSamplingInterval"
sFlowTable/sFlowMaximumHeaderSize, sFlowMaximumHeaderSize, DEFAULT, "MaximumHeaderSize"
sFlowTable/sFlowMaximumDatagramSize, sFlowMaximumDatagramSize, DEFAULT, "MaximumDatagramSize"
sFlowTable/sFlowCollectorAddressType, sFlowCollectorAddressType, DEFAULT, "CollectorAddressType"
sFlowTable/sFlowCollectorAddress, sFlowCollectorAddress, DEFAULT, "CollectorAddress"
sFlowTable/sFlowCollectorPort, sFlowCollectorPort, DEFAULT, "CollectorPort"
sFlowTable/sFlowDatagramVersion, sFlowDatagramVersion, DEFAULT, "DatagramVersion"
-- INDEX *sFlowDataSource|sFlowOwner|sFlowTimeout|sFlowPacketSamplingRate|sFlowCounterSamplingInterval|sFlowMaximumHeaderSize|sFlowMaximumDatagramSize|sFlowCollectorAddressType|sFlowCollectorAddress|sFlowCollectorPort|sFlowDatagramVersion
</snmp-device-variables-ondemand>
-- The 'autorecord' section specifies the variables that
-- will be saved to the InterMapper Database.
-- No 'autorecord' variables specified.
-- Specify rules for setting the device into Alarm or Warning state.
-- The rules are tested top-to-bottom, and stop when one matches.
<snmp-device-thresholds>
-- No thresholds specified.
</snmp-device-thresholds>
-- The <snmp-device-display> section specifies the text that will be appended
-- to the device's Staus Window.
<snmp-device-display>
\B5\SFLOW-MIB-4300 Viewer\P0\
\b4\\#hide:sFlowAgent\Variables for the sFlowAgent group\#begin:sFlowAgent\\p0\
\4\ sFlowVersion:\0\ $sFlowVersion_ \3G\sFlowVersion\M0\
\4\sFlowAgentAddressType:\0\ $sFlowAgentAddressType_ \3G\sFlowAgentAddressType\M0\
\4\ sFlowAgentAddress:\0\ $sFlowAgentAddress_ \3G\sFlowAgentAddress\M0\\#end:sFlowAgent\
\b5\Tables from SFLOW-MIB-4300\P0\
${sFlowTable:View the sFlowTable}
</snmp-device-display>