MADGE-ABC-MIB

File: MADGE-ABC-MIB.mib (26336 bytes)

Imported modules

RFC1155-SMI

Imported symbols

TimeTicks Counter OBJECT-TYPE
enterprises

Defined Types

AbcState  
INTEGER disable(1), enable(2), monitor(3)    

AbcFlush  
INTEGER flush(1)    

Defined Values

madge 1.3.6.1.4.1.494
OBJECT IDENTIFIER    

madgeAbc 1.3.6.1.4.1.494.15
OBJECT IDENTIFIER    

madgeAbcVersion 1.3.6.1.4.1.494.15.1
The version number of the Active Broadcast Control MIB. The most recent version is 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

madgeAbcTokenRing 1.3.6.1.4.1.494.15.2
OBJECT IDENTIFIER    

madgeAbcNetbios 1.3.6.1.4.1.494.15.3
OBJECT IDENTIFIER    

madgeAbcIp 1.3.6.1.4.1.494.15.4
OBJECT IDENTIFIER    

madgeAbcIpx 1.3.6.1.4.1.494.15.5
OBJECT IDENTIFIER    

madgeAbcTokenRingAreFilter 1.3.6.1.4.1.494.15.2.1
OBJECT IDENTIFIER    

madgeAbcTokenRingAreConversion 1.3.6.1.4.1.494.15.2.2
OBJECT IDENTIFIER    

madgeAbcNetbiosName 1.3.6.1.4.1.494.15.3.1
OBJECT IDENTIFIER    

madgeAbcNetbiosAddName 1.3.6.1.4.1.494.15.3.2
OBJECT IDENTIFIER    

madgeAbcIpArp 1.3.6.1.4.1.494.15.4.1
OBJECT IDENTIFIER    

madgeAbcIpxRipSapSuppress 1.3.6.1.4.1.494.15.5.1
OBJECT IDENTIFIER    

madgeAbcIpxType20Filter 1.3.6.1.4.1.494.15.5.2
OBJECT IDENTIFIER    

madgeAbcTokenRingAreFilterState 1.3.6.1.4.1.494.15.2.1.1
The current state of the ARE (All Route Explorer) filter. disable: Perform no action. enable: Only optimal ARE frames will be forwared onto other ports - optimal frames are those which are quicker or have shorter routing information than other frames. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcTokenRingAreFilterFlushCache 1.3.6.1.4.1.494.15.2.1.2
Write the value 1 (flush) to flush the ARE filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcTokenRingAreFilterCount 1.3.6.1.4.1.494.15.2.1.3
The total number of ARE frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcTokenRingAreFilterFiltered 1.3.6.1.4.1.494.15.2.1.4
The total number of ARE frames the filter has removed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcTokenRingAreFilterTimeout 1.3.6.1.4.1.494.15.2.1.5
The maximum lifetime of an entry in the ARE filter cache. Default value : 100 (centiseconds) Minimum value : 25 Maximum value : 60000 (=10 minutes)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcTokenRingAreConversionState 1.3.6.1.4.1.494.15.2.2.1
The current state of the ARE (All Route Explorer) conversion filter. disable: Perform no action. enable: Turn on ARE conversion. The frames specified by the mode key will be converted into Spanning Tree Explorers (ARE). monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcTokenRingAreConversionFlushCache 1.3.6.1.4.1.494.15.2.2.2
Write the value 1 (flush) to flush the ARE filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcTokenRingAreConversionCount 1.3.6.1.4.1.494.15.2.2.3
The total number of ARE frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcTokenRingAreConversionFiltered 1.3.6.1.4.1.494.15.2.2.4
The total number of ARE frames the filter has converted into STEs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcTokenRingAreConversionMode 1.3.6.1.4.1.494.15.2.2.5
This variable controls the action taken when forwarding All Routes Explorer frames. first: convert all ARE frames with a RIF length of 2 to STE frames. all: convert all ARE frames to STE frames. bcast-first: convert all ARE frames with the broadcast destination address, with a RIF length of 2 to STE frames. bcast-all: convert all ARE frames with the broadcast destination address to STE frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER first(1), all(2), bcast-first(3), bcast-all(4)  

madgeAbcNetbiosNameState 1.3.6.1.4.1.494.15.3.1.1
The current state of the NetBIOS name filter. disable: Perform no action. enable: Frames sent to recognised NetBIOS names will be forwarded on the port(s) on which the names are known to exist. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcNetbiosNameFlushCache 1.3.6.1.4.1.494.15.3.1.2
Write the value 1 (flush) to flush the NetBIOS name filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcNetbiosNameCount 1.3.6.1.4.1.494.15.3.1.3
The total number of NetBIOS frames seen by the filter that have a named destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcNetbiosNameFiltered 1.3.6.1.4.1.494.15.3.1.4
The total number of NetBIOS frames that the filter has been able to forward on the appropriate port(s).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcNetbiosNameTimeout 1.3.6.1.4.1.494.15.3.1.5
The time for which a name will remain in the NetBIOS name cache. Default value : 78000 (centiseconds) (=13 minutes) Minimum value : 100 Maximum value : 60480000 (=1 day)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcNetbiosNameForwardTimeout 1.3.6.1.4.1.494.15.3.1.6
The time for which NAME_QUERY frames for a name will be forwarded without receiving a reply. If no reply is received within this time the entry will be removed from the cache Default value : 40 (centiseconds) (=.4 seconds) Minimum value : 10 Maximum value : 6000 (=1 minute)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcNetbiosAddNameState 1.3.6.1.4.1.494.15.3.2.1
The current state of the NetBIOS ADD_NAME_QUERY filter. disable: Perform no action. enable: The frequency of retries by NetBIOS stations will be limited to a certain number over a particular period of time. The number and time are configureable. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcNetbiosAddNameFlushCache 1.3.6.1.4.1.494.15.3.2.2
Write the value 1 (flush) to flush the ADD_NAME_QUERY filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcNetbiosAddNameCount 1.3.6.1.4.1.494.15.3.2.3
The total number of ADD_NAME_QUERY NetBIOS frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcNetbiosAddNameFiltered 1.3.6.1.4.1.494.15.3.2.4
The total number of ADD_NAME_QUERY NetBIOS frames that have been removed by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcNetbiosAddNameRetryPeriod 1.3.6.1.4.1.494.15.3.2.5
The time over which a maximum number of ADD_NAME_QUERY frames will be forwarded. Default value : 500 (centiseconds) Minimum value : 100 Maximum value : 6000 (=1 minute)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcNetbiosAddNameRetryCount 1.3.6.1.4.1.494.15.3.2.6
The maximum number of times a ADD_NAME_QUERY frame will be forwarded within a given period of time. Default value : 2 Minimum value : 1 Maximum value : 10
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

madgeAbcIpArpState 1.3.6.1.4.1.494.15.4.1.1
The current state of the ARP filter. disable: Perform no action. enable: ARP frames for recognised IP addresses will be forwarded only on the port(s) on which the IP address is known to be. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcIpArpFlushCache 1.3.6.1.4.1.494.15.4.1.2
Write the value 1 (flush) to flush the ARP filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcIpArpCount 1.3.6.1.4.1.494.15.4.1.3
The total number of ARP frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpArpFiltered 1.3.6.1.4.1.494.15.4.1.4
The total number of ARP frames that the filter has been able to forward on the appropriate port(s).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpArpTimeout 1.3.6.1.4.1.494.15.4.1.5
The time for which an IP address will remain in the ARP cache. Default value : 60000 (centiseconds) (=10 minutes) Minimum value : 100 Maximum value : 60480000 (=1 day)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcIpxRipSapSuppressState 1.3.6.1.4.1.494.15.5.1.1
The current state of the RIP/SAP suppression filter. disable: Perform no action. enable: IPX RIP and SAP Response frames will be forwarded only to those ports that have recently sourced such a frame. This reduces the number of gratuitous frames sent out on LANs that only have IPX workstations attached. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcIpxRipSapSuppressFlushCache 1.3.6.1.4.1.494.15.5.1.2
Write the value 1 (flush) to flush the IPX RIP/SAP suppression filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcIpxRipSapSuppressCount 1.3.6.1.4.1.494.15.5.1.3
The total number of RIP and SAP frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpxRipSapSuppressFiltered 1.3.6.1.4.1.494.15.5.1.4
The total number of frames the filter has has been able to filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpxRipSapSuppressTimeout 1.3.6.1.4.1.494.15.5.1.5
The time for which a port will receive RIP and SAP response frames after sourcing such a frame. Default value : 60000 (centiseconds) (=10 minutes) Minimum value : 36000 (=6 minutes) Maximum value : 720000 (=2 hours)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

madgeAbcIpxType20FilterState 1.3.6.1.4.1.494.15.5.2.1
The current state of the IPX Type 20 filter. disable: Perform no action. enable: Only optimal Type 20 frames will be forwared onto other ports - optimal frames are those which are quicker or have shorter routing information than other frames. monitor: No filtering will be performed but the potential performance of the filter will be measured, i.e. the count and timeout keys will be incremented as if the filter was on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcState  

madgeAbcIpxType20FilterFlushCache 1.3.6.1.4.1.494.15.5.2.2
Write the value 1 (flush) to flush the Type 20 filter cache and reset counters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AbcFlush  

madgeAbcIpxType20FilterCount 1.3.6.1.4.1.494.15.5.2.3
The total number of Type 20 frames seen by the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpxType20FilterFiltered 1.3.6.1.4.1.494.15.5.2.4
The total number of Type 20 frames the filter has removed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

madgeAbcIpxType20FilterTimeout 1.3.6.1.4.1.494.15.5.2.5
The maximum lifetime of an entry in the Type 20 filter cache. Default value : 100 (centiseconds) Minimum value : 25 Maximum value : 6000 (=1 minute)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks