
ganeshreddyk at gmail
Nov 3, 2011, 10:41 AM
Post #1 of 1
(234 views)
Permalink
|
|
Regarding smux peer command in quagga ripngd
|
|
Hi, Regarding “smux peer” command support in quagga daemons observation:-- Even though OID’s are mentioned for all Quagga routing protocols in the quagga document,It is observed in ripngd that, 'smux peer' commnd is not recognizing and throwing error. And also I verified in quagga 0.99.18 source code that ripngd is not containing “smux peer” registration part is not available. Is ripng not supporting smux configuration? Any issues in this regard Thanks, Ganesh Reference:-- 16.3 MIB and command reference The following OID numbers are used for the interprocess communication of snmpd and the Quagga daemons. Sadly, SNMP has not been implemented in all daemons yet. (OIDs below .iso.org.dod.internet.private.enterprises) zebra .1.3.6.1.4.1.3317.1.2.1 .gnome.gnomeProducts.zebra.zserv bgpd .1.3.6.1.4.1.3317.1.2.2 .gnome.gnomeProducts.zebra.bgpd ripd .1.3.6.1.4.1.3317.1.2.3 .gnome.gnomeProducts.zebra.ripd ospfd .1.3.6.1.4.1.3317.1.2.5 .gnome.gnomeProducts.zebra.ospfd ospf6d .1.3.6.1.4.1.3317.1.2.6 .gnome.gnomeProducts.zebra.ospf6d The following OID numbers are used for querying the SNMP daemon by a client: zebra .1.3.6.1.2.1.4.24 .iso.org.dot.internet.mgmt.mib-2.ip.ipForward ospfd .1.3.6.1.2.1.14 .iso.org.dot.internet.mgmt.mib-2.ospf bgpd .1.3.6.1.2.1.15 .iso.org.dot.internet.mgmt.mib-2.bgp ripd .1.3.6.1.2.1.23 .iso.org.dot.internet.mgmt.mib-2.rip2 ospf6d .1.3.6.1.3.102 .iso.org.dod.internet.experimental.ospfv3 The following syntax is understood by the Quagga daemons for configuring SNMP: smux peer oid [Command] no smux peer oid [Command] smux peer oid password [Command] no smux peer oid password [Command] Thanks, Ganesh From: Bv Rajesh-B35907 Sent: Monday, September 19, 2011 5:18 PM To: Chaithanya Sai-B38515; Kumar Varun-B36461; Pothuganti Sridhar-B38513; Reddy Ganesh-B38514; Reddy P Ravi Kanth-B38528; Syrigapu Yugandhar-B38512 Subject: FW: Quagga SNMP Support Hi All, As discussed on Friday, we need to add code to configure SMUX agent in your respective daemons as listed below. This call need to happen in your Init Function. Pl. remember to add this part of your check-ins. Varun, I hope you have added respective configuration in NetSNMP, in factory default condition too. Pl. ensure this. Regards, --Rajesh From: Kumar Varun-B36461 Sent: Friday, September 09, 2011 10:46 AM To: Bv Rajesh-B35907; Reddy P Ravi Kanth-B38528; Chaithanya Sai-B38515; Syrigapu Yugandhar-B38512; Reddy Ganesh-B38514; Pothuganti Sridhar-B22289 Subject: Quagga SNMP Support Hi All, As part of the SNMP support in Quagga , following default configuration need to be add in all the quagga configuration files. 1) In ospfd.conf smux peer .1.3.6.1.4.1.3317.1.2.5 quagga_ospfd 2) In ripd.conf smux peer .1.3.6.1.4.1.3317.1.2.3 quagga_ripd 3) In bgpd.conf smux peer .1.3.6.1.4.1.3317.1.2.2 quagga_bgpd 4) In zebra.conf smux peer .1.3.6.1.4.1.3317.1.2.1 quagga_zebra Thanks Varun Kumar.C _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|