Difference between revisions of "SNMP in AlphaCom XE"
From Zenitel Wiki
(→Related articles) |
(→Related articles) |
||
Line 69: | Line 69: | ||
== Related articles == | == Related articles == | ||
− | MIB for IP Stations IP-STATION-MIBv2.txt | + | MIB for IP Stations [[file:IP-STATION-MIBv2.txt]][[Category:AlphaCom E Software]] |
− | [[Category:AlphaCom E Software]] |
Revision as of 09:14, 19 September 2011
The AlphaCom E and some of its stations runs a SNMP service.
Contents
Stentofon MIB OID numbers
Zenitel Norway AS have assigned a Private Enterprise Number (OID): 26122
The Zenitel Norway AS enterprise number is labeled enterprises.stentofon
Allocated Sub OIDs:
- 1 - enterprises.stentofon.alphacom
- 2 - enterprises.stentofon.ipstation
Note about AlphaCom OID
The AlphaCom OID has of historical reasons not followed the enterpise numbering defined above. The current AlphaCom OID is:
- enterprises.9362
AlphaCom MIB
Revision 1
OID: enterprises.9362 Included in RootFS versions: 01-0x and 10-1x (to be updated revision 2 released) MIB text: AlphaCom MIB Revision 1
Revision 2
OID enterprises.26122: Included in RootFS versions: 0x-0xx and 1x-1xx (to be updated revision 2 released) MIB text: AlphaCom MIB Revision 2
Frequently asked questions on the ACE SNMP implementation
Which functions of SNMP are implemented?
In addition to the AlphaCom MIB, the standard MIBs mibII, ucd-snmp and snmpv2 are implemented. These Mibs only implements polled information.
The AlphaCom MIB implements two main statuses:
- AMC-IP status (Enabled/Disabled) (Same as AlphaWeb Node State/Operational)
- RTP statistics (Audio Statistics)
All MIBS variables are accessed through SNMP v2 protocol with community public. All variables are read only. Example of reading the AlphaCom MIB with NET-SNMP:
> snmpwalk –v 2c –c public localhost enterprises.9362
Where to get the MIB configuration file?
The active MIB file for a ACE board can be found in the folder :
/usr/local/share/snmp/mibs/ALPHACOM-MIB.txt
MIB text: AlphaCom MIB Revision 2
How to activate SNMP in AlphaComE?
The default MIBS are always active, but you need to open the firewall in AlphaWeb (UDP port 161) If you need to log to snmp (snmp traps) it is possible to configure this in AlphaWeb ‘System Configuration’ / ‘Logging’ Select destination ‘SNMP Trap’ and configure which logs you want to send. The SNMP traps will be sent with the OID: enterprises.1000.1 (This may be subject to change since it is not using our own Zenitel SNMP OID) As a general rule it is better to use syslog directly for these kinds of log events and not SNMP. Most Building Management Systems handles both syslog and SNMP. The SNMP log options is implemented to serve systems that do not handle syslog..
Which function of SNMP in AlphaComE will be implemented in near future?
There is at this moment not any plans for more SNMP implementation.
Related articles
MIB for IP Stations File:IP-STATION-MIBv2.txt