How to route all snmp request to remote deivces from a local machine through a proxy server

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have to forward all snmp request to remote deivces from a local machine to proxy server. Is it possible ?



The actual requirement is like i have set of network devices that are only accessible through machine A. Machine A and network devices are in same network. Now i have to send snmp request to devices from a machine B that is outside the network and it has not access to newtwork devices.Network devices can be only accessed through machine A.
So i am looking a solution by which i can forward all snmp request on machine B for network devices to machine A over ssh , is it possible ? if yes then any solution will be much appreciated.



I am looking solution similer to http://www.morch.com/2011/07/05/forwarding-snmp-ports-over-ssh-using-socat/ but in this solution snmp agent is server as remote server (running snmp agent code on machine A) but in my case remote server A and snmp agent (devices ) are different.







share|improve this question

























    up vote
    0
    down vote

    favorite












    I have to forward all snmp request to remote deivces from a local machine to proxy server. Is it possible ?



    The actual requirement is like i have set of network devices that are only accessible through machine A. Machine A and network devices are in same network. Now i have to send snmp request to devices from a machine B that is outside the network and it has not access to newtwork devices.Network devices can be only accessed through machine A.
    So i am looking a solution by which i can forward all snmp request on machine B for network devices to machine A over ssh , is it possible ? if yes then any solution will be much appreciated.



    I am looking solution similer to http://www.morch.com/2011/07/05/forwarding-snmp-ports-over-ssh-using-socat/ but in this solution snmp agent is server as remote server (running snmp agent code on machine A) but in my case remote server A and snmp agent (devices ) are different.







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have to forward all snmp request to remote deivces from a local machine to proxy server. Is it possible ?



      The actual requirement is like i have set of network devices that are only accessible through machine A. Machine A and network devices are in same network. Now i have to send snmp request to devices from a machine B that is outside the network and it has not access to newtwork devices.Network devices can be only accessed through machine A.
      So i am looking a solution by which i can forward all snmp request on machine B for network devices to machine A over ssh , is it possible ? if yes then any solution will be much appreciated.



      I am looking solution similer to http://www.morch.com/2011/07/05/forwarding-snmp-ports-over-ssh-using-socat/ but in this solution snmp agent is server as remote server (running snmp agent code on machine A) but in my case remote server A and snmp agent (devices ) are different.







      share|improve this question













      I have to forward all snmp request to remote deivces from a local machine to proxy server. Is it possible ?



      The actual requirement is like i have set of network devices that are only accessible through machine A. Machine A and network devices are in same network. Now i have to send snmp request to devices from a machine B that is outside the network and it has not access to newtwork devices.Network devices can be only accessed through machine A.
      So i am looking a solution by which i can forward all snmp request on machine B for network devices to machine A over ssh , is it possible ? if yes then any solution will be much appreciated.



      I am looking solution similer to http://www.morch.com/2011/07/05/forwarding-snmp-ports-over-ssh-using-socat/ but in this solution snmp agent is server as remote server (running snmp agent code on machine A) but in my case remote server A and snmp agent (devices ) are different.









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 7 at 8:29
























      asked Jun 7 at 5:06









      Anil Singh

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          A possible solution might be installing net-snmp on Host A and configure it as a snmp proxy like that:



          http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy






          share|improve this answer





















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448332%2fhow-to-route-all-snmp-request-to-remote-deivces-from-a-local-machine-through-a-p%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            A possible solution might be installing net-snmp on Host A and configure it as a snmp proxy like that:



            http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy






            share|improve this answer

























              up vote
              0
              down vote













              A possible solution might be installing net-snmp on Host A and configure it as a snmp proxy like that:



              http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                A possible solution might be installing net-snmp on Host A and configure it as a snmp proxy like that:



                http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy






                share|improve this answer













                A possible solution might be installing net-snmp on Host A and configure it as a snmp proxy like that:



                http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy







                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered Jun 7 at 5:45









                Winnie Tigger

                1595




                1595






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448332%2fhow-to-route-all-snmp-request-to-remote-deivces-from-a-local-machine-through-a-p%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay