The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

qfdb.pl

ABSTRACT

A script to get the forwarding database table (FDB) from switches supporting the NX-OS limited Q-BRIDGE-MIB:

SYNOPSIS

 qfdb.pl OPTIONS agent agent ...

 qfdb.pl OPTIONS -i <agents.txt

OPTIONS

  -c snmp_community
  -v snmp_version
  -t snmp_timeout
  -r snmp_retries

  -d                    Net::SNMP debug on
  -i                    read agents from stdin, one agent per line
  -B                    nonblocking
  -R                    print raw FDB table
  -S                    print statistics for agents

DESCRIPTION

Prints the MAC-address table.

AUTHOR

Karl Gaissmaier, karl.gaissmaier (at) uni-ulm.de

COPYRIGHT

Copyright (C) 2020 by Karl Gaissmaier

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.