OVH Cloud OVH Cloud

MRTG+SNMP sur Sarge

2 réponses
Avatar
Benoit Lathiere
Bonjour,

J'essaye d'installer snmp+mrtg sur une Sarge.
Les paquets s'installent sans problème, mais le cfgmaker de MRTG
n'arrive pas à dialoguer avec SNMP.


#pour SNMP, j'ai ajouté "com2sec readonly localhost public" dans
snmpd.conf

Si je fais "snmpwalk -c public localhost", j'ai :
snmpwalk: No securityName specified

Si je fais "snmpwalk -v 2c -c public localhost", j'ai :
SNMPv2-MIB::sysDescr.0 = STRING: Linux toto 2.6.8 #1 Tue Aug 16 12:46:35
UTC 2005 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
SNMPv2-MIB::sysUpTime.0 = Timeticks: (104579) 0:17:25.79
SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysName.0 = STRING: toto
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB
SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.4 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORID.7 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.8 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module to describe generic
objects for network interface sub-layers
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP
implementations
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and
ICMP implementations
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing UDP
implementations
SNMPv2-MIB::sysORDescr.6 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORDescr.7 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.8 = STRING: The MIB for Message Processing and
Dispatching.
SNMPv2-MIB::sysORDescr.9 = STRING: The management information
definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.9 = Timeticks: (0) 0:00:00.00
UDP-MIB::udpOutDatagrams.0 = No more variables left in this MIB View (It
is past the end of the MIB tree)

#pour MRTG
Si je fais "cfgmaker public@localhost" (sans le renvoi vers un
fichier), j'ai 5 ou 6 paragraphes avec erreurs SNMP. Voilà le début :
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.1.9.1.4.9)
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
...

Par contre, si je fais "cfgmaker --snmp-options=:::::2c
public@localhost", j'ai :
-base: Get Device Info on public@localhost:::::2c
--base: Vendor Id:
--base: Populating confcache

et rien d'autre ne se passe! Je dois tuer le script pour récupérer la
console.

A noter que j'ai iptables.
J'ai ouvert les ports 199 TCP et 161:162 UDP en entrée.



Avez-vous une idée ?
Je ne trouve pas de solution pour mon problème par Google.

Merci d'avance,

Ben.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

2 réponses

Avatar
Nicolo
Hello

Question bête ... mais as tu essayé de redémarrer snmp après modification de
snmp.conf ?

Perso j'ai suivi ce tuto et aucun problème ...
http://www.xenetis.org/installation_monitoring_mrtg_snmp_debian

Nicolo
www.xenetis.org



-----Message d'origine-----
De : Benoit Lathiere [mailto:]
Envoyé : mercredi 21 juin 2006 12:33
À :
Objet : MRTG+SNMP sur Sarge

Bonjour,

J'essaye d'installer snmp+mrtg sur une Sarge.
Les paquets s'installent sans problème, mais le cfgmaker de MRTG
n'arrive pas à dialoguer avec SNMP.


#pour SNMP, j'ai ajouté "com2sec readonly localhost public" dans
snmpd.conf

Si je fais "snmpwalk -c public localhost", j'ai :
snmpwalk: No securityName specified

Si je fais "snmpwalk -v 2c -c public localhost", j'ai :
SNMPv2-MIB::sysDescr.0 = STRING: Linux toto 2.6.8 #1 Tue Aug 16 12:46:35
UTC 2005 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
SNMPv2-MIB::sysUpTime.0 = Timeticks: (104579) 0:17:25.79
SNMPv2-MIB::sysContact.0 = STRING: Root (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysName.0 = STRING: toto
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB
SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.4 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORID.7 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.8 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module to describe generic
objects for network interface sub-layers
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP
implementations
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and
ICMP implementations
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing UDP
implementations
SNMPv2-MIB::sysORDescr.6 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORDescr.7 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.8 = STRING: The MIB for Message Processing and
Dispatching.
SNMPv2-MIB::sysORDescr.9 = STRING: The management information
definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.9 = Timeticks: (0) 0:00:00.00
UDP-MIB::udpOutDatagrams.0 = No more variables left in this MIB View (It
is past the end of the MIB tree)

#pour MRTG
Si je fais "cfgmaker " (sans le renvoi vers un
fichier), j'ai 5 ou 6 paragraphes avec erreurs SNMP. Voilà le début :
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.1.9.1.4.9)
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
...

Par contre, si je fais "cfgmaker --snmp-options=:::::2c
", j'ai :
-base: Get Device Info on :::::2c
--base: Vendor Id:
--base: Populating confcache

et rien d'autre ne se passe! Je dois tuer le script pour récupérer la
console.

A noter que j'ai iptables.
J'ai ouvert les ports 199 TCP et 161:162 UDP en entrée.



Avez-vous une idée ?
Je ne trouve pas de solution pour mon problème par Google.

Merci d'avance,

Ben.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact



--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Le poulpe qui bloppe !
------=_Part_16787_2192476.1162500932858
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

WAW!!!
Ca c'est un vendredi en avance?
Deterage de topic vieu de 6 mois, c'est original, ca fleure bon le troll.
M'enfin bon le tuto il est bien, je bookmark, ca aura au moins servi a ca =)

2006/11/2, Nicolo :


Hello

Question bête ... mais as tu essayé de redémarrer snmp après modi fication
de
snmp.conf ?

Perso j'ai suivi ce tuto et aucun problème ...
http://www.xenetis.org/installation_monitoring_mrtg_snmp_debian

Nicolo
www.xenetis.org



-----Message d'origine-----
De : Benoit Lathiere [mailto:]
Envoyé : mercredi 21 juin 2006 12:33
À :
Objet : MRTG+SNMP sur Sarge

Bonjour,

J'essaye d'installer snmp+mrtg sur une Sarge.
Les paquets s'installent sans problème, mais le cfgmaker de MRTG
n'arrive pas à dialoguer avec SNMP.


#pour SNMP, j'ai ajouté "com2sec readonly localhost public" dans
snmpd.conf

Si je fais "snmpwalk -c public localhost", j'ai :
snmpwalk: No securityName specified

Si je fais "snmpwalk -v 2c -c public localhost", j'ai :
SNMPv2-MIB::sysDescr.0 = STRING: Linux toto 2.6.8 #1 Tue Aug 16 12:46:3 5
UTC 2005 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
SNMPv2-MIB::sysUpTime.0 = Timeticks: (104579) 0:17:25.79
SNMPv2-MIB::sysContact.0 = STRING: Root (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysName.0 = STRING: toto
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure
/etc/snmp/snmpd.local.conf)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB
SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.4 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORID.7 = OID:
SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.8 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module to describe generic
objects for network interface sub-layers
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP
implementations
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and
ICMP implementations
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing UDP
implementations
SNMPv2-MIB::sysORDescr.6 = STRING: View-based Access Control Model for
SNMP.
SNMPv2-MIB::sysORDescr.7 = STRING: The SNMP Management Architecture MIB .
SNMPv2-MIB::sysORDescr.8 = STRING: The MIB for Message Processing and
Dispatching.
SNMPv2-MIB::sysORDescr.9 = STRING: The management information
definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.9 = Timeticks: (0) 0:00:00.00
UDP-MIB::udpOutDatagrams.0 = No more variables left in this MIB View (I t
is past the end of the MIB tree)

#pour MRTG
Si je fais "cfgmaker " (sans le renvoi vers un
fichier), j'ai 5 ou 6 paragraphes avec erreurs SNMP. Voilà le début :
SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.1.9.1.4.9)
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
...

Par contre, si je fais "cfgmaker --snmp-options=:::::2c
", j'ai :
-base: Get Device Info on :::::2c
--base: Vendor Id:
--base: Populating confcache

et rien d'autre ne se passe! Je dois tuer le script pour récupérer la
console.

A noter que j'ai iptables.
J'ai ouvert les ports 199 TCP et 161:162 UDP en entrée.



Avez-vous une idée ?
Je ne trouve pas de solution pour mon problème par Google.

Merci d'avance,

Ben.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact



--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact






------=_Part_16787_2192476.1162500932858
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

WAW!!!<br>Ca c'est un vendredi en avance?<br>Deterage de topic vieu de 6 mo is, c'est original, ca fleure bon le troll.<br>M'enfin bon le tuto il est b ien, je bookmark, ca aura au moins servi a ca =)<br><br><div><span class ="gmail_quote">
2006/11/2, Nicolo &lt;<a href="mailto:"> edecine.org</a>&gt;:</span><blockquote class="gmail_quote" style="borde r-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-le ft: 1ex;">
<br>Hello<br><br>Question bête ... mais as tu essayé de redémarrer sn mp après modification de<br>snmp.conf ?<br><br>Perso j'ai suivi ce tuto e t aucun problème ...<br><a href="http://www.xenetis.org/installation_mo nitoring_mrtg_snmp_debian">
http://www.xenetis.org/installation_monitoring_mrtg_snmp_debian</a><br><br> Nicolo<br><a href="http://www.xenetis.org">www.xenetis.org</a><br><br><br ><br>-----Message d'origine-----<br>De : Benoit Lathiere [mailto:<a href= "mailto:">
</a>]<br>Envoyé : mercredi 21 juin 2006 12:33<br> À : <a href="mailto:">debian-user-fr </a><br>Objet : MRTG+SNMP sur Sarge<br><br>Bonjour,<br ><br>
J'essaye d'installer snmp+mrtg sur une Sarge.<br>Les paquets s'installent s ans problème, mais le cfgmaker de MRTG<br>n'arrive pas à dialoguer avec SNMP.<br><br><br>#pour SNMP, j'ai ajouté &quot;com2sec readonly localhos t&nbsp;&nbsp;&nbsp;&nbsp;public&quot; dans
<br>snmpd.conf<br><br>Si je fais &quot;snmpwalk&nbsp;&nbsp;-c public localh ost&quot;, j'ai :<br>snmpwalk: No securityName specified<br><br>Si je fais &quot;snmpwalk&nbsp;&nbsp;-v 2c -c public localhost&quot;, j'ai :<br>SNMPv2 -MIB::sysDescr.0
= STRING: Linux toto 2.6.8 #1 Tue Aug 16 12:46:35<br>UTC 2005 i686<br>SN MPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10<br>SNMPv 2-MIB::sysUpTime.0 = Timeticks: (104579) 0:17:25.79<br>SNMPv2-MIB::sysCon tact.0
= STRING: Root &lt;&gt; (configure<br>/etc/snmp/snmpd.loca l.conf)<br>SNMPv2-MIB::sysName.0 = STRING: toto<br>SNMPv2-MIB::sysLocatio n.0 = STRING: Unknown (configure<br>/etc/snmp/snmpd.local.conf)<br>SNMPv2 -MIB::
sysORLastChange.0 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB<br>SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMI B<br>SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB<br>SNMPv2-MIB::sysORID. 4 = OID: IP-MIB::ip
<br>SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB<br>SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup<br>SNMPv2-MIB::sysORID.7 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance<br>SNMPv2-MIB::sysO RID.8
= OID: SNMP-MPD-MIB::snmpMPDCompliance<br>SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance<br>SNMPv2-MIB::sysORDescr.1 = S TRING: The MIB module to describe generic<br>objects for network interface sub-layers
<br>SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities <br>SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP<br >implementations<br>SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and
<br>ICMP implementations<br>SNMPv2-MIB::sysORDescr.5 = STRING: The MIB mo dule for managing UDP<br>implementations<br>SNMPv2-MIB::sysORDescr.6 = ST RING: View-based Access Control Model for SNMP.<br>SNMPv2-MIB::sysORDescr.7
= STRING: The SNMP Management Architecture MIB.<br>SNMPv2-MIB::sysORDesc r.8 = STRING: The MIB for Message Processing and<br>Dispatching.<br>SNMPv 2-MIB::sysORDescr.9 = STRING: The management information<br>definitions f or the SNMP User-based Security Model.
<br>SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB:: sysORUpTime.2 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB::sysORUpTime.4 = Timeticks: ( 0) 0:00:
00.00<br>SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00<br>SNMPv2- MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB::sysORUpTime .7 = Timeticks: (0) 0:00:00.00<br>SNMPv2-MIB::sysORUpTime.8 = Timeticks : (0) 0:00:
00.00<br>SNMPv2-MIB::sysORUpTime.9 = Timeticks: (0) 0:00:00.00<br>UDP-MIB ::udpOutDatagrams.0 = No more variables left in this MIB View (It<br>is p ast the end of the MIB tree)<br><br>#pour MRTG<br>Si je fais &quot;cfgmaker &nbsp;&nbsp;
&quot; (sans le renvoi vers un<br>fichier), j'ai 5 ou 6 par agraphes avec erreurs SNMP. Voilà le début :<br>SNMP Error:<br>Received SNMP response with error code<br>&nbsp;&nbsp;error status: noSuchName<br>& nbsp;&nbsp;index 1 (OID:
1.3.6.1.2.1.1.9.1.4.9)<br>SNMPv1_Session (remote host: &quot;localhost&quot ; [<a href="http://127.0.0.1">127.0.0.1</a>].161)<br>...<br><br>Par contr e, si je fais &quot;cfgmaker --snmp-options=:::::2c<br>&q uot;, j'ai :
<br>-base: Get Device Info on :::::2c<br>--base: Vendor Id: <br>--base: Populating confcache<br><br>et rien d'autre ne se passe! Je doi s tuer le script pour récupérer la<br>console.<br><br>A noter que j'ai iptables.
<br>J'ai ouvert les ports 199 TCP et 161:162 UDP en entrée.<br><br><br><b r>Avez-vous une idée ?<br>Je ne trouve pas de solution pour mon problèm e par Google.<br><br>Merci d'avance,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Ben.<br ><br><br>--<br>Lisez la FAQ de la liste avant de poser une question :
<br><a href="http://wiki.debian.net/?DebianFrench">http://wiki.debian.net /?DebianFrench</a><br>Vous pouvez aussi ajouter le mot ``spam'' dans vos ch amps &quot;From&quot; et<br>&quot;Reply-To:&quot;<br><br>To UNSUBSCRIBE, em ail to
<a href="mailto:">debian-user- </a><br>with a subject of &quot;unsubscribe& quot;. Trouble? Contact<br><a href="mailto:">l
</a><br><br><br>--<br>Lisez la FAQ de la liste avant de poser une question :<br><a href="http://wiki.debian.net/?DebianFrench">http://wiki.debian.ne t/?DebianFrench</a><br>Vous pouvez aussi ajouter le mot ``spam'' dans vos c hamps &quot;From&quot; et
<br>&quot;Reply-To:&quot;<br><br>To UNSUBSCRIBE, email to <a href="mailto :"> sts.debian.org</a><br>with a subject of &quot;unsubscribe&quot;. Trouble? C ontact
<a href="mailto:">< /a><br><br></blockquote></div><br>

------=_Part_16787_2192476.1162500932858--


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact