[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

369.0. "Networkmask on the DECagent90" by 49393::SCHNEIDERR () Tue Aug 31 1993 13:22

Hello,

On the DECagent90, V1.1 you can only set the IP addr and the default gateway. The
Agent calculates its Netmask by itself.

Could it be dangerouse that we can't set the networkmask? Remember all this 
customers who use subneting. We had a long discussion about this issue. We came
to the goal that it works, but that it is not correct. You should be able to
set your owne netmask {(subnetmask).
What do you mean?



Roland
T.RTitleUserPersonal
Name
DateLines
369.1Limited subnet capabilityROGER::GAUDETBecause the Earth is 2/3 waterFri Sep 17 1993 20:1615
Oh boy, I knew this would come up eventually.  Unfortunately, the answer is not
what you want to hear.  The current implementation of IP in the DECagent
contains a two-entry router table, one for the local host and one for the
default gateway.  Therefore, subnetting is only supported from the perspective
of "if the destination IP address is not in the same subnet as the source IP
address then send it to the default gateway and let it figure it out."

Could this be dangerous?  I wouldn't say 'dangerous' so much as 'limiting' in
that it does not give the network manager the flexibility to balance network
load across multiple routers.

And to fend off the next logical question, there are no plans to implement true
subnet masking in V2.0 of the DECagent.

...Roger...
369.2ThanksZUR01::SCHNEIDERRThu Sep 23 1993 07:4310
Roger,


Thanks for your answer. Maybe it will be implemented in further versions (after 
V2.0).

We already had situations, we needed this flexibility.


Roland
369.3Update RequestedODIF11::LICATATue Nov 22 1994 00:5216
    I would like to re-raise this question. 
    
    As customers are installing the Dechub 900 some are acting on the
    preserve your investment message and moving the DEChub 90s to smaller
    offices. The smaller the office the more likely it will be one
    with a bitmask type of subnet mask.  
                   
    So --
    
    Has the subnet mask capability been built in to the DECagent 90 in the 
    post 2.0 firmware ? I think we are up to version 2.1.3 ? 
    
    Is there a time frame for this functionality?
    
    Jim 
                           
369.4Agent update plansNETCAD::WALTERTue Nov 22 1994 21:3342
	Roger Gaudet referred me to this note. I'm currently the team leader
	for the next DECagent90 update. The agent is now at rev level 2.1.3,
	and the next revision will be 3.0. The primary reason for 
	the agent update is to support the new stackable repeaters, which
	introduces some new LH commands (that's the backplane serial line
	protocol) and a new hub configuration.

	I'm not an IP expert, so I had to ask around for a definition of
	the subnet mask issue. There seems to be 2 problems:

	     1. Since the user can't set the subnet mask, we automatically 
	        send traps to the default gateway (if one has been specified) 
		even if the trap address really lives on our subnet. The 
		router forwards the packet, then sends a "redirect"
		message back to us, indicating that we should be arping for 
		that address ourselves. So the router is responding to more
		requests than it needs to.

	     2. Apparently NetView uses subnet mask in a mapping algorithm.
	        Since our mask is 0.0.0.0, it breaks the algorithm.

	I don't yet know how much work it would take to add subnet mask
	capability to the agent. I will certainly put it on the list of
	Things To Look At. It will also have to be assigned a priority, 
	which most likely will be lower than support of the stackable
	repeaters.

	We have two constraints which will affect the decision to support
	subnet mask: schedule, and code space. The schedule is already 
	pretty tight (when is it not?); we go to system test in mid January.
	The code space is even tighter. The agent has just 16K of space left
	in Flash out of 256K total. Into that 16K we have to squeeze new
	versions of common code and everything needed to support new repeaters.
	We have already determined that we can't fully support the repeaters,
	so we will get what we can from the available space. This may not
	leave much left over for subnet mask support.

	The best I can tell you right now is: It's on The List.

	Regards,
	Dave

369.5quick is goodODIF11::LICATATue Nov 22 1994 22:573
    Thank you for the quick reply.
    
    Jim