Send netdisco-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. Re: easiest OS to use for standing up Netdisco 2  instance?
      (Ben Story)
   2. Re: easiest OS to use for standing up Netdisco 2 instance?
      (Oliver Gorwits)
   3. Re: Checkpoint VSX (Oliver Gorwits)
   4. Re: Checkpoint VSX (Veeramachaneni)
   5. Re: Checkpoint VSX (Oliver Gorwits)
--- Begin Message ---
I used Ubuntu 12.04 LTS and it was easy as pie with the directions at
http://search.cpan.org/~oliver/App-Netdisco-2.007000_001/lib/App/Netdisco.pm#Installation

--
Ben Story
CCSP, CCNA, CCNA Wireless, CCDA
[email protected]
@ntwrk80
http://showbrain.blogspot.com
http://rand0mw0rds.blogspot.com


"From sour-faced saints and silly devotions, good Lord, preserve us!". -- St.
Teresa of Avila


On Fri, Jan 24, 2014 at 9:18 AM, Joseph <[email protected]> wrote:

> I would like to try out Netdisco 2 with the least amount of perl
> dependency fighting.  Is there a particular OS that anyone can recommend?
> Distribution and version?
>
> Thanks,
> Joseph B.
>
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Netdisco mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users
>
>

--- End Message ---
--- Begin Message ---
Hi Joseph,

On 2014-01-24 15:18, Joseph wrote:
I would like to try out Netdisco 2 with the least amount of perl
dependency fighting.  Is there a particular OS that anyone can
recommend?  Distribution and version?

For Perl you should be fine with any current supported OS because Netdisco 2 manages its own Perl dependencies and does not rely on the OS.

However I recommend having PostgreSQL 8.4 or above (preferably 9.x) and as the install docs say, there are a small number of OS packages you ought to pre-install. This is covered in the install docs:

   https://metacpan.org/pod/App::Netdisco

Let us know how you get on...

regards,
oliver.



--- End Message ---
--- Begin Message ---
Hi,

On 2014-01-24 09:43, Veeramachaneni wrote:
But i require "snmpbulkwalk -n ctxname_vsid4 -v 3 -l authNopriv -u
netdisco -A netdisco 192.168.1.1 atPhysAddress" and all contexts.

I tried configuring context_prefix in snmp_auth but no use.

Out of interest, what did you set snmp_auth to?

regards,
oliver.



--- End Message ---
--- Begin Message ---
Hi,

snmp_auth:
  -
    tag: vsx
    user: netdisco
    auth:
        pass: xxxxxxx
        proto: MD5
    context_prefix: ctxname_vsid4

Regards,
T9En


Hi, On 2014-01-24 09:43, Veeramachaneni wrote:
> But i require "snmpbulkwalk -n ctxname_vsid4 -v 3 -l authNopriv -u
> netdisco -A netdisco 192.168.1.1 atPhysAddress" and all contexts.
>
> I tried configuring context_prefix in snmp_auth but no use. Out of interest, 
> what did you set snmp_auth to? regards,
oliver. 


From: Veeramachaneni <[email protected]>
To: "[email protected]" 
<[email protected]> 
Sent: Friday, 24 January 2014 3:13 PM
Subject: Checkpoint VSX
 


Dear All,

I have successfully installed ND-2 in my environment. But , for moving to 
production I'm facing an issue with ND2 & checkpoint VSX. 

Checkpoint VSX (virtual firewalls) supports SNMP-V3 and i am able to discover 
the device with SNMP-v3. To do ArpNip it need to use context number. ND2 is 
doing ARPNIP to default context only. In the said VSX box i'm having total 9 
contexts. How can i do ArpNip to all available context.

the default ArpNip is feteching "snmpbulkwalk -v 3 -l authNopriv -u netdisco -A 
netdisco 192.168.1.1 atPhysAddress" this output.


But i require "snmpbulkwalk -n ctxname_vsid4 -v 3 -l authNopriv -u netdisco -A 
netdisco 192.168.1.1 atPhysAddress" and all contexts.

I tried configuring context_prefix in snmp_auth but no use.

 
Regards, 
T9en

--- End Message ---
--- Begin Message ---

Well, context_prefix is only really designed for Vlan contexts. The number of the Vlan is added to the end of the context_prefix setting.

So you could try having "context_prefix: ctxname_vsid" only, and see if it helps.

However if the SNMP v3 context is not related to the Vlan, then we need a new feature to support that.

regards,
oliver.

On 2014-02-06 05:40, Veeramachaneni wrote:
Hi,

snmp_auth:
 -
 tag: vsx
 user: netdisco
 auth:
 pass: xxxxxxx
 proto: MD5

 context_prefix: ctxname_vsid4

Regards,
T9En

Hi,

On 2014-01-24 09:43, Veeramachaneni wrote:
But i require "snmpbulkwalk -n ctxname_vsid4 -v 3 -l authNopriv -u
netdisco -A netdisco 192.168.1.1 atPhysAddress" and all contexts.

I tried configuring context_prefix in snmp_auth but no use.

Out of interest, what did you set snmp_auth to?

regards,
oliver.

 FROM: Veeramachaneni <[email protected]>
 TO: "[email protected]"
<[email protected]>
 SENT: Friday, 24 January 2014 3:13 PM
 SUBJECT: Checkpoint VSX

Dear All,

I have successfully installed ND-2 in my environment. But , for moving
to production I'm facing an issue with ND2 & checkpoint VSX.

Checkpoint VSX (virtual firewalls) supports SNMP-V3 and i am able to
discover the device with SNMP-v3. To do ArpNip it need to use context
number. ND2 is doing ARPNIP to default context only. In the said VSX
box i'm having total 9 contexts. How can i do ArpNip to all available
context.

the default ArpNip is feteching "snmpbulkwalk -v 3 -l authNopriv -u
netdisco -A netdisco 192.168.1.1 atPhysAddress" this output.

But i require "snmpbulkwalk -n ctxname_vsid4 -v 3 -l authNopriv -u
netdisco -A netdisco 192.168.1.1 atPhysAddress" and all contexts.

I tried configuring context_prefix in snmp_auth but no use.

Regards,
T9en




--- End Message ---
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to