| Title: | DEChub/HUBwatch/PROBEwatch CONFERENCE |
| Notice: | Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7 |
| Moderator: | NETCAD::COLELLA DT |
| 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 |
I need to do some fixes to netview so that it finds DR90TS and DS700s correctly. Can someone tell me the sysOIDs for these devices in dotted notation? Which mib do I need to load for the DR90TS and DS700? Scott
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2756.1 | sysOid's? Sounds like a nasty disease. ;-) | TOOK::BKWAL | Fri Sep 15 1995 08:07 | 25 | |
The sysObjectIDs for the DECservers are;
1,3,6,1,4,1,36,2,15.x.x.x
Where x.x.x translates to the following platform specifics;
6,3,1 * DECserver 90TL
6,4,1 * DECserver 90M
6,5,1 * DECserver 700-08
6,6,1 * DECserver 700-16
6,7,1 * DECserver 900TM
6,8,1 * DECserver 900GM
You may want to check the SNMP_SURVIVAL.TXT file on the DECserver kits
for information on mibs, but I believe the following are supported;
rfc1158, rfc1213, rfc1243, rfc1284, rfc1316, rfc1317
Most of these are provided on the software distribution kit. The notesfile
TOOK::TERMINAL_SERVERS is also a good place to check for more information.
| |||||
| 2756.2 | /usr/OV/conf/C/oid_to_sym | MUNSBE::WSIEGMUND | Seaboard riding on Seahorse | Fri Oct 13 1995 10:12 | 11 |
There is no need to load a MIB.
you need to edit /usr/OV/conf/C/oid_to_sym
1.3.6.1.4.1.36.2.15.5.1.2:Server:DEC Term Server # DECserver 300 V2.1
#1.3.6.1.4.1.36.2.15.5.1.3:Server:DEC Term Server # DECserver 90TL V1.1;
# DS 300 V2.2; DS 700-08 V1.1
1.3.6.1.4.1.36.2.15.9.12.1:Connector:Multi-port # DECrepeat 900FP 12 Prt FO Enet
as you can see, ds90 i commented out.
Wolfgang
| |||||