SNMP
Line 12: | Line 12: | ||
#[http://www.ietf.org/rfc/rfc1213.txt RFC 1213 MIB II] | #[http://www.ietf.org/rfc/rfc1213.txt RFC 1213 MIB II] | ||
− | # | + | #*With the exception of ipRouteTable, EGP group, atTable which are not implemented. |
− | *With the exception of ipRouteTable, EGP group, atTable which are not implemented. | + | |
#[http://www.ietf.org/rfc/rfc1573.txt RFC 1573 Evolution of Interfaces Group of MIB-II] | #[http://www.ietf.org/rfc/rfc1573.txt RFC 1573 Evolution of Interfaces Group of MIB-II] | ||
*The following tables are supported: ifTable, ifStackTable<br> | *The following tables are supported: ifTable, ifStackTable<br> |
Revision as of 15:41, 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 MIB modules currently exposed by the TMedia gateways are:
- RFC 1213 MIB II
- With the exception of ipRouteTable, EGP group, atTable which are not implemented.
- RFC 1573 Evolution of Interfaces Group of MIB-II
- 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