SNMP configuration and MIB files

Post Reply
User avatar
sjur
Member
Posts: 2
Joined: 03 Feb 2010 07:37

SNMP configuration and MIB files

Post by sjur »

Hi,

we have enabled SNMP internally, but the port (161) seems closed (with nmap)
How to open this port?


Are there any other MIBS than A4400-RTM-MIB.txt MIB? in case, where?

regards
sjur
User avatar
mboehringer
Member
Posts: 62
Joined: 26 Dec 2009 15:01
Location: Germany

Post by mboehringer »

hello sjur

could you please attach your"A4400-RTM-MIB.txt" file? i was searching for it on the BPWS, but could not find it... we also need to get it running...
User avatar
sjur
Member
Posts: 2
Joined: 03 Feb 2010 07:37

Post by sjur »

This is the only MIB I have.. But not that useful for my purpose...

Could attach file, so quoted it under.
-- Alcatel-Lucent OXE Real-Time Monitoring MIB
-- Revision: 1.2
-- Date: 2008/09/11
-- Feature Internal Reference - 3EU_29000_0125_DTZZA (External Specification)

A4400-RTM-MIB DEFINITIONS ::= BEGIN

IMPORTS
enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
a4400CPU FROM A4400-CPU-MIB
;

ipDomainTable OBJECT-TYPE
SYNTAX SEQUENCE OF IpDomainEntry
ACCESS read-only
STATUS current
DESCRIPTION
"Table for IP Domains."
::= { a4400CPU 3 }

ipDomainEntry OBJECT-TYPE
SYNTAX IpDomainEntry
ACCESS read-only
STATUS current
INDEX { ipDomain }
::= { ipDomainTable 1 }

IpDomainEntry ::= SEQUENCE {
ipDomain INTEGER,
confAvailable INTEGER,
confBusy INTEGER,
confOutOfOrder INTEGER,
dspRessAvailable INTEGER,
dspRessBusy INTEGER,
dspRessOutOfService INTEGER,
dspRessOverrun INTEGER,
cacAllowed INTEGER,
cacUsed INTEGER,
cacOverrun INTEGER,
}

ipDomain OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"IP Domain number as found in MAO."
::= { ipDomainEntry 1 }

confAvailable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Conference circuits available for given IP Domain"
::= { ipDomainEntry 2 }

confBusy OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Conference circuits busy for given IP Domain"
::= { ipDomainEntry 3 }

confOutOfOrder OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Conference circuits out of order for given IP Domain"
::= { ipDomainEntry 4 }

dspRessAvailable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Compressors available for given IP Domain"
::= { ipDomainEntry 5 }

dspRessBusy OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Compressors busy for given IP Domain"
::= { ipDomainEntry 6 }

dspRessOutOfService OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Compressors out of order for given IP Domain"
::= { ipDomainEntry 7 }

dspRessOverrun OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Cumulated compressors overrun for given IP Domain"
::= { ipDomainEntry 8 }

cacAllowed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Number of allowed external communications for given IP Domain"
::= { ipDomainEntry 9 }

cacUsed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Current number of external communications for given IP Domain"
::= { ipDomainEntry 10 }

cacOverrun OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Cumulated CAC overrun since system startup for given IP Domain"
::= { ipDomainEntry 11 }

pbxRole OBJECT-TYPE
SYNTAX INTEGER {
INDETERMINATE(0),
MAIN(1),
STAND-BY(2),
ACTIVE-PCS(3),
INACTIVE-PCS(4),
}
ACCESS read-only
STATUS current
DESCRIPTION
"The PBX role."
::= { a4400CPU 4 }

sipRegSets OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Registered SIP sets."
::= { a4400CPU 5 }

sipUnregSets OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Unregistered SIP sets."
::= { a4400CPU 6 }

setsInService OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Number of sets in service."
::= { a4400CPU 7 }

setsOutOfService OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS current
DESCRIPTION
"Number of sets out of service."
::= { a4400CPU 8 }

END
User avatar
mboehringer
Member
Posts: 62
Joined: 26 Dec 2009 15:01
Location: Germany

Post by mboehringer »

how true you are... i also can't see any use in this file

we just gotta keep fighting :-(
vad
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 3806
Joined: 23 Sep 2004 06:47

Post by vad »

About MIB on PBX - /etc/snmp/mibs/export - TRAP-MIB.txt and HPOV-NNM.txt
Reley
Member
Posts: 2
Joined: 28 Nov 2008 07:30

Post by Reley »

Hi there,

We have the same issue, we would like to use SNMP to monitor our environment but the only monitoring we can get out of the systems is a ping and the wonderful notification that the FTP is running....
We use prtg network monitor.
any ideas?
trjm
Member
Posts: 58
Joined: 31 Oct 2007 11:11
Location: Norway

Post by trjm »

Sorry for updating such an old topic, but check out /usr/share/snmp/mibs also. Lots of mibs.
Post Reply

Return to “SNMP Configuration”