[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference netcad::hub_mgnt

Title:DEChub/HUBwatch/PROBEwatch CONFERENCE
Notice:Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7
Moderator:NETCAD::COLELLADT
Created:Wed Nov 13 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:4455
Total number of notes:16761

3199.0. "Where are the IP addresses in HUBwatch windows" by CGOOA::VAOP05::SZOSTAK (NIS TEAM VANCOUVER) Wed Jan 24 1996 15:18

I have a customer that is using the MS900 B/P  V4.1.0 and Hubwatch V4.1.2 and the question has come up when viewing several 
screens such as the security screen where the learned addresses are shown, the IP address is never shown.  In the find address 
screen, MAC address are shown but never the IP address.  The entire campus is converting to IP and there enternal databases are 
all based on the IP addressing.  The MAC address is not to usefull and the question has been asked why is there no IP info under the

column headings, and how do you make it work?

Any idea how the IP mapping is done

RGDS
Richard Szostak
NS VAO
T.RTitleUserPersonal
Name
DateLines
3199.1MAC vs IPSLINK::HOODThey call me MISTER Dilbert.Wed Jan 24 1996 17:0817
The repeater functions you mentioned apply to MAC addresses, not to
IP addresses (same thing with bridge address filters).

Doing a mac-to-ip translation isn't guaranteed to work.
You've got to look in the arp cache for the MAC address.  If it's there,
you can read the IP address.  If it's not, you can't.

Doing ip-to-mac is easier, but takes a lot more time.  First, look for the
IP address in the arp cache.  If it's there, read the MAC.  If it's not,
then go ping the ip address and wait for a reply.  Then read the arp cache
for the MAC.  This is a very time consuming process.

HUBwatch does not maintain any mac-to-ip translation tables.



Tom Hood
3199.2So how come its there!!!CGOOA::VAOP05::SZOSTAKNIS TEAM VANCOUVERWed Jan 24 1996 21:138
< HUBwatch does not maintain any mac-to-ip translation tables.>

IF this is the case why do we have the IP column heading in the various windows.  This would imply that we are going to do this 
function at some point,  if so when?

Thanks in advance
Richard Szostak
NS VAO
3199.3Because we're trying to be niceSLINK::HOODThey call me MISTER Dilbert.Thu Jan 25 1996 13:245
It's there because we're trying to be nice. When performance won't be 
impacted, or when it's easy to do the translation, we've often done it.
On some of the older windows which use code ported from unix to windows,
the IP addresses may not be used because the translation was available
under unix but not under windows.