SNMP
Cboulanger (Talk | contribs) (→TelcoBridges and SNMP) |
(NTP) |
||
Line 31: | Line 31: | ||
The following tables supported: sonetMediumTable, sonetSectionCurrentTable, sonetSectionIntervalTable, sonetLineCurrentTable, sonetLineIntervalTable, sonetFarendLineCurrentTable, sonetFarendLineIntervalTable, sonetPathCurrentTable, sonetPathIntervalTable, sonetFarendPathCurrentTable, sonetFarendPathIntervalTable, sonetVtCurrentTable, sonetVtIntervalTable, sonetFarendVtCurrentTable, sonetFarendVtIntervalTable <br> | The following tables supported: sonetMediumTable, sonetSectionCurrentTable, sonetSectionIntervalTable, sonetLineCurrentTable, sonetLineIntervalTable, sonetFarendLineCurrentTable, sonetFarendLineIntervalTable, sonetPathCurrentTable, sonetPathIntervalTable, sonetFarendPathCurrentTable, sonetFarendPathIntervalTable, sonetVtCurrentTable, sonetVtIntervalTable, sonetFarendVtCurrentTable, sonetFarendVtIntervalTable <br> | ||
− | *[[Media:TB-MIB.txt | Telcobridges Private MIB]] | + | *[[Media:TB-MIB.txt|Telcobridges Private MIB]] |
== References == | == References == | ||
*[http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol Wikipedia article] | *[http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol Wikipedia article] | ||
− | *[[TMG SNMP support|How to relay SNMP on TMG products]] | + | *[[TMG SNMP support|How to relay SNMP on TMG products]] |
+ | *[[How to start NTP|How to install and start NTP on TMG products]]<br> | ||
− | + | <br> | |
− | + | [[Category:Glossary]] [[Category:Needs_revising]] |
Revision as of 14:11, 1 December 2010
Simple Network Management Protocol (SNMP) is, according to Wikipedia, "used in network management systems to monitor network-attached devices for conditions that warrant administrative attention."
TelcoBridges and SNMP
TelcoBridges offers basic SNMP support (SNMP v1). Specifically, this is the ability to remotely poll or “GET” system variables known as Managed Objects, which are represented in files known as MIBs. TelcoBridges currently offers polling on a limited number of well-known MIBs (RTP, Sonet, Trunk etc.) as well as some proprietary MIBs (SW version, release, temperature sensors), etc.). However, SNMP 'traps' (i.e., alarms) are not supported in the current release, nor is the ability to 'SET' system variables (defined in SNMP v2).
As of September 2010, TelcoBridges is actively investigating the implementation SNMP v2 support, including GET support as well as alarms/traps at the level of Toolpack.
The list of MIBs currently exposed by the TMedia gateways are:
With the exception of ipRouteTable, EGP group, atTable which are not implemented.
The following tables are supported: rtpSessionTable, rtpSenderTable, rtpRcvrTable.
The following tables are supported: Dsx1ConfigTable, Dsx1CurrentTable, Dsx1IntervalTable, Dsx1TotalTable.
The following tables are supported: Dsx3ConfigTable, Dsx3CurrentTable, Dsx3IntervalTable, Dsx3TotalTable
The following tables supported: sonetMediumTable, sonetSectionCurrentTable, sonetSectionIntervalTable, sonetLineCurrentTable, sonetLineIntervalTable, sonetFarendLineCurrentTable, sonetFarendLineIntervalTable, sonetPathCurrentTable, sonetPathIntervalTable, sonetFarendPathCurrentTable, sonetFarendPathIntervalTable, sonetVtCurrentTable, sonetVtIntervalTable, sonetFarendVtCurrentTable, sonetFarendVtIntervalTable
References