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

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-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 Netdot-users digest..."


Today's Topics:

   1. Fetch ARP table on 6500 using snmp. (toni cunyat)
   2. [Re] Fetch ARP table on 6500 using snmp. (toni cunyat)
   3. Re: Fetch ARP table on 6500 using snmp. (Jos? A. Dom?nguez)
   4. Re: [Re] Fetch ARP table on 6500 using snmp. (Jos? A. Dom?nguez)


----------------------------------------------------------------------

Message: 1
Date: Fri, 18 Jan 2013 11:12:24 +0100
From: toni cunyat <[email protected]>
Subject: [Netdot-users] Fetch ARP table on 6500 using snmp.
To: [email protected]
Message-ID:
        <can--xf3dmhnfh16igbznwaqwbh03zfzd+rxw5v7chsnipsg...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi all.

I'm newbie using netdot and want to fetch  ARP table on a cisco 6500 using
snmp but updatesdevice.pl try to get ARP in CLI mode.

bin/updatedevices.pl -d -H routername -A -c mycommunity

[....]

SNMP::Info::specify() - Changed Class to SNMP::Info::Layer3::C6500.
DEBUG - Device::get_snmp_session: 10.10.10.1 is: SNMP::Info::Layer3::C6500
DEBUG - SNMPv2 session with host 10.10.10.1 established
SNMP::Info::_global id : sysObjectID.0
DEBUG - Device::_netdot_rebless: routername.domain: changed class to
Netdot::Model::Device::CLI::CiscoIOS
DEBUG - routername.domain: issuing CLI command: 'show ip arp' over SSH
ERROR: Device::CLI::_get_arp_from_cli: routername.domain:: write error:
filehandle isn't open at
/usr/share/perl5/Net/CLI/Interact/Transport/Base/Unix.pm line 24

There are a option to force netdot to get arp using snmp?

On others routers (cisco 2800 family) works with snmp.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20130118/79aa9414/attachment-0001.html
 

------------------------------

Message: 2
Date: Fri, 18 Jan 2013 12:02:09 +0100
From: toni cunyat <[email protected]>
Subject: [Netdot-users] [Re] Fetch ARP table on 6500 using snmp.
To: [email protected]
Message-ID:
        <CAN--xF0NLjp8as+S3UJUwuzBg47+4dpncdK=tnesp7sffq5...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Sorry.

I don't see FETCH_DEVICE_INFO_VIA_CLI on Site.conf.




---------- Forwarded message ----------
From: toni cunyat <[email protected]>
Date: 2013/1/18
Subject: Fetch ARP table on 6500 using snmp.
To: [email protected]


Hi all.

I'm newbie using netdot and want to fetch  ARP table on a cisco 6500 using
snmp but updatesdevice.pl try to get ARP in CLI mode.

bin/updatedevices.pl -d -H routername -A -c mycommunity

[....]

SNMP::Info::specify() - Changed Class to SNMP::Info::Layer3::C6500.
DEBUG - Device::get_snmp_session: 10.10.10.1 is: SNMP::Info::Layer3::C6500
DEBUG - SNMPv2 session with host 10.10.10.1 established
SNMP::Info::_global id : sysObjectID.0
DEBUG - Device::_netdot_rebless: routername.domain: changed class to
Netdot::Model::Device::CLI::CiscoIOS
DEBUG - routername.domain: issuing CLI command: 'show ip arp' over SSH
ERROR: Device::CLI::_get_arp_from_cli: routername.domain:: write error:
filehandle isn't open at
/usr/share/perl5/Net/CLI/Interact/Transport/Base/Unix.pm line 24

There are a option to force netdot to get arp using snmp?

On others routers (cisco 2800 family) works with snmp.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20130118/04edb197/attachment-0001.html
 

------------------------------

Message: 3
Date: Fri, 18 Jan 2013 11:18:55 -0800
From: "Jos? A. Dom?nguez"       <[email protected]>
Subject: Re: [Netdot-users] Fetch ARP table on 6500 using snmp.
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

On 1/18/13 2:12 AM, toni cunyat wrote:
> Hi all.
> 
> I'm newbie using netdot and want to fetch  ARP table on a cisco 6500 using
> snmp but updatesdevice.pl <http://updatesdevice.pl> try to get ARP in CLI 
> mode.
> 
> bin/updatedevices.pl <http://updatedevices.pl> -d -H routername -A -c
> mycommunity
> 

Try removing:

    '^cat65\d{2}'           => 'CiscoIOS',

from the config variable FETCH_DEVICE_INFO_VIA_CLI on Site.conf.

For our deployment we had to use the CLI because trying to get our huge ARP
table was just hurting the 6500s very badly. YMMV.

Jos?.




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 308 bytes
Desc: OpenPGP digital signature
Url : 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20130118/f3f7f3af/attachment-0001.bin
 

------------------------------

Message: 4
Date: Fri, 18 Jan 2013 11:19:31 -0800
From: "Jos? A. Dom?nguez"       <[email protected]>
Subject: Re: [Netdot-users] [Re] Fetch ARP table on 6500 using snmp.
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

On 1/18/13 3:02 AM, toni cunyat wrote:
> Sorry.
> 
> I don't see FETCH_DEVICE_INFO_VIA_CLI on Site.conf.
> 

Oh, ok. You got it :-)

Jos?.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 308 bytes
Desc: OpenPGP digital signature
Url : 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20130118/b224ded3/attachment-0001.bin
 

------------------------------

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 50, Issue 5
*******************************************

Reply via email to