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 |
Hello, I have a customer who will use MCC to set via the MIBbrowser the bridge ports of the DECswitch900MX to the disabled state. He used the SNMP command ifAdminStatus to set the port but this is not working on the switch. When this command is used on a DECbridge90 this works! I have try to find out why this is not working on the DECswitch900 but now I am completed lost. What I tryid to find out is how HUBwatch is set this ports. What I see is that HUBwatch used Spanning Tree commands to set a port on a DECswitch900 (but also for the GIGAswitch) disabled or enabled? To disable a port on the DECswitch900 the following SNMP command is used by HUBwatch, dot1dStpPortEnable 1.3.6.1.2.1.17.2.15.1.4.7 integer = 2 ( blocking port 7 ) or better mib-2.17.2.15.1.4.7 object value = 2 The DECbridge90 used the same command to disable spanning tree and the ifAdminStatus to disable the port. For the Gigaswitch HUBwatch used the command, ebrIfSpanTurnOffStatus 1.3.6.1.4.1.36.2.18.1.4.13.1.1.2 integer = 2 (private MIB) ( blocking FDDI port 2 ) My quistion is why used HUBwatch and DECswitches snmp dot1dStpPortEnable to disable and enable ports? When HUBwatch used dot1dStpPortEnable and not ifAdminStatus is there an orther way to set ports on a DECswitch900? Maybe a dec-hub900-switch-mib? This is a security issue for the customer because he will set the ports disabled between e.g. 05:00pm and 10:00am. (In a batch job) Between this hours the Amsterdam Stock Exchange is closed. Ronald
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2244.1 | dot1dStpPortEnable | SLINK::HOOD | April showers bring vacation days | Tue May 02 1995 11:51 | 11 |
HUBwatch uses exactly the same code to control ports for all of the following devices: RoamAbout Access, DECbridge 900MX, DECswitch 900EE, 900EF, PEswitch 900TX, and the GIGAswitch/FDDI. (The DECbridge 90's use different code.) Port enable and disable is done through the dot1dStpPortEnable variable. This variable still allows management commands for the port, but disallows all other traffic. enabled is 1, disabled is 2. Tom Hood HUBwatch | |||||
2244.2 | UTRTSC::GROOT_R | Ronald de Groot | Tue May 02 1995 17:44 | 8 | |
Tom, Thank you for your quick response. But when this code is used to control ports of the devices you write in .1 this mean that there is no way to enable and disable ports with a MIB browser using the the standard_bridge_mib? Ronald | |||||
2244.3 | SLINK::HOOD | April showers bring vacation days | Tue May 02 1995 20:37 | 1 | |
It's the dot1d MIB. |