[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

500.0. "DECserver SLIP config for DEChub OBM port" by QUIVER::SLAWRENCE () Tue Nov 16 1993 09:12

    The following commands will configure a port on a DECserver 90TL, 90M,
    700, or 900TM to be compatible with the OBM port of a DEChub 900 or
    DEChub ONE:
    
        CHANGE PORT 2 FLOW CONTROL DISABLED
        CHANGE PORT 2 AUTOBAUD DISABLED
        CHANGE PORT 2 SLIP ENABLED
        CHANGE PORT 2 SLIP HOST 16.20.216.205
        CHANGE PORT 2 DEDICATED SERVICE SLIP
        CHANGE PORT 2 DEFAULT PROTOCOL SLIP
        CHANGE PORT 2 SPEED 38400
        CHANGE PORT 2 BREAK DISABLED
        CHANGE PORT 2 STOP BITS 1
        CHANGE PORT 2 AUTOCONNECT ENABLED
    
    Change the port number, of course.
    
    The IP address and speed must match those configured for the OBM port. 
T.RTitleUserPersonal
Name
DateLines
500.1also disable multisessionsQUIVER::SLAWRENCEMon Feb 21 1994 11:335
    I have heard that the following is also a good idea (though it should
    be the default, I try not to rely on defaults):
    
        CHANGE PORT 2 MULTISESSIONS DISABLED