[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

1460.0. "subnet-mask for hub-modules ???" by LNZALI::MUHR (committed to excellence) Wed Sep 21 1994 12:11


	Hi,

	please can give me someone a detailed answer, if and when all
	hub 90/900 modules will allow to set a subnet mask. 
	A costomer complains about the lack to set subnet-masks on
	the on all digital snmp-agents( hub modules , defeb's,defcn's ), 
	because all ip-autoconfig tools, like MCC and netview/6000 ends up 
	with a wrong topology map.


	/franz
T.RTitleUserPersonal
Name
DateLines
1460.1In search of a reason to implement it.NETCAD::GALLAGHERThu Sep 22 1994 09:5878
Franz,

Attached is a fairly detailed description of why we think we don't need
to support a subnet mask.  I don't understand how the lack of a subnet mask
affects IP auto-configuration tools like Mcc and NetView.  Can you get
more detail from your customer?

There are currently no plans to add a subnet mask to be set.  We've
thought about implementing it just so we don't have to field questions
like this.  (You're not the first to ask.)  Giving us a good technical
reason to implement it would certainly speed things along.

					-Shawn
------------------------------------------------------------------------------
From:	LEVERS::KRISHNA      "Krishna Narayanaswamy TAY2-2/B4 227-3572" 10-FEB-1993 11:02:48.34
To:	LEVERS::GALVIN
CC:	ANIL,QUIVER::GALLAGHER,HISCOCK,KRISHNA
Subj:	RE: Subnet mask issue...Can you help ??  THANKS!

Cheryl,
    I have given below an explanation as to why we really don't need subnet
masks on our SNMP agents. I have taken the scenario in which the SNMP agent is
on one subnet and the NMS is on a different subnet and the two are connected
through routers. The only need for subnet mask arises when you need to talk to
NMS's which are not on your subnet (i.e you are separated from the NMS by
routers). Given an NMS's IP address you can use the subnet mask and figure out
if the NMS is on your own subnet or not. If the NMS is not on your own subnet
you should lookup your routing table to figure out which router you need to
send your message so that it reaches the NMS. But our IP satck design 
circumvents this problem as I have explained below



     +-------+  Subnet 1 +********+ Subnet 2  +#######+
     | Agent |-----------| Router |-----------| NMS   |
     +-------+           +********+           +#######+

1) SNMP request when received by the Agent has the following details.

    Dest DataLink Address  = Agent's Ethernet Address
    Src  Datalink Address  = Router's port 1 Ethernet address

    Dest IP address        = Agent's IP address
    Src  IP address        = NMS's IP address

When the agent processes the request it updates its ARP cache to contain the
following:
      IP Address         Hardware Address                  Port #
      ----------         ----------------                  ------
    NMS's IP Address      Router's port 1 ethernet address   1

So when it comes time to reply to the SNMP request, the ARP cache is looked up 
and the message is sent out to the Router and it then forwards the reply to
the NMS.

The only sticky case comes when there is more than one router through which you
can reach the NMS and the router chosen when the request came in is not the
one which provides an optimal path for the reply. In this case we will send the
message to the router through which we received the request and it is the rtr's
responsibilty to notify us through an ICMP redirect message telling us
in future to use a different router to talk to the NMS, but the router is still
required to forward this message to the NMS though it is not the optimal path.

Once we receive the ICMP redirect message, we register it in our ARP cache and
use it in future to talk to the NMS, until the ARP entry ages out. So we really
don't need subnet masks to talk to NMS's which are not in our own subnet.

I have used HP Openview, NetLabs Netmanager in the UNH interoperability lab to
manage our DECbridges through SNMP and in this case the NMS's spoke through 
routers to our bridges, so I know that it works.

As far as the other question :

      2) Can you define a default router/gateway on the DECagent 90?

I know on the Bridge/Concentrator you can set it. Not sure about DECagent 90.

Krishna
1460.2Answer to question #2ROGER::GAUDETBecause the Earth is 2/3 waterThu Sep 22 1994 12:144
And to complete Krishna's response, the answer is yes, you can define a default
router/gateway on the DECagent 90.

...Roger...
1460.3plam to support in next releaseNETCAD::MCCRORYMon Sep 26 1994 10:506
    We plan to support the configuration of the subnet mask in our
    next release.  The subnet mask will be configured in the "set ip
    address" menus in the console/setup.
    
    -Eileen