Deleted Added
full compact
BEGEMOT-SNMPD.txt (124861) BEGEMOT-SNMPD.txt (128237)
1--
2-- Copyright (c) 2001-2003
3-- Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4-- All rights reserved.
5--
6-- Author: Harti Brandt <harti@freebsd.org>
7--
8-- Redistribution of this software and documentation and use in source and

--- 16 unchanged lines hidden (view full) ---

25-- FRAUNHOFER FOKUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26-- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27-- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
28-- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
31-- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32--
1--
2-- Copyright (c) 2001-2003
3-- Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4-- All rights reserved.
5--
6-- Author: Harti Brandt <harti@freebsd.org>
7--
8-- Redistribution of this software and documentation and use in source and

--- 16 unchanged lines hidden (view full) ---

25-- FRAUNHOFER FOKUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26-- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27-- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
28-- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
31-- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32--
33-- $Begemot: bsnmp/snmpd/BEGEMOT-SNMPD.txt,v 1.21 2003/12/09 12:28:52 hbb Exp $
33-- $Begemot: bsnmp/snmpd/BEGEMOT-SNMPD.txt,v 1.22 2004/04/13 15:21:46 novo Exp $
34--
35-- Begemot Private SNMPd MIB.
36--
37BEGEMOT-SNMPD-MIB DEFINITIONS ::= BEGIN
38
39IMPORTS
40 MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, Counter32,
34--
35-- Begemot Private SNMPd MIB.
36--
37BEGEMOT-SNMPD-MIB DEFINITIONS ::= BEGIN
38
39IMPORTS
40 MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, Counter32,
41 Unsigned32
41 Unsigned32, IpAddress
42 FROM SNMPv2-SMI
43 TEXTUAL-CONVENTION, TruthValue, RowStatus
44 FROM SNMPv2-TC
45 MODULE-COMPLIANCE, OBJECT-GROUP
46 FROM SNMPv2-CONF
47 begemot
48 FROM BEGEMOT-MIB;
49

--- 89 unchanged lines hidden (view full) ---

139 MAX-ACCESS read-only
140 STATUS current
141 DESCRIPTION
142 "The SNMP versions that the agent processes. The following
143 bits are defined:
144
145 0x00000001 - SNMPv1
146 0x00000002 - SNMPv2c"
42 FROM SNMPv2-SMI
43 TEXTUAL-CONVENTION, TruthValue, RowStatus
44 FROM SNMPv2-TC
45 MODULE-COMPLIANCE, OBJECT-GROUP
46 FROM SNMPv2-CONF
47 begemot
48 FROM BEGEMOT-MIB;
49

--- 89 unchanged lines hidden (view full) ---

139 MAX-ACCESS read-only
140 STATUS current
141 DESCRIPTION
142 "The SNMP versions that the agent processes. The following
143 bits are defined:
144
145 0x00000001 - SNMPv1
146 0x00000002 - SNMPv2c"
147 DEFVAL { 0x3 }
147 DEFVAL { 3 }
148 ::= { begemotSnmpdConfig 5 }
149
150--
151-- Trap destinations
152--
153begemotTrapSinkTable OBJECT-TYPE
154 SYNTAX SEQUENCE OF BegemotTrapSinkEntry
155 MAX-ACCESS not-accessible

--- 314 unchanged lines hidden (view full) ---

470 DESCRIPTION
471 "An entry in the table with descriptions of local ports to
472 listen on for SNMP messages."
473 INDEX { begemotSnmpdLocalPortPath }
474 ::= { begemotSnmpdLocalPortTable 1 }
475
476BegemotSnmpdLocalPortEntry ::= SEQUENCE {
477 begemotSnmpdLocalPortPath OCTET STRING,
148 ::= { begemotSnmpdConfig 5 }
149
150--
151-- Trap destinations
152--
153begemotTrapSinkTable OBJECT-TYPE
154 SYNTAX SEQUENCE OF BegemotTrapSinkEntry
155 MAX-ACCESS not-accessible

--- 314 unchanged lines hidden (view full) ---

470 DESCRIPTION
471 "An entry in the table with descriptions of local ports to
472 listen on for SNMP messages."
473 INDEX { begemotSnmpdLocalPortPath }
474 ::= { begemotSnmpdLocalPortTable 1 }
475
476BegemotSnmpdLocalPortEntry ::= SEQUENCE {
477 begemotSnmpdLocalPortPath OCTET STRING,
478 begemotSnmpdLocalPortStatus INTEGER
478 begemotSnmpdLocalPortStatus INTEGER,
479 begemotSnmpdLocalPortType INTEGER
480}
481
482begemotSnmpdLocalPortPath OBJECT-TYPE
483 SYNTAX OCTET STRING (SIZE(1..104))
484 MAX-ACCESS not-accessible
485 STATUS current
486 DESCRIPTION

--- 44 unchanged lines hidden (view full) ---

531 STATUS current
532 DESCRIPTION
533 "An entry in the table with the transport mappings."
534 INDEX { begemotSnmpdTransportName }
535 ::= { begemotSnmpdTransportTable 1 }
536
537BegemotSnmpdTransportEntry ::= SEQUENCE {
538 begemotSnmpdTransportName OCTET STRING,
479 begemotSnmpdLocalPortType INTEGER
480}
481
482begemotSnmpdLocalPortPath OBJECT-TYPE
483 SYNTAX OCTET STRING (SIZE(1..104))
484 MAX-ACCESS not-accessible
485 STATUS current
486 DESCRIPTION

--- 44 unchanged lines hidden (view full) ---

531 STATUS current
532 DESCRIPTION
533 "An entry in the table with the transport mappings."
534 INDEX { begemotSnmpdTransportName }
535 ::= { begemotSnmpdTransportTable 1 }
536
537BegemotSnmpdTransportEntry ::= SEQUENCE {
538 begemotSnmpdTransportName OCTET STRING,
539 begemotSnmpdTransportStatus INTEGER
539 begemotSnmpdTransportStatus INTEGER,
540 begemotSnmpdTransportOid OBJECT IDENTIFIER
541}
542
543begemotSnmpdTransportName OBJECT-TYPE
544 SYNTAX OCTET STRING (SIZE(1..256))
545 MAX-ACCESS not-accessible
546 STATUS current
547 DESCRIPTION

--- 26 unchanged lines hidden ---
540 begemotSnmpdTransportOid OBJECT IDENTIFIER
541}
542
543begemotSnmpdTransportName OBJECT-TYPE
544 SYNTAX OCTET STRING (SIZE(1..256))
545 MAX-ACCESS not-accessible
546 STATUS current
547 DESCRIPTION

--- 26 unchanged lines hidden ---