Dies ist der Befehl snmp-bridge-mib, der beim kostenlosen Hosting-Anbieter OnWorks mit einer unserer zahlreichen kostenlosen Online-Workstations wie Ubuntu Online, Fedora Online, dem Windows-Online-Emulator oder dem MAC OS-Online-Emulator ausgeführt werden kann
PROGRAMM:
NAME/FUNKTION
snmp-bridge-mib – Bereitstellung von Linux-Bridge-Informationen über SNMP
ZUSAMMENFASSUNG
snmp-bridge-mib {Brücke}
ARGUMENTE
Folgende Argumente sind erforderlich:
Brücke
Der Name der Linux-Bridge, für die Sie Informationen per SNMP bereitstellen möchten, z. B
br0.
BESCHREIBUNG
Die snmp-bridge-mib ist eine Erweiterung von net-snmp. Es sammelt Informationen über eine Brücke in
ein Linux-System und exportiert sie zur Abfrage von anderen (entfernten) Systemen zur Verwaltung
Zwecke.
CONFIGURATION:
Die bevorzugte Methode von snmp-bridge-mib zum Anschließen an net-snmp ist agentx. Damit das funktioniert,
Sie müssen die folgende Zeile hinzufügen /etc/snmp/snmpd.conf,
Master-Agentx
Starten Sie snmpd neu und starten Sie snmp-bridge-mib. snmp-bridge-mib stellt dann eine Verbindung zum laufenden her
snmpd-Daemon.
Eine andere Möglichkeit, snmp-bridge-mib anzuhängen, besteht darin, es als eingebettetes Perl-Modul auszuführen. Du
muss hinzufügen
perl do „Pfad zum Speicherort von snmp-bridge-mib“
und starten Sie snmpd neu.
Beispiel:
Befolgen Sie die Anweisungen auf dieser Manpage und geben Sie ein
perl /usr/bin/snmp-bridge-mib br0
Sie erhalten die folgende Ausgabe:
Registrierung unter .1.3.6.1.2.1.17
läuft als Subagent.
dot1qbridge-Agent gestartet.
NET-SNMP Version 5.4.2.1 AgentX-Subagent verbunden
Jetzt ist es Zeit für einen ersten Test:
$ export MIBS=+BRIDGE-MIB
$ snmpwalk localhost .1.3.6.1.2.1.17
Die erzeugte Ausgabe sollte so aussehen
BRIDGE-MIB::dot1dStpBridgeHelloTime = INTEGER: 199 Centisekunden
BRIDGE-MIB::dot1dStpBridgeForwardDelay = INTEGER: 1499 Centisekunden
BRIDGE-MIB::dot1dStpPort.1 = INTEGER: 1
BRIDGE-MIB::dot1dStpPort.3 = INTEGER: 3
BRIDGE-MIB::dot1dStpPortPriority.1 = INTEGER: 32
BRIDGE-MIB::dot1dStpPortPriority.3 = INTEGER: 32
BRIDGE-MIB::dot1dStpPortState.1 = INTEGER: behindert(1)
BRIDGE-MIB::dot1dStpPortState.3 = INTEGER: behindert(1)
BRIDGE-MIB::dot1dStpPortEnable.1 = INTEGER: behindert(2)
BRIDGE-MIB::dot1dStpPortEnable.3 = INTEGER: behindert(2)
BRIDGE-MIB::dot1dStpPortPathCost.1 = INTEGER: 2
BRIDGE-MIB::dot1dStpPortPathCost.3 = INTEGER: 4
BRIDGE-MIB::dot1dStpPortDesignatedRoot.1 = STRING: „8000.001018382c78“
BRIDGE-MIB::dot1dStpPortDesignatedRoot.3 = STRING: „8000.001018382c78“
BRIDGE-MIB::dot1dStpPortDesignatedCost.1 = INTEGER: 0
BRIDGE-MIB::dot1dStpPortDesignatedCost.3 = INTEGER: 0
BRIDGE-MIB::dot1dStpPortDesignatedBridge.1 = STRING: „8000.001018382c78“
BRIDGE-MIB::dot1dStpPortDesignatedBridge.3 = STRING: „8000.001018382c78“
BRIDGE-MIB::dot1dStpPortDesignatedPort.1 = STRING: „32769“
BRIDGE-MIB::dot1dStpPortDesignatedPort.3 = STRING: „32770“
BRIDGE-MIB::dot1dStpPortPathCost32.1 = INTEGER: 2
BRIDGE-MIB::dot1dStpPortPathCost32.3 = INTEGER: 4
BRIDGE-MIB::dot1dTpLearnedEntryDiscards = Counter32: 0
BRIDGE-MIB::dot1dTpAgingTime = INTEGER: 300 Sekunden
BRIDGE-MIB::dot1dTpFdbAddress.´...8,x´ = STRING: 0:10:18:38:2c:78
BRIDGE-MIB::dot1dTpFdbAddress.´.!^/B|´ = STRING: 0:21:5e:2f:42:7c
BRIDGE-MIB::dot1dTpFdbPort.´...8,x´ = INTEGER: 1
BRIDGE-MIB::dot1dTpFdbPort.´.!^/B|´ = INTEGER: 3
BRIDGE-MIB::dot1dTpFdbStatus.´...8,x´ = INTEGER: gelernt(3)
BRIDGE-MIB::dot1dTpFdbStatus.´.!^/B|´ = INTEGER: gelernt(3)
BRIDGE-MIB::dot1dTpPort.1 = INTEGER: 1
BRIDGE-MIB::dot1dTpPort.3 = INTEGER: 3
BRIDGE-MIB::dot1dTpPortMaxInfo.1 = INTEGER: 1500 Bytes
BRIDGE-MIB::dot1dTpPortMaxInfo.3 = INTEGER: 1500 Bytes
BRIDGE-MIB::dot1dTpPortInFrames.1 = Counter32: 18082 Frames
BRIDGE-MIB::dot1dTpPortInFrames.3 = Counter32: 1546072 Frames
BRIDGE-MIB::dot1dTpPortOutFrames.1 = Counter32: 11601 Frames
BRIDGE-MIB::dot1dTpPortOutFrames.3 = Counter32: 10988 Frames
BRIDGE-MIB::dot1dTpPortInDiscards.1 = Counter32: 0 Frames
BRIDGE-MIB::dot1dTpPortInDiscards.3 = Counter32: 0 Frames
Verwenden Sie snmp-bridge-mib online über die Dienste von onworks.net