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. one minor thing we miss from ND1 - # of matched nodes/devices
(Sckolnick, Gary)
2. Re: AD/LDAP support for Netdisco (Michael Dano Config & Logs)
(Natxo Asenjo)
3. Re: one minor thing we miss from ND1 - # of matched
nodes/devices (Oliver Gorwits)
4. Re: one minor thing we miss from ND1 - # of matched
nodes/devices (Oliver Gorwits)
5. Re: Cisco 877 MacSucks and Arpnips not working (Oliver Gorwits)
6. Re: Data and Voice VLAN (Oliver Gorwits)
7. Re: Data and Voice VLAN (Oliver Gorwits)
--- Begin Message ---
We're now fully up-and-running on ND2 and are decommissioning ND1 later today.
:-)
Overall we're very happy with Netdisco2. One minor thing that we're missing,
though, is that in ND1 at the bottom of a list it would provide the total
count, e.g., "Matched 75 nodes." or "21 matches." This was useful as a super
quick way to search, say the first half of a MAC address, discover all of the
Nodes that matched, then scroll to the bottom and get the total count. ND2
doesn't seem to provide this. I think it might simply be because ND2 displays
results on multiple pages by default. I have no idea how difficult it would
be, but would it be possible to add something like this? Or is there already a
way in ND2 to get a quick count of Nodes or Devices that match a particular
search term and we just haven't discovered it yet?
Thank you!
________________________
Gary Sckolnick
Network Engineer
Information Services
[email protected]
The University of Vermont Medical Center
UVMHealth.org/MedCenter
This message and any attachments may contain information that is confidential,
privileged and/or protected from disclosure under state and federal laws. If
you received this message in error or through inappropriate means, please reply
to this message to notify the Sender that the message was received by you in
error, and then permanently delete this message from all storage media, without
forwarding or retaining a copy.
--- End Message ---
--- Begin Message ---
hi,
RewriteEngine On
> RewriteCond %{LA-U:REMOTE_USER} (.+)
> RewriteRule . - [E=RU:%1]
> RequestHeader unset X-REMOTE_USER
> RequestHeader add X-REMOTE_USER %{RU}e
> # RequestHeader unset X-REMOTE_USER
> # RequestHeader set X-REMOTE_USER "%{REMOTE_USER}e" env=REMOTE_USER
>
fwiw the rewrite rules we are running in our apache are these:
RewriteEngine On
RewriteCond %{LA-U:REMOTE_USER} (.+)
RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER},NS]
RequestHeader add X-REMOTE_USER %{RU}e
just for completeness.
Regards,
--
natxo
--- End Message ---
--- Begin Message ---
Hi Gary,
On 2015-03-06 18:03, Sckolnick, Gary wrote:
We're now fully up-and-running on ND2 and are decommissioning ND1
later today. :-)
Super! :)
Overall we're very happy with Netdisco2. One minor thing that we're
missing, though, is that in ND1 at the bottom of a list it would
provide the total count, e.g., "Matched 75 nodes." or "21 matches."
Thanks for the request - I've patched the code for this, it'll be in
the next release (probably sometime in next couple of days).
"Showing 41 to 50 of 3,337"
regards,
oliver.
--- End Message ---
--- Begin Message ---
On 2015-03-07 11:56, Oliver Gorwits wrote:
On 2015-03-06 18:03, Sckolnick, Gary wrote:
Overall we're very happy with Netdisco2. One minor thing that we're
missing, though, is that in ND1 at the bottom of a list it would
provide the total count, e.g., "Matched 75 nodes." or "21 matches."
Thanks for the request - I've patched the code for this, it'll be in
the next release (probably sometime in next couple of days).
Sorry, forgot to add that it works well for most tables but Nodes is a
little squiffy, due to the way that the table is constructed (the
records are grouped per MAC, as you see, and this confuses the code).
Not a lot I can do about that without more poking into the guts, sorry.
regards,
oliver.
--- End Message ---
--- Begin Message ---
Hi Jeremy,
On 2015-03-06 17:22, Jeremy Bresley wrote:
We have a L3VPN MPLS cloud that we don't see
connections between sites, so at a minimum we would have to discover
our
router at each site and let ND pick up the core and access switches
I've committed a patch now that allows netdisco-do to accept prefixes
(subnets in CIDR format) instead of the device IP/hostname (same -d
parameter). I hope this helps with some scripted discoveries and other
tasks.
The only thing I remember ND1 having that I miss in
ND2 is the nodes not responding in X days report.
We don't have this report, but on the general Node search, "*" is
accepted as a wildcard and I've added a patch to allow exclusion of
Device Ports so the results are a little cleaner.
An automatic way to
remove any nodes not reachable in X days would be a cool feature to
have
as an alternative.
Node removal after X days is already a feature:
https://metacpan.org/pod/App::Netdisco::Manual::Configuration#expire_nodes
You can have this happen automatically by adding "expire" configuration
to the schedule (as below) and/or run the "expire" netdisco-do command:
expire:
when: '20 23 * * *'
(Actually you should enable this config anyway, as it does some other
database housekeeping.)
Hope this helps,
regards,
oliver.
--- End Message ---
--- Begin Message ---
On 2015-03-04 21:11, Jeremy Bresley wrote:
If you look at the MAC table, the phones initially come up on
Vlan10,
then get the voice vlan via CDP and switch to Vlan20, hence why you
see the same MAC on both VLANs.
This is on a 3560X running 15.0(2)SE4 code, we see the same behavior
on our 3560Gs and 4500E's as well, all running some variant of 15.X
code.
Many thanks - I've implemented the change to show Voice VLAN and it
will be in the next Netdisco release.
regards,
oliver.
--- End Message ---
--- Begin Message ---
Hi Nick,
It looks like you're not getting any neighbor protocol information at
all from the phones, in which case there's not a lot we can do, sorry
:-(
Having said that, if you can emit something useful from the handsets, I
have made the identification of phones an WAPs configurable, in a recent
commit (will be in next release).
regards,
oliver.
On 2015-03-04 23:37, Nikolaos Milas wrote:
On 5/3/2015 1:02 πμ, Oliver Gorwits wrote:
So it would help me to see the output of these on one of your Cisco
switches:
~netdisco/bin/netdisco-do show -d <IP-of-device> -e c_cap
~netdisco/bin/netdisco-do show -d <IP-of-device> -e c_platform
Here it is, run against a Cisco 2960CG-8TC-L switch running IOS
15.2(2a)E1 :
$ ~netdisco/bin/netdisco-do show -d 195.251.202.125 -e c_cap
[7139] 2015-03-04 21:28:52 info show: started at Wed Mar 4 23:28:52
2015
\ {
10109.3 [
[0] "Switch",
[1] "IGMP"
],
10110.1 [
[0] "Switch",
[1] "IGMP"
]
}
[7139] 2015-03-04 21:28:54 info show: finished at Wed Mar 4 23:28:54
2015
[7139] 2015-03-04 21:28:54 info show: status done: Showed c_cap
response from 195.251.202.125.
$ ~netdisco/bin/netdisco-do show -d 195.251.202.125 -e c_platform
[7141] 2015-03-04 21:29:16 info show: started at Wed Mar 4 23:29:16
2015
\ {
10109.3 "cisco WS-C2950C-24",
10110.1 "Cisco SG300-28 (PID:SRW2024-K9)-VSD"
}
[7141] 2015-03-04 21:29:17 info show: finished at Wed Mar 4 23:29:17
2015
[7141] 2015-03-04 21:29:17 info show: status done: Showed c_platform
response from 195.251.202.125.
I can see that the neighboring devices (switches) are located.
Hope that helps,
Nick
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
by Intel and developed in partnership with Slashdot Media, is your
hub for all
things parallel software development, from weekly thought leadership
blogs to
news, videos, case studies, tutorials and more. Take a look and join
the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users