Deleted Added
full compact
tree.def (163821) tree.def (216294)
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 and use in source and binary forms, with or without

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

191 (2 warmStart OID op_snmp_trap)
192 (5 authenticationFailure OID op_snmp_trap)
193 )
194 (6 snmpSet
195 (1 snmpSetSerialNo INTEGER op_snmp_set GET SET)
196 )
197 )
198 )
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 and use in source and binary forms, with or without

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

191 (2 warmStart OID op_snmp_trap)
192 (5 authenticationFailure OID op_snmp_trap)
193 )
194 (6 snmpSet
195 (1 snmpSetSerialNo INTEGER op_snmp_set GET SET)
196 )
197 )
198 )
199 (10 snmpFrameworkMIB
200 (2 snmpFrameworkMIBObjects
201 (1 snmpEngine
202 (1 snmpEngineID OCTETSTRING | SnmpEngineID op_snmp_engine GET)
203 (2 snmpEngineBoots INTEGER op_snmp_engine GET)
204 (3 snmpEngineTime INTEGER op_snmp_engine GET)
205 (4 snmpEngineMaxMessageSize INTEGER op_snmp_engine GET)
206 )
207 )
208 )
199 ))
200)
209 ))
210)