Deleted Added
full compact
snmp_mibII.3 (133211) snmp_mibII.3 (142810)
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

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
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

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $Begemot: bsnmp/snmp_mibII/snmp_mibII.3,v 1.4 2004/08/06 08:47:06 brandt Exp $
29.\" $Begemot: bsnmp/snmp_mibII/snmp_mibII.3,v 1.6 2005/02/28 16:00:11 brandt_h Exp $
30.\"
31.Dd August 19, 2002
30.\"
31.Dd August 19, 2002
32.Dt snmp_mibII 3
32.Dt SNMP_MIBII 3
33.Os
34.Sh NAME
35.Nm mibII ,
36.Nm mibif_notify_f ,
37.Nm mib_netsock ,
38.Nm mib_if_set_dyn ,
39.Nm mib_refresh_iflist ,
40.Nm mib_find_if ,

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

146 u_char *physaddr;
147 u_int physaddrlen;
148 int has_connector;
149 int trap_enable;
150 u_int32_t counter_disc;
151 mibif_notify_f xnotify;
152 void *xnotify_data;
153 const struct lmodule *xnotify_mod;
33.Os
34.Sh NAME
35.Nm mibII ,
36.Nm mibif_notify_f ,
37.Nm mib_netsock ,
38.Nm mib_if_set_dyn ,
39.Nm mib_refresh_iflist ,
40.Nm mib_find_if ,

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

146 u_char *physaddr;
147 u_int physaddrlen;
148 int has_connector;
149 int trap_enable;
150 u_int32_t counter_disc;
151 mibif_notify_f xnotify;
152 void *xnotify_data;
153 const struct lmodule *xnotify_mod;
154 struct asn_oid spec_oid;
154};
155.Ed
156.Pp
157The
158.Nm
159module tries to implement the semantic if
160.Va ifIndex
161as described in RFC-2863. This RFC states, that an interface indexes may not

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

332.Sh FILES
333.Bl -tag -width ".It Pa @DEFPATH@mibII_tree.def" -compact
334.It Pa @DEFPATH@mibII_tree.def
335The description of the MIB tree implemented by
336.Nm .
337.It Pa /usr/local/share/snmp/mibs
338.It Pa @MIBSPATH@
339The various internet MIBs.
155};
156.Ed
157.Pp
158The
159.Nm
160module tries to implement the semantic if
161.Va ifIndex
162as described in RFC-2863. This RFC states, that an interface indexes may not

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

333.Sh FILES
334.Bl -tag -width ".It Pa @DEFPATH@mibII_tree.def" -compact
335.It Pa @DEFPATH@mibII_tree.def
336The description of the MIB tree implemented by
337.Nm .
338.It Pa /usr/local/share/snmp/mibs
339.It Pa @MIBSPATH@
340The various internet MIBs.
341.El
340.Sh SEE ALSO
342.Sh SEE ALSO
341.Xr snmpmod 3 ,
342.Xr gensnmptree 1
343.Xr gensnmptree 1 ,
344.Xr snmpmod 3
343.Sh STANDARDS
344This implementation conforms to the applicable IETF RFCs.
345.Sh AUTHORS
346.An Hartmut Brandt Aq harti@freebsd.org
345.Sh STANDARDS
346This implementation conforms to the applicable IETF RFCs.
347.Sh AUTHORS
348.An Hartmut Brandt Aq harti@freebsd.org