SNMP

From TBwiki
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
== TelcoBridges and SNMP  ==
 
== TelcoBridges and SNMP  ==
  
TelcoBridges offers basic support  for SNMP versions 1, 2, and 3. More specifically, this grants users the ability to remotely poll (or “GET”) system variables, known as Managed Objects, which are represented in files known as MIB modules.  TelcoBridges currently offers polling on standard MIB modules (RTP, Sonet, Trunk, ISDN, etc...) and on the TelcoBridges privately defined module (TB-MIB).
+
TelcoBridges offers basic support  for SNMP versions 1, 2, and 3. More specifically, this grants users the ability to remotely poll (or “GET”) system variables, known as Managed Objects, which are represented in files known as MIB modules.  TelcoBridges currently offers polling on '''standard''' MIB modules (RTP, Sonet, Trunk, ISDN, etc...) and on the TelcoBridges '''privately defined''' module ('''TB-MIB''').
<br/>SNMP traps, which are automatically generated by the NetSnmp implementation, are currently supported for the ifTable of the IF-MIB module. This module allows users to monitor the operation status of all network interfaces, and receive notifications when the states change.  
+
<br/>SNMP '''traps''', which are automatically generated by the NetSnmp implementation, are currently supported for the ifTable of the IF-MIB module. This module allows users to monitor the operation status of all network interfaces, and receive notifications when the states change.  
 
<br/>
 
<br/>
 
'''Note:''' The SNMP "SET" ability is not currently supported by TelcoBridges.  
 
'''Note:''' The SNMP "SET" ability is not currently supported by TelcoBridges.  

Revision as of 15:31, 16 June 2011

Simple Network Management Protocol (SNMP) is a protocol used in network management systems to monitor attached hardware for changes in operation activity. SNMP provides a standardized approach to monitoring and managing network systems.

TelcoBridges and SNMP

TelcoBridges offers basic support for SNMP versions 1, 2, and 3. More specifically, this grants users the ability to remotely poll (or “GET”) system variables, known as Managed Objects, which are represented in files known as MIB modules. TelcoBridges currently offers polling on standard MIB modules (RTP, Sonet, Trunk, ISDN, etc...) and on the TelcoBridges privately defined module (TB-MIB).
SNMP traps, which are automatically generated by the NetSnmp implementation, are currently supported for the ifTable of the IF-MIB module. This module allows users to monitor the operation status of all network interfaces, and receive notifications when the states change.
Note: The SNMP "SET" ability is not currently supported by TelcoBridges.

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: ifTable, ifStackTable

      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

      The following tables supported: isdnBearerGroup, isdnSignalingGroup

Further Reading

References


Personal tools