Initial import of SNMP-BridgeQuery 0.58
BridgeQuery polls a device which responds to SNMP Bridge Table queries and generates a hash reference with each polled MAC address as the key and the associated port as the value. The specific MIBs that are polled are described in RFC1493. On layer 3 switches, one can additionally poll IP addresses.
This commit is contained in:
parent
48784ab9a0
commit
a9962572f9
24
net/p5-SNMP-BridgeQuery/Makefile
Normal file
24
net/p5-SNMP-BridgeQuery/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/07 19:47:45 sturm Exp $
|
||||
|
||||
COMMENT= "Perl extension for retrieving bridge tables"
|
||||
|
||||
DISTNAME= SNMP-BridgeQuery-0.58
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::net/p5-Net-SNMP
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/p5-SNMP-BridgeQuery/distinfo
Normal file
4
net/p5-SNMP-BridgeQuery/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (SNMP-BridgeQuery-0.58.tar.gz) = 36f9a3c33208d8296045d14a7dda3f5f
|
||||
RMD160 (SNMP-BridgeQuery-0.58.tar.gz) = 56287859165eccde2c63f4c913040cdaa6ae2d27
|
||||
SHA1 (SNMP-BridgeQuery-0.58.tar.gz) = 2ddea735ed4a8af36f99ad21b5840053cd9b1480
|
||||
SIZE (SNMP-BridgeQuery-0.58.tar.gz) = 3619
|
4
net/p5-SNMP-BridgeQuery/pkg/DESCR
Normal file
4
net/p5-SNMP-BridgeQuery/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
BridgeQuery polls a device which responds to SNMP Bridge Table queries and
|
||||
generates a hash reference with each polled MAC address as the key and the
|
||||
associated port as the value. The specific MIBs that are polled are described
|
||||
in RFC1493. On layer 3 switches, one can additionally poll IP addresses.
|
4
net/p5-SNMP-BridgeQuery/pkg/PLIST
Normal file
4
net/p5-SNMP-BridgeQuery/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/07 19:47:45 sturm Exp $
|
||||
${P5SITE}/SNMP/
|
||||
${P5SITE}/SNMP/BridgeQuery.pm
|
||||
@man man/man3p/SNMP::BridgeQuery.3p
|
Loading…
Reference in New Issue
Block a user