LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   mrtg cfgmaker (https://www.linuxquestions.org/questions/linux-networking-3/mrtg-cfgmaker-154119/)

tarak4u 03-06-2004 05:13 AM

mrtg cfgmaker
 
Dear friends,

when i am creating my cfgmaker i got this much errors tell me what to do

--base: Get Device Info on public@pranamsystems:
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946683
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 450
SNMPGET Problem for sysDescr sysContact sysName sysLocation sysObjectID on public@pranamsystems:
at /usr/bin/cfgmaker line 657
--base: Vendor Id:
--base: Populating confcache
--snpo: Skipping ifName scanning because public@pranamsystems: does not seem to support it
--snpo: Skipping ifDescr scanning because public@pranamsystems: does not seem to support it
--snpo: Skipping ipAdEntIfIndex scanning because public@pranamsystems: does not seem to support it
--snpo: Skipping ifType scanning because public@pranamsystems: does not seem to support it
--snpo: Skipping ifPhysAddress scanning because public@pranamsystems: does not seem to support it
--base: Get Interface Info
--base: Walking ifIndex
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946689
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.1 on public@pranamsystems:
at /usr/bin/cfgmaker line 107
--base: Walking ifType
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946690
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.3 on public@pranamsystems:
at /usr/bin/cfgmaker line 107
--base: Walking ifSpeed
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946691
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.5 on public@pranamsystems:
at /usr/bin/cfgmaker line 107
--base: Walking ifAdminStatus
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946692
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.7 on public@pranamsystems:
at /usr/bin/cfgmaker line 107
--base: Walking ifOperStatus
SNMP Error:
no response received
SNMPv1_Session (remote host: "pranamsystems" [127.0.0.1].161)
community: "public"
request ID: 456946693
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 540
SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.8 on public@pranamsystems:
at /usr/bin/cfgmaker line 107

tell me what do with this

linuxxed 03-06-2004 06:19 AM

as it says "it cannot query your snmp agent".

Havre you configured your snmp agent correctly? Is the agent up and running and answering UDP requests? Have you checked /etc/hosts.allow and /etc/hosts.deny? Is the community correct? Are the access control rules in snmpd.conf correctly set up?

lsof -i:161


WHat happens when you run

snmpwalk -v 1 -c public localhost [ Your MIB ]

or

snmpwalk -v 1 -c public localhost .1.3

tarak4u 03-06-2004 04:59 PM

i got this output
 
hey thanks for answer

it says

system.sysUpTime.0 = Timeticks: (1326935) 3:41:09.35


All times are GMT -5. The time now is 06:05 PM.