CISCO-TS-STACK-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-TS-STACK-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tsStack 1.3.6.1.4.1.9.5.32
       ciscoTsMain 1.3.6.1.4.1.9.5.32.1
           ciscoTsConfig 1.3.6.1.4.1.9.5.32.1.1
               ciscoTsIpAddr 1.3.6.1.4.1.9.5.32.1.1.1 ipaddress read-write
The IP address of the current Token Ring Bridge Relay Facility (TrBRF).
               ciscoTsNetMask 1.3.6.1.4.1.9.5.32.1.1.2 ipaddress read-write
The subnet mask of the current TrBRF.
               ciscoTsDefaultGateway 1.3.6.1.4.1.9.5.32.1.1.3 ipaddress read-write
IP default gateway of the current TrBRF.
               ciscoTsSysCurTime 1.3.6.1.4.1.9.5.32.1.1.4 displaystring read-write
Current time at the switch. To set the time use the format yyyy mm dd hh mm ss. All fields are required. Setting this object will reset the time in all the switches in the stack to the new value.
               ciscoTsConfiguration 1.3.6.1.4.1.9.5.32.1.1.5 integer read-only
The stack configuration of the system. A system can exist in three possible configurations. 1. Stand alone mode where the system has only one switch and is not connected to any other switches. 2. Back to Back mode in which a pair of switches are connected back to back through Stack Port. 3. Matrix mode in which the stack has up to eight switches connected to a Matrix through the Stack Port. Enumeration: 'back-to-back': 2, 'prostack-matrix': 3, 'stand-alone': 1.
               ciscoTsNumSwitches 1.3.6.1.4.1.9.5.32.1.1.6 integer read-only
Total number of switches in the stack.
               ciscoTsStackStatus 1.3.6.1.4.1.9.5.32.1.1.7 integer read-only
Stack status indicates if the stack is going through the Stack Management Update protocol. Management stations should check this status if they receive a genErr on a SET request for any of the stack wide attributes. Enumeration: 'running': 1, 'updating': 2.
               ciscoTsTftpServer 1.3.6.1.4.1.9.5.32.1.1.8 ipaddress read-write
TFTP sever's IP address.
               ciscoTsTftpServerTrBRF 1.3.6.1.4.1.9.5.32.1.1.9 integer read-write
TrBRF to which the server is connected.
               ciscoTsTftpFileLoc 1.3.6.1.4.1.9.5.32.1.1.10 displaystring read-write
Path and filename of the binary file on the server.
               ciscoTsTftpDownload 1.3.6.1.4.1.9.5.32.1.1.11 integer read-write
Setting this to any number between 1 and 8 starts a TFTP download for that box. Setting this to 9 starts a TFTP download for all boxes in a stack. This object will always return a zero on a get request. If RMON is enabled on the switch or stack, then setting this object will cause the RMON feature to be disabled until the switch or stack is rebooted.
               ciscoTsTftpDownloadStatus 1.3.6.1.4.1.9.5.32.1.1.12 integer read-only
Reading complete(2) from this object means the write to flash has succeeded and the switch is ready to be rebooted. Enumeration: 'other': 3, 'complete': 2, 'writing': 1.
               ciscoTsProStackMatrixStatus 1.3.6.1.4.1.9.5.32.1.1.13 integer read-only
Status of the Active Matrix module in the stack. This object is set to none(3) if the switch is not connected to a Matrix. Enumeration: 'failed': 4, 'none': 3, 'primary': 1, 'secondary': 2.
               ciscoTsNumMatrixModules 1.3.6.1.4.1.9.5.32.1.1.14 integer read-only
Number of Matrix modules in the stack. This object is set to zero if the switch is not connected to a Matrix.
               ciscoTsStackReset 1.3.6.1.4.1.9.5.32.1.1.15 integer read-write
Operational status of the controlling switch in the stack. Setting this value to either coldReset(2) or warmReset(3) will cause all boxes in the stack to cold start or warm start after a predefined time delay. Enumeration: 'warmReset': 3, 'running': 1, 'coldReset': 2.
               ciscoTsStackRMONStatistics 1.3.6.1.4.1.9.5.32.1.1.16 integer read-write
Used to enable or disable the collection of RMON statistics on the switch/stack. After changing the state of this object, the switch must be rebooted for the changes to take effect. Enumeration: 'enable': 1, 'disable': 2.
               ciscoTsTrapRcvrTable 1.3.6.1.4.1.9.5.32.1.1.25 no-access
Trap Receiver Table for each TrBRF.
                     ciscoTsTrapRcvrEntry 1.3.6.1.4.1.9.5.32.1.1.25.1 no-access
Definition of each row in the TrBRF specific trap receiver table.
                         ciscoTsTrapRcvrIndex 1.3.6.1.4.1.9.5.32.1.1.25.1.1 integer read-only
Trap receiver index for each entry. The switch only allows 20 entries into this table.
                         ciscoTsTrapRcvrStatus 1.3.6.1.4.1.9.5.32.1.1.25.1.2 integer read-write
Setting the value of this object to invalid(3) deletes the row from the table. The value invalid(3) should never be returned on a GET. Setting this value to create(4) causes a new row to be created if the row does not already exist. To create a new row set ciscoTsTrapRcvrStatus to create(4) and ciscoTsTrapRcvrIndex to any valid index which does not already exist. The value returned on GETs should be valid(2) or other(1), which is used to indicate any other condition. Enumeration: 'create': 4, 'other': 1, 'valid': 2, 'invalid': 3.
                         ciscoTsTrapRcvrIpAddress 1.3.6.1.4.1.9.5.32.1.1.25.1.3 ipaddress read-write
IP address for an SNMP manager that is to receive the trap.
                         ciscoTsTrapRcvrComm 1.3.6.1.4.1.9.5.32.1.1.25.1.4 displaystring read-write
Community string to use in outgoing traps.
                         ciscoTsTrapRcvrTrBRFs 1.3.6.1.4.1.9.5.32.1.1.25.1.5 octet string read-write
TrBRFs on which traps to this target are sent. Each octet within the value of this object specifies a set of eight TrBRFs, with the first octet specifying TrBRFs 1 through 8, the second octet specifying TrBRFs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered TrBRF, and the least significant bit represents the highest numbered TrBRF. Thus, each TrBRF of the stack is represented by a single bit within the value of this object. If that bit has a value of '1' then that TrBRF is included in the set of TrBRFs sending traps; the TrBRF is not included if its bit has a value of '0'. The default is all zeros. Reading all of the entries in the ciscoTsTrBRFInfoTable will give the possible valid bits that can be set. A value of all FF's will enable traps on all configured TrBRFs.
                 ciscoTsStackCfgChange 1.3.6.1.4.1.9.5.32.1.10.1
This trap is generated when there is a change in the stack configuration i.e. when either a new switch is added to the stack or a switch leaves a stack. ciscoTsNumSwitches indicates the current number of switches which are part of the stack. The management station should update its stack information according to the stack table.
                 ciscoTsStackProStackMatrixChange 1.3.6.1.4.1.9.5.32.1.10.2
This trap is generated when the stack switches over from primary to secondary Matrix or from secondary back to primary Matrix.
       ciscoTsStack 1.3.6.1.4.1.9.5.32.2
           ciscoTsStackTable 1.3.6.1.4.1.9.5.32.2.1 no-access
Stack information table. This table provides the current configuration of the stack. It also provides a mapping of Switch Numbers to their addresses. There is one entry in this table for each switch in the stack. Entries cannot be administratively created/deleted. The Management Application is required to retrieve this table and verify its own view of the stack periodically and/or when it receives a trap indicating a change in the stack configuration.
               ciscoTsStackEntry 1.3.6.1.4.1.9.5.32.2.1.1 no-access
Definition of each row in the Stack Table
                   ciscoTsStackSwitchNumber 1.3.6.1.4.1.9.5.32.2.1.1.1 integer read-only
Switch number as determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsStackSwitchBIAddr 1.3.6.1.4.1.9.5.32.2.1.1.2 macaddr read-only
The burned in MAC address of the switch.
                   ciscoTsStackSwitchLAAddr 1.3.6.1.4.1.9.5.32.2.1.1.3 macaddr read-write
The locally administered MAC address of the switch. After writing to this object, you must reset the switch.
                   ciscoTsStackSwitchFwVersion 1.3.6.1.4.1.9.5.32.2.1.1.4 displaystring read-only
Version number for the firmware running on the switch.
                   ciscoTsStackSwitchHwVersion 1.3.6.1.4.1.9.5.32.2.1.1.5 displaystring read-only
Hardware version number for the switch.
                   ciscoTsStackSwitchUptime 1.3.6.1.4.1.9.5.32.2.1.1.6 timeticks read-only
Time ticks since the switch was last reset.
                   ciscoTsStackSwitchStatus 1.3.6.1.4.1.9.5.32.2.1.1.7 integer read-write
Operational status of the box. Setting this value to either coldReset(2) or warmReset(3) will cause cold start or warm start to occur after a predefined time delay. Enumeration: 'warmReset': 3, 'running': 1, 'coldReset': 2.
                   ciscoTsStackSwitchTemperature 1.3.6.1.4.1.9.5.32.2.1.1.8 integer read-only
Temperature of each switch reported in degrees Celsius.
                   ciscoTsStackSwitchMemory 1.3.6.1.4.1.9.5.32.2.1.1.9 integer read-only
Installed memory on the switch in MB.
                   ciscoTsStackSwitchSPANPort 1.3.6.1.4.1.9.5.32.2.1.1.10 integer read-write
Port number to be used for the Switch Port Analyzer. Setting this object to zero turns off the SPAN function.
                   ciscoTsStackSwitchSPANMonitoredPort 1.3.6.1.4.1.9.5.32.2.1.1.11 integer read-write
Port monitored by the SPAN function.
                   ciscoTsStackSwitchFeatureStatus 1.3.6.1.4.1.9.5.32.2.1.1.12 integer read-only
This object indicates whether the switch is enabled to support enhanced features. Enumeration: 'unknown': 3, 'enhanced': 2, 'standard': 1.
                   ciscoTsStackSwitchFeatureKey 1.3.6.1.4.1.9.5.32.2.1.1.13 integer read-write
Feature key to enable enhanced features. See the manual for information pertaining to enabling possible enhanced features.
                   ciscoTsStackSwitchPorts 1.3.6.1.4.1.9.5.32.2.1.1.14 octet string read-only
A bit mask representing all the ports present in this switch. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports in this switch; the port is not included in this switch if its bit has a value of '0'.
                   ciscoTsStackSwitchAgingTime 1.3.6.1.4.1.9.5.32.2.1.1.15 integer read-write
Aging time in minutes for the master address table entries on this switch.
                   ciscoTsStackSwitchAgingLevel 1.3.6.1.4.1.9.5.32.2.1.1.16 integer read-write
Threshold to demand age the master address table. All numbers refer to percentage of the address table. The only values accepted by the agent are 50,60,70,80,90 and 0. Setting the value to 0 disables demand aging.
                   ciscoTsStackSwitchXmitFrames 1.3.6.1.4.1.9.5.32.2.1.1.18 counter read-only
Frames transmitted by the CPU.
                   ciscoTsStackSwitchRcvdFrames 1.3.6.1.4.1.9.5.32.2.1.1.19 counter read-only
Frames received for processing by the CPU.
                   ciscoTsStackSwitchRcvdErrFrames 1.3.6.1.4.1.9.5.32.2.1.1.20 counter read-only
Error frames received by the CPU.
                   ciscoTsStackSwitchLostFrames 1.3.6.1.4.1.9.5.32.2.1.1.21 counter read-only
Frames lost by the CPU while trying to transmit.
                   ciscoTsStackSwitchPendingSendRqsts 1.3.6.1.4.1.9.5.32.2.1.1.22 counter read-only
Frames queued in the CPU's transmit buffer.
                   ciscoTsStackSwitchXmitErrFrames 1.3.6.1.4.1.9.5.32.2.1.1.23 counter read-only
Frames in error due to buffer overflows or drops in the CPU.
                   ciscoTsStackSwitchCurrActStations 1.3.6.1.4.1.9.5.32.2.1.1.24 counter read-only
The number of station address entries currently active in the switch.
                   ciscoTsStackSwitchLargestNumStations 1.3.6.1.4.1.9.5.32.2.1.1.25 counter read-only
The largest number of active stations ever seen on the switch since the last reboot, or clearing of statistics.
                   ciscoTsStackSwitchMaxAddressChain 1.3.6.1.4.1.9.5.32.2.1.1.26 gauge read-only
The longest chain of addresses anywhere in the CPU's address hash table.
                   ciscoTsStackSwitchAddressTblFulls 1.3.6.1.4.1.9.5.32.2.1.1.27 counter read-only
The number of times a hash table chain has filled up.
                   ciscoTsStackSwitchId 1.3.6.1.4.1.9.5.32.2.1.1.28 object identifier read-only
The object ID used to uniquely identify the type of Cisco token ring switch.
                   ciscoTsStackSwitchSPANMonitoredTrCRFs 1.3.6.1.4.1.9.5.32.2.1.1.29 octet string read-write
Token Ring Concentrator Facilities (TrCRFs) for which traffic on the port specified by ciscoTsStackSwitchSPANMonitoredPort should be monitored. Individual TrCRFs can be selected for monitoring only on trunk ports. Each octet within the value of this object specifies a set of eight TrCRFs, with the first octet specifying TrCRFs 1 through 8, the second octet specifying TrCRFs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered TrCRF, and the least significant bit represents the highest numbered TrCRF. Thus, each TrCRF of the stack is represented by a single bit within the value of this object. If that bit has a value of '1' then that TrCRF is included in the set of TrCRFs for which traffic should be monitored ; the TrCRF is not included if its bit has a value of '0'. The default is all zeros. Get requests for this object will return all zeros if ciscoTsStackSwitchSPANMonitoredPort specifies a non-trunk port. Set requests for this object will be rejected with a 'badValue' error if ciscoTsStackSwitchSPANMonitoredPort specifies a non-trunk port.
                   ciscoTsStackSwitchPwrSupplyStatus 1.3.6.1.4.1.9.5.32.2.1.1.30 integer read-only
The status of the power supply of the switch. The values have the following meanings: unknown(1) : The status is not known. internal-only(2) : The switch is not capable of redundant power. internal-no-backup(3) : The switch is capable of redundant power, but is currently operating on the internal supply with no RPS attached. internal-backup-will-reset(4) : The switch is capable of redundant power and is currently opertaing on the internal supply. A RPS is attached, but if the internal supply fails there will be a reset. external-no-backup(5) : The switch is capable of redundant power and is currently operating on a single external RPS connection. external-backup-no-reset(6) : The switch is capable of redundant power and is currently operating with a y-connected external RPS. If one supply in the RPS fails there will be no interuption of operation. Enumeration: 'internal-no-backup': 3, 'internal-only': 2, 'external-no-backup': 5, 'unknown': 1, 'external-backup-no-reset': 6, 'internal-backup-will-reset': 4.
       ciscoTsModule 1.3.6.1.4.1.9.5.32.3
           ciscoTsModTable 1.3.6.1.4.1.9.5.32.3.1 no-access
Module configuration table. There is one entry in the table for each module in a stack. Entries cannot be administratively created/deleted.
               ciscoTsModEntry 1.3.6.1.4.1.9.5.32.3.1.1 no-access
Definition of each row in the Module Table
                   ciscoTsModSwitchNumber 1.3.6.1.4.1.9.5.32.3.1.1.1 integer read-only
Switch number as determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsModNumber 1.3.6.1.4.1.9.5.32.3.1.1.2 integer read-only
The module number.
                   ciscoTsModState 1.3.6.1.4.1.9.5.32.3.1.1.3 integer read-only
The state indicates the current operational state of the module. Enumeration: 'nomodule': 1, 'running': 2, 'faulty': 3.
                   ciscoTsModType 1.3.6.1.4.1.9.5.32.3.1.1.4 integer read-only
The type of module plugged in to the slot. Module type system(1) represents the mother board with the CPU and system memory. Module state none(10) represents a slot with no modules plugged in (indicated by ciscoTsModState). Enumeration: 'none': 11, 'proPort4TR': 3, 'proStack': 2, 'unknown': 10, 'proPort4Fiber': 4, 'proPortISL-TX': 6, 'system': 1, 'proPortATM155Fiber': 8, 'proPortISL-FX': 5, 'proPortATM155UTP': 9.
                   ciscoTsModRevision 1.3.6.1.4.1.9.5.32.3.1.1.5 displaystring read-only
The module revision number.
                   ciscoTsModFwVer 1.3.6.1.4.1.9.5.32.3.1.1.6 displaystring read-only
The module's firmware version.
                   ciscoTsModNumPorts 1.3.6.1.4.1.9.5.32.3.1.1.7 integer read-only
Total number of ports in the module.
                   ciscoTsModUptime 1.3.6.1.4.1.9.5.32.3.1.1.8 timeticks read-only
Time ticks since the module was last reset.
       ciscoTsPort 1.3.6.1.4.1.9.5.32.4
           ciscoTsPortCfgTable 1.3.6.1.4.1.9.5.32.4.1 no-access
A table of configuration information about each port. There is one entry for each port in a stack. Entries cannot be administratively created/deleted.
               ciscoTsPortCfgEntry 1.3.6.1.4.1.9.5.32.4.1.1 no-access
Definition of rows in the port configuration table.
                   ciscoTsPortCfgNumber 1.3.6.1.4.1.9.5.32.4.1.1.1 integer read-only
A unique value for each port entry. The value corresponds the port number.
                   ciscoTsPortCfgModNumber 1.3.6.1.4.1.9.5.32.4.1.1.2 integer read-only
Module number of the module that contains this port.
                   ciscoTsPortCfgIfIndex 1.3.6.1.4.1.9.5.32.4.1.1.3 integer read-only
A pointer to the entry in the ifTable corresponding to this port.
                   ciscoTsPortCfgResetStats 1.3.6.1.4.1.9.5.32.4.1.1.4 integer read-write
Setting this object to reset(3) causes all traffic counters for this port to be set to zero. Also the value of ciscoTsPortStatsResetTimer is set to zero. Enumeration: 'reset': 3, 'running': 2, 'other': 1.
                   ciscoTsPortCfgResetAddrs 1.3.6.1.4.1.9.5.32.4.1.1.5 integer read-write
Setting this object to reset(3) clears all address table entries for this port as well as setting all port traffic counters to zero and setting ciscoTsPortStatsResetTimer to zero. Enumeration: 'reset': 3, 'running': 2, 'other': 1.
                   ciscoTsPortCfgAddrAgingTime 1.3.6.1.4.1.9.5.32.4.1.1.6 integer read-write
Port level address aging time in minutes. Setting this object to zero disables address aging.
                   ciscoTsPortCfgDemandAgingLevel 1.3.6.1.4.1.9.5.32.4.1.1.7 integer read-write
Threshold to demand age the port address table. All numbers refer to percentage of the address table. The only values accepted by the agent are 50,60,70,80,90 and 0. Setting the value to 0 disables demand aging.
                   ciscoTsPortCfgErrLoThreshold 1.3.6.1.4.1.9.5.32.4.1.1.8 integer read-write
Lower error rate threshold which causes the port to transition from store and forward mode to cut-through mode.
                   ciscoTsPortCfgErrHiThreshold 1.3.6.1.4.1.9.5.32.4.1.1.9 integer read-write
Upper error rate threshold which causes the port to transition from cut-through mode to store and forward mode.
                   ciscoTsPortCfgErrSampling 1.3.6.1.4.1.9.5.32.4.1.1.10 integer read-write
Error sampling interval in minutes.
                   ciscoTsPortCfgMaxTransmitUnit 1.3.6.1.4.1.9.5.32.4.1.1.11 integer read-write
MTU size. The valid values for this object are 1500, 4472, 8144 and 17800. The value specified cannot exceed the vtpVlanMTU (see Cisco VTP MIB) for the TrBRF that this port is a member of. Set requests for invalid values will be rejected with a 'badValue' error.
                   ciscoTsPortCfgMaxExplorerRate 1.3.6.1.4.1.9.5.32.4.1.1.12 integer read-write
Explorer frame forwarding rate per second throttle. A value of (-1) disables explorer frame throttling.
                   ciscoTsPortCfgSetACbits 1.3.6.1.4.1.9.5.32.4.1.1.13 integer read-write
Specifies if the AC bits shall be set unconditionally when a port forwards certain LLC frames. Enumeration: 'disabled': 2, 'enabled': 1.
                   ciscoTsPortCfgEarlyTokenRlse 1.3.6.1.4.1.9.5.32.4.1.1.14 integer read-write
Early token release operation. Enumeration: 'disabled': 2, 'enabled': 1.
                   ciscoTsPortCfgForwardingMode 1.3.6.1.4.1.9.5.32.4.1.1.15 integer read-write
Operational frame switching mode for the port. When in auto mode the port uses the Direct Cut algorithm to place the port in either cutthru(3) or storeandforward(2) mode. Enumeration: 'cutthr': 3, 'auto': 1, 'storeandforward': 2, 'unknown': 4.
                   ciscoTsPortCfgActualForwardingMode 1.3.6.1.4.1.9.5.32.4.1.1.16 integer read-only
Actual operational frame switching mode for the port. Enumeration: 'cutthr': 2, 'unknown': 3, 'storeandforward': 1.
                   ciscoTsPortCfgPortMode 1.3.6.1.4.1.9.5.32.4.1.1.17 integer read-write
Port operation mode. Only the HDX and FDX modes can be auto detected. Note, that passive-probe(7) mode can not be set with this object. The passive-probe(7) mode is set automatically when a passive probe is defined in the ciscoTsPassiveProbeTable. Note also that ri-ro(6) is only valid for ports 19, 20 (Catalyst 3900), and ports on a fiber module. Enumeration: 'fdx-Port': 4, 'auto': 1, 'ri-ro': 6, 'hdx-Station': 3, 'hdx-Port': 2, 'unknown': 8, 'passive-probe': 7, 'fdx-Station': 5.
                   ciscoTsPortCfgActualPortMode 1.3.6.1.4.1.9.5.32.4.1.1.18 integer read-only
The actual port operation mode. If the port is in auto mode, this object will return the mode that the port opened in. Enumeration: 'fdx-Port': 3, 'unknown': 7, 'ri-ro': 5, 'hdx-Station': 2, 'hdx-Port': 1, 'passive-probe': 6, 'fdx-Station': 4.
                   ciscoTsPortCfgPriorityThres 1.3.6.1.4.1.9.5.32.4.1.1.19 integer read-write
The highest token-ring frame priority that shall go to the low-priority transmit queue.
                   ciscoTsPortCfgMinXmitPriority 1.3.6.1.4.1.9.5.32.4.1.1.20 integer read-write
The minimum token priority that will be used for transmit.
                   ciscoTsPortCfgCfgLossThres 1.3.6.1.4.1.9.5.32.4.1.1.21 integer read-write
Number of configuration loss events (described in TsPortCfgLossRC) during the sample period which, if exceeded, should cause the port to be disabled. If the port is disabled by this function the port must be manually re-enabled.
                   ciscoTsPortCfgCfgLossInterval 1.3.6.1.4.1.9.5.32.4.1.1.22 integer read-write
The sampling period, in minutes, for which the port monitors to determine if the configuration loss threshold has been exceeded.
                   ciscoTsPortCfgBcastSuppresion 1.3.6.1.4.1.9.5.32.4.1.1.23 integer read-write
The number of broadcast frames per second allowed to be forwarded by this port. Any broadcast frames exceeding this watermark will not be forwarded by the port. Setting this object to 0 turns broadcast suppression off.
                   ciscoTsPortCfgCDPTimeToLive 1.3.6.1.4.1.9.5.32.4.1.1.24 integer read-write
The advertised time-to-live parameter on all CDP messages generated by this switch on this port.
                   ciscoTsPortCfgSpanningTreeMode 1.3.6.1.4.1.9.5.32.4.1.1.25 integer read-write
Used when configuring manual spanning tree. Setting this object to forwarding(2) or blocking(3) overrides the TrCRF's spanning tree's algorithm for this port. Enumeration: 'auto': 1, 'forwarding': 2, 'blocking': 3, 'unknown': 4.
                   ciscoTsPortCfgSecurityMode 1.3.6.1.4.1.9.5.32.4.1.1.26 integer read-write
Port security mode is used to disable address learning at a port where an allow-source or allow-destination MAC address filter is configured. A value of normal(1) indicates that the port is not configured for security. A value of secure-src-addrs(2) indicates that learning for source addresses is disabled. A value of secure-dest-addrs(3) indicates that learning for destination addresses is disabled. A value of secure-src-and-dest-addrs(4) indicates that learning is disabled for both source and destination addresses. Enumeration: 'secure-src-addrs': 2, 'secure-dest-addrs': 3, 'secure-src-and-dest-addrs': 4, 'normal': 1.
                   ciscoTsPortCfgSoftErrThreshold 1.3.6.1.4.1.9.5.32.4.1.1.27 integer read-write
The number of soft errors reported from a station connected to this port which, if exceeded, should cause a soft error exceeded trap to be issued. The error counters being monitored and compared to this threshold value are all of the error counters in the ringStationTable (see RFC 1513).
                   ciscoTsPortCfgSoftErrReportInterval 1.3.6.1.4.1.9.5.32.4.1.1.28 integer read-write
The sampling period, in seconds, in which each station connected to this port will be monitored for excessive soft error reports. If a station reports more than ciscoTsPortCfgSoftErrThreshold errors within the sampling period a trap will be issued to the management station(s). Setting a value of 0 will cause no traps to be sent for this port.
                   ciscoTsPortCfgSoftErrorMonitoring 1.3.6.1.4.1.9.5.32.4.1.1.29 integer read-write
Used to enable or disable, for this port, the collection of soft error statistics and the sending of traps when the configured error threshold is exceeded. If RMON statistics collection is not enabled, then the soft error statistics will only be available from the console. Enumeration: 'enable': 1, 'disable': 2.
           ciscoTsPortStatsTable 1.3.6.1.4.1.9.5.32.4.2 no-access
A table of statistical information about each port. There is one entry for each port in a stack. Entries cannot be administratively created/deleted
               ciscoTsPortStatsEntry 1.3.6.1.4.1.9.5.32.4.2.1 no-access
Definition of rows in the port statistics table.
                   ciscoTsPortStatsNumber 1.3.6.1.4.1.9.5.32.4.2.1.1 integer read-only
A unique value for each port entry. The value corresponds the port number.
                   ciscoTsPortStatsModNumber 1.3.6.1.4.1.9.5.32.4.2.1.2 integer read-only
Module number of the module that contains this port.
                   ciscoTsPortStatsIfIndex 1.3.6.1.4.1.9.5.32.4.2.1.3 integer read-only
A pointer to the entry in the ifTable corresponding to this port.
                   ciscoTsPortStatsRcvLocalFrames 1.3.6.1.4.1.9.5.32.4.2.1.4 counter read-only
Number of frames received where the destination station address is on this port.
                   ciscoTsPortStatsForwardedFrames 1.3.6.1.4.1.9.5.32.4.2.1.5 counter read-only
Number of frames received on this port and forwarded to another port or to the system module for processing.
                   ciscoTsPortStatsStations 1.3.6.1.4.1.9.5.32.4.2.1.6 counter read-only
Number of active stations in the address table for this port.
                   ciscoTsPortStatsSWHandledFrames 1.3.6.1.4.1.9.5.32.4.2.1.7 counter read-only
Number of frames received on this port and delivered to the system module for processing.
                   ciscoTsPortStatsLocalStations 1.3.6.1.4.1.9.5.32.4.2.1.8 counter read-only
Number of stations on this port which belong to the local segment.
                   ciscoTsPortStatsRemoteStations 1.3.6.1.4.1.9.5.32.4.2.1.9 counter read-only
Number of stations on this port which belong to another segment.
                   ciscoTsPortStatsUnknownStaFrames 1.3.6.1.4.1.9.5.32.4.2.1.10 counter read-only
Number of unicast frames received on this port and forwarded to the system module for processing because the source or destination station address is not in the port's forwarding table.
                   ciscoTsPortStatsResetTimer 1.3.6.1.4.1.9.5.32.4.2.1.11 timeticks read-only
Time (in 100th second ticks) since the port counters were reset.
                   ciscoTsPortStatsInFrames 1.3.6.1.4.1.9.5.32.4.2.1.12 counter read-only
Total number of frames received on this port.
                   ciscoTsPortStatsOutFrames 1.3.6.1.4.1.9.5.32.4.2.1.13 counter read-only
Total number of frames transmitted by this port.
                   ciscoTsPortStatsLongFrames 1.3.6.1.4.1.9.5.32.4.2.1.14 counter read-only
Total number of frames received on this port which were too long.
                   ciscoTsPortStatsShortFrames 1.3.6.1.4.1.9.5.32.4.2.1.15 counter read-only
Total number of frames received on this port which were too short.
                   ciscoTsPortStatsInBufOverflows 1.3.6.1.4.1.9.5.32.4.2.1.16 counter read-only
Total number of frames received on this port which caused a receive buffer overflow.
                   ciscoTsPortStatsOutBufOverflows 1.3.6.1.4.1.9.5.32.4.2.1.17 counter read-only
Total number of frames which could not be transmitted from this port because of transmit buffer overflow.
                   ciscoTsPortStatsRcvBcasts 1.3.6.1.4.1.9.5.32.4.2.1.18 counter read-only
Number of broadcast frames received on this port without errors.
                   ciscoTsPortStatsRcvMcasts 1.3.6.1.4.1.9.5.32.4.2.1.19 counter read-only
Number of multicast frames received on this port without errors.
                   ciscoTsPortStatsSwitchedFrames 1.3.6.1.4.1.9.5.32.4.2.1.20 counter read-only
Number of frames switched on this port.
                   ciscoTsPortStatsPktsInErrors 1.3.6.1.4.1.9.5.32.4.2.1.21 counter read-only
Total number of packets received or transmitted from this port in which there was an error.
                   ciscoTsPortStatsAddrChainOverflows 1.3.6.1.4.1.9.5.32.4.2.1.22 counter read-only
Number of times an address chain was full when trying to add an entry to the port address table.
                   ciscoTsPortStatsTableOverflows 1.3.6.1.4.1.9.5.32.4.2.1.23 counter read-only
Number of times the address table was full when trying to add an entry to the port address table.
                   ciscoTsPortStatsCfgLoss 1.3.6.1.4.1.9.5.32.4.2.1.24 integer read-only
Number of events, as described in ciscoTsPortCfgLossRC, after the port has completed the join process and then lost communication.
                   ciscoTsPortStatsCfgLossRC 1.3.6.1.4.1.9.5.32.4.2.1.25 integer read-only
Reason code describing the cause of the latest configuration loss. A value of no-cfg-loss(7) will be returned when there has not been a configuration loss. Enumeration: 'lobe-test-fail': 2, 'wire-fault': 1, 'no-cfg-loss': 7, 'heart-beat-fail': 4, 'tkp-mac-frame-rcv-in-txi-mode': 3, 'txi-new-station': 5, 'txi-protocol-error': 6.
                   ciscoTsPortStatsTrCRF 1.3.6.1.4.1.9.5.32.4.2.1.26 octet string read-only
The TrCRF or TrCRFs that a port is assigned to. Only trunk ports such as ISL and ATM can be members of multiple TrCRFs. Each octet within the value of this object specifies a set of eight TrCRFs, with the first octet specifying TrCRFs 1 through 8, the second octet specifying TrCRFs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered TrCRF, and the least significant bit represents the highest numbered TrCRF. Thus, each TrCRF of the stack is represented by a single bit within the value of this object. If that bit has a value of '1', then the port is assigned to that TrCRF. If that bit has a value of '0', then the port is not assigned to the TrCRF.
                   ciscoTsPortStatsAutoDisableRC 1.3.6.1.4.1.9.5.32.4.2.1.27 integer read-only
Reason code describing the cause for a port having been disabled by the switch software. A value of not-disabled(1) will be returned when the port has not been disabled by the switch software. Enumeration: 'not-disabled': 1, 'unknown': 2, 'remove-received': 4, 'disabled-by-DRiP': 5, 'speed-error': 3.
       ciscoTsProbe 1.3.6.1.4.1.9.5.32.5
           ciscoTsPassiveProbeTable 1.3.6.1.4.1.9.5.32.5.1 no-access
Passive probe port configuration table. There are always two entries in the table. These entries cannot be administratively deleted and no rows can be created.
               ciscoTsPassiveProbeEntry 1.3.6.1.4.1.9.5.32.5.1.1 no-access
Definition of each row in the table.
                   ciscoTsPassiveProbeIndex 1.3.6.1.4.1.9.5.32.5.1.1.1 integer read-only
Index into the Passive Probe port table. The following table describes the configuration options for the ciscoTsPassiveProbeTable. The PortMode column represents the operational mode of the ciscoTsPassiveProbeMonitoredPort. Index PortMode Probe Direction --------------------------------------------- 1 HDX both 1 FDX receive 2 HDX both 2 FDX transmit Set the objects in this table according to how you want to monitor the traffic.
                   ciscoTsPassiveProbePort 1.3.6.1.4.1.9.5.32.5.1.1.2 integer read-write
The port that is configured to mirror traffic from another port in the switch. This is the port to which you can connect an RMON probe. Setting this object to zero turns off the passive probe.
                   ciscoTsPassiveProbeMonitoredPort 1.3.6.1.4.1.9.5.32.5.1.1.3 integer read-write
The port that will have its traffic mirrored onto the probe port. Set this object to a non-zero value to have that port's traffic copied to the monitoring port. The default value is 0.
                   ciscoTsPassiveProbeDirection 1.3.6.1.4.1.9.5.32.5.1.1.4 integer read-only
Direction of traffic flow that is being monitored. Enumeration: 'transmit': 1, 'receive': 2, 'unknown': 4, 'both': 3.
       ciscoTsVLANS 1.3.6.1.4.1.9.5.32.6
           ciscoTsTrCRFInfoTable 1.3.6.1.4.1.9.5.32.6.1 no-access
TrCRF information table. There is one entry for each TrCRF in a stack. Entries are administratively created and deleted via the vtpEditControlTable.
               ciscoTsTrCRFInfoEntry 1.3.6.1.4.1.9.5.32.6.1.1 no-access
Definition of each row in the TrCRF Table
                   ciscoTsTrCRFInfoTrCRFNumber 1.3.6.1.4.1.9.5.32.6.1.1.1 integer read-only
Unique identifier for this entry in the TrCRF table. Corresponds to the TrCRF number. It is also the index into the vtpVLANEntry table which is in the VTP MIB.
                   ciscoTsTrCRFInfoName 1.3.6.1.4.1.9.5.32.6.1.1.2 displaystring read-only
User defined name of the TrCRF. The name can only be set in the VTP MIB.
                   ciscoTsTrCRFInfoSpanningTreeProtoSpecification 1.3.6.1.4.1.9.5.32.6.1.1.3 integer read-write
The Spanning Tree Protocol to run on this TrCRF. Enumeration: 'ieee': 3, 'none': 1, 'cisco': 2, 'auto': 4.
                   ciscoTsTrCRFInfoSpanningTreeBridgeForwardDelay 1.3.6.1.4.1.9.5.32.6.1.1.4 timeout read-write
The value used as the Forwarding Delay in this TrCRF. The range for this parameter is 400 to 3000 and is related to the value of dtrSpanningTreeBridgeMaxAge. See 802.1D-1990 for the relationship between dot1dStpBridgeMaxAge and dot1dStpBridgeForwardDelay. The granularity of this timer is specified to be 1/100 of a second. This agent will return a 'badValue' error if a set is attempted to a value which is not a whole number of seconds.
                   ciscoTsTrCRFInfoSpanningTreeBridgeHelloTime 1.3.6.1.4.1.9.5.32.6.1.1.5 timeout read-write
The value to be used as the Hello Time in this TrCRF. The range for this parameter is 100 to 1000. The granularity of this timer is specified to be 1/100 of a second. This agent will return a 'badValue' error if a set is attempted to a value which is not a whole number of seconds.
                   ciscoTsTrCRFInfoSpanningTreeBridgeMaxAge 1.3.6.1.4.1.9.5.32.6.1.1.6 timeout read-write
The value to be used as the Max Age in this TrCRF. The range for this parameter is 600 to 4000 and is related to the value of dtrSpanningTreeBridgeHelloTime. See 802.1D-1990 for the relationship between dot1dStpBridgeMaxAge and dot1dStpBridgeHelloTime. The granularity of this timer is specified to be 1/100 of a second. This agent will return a 'badValue' error if a set is attempted to a value which is not a whole number of seconds.
                   ciscoTsTrCRFInfoSpanningTreeInternalPortMode 1.3.6.1.4.1.9.5.32.6.1.1.7 integer read-write
Used when configuring manual spanning tree. Setting this object to forwarding(2) or blocking(3) overrides the spanning tree's algorithm for TrCRF's logical internal port that connects it to the TrBRF. Enumeration: 'auto': 1, 'forwarding': 2, 'blocking': 3.
           ciscoTsTrBRFInfoTable 1.3.6.1.4.1.9.5.32.6.2 no-access
TrBRF information table. There is one entry for each TrBRF in a stack. Entries are administratively created and deleted via the vtpEditControlTable.
               ciscoTsTrBRFInfoEntry 1.3.6.1.4.1.9.5.32.6.2.1 no-access
Definition of each row in the TrBRF Table
                   ciscoTsTrBRFInfoTrBRFNumber 1.3.6.1.4.1.9.5.32.6.2.1.1 integer read-only
Unique identifier for this entry in the TrBRF table. Corresponds to the TrBRF number. It is also the index into the vtpVLANEntry table which is in the VTP MIB.
                   ciscoTsTrBRFInfoName 1.3.6.1.4.1.9.5.32.6.2.1.2 displaystring read-only
User defined name of the TrBRF. The name can only be set in the VTP MIB.
                   ciscoTsTrBRFInfoIpState 1.3.6.1.4.1.9.5.32.6.2.1.3 integer read-write
IP configuration for this TrBRF. Enumeration: 'bootp-when-needed': 2, 'bootp-always': 3, 'ip-disabled': 1.
                   ciscoTsTrBRFInfoIpAddress 1.3.6.1.4.1.9.5.32.6.2.1.4 ipaddress read-write
IP Address assigned to this TrBRF. Changes to the IP Address of the TrBRF to which the management station belongs cause loss of connectivity until the management station updates its information about the IP Address.
                   ciscoTsTrBRFInfoIpSubnetMask 1.3.6.1.4.1.9.5.32.6.2.1.5 ipaddress read-write
The subnet mask for this TrBRF.
                   ciscoTsTrBRFInfoIpDefaultGateway 1.3.6.1.4.1.9.5.32.6.2.1.6 ipaddress read-write
The IP Address of the default gateway for this TrBRF.
                   ciscoTsTrBRFInfoStpMode 1.3.6.1.4.1.9.5.32.6.2.1.7 integer read-write
This object is used to enable or disable the Spanning Tree Protocol for this TrBRF. Enumeration: 'enable': 1, 'disable': 2.
                   ciscoTsTrBRFInfoIEEEStpUsesBridgeFuncAddr 1.3.6.1.4.1.9.5.32.6.2.1.8 integer read-write
Enables the IEEE Spanning Tree Protocol at the TrBRF level to use the IBM bridge functional address instead of the default IEEE functional address. Enumeration: 'yes': 2, 'no': 1.
           ciscoTsTransitedConfiguredTrCRFs 1.3.6.1.4.1.9.5.32.6.3 octet string read-write
A string of octets containing one bit per TrCRF in the management domain. The first octet corresponds to TrCRFs with ciscoTsTrCRFInfoTrCRFNumber 1 through 8; the second octet to TrCRFs 9 through 16; etc. The most significant bit of each octet corresponds to the lowest value ciscoTsTrCRFInfoTrCRFNumber in that octet. If the bit correspond to a TrCRF is set to '1', then the TrCRF is a transited configured TrCRF on the local device. (Default TrCRFs which must transit the local device are always considered to be 'transited configured TrCRFs'.) Any attempt to: set a bit string which has more bits set than the local device can transit; or does not have all bits set corresponding to default TrCRFs which must transit the device; or set any bits corresponding to non-existant TrCRFs (TrCRFs whose IDs are not defined in the management domain) will be rejected with a 'badValue' error.
           ciscoTsTransitedTrCRFs 1.3.6.1.4.1.9.5.32.6.4 octet string read-only
A string of octets containing one bit per TrCRF in the management domain. The first octet corresponds to TrCRFs with ciscoTsTrCRFInfoTrCRFNumber 1 through 8; the second octet to TrCRFs 9 through 16; etc. The most significant bit of each octet corresponds to the lowest value ciscoTsTrCRFInfoTrCRFNumber in that octet. If the bit corresponding to a TrCRF is set to '1', then the TrCRF transits the local device either because it was configured to or because it was selected to automatically by the selection algorithm.
           ciscoTsTransitedConfiguredTrBRFs 1.3.6.1.4.1.9.5.32.6.5 octet string read-write
A string of octets containing one bit per TrBRF in the management domain. The first octet corresponds to TrBRFs with ciscoTsTrBRFInfoTrBRFNumber 1 through 8; the second octet to TrBRFs 9 through 16; etc. The most significant bit of each octet corresponds to the lowest value ciscoTsTrBRFInfoTrBRFNumber in that octet. If the bit correspond to a TrBRF is set to '1', then the TrBRF is a transited configured TrBRF on the local device. (Default TrBRFs which must transit the local device are always considered to be 'transited configured TrBRFs'.) Any attempt to: set a bit string which has more bits set than the local device can transit; or does not have all bits set corresponding to default TrBRFs which must transit the device; or set any bits corresponding to non-existant TrBRFs (TrBRFs whose IDs are not defined in the management domain) will be rejected with a 'badValue' error.
           ciscoTsTransitedTrBRFs 1.3.6.1.4.1.9.5.32.6.6 octet string read-only
A string of octets containing one bit per TrBRF in the management domain. The first octet corresponds to TrBRFs with ciscoTsTrBRFInfoTrBRFNumber 1 through 8; the second octet to TrBRFs 9 through 16; etc. The most significant bit of each octet corresponds to the lowest value ciscoTsTrBRFInfoTrBRFNumber in that octet. If the bit corresponding to a TrBRF is set to '1', then the TrBRF transits the local device either because it was configured to or because it was selected to automatically by the selection algorithm.
       ciscoTsTChannel 1.3.6.1.4.1.9.5.32.7
           ciscoTsTCTable 1.3.6.1.4.1.9.5.32.7.1 no-access
The TokenChannel table. There are always eight entries in the table, one for each possible channel. These entries cannot be administratively deleted and no entries may be created.
               ciscoTsTCEntry 1.3.6.1.4.1.9.5.32.7.1.1 no-access
Definition of each row in the TokenChannel table.
                   ciscoTsTCSwitchNumber 1.3.6.1.4.1.9.5.32.7.1.1.1 integer read-only
Switch number determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsTCNumber 1.3.6.1.4.1.9.5.32.7.1.1.2 integer read-only
The unique identifier for this row. Corresponds to the TokenChannel number.
                   ciscoTsTCPorts 1.3.6.1.4.1.9.5.32.7.1.1.3 octet string read-write
The set of ports in this switch which are active in this channel. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of configured ports; the port is not included if its bit has a value of '0'. Set requests containing '1' values in one or more bit positions which do not have a '1' value in the corresponding position in ciscoTsStackSwitchPorts will fail with a 'badValue' error. The maximum number of ports in a channel and therefore the maximum number of bits in this object containing '1' values is 8.
                   ciscoTsTCStatus 1.3.6.1.4.1.9.5.32.7.1.1.4 integer read-only
The current running status of the channel. Enumeration: 'down': 2, 'up': 1, 'reduced': 3.
                   ciscoTsTCActivePorts 1.3.6.1.4.1.9.5.32.7.1.1.5 octet string read-only
The set of ports in this switch which are active in this channel. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of active ports; the port is not included if its bit has a value of '0'. The maximum number of ports in a channel and therefore the maximum number of bits in this object containing '1' values is 8.
       ciscoTsFilter 1.3.6.1.4.1.9.5.32.8
           ciscoTsProtocolClassFilterTable 1.3.6.1.4.1.9.5.32.8.1 no-access
DSAP and SNAP Filter Class table. This table is global for the entire stack.
               ciscoTsProtocolClassFilterEntry 1.3.6.1.4.1.9.5.32.8.1.1 no-access
Definition of each row in the filter class table. There are 15 entries in the table, one for each protocol class. These entries cannot be administratively deleted and no entries may be created.
                   ciscoTsProtocolClassFilterIndex 1.3.6.1.4.1.9.5.32.8.1.1.1 integer read-only
Protocol class table index.
                   ciscoTsProtocolClassFilterEtype 1.3.6.1.4.1.9.5.32.8.1.1.2 octet string read-write
This is the two byte ether-type for this protocol class. Only one ether type may be set per protocol class. Setting an illegal ether type will result in a 'badValue' error. Only 8 ether types can be configured. This object is only configurable for the first 8 protocol class objects.
                   ciscoTsProtocolClassFilterDSAPs 1.3.6.1.4.1.9.5.32.8.1.1.3 octet string read-write
This is the list of DSAPs associated with a protocol class. Up to sixteen DSAPs may be specified per protocol class. If any DSAP is an illegal value the entire object will be rejected.
           ciscoTsProtocolFilterTable 1.3.6.1.4.1.9.5.32.8.2 no-access
DSAP and SNAP Filter table. This table allows you to assign protocol classes and settings for each port. There is one entry in the table for each protocol class which has been enabled for filtering.
               ciscoTsProtocolFilterEntry 1.3.6.1.4.1.9.5.32.8.2.1 no-access
Definition of each row in the filter table.
                   ciscoTsProtocolFilterPort 1.3.6.1.4.1.9.5.32.8.2.1.1 integer read-only
This is the port in the switch to which this table entry corresponds.
                   ciscoTsProtocolFilterBlockingMode 1.3.6.1.4.1.9.5.32.8.2.1.2 integer read-write
This determines the frame types that will be blocked for this protocol class on this port. Setting the values causes the following: all(1) - causes all frames in this class to be blocked sr(2) - causes source route frames in this class to be blocked nsr(3) - causes non source routed frames in this class to be blocked none(4) - allow all frames in this protocol class. This is the default value. Enumeration: 'sr': 2, 'all': 1, 'nsr': 3, 'none': 4.
                   ciscoTsProtocolFilterTranspMode 1.3.6.1.4.1.9.5.32.8.2.1.3 integer read-write
If this port is in a SRT configured TrCRF, then setting this object will allow transparent bridging of frames in this protocol class. Setting this object to disable disallows transparent bridging of frames in this protocol class. The default value is enable. Enumeration: 'enable': 1, 'disable': 2.
           ciscoTsMACDestFilterTable 1.3.6.1.4.1.9.5.32.8.3 no-access
A table of destination filters set up in the switch. New filters are created by adding entries to this table. Note that values for all of the relevant objects for a particular type of filter must be specified in a single SNMP set operation on creation of a filter. Set operations which do not contain all of the required objects for a given filter type will fail with an error-status of 'genErr'. The objects required for each filter type are as follows: ciscoTsMACDestFilterType | Required Objects for Creation ======================== | ============================= block-dest(1) | ciscoTsMACDestFilterPorts ---------------------------|-------------------------------- allow-dest(2) | ciscoTsMACDestFilterPorts ---------------------------|-------------------------------- limited-multicast(3) | ciscoTsMACDestFilterPorts | ciscoTsMACDestFilterExitMask ---------------------------|-------------------------------- force-dest(4) | ciscoTsMACDestFilterPorts | ciscoTsMACDestFilterRemoteBox | ciscoTsMACDestFilterRemotePort Since the indices for the table are switch number, MAC address, and filter type, the instance information for a given object specifies which filter is being created. For example, a set request for ciscoTsMACDestFilterPorts.s.a1.a2.a3.a4.a5.a6.t will create a filter of type 't' (as enumerated for ciscoTsMACDestFilterType) for MAC address a1:a2:a3:a4:a5:a6 on switch number 's'.
               ciscoTsMACDestFilterEntry 1.3.6.1.4.1.9.5.32.8.3.1 no-access
Definition of each row in the filter table.
                   ciscoTsMACDestFilterSwitchNumber 1.3.6.1.4.1.9.5.32.8.3.1.1 integer read-only
Switch number determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsMACDestFilterStationAddress 1.3.6.1.4.1.9.5.32.8.3.1.2 macaddr read-only
The destination MAC address in a frame to which this entry's filtering information applies.
                   ciscoTsMACDestFilterType 1.3.6.1.4.1.9.5.32.8.3.1.3 integer read-write
There are three types of destination MAC address filters: (1) Block destination address at specific ports. Indicates that the specified ports must not send frames to the specified destination station address. (2) Allow destination address at specific ports. Indicates that the specified ports must send frames to the specified destination stations only. (3) Force destination address to specific ports. This may be used for two purposes: a. Allow forwarding to a unicast address, which has not been learned. b. Limit forwarding of a multicast address to certain ports. Note, that this filter will only be applied to NSR frames. (4) Limited Multicast of address on filtered port(s) to specified exit mask of ports. Enumeration: 'force-dest': 4, 'block-dest': 1, 'limited-multicast': 3, 'allow-dest': 2.
                   ciscoTsMACDestFilterPorts 1.3.6.1.4.1.9.5.32.8.3.1.4 octet string read-write
The set of ports to which this filter is applied. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
                   ciscoTsMACDestFilterExitMask 1.3.6.1.4.1.9.5.32.8.3.1.5 octet string read-write
The set of output ports to which a limited multicast filter is applied. This object only has a value for Limited Multicast filters. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
                   ciscoTsMACDestFilterRemoteBox 1.3.6.1.4.1.9.5.32.8.3.1.6 integer read-write
The remote switch to be used for a force destination filter.
                   ciscoTsMACDestFilterRemotePort 1.3.6.1.4.1.9.5.32.8.3.1.7 integer read-write
The remote port to be used for a force destination filter.
                   ciscoTsMACDestFilterStatus 1.3.6.1.4.1.9.5.32.8.3.1.8 integer read-write
A get request always returns valid(1). Set this object to invalid(2) to delete an entry. Enumeration: 'valid': 1, 'invalid': 2.
           ciscoTsMACSourceFilterTable 1.3.6.1.4.1.9.5.32.8.4 no-access
A table of source filters set up in the switch. New filters are created by adding entries to this table. Note that values for all of the relevant objects for a particular type of filter must be specified in a single SNMP set operation on creation of a filter. Set operations which do not contain all of the required objects for a given filter type will fail with an error-status of 'genErr'. The objects required for each filter type are as follows: ciscoTsMACSourceFilterType | Required Objects for Creation ========================== | ============================= block-src(1) | ciscoTsMACSourceFilterPorts ----------------------------|------------------------------- allow-src(2) | ciscoTsMACSourceFilterPorts Since the indices for the table are switch number, MAC address, and filter type, the instance information for a given object specifies which filter is being created. For example, a set request for ciscoTsMACSourceFilterPorts.s.a1.a2.a3.a4.a5.a6.t will create a filter of type 't' (as enumerated for ciscoTsMACSourceFilterType) for MAC address a1:a2:a3:a4:a5:a6 on switch number 's'.
               ciscoTsMACSourceFilterEntry 1.3.6.1.4.1.9.5.32.8.4.1 no-access
Definition of each row in the filter table.
                   ciscoTsMACSourceFilterSwitchNumber 1.3.6.1.4.1.9.5.32.8.4.1.1 integer read-only
Switch number determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsMACSourceFilterStationAddress 1.3.6.1.4.1.9.5.32.8.4.1.2 macaddr read-only
The destination MAC address in a frame to which this entry's filtering information applies.
                   ciscoTsMACSourceFilterType 1.3.6.1.4.1.9.5.32.8.4.1.3 integer read-write
There are two types of source address filters: (1) Block source address at specific ports. Indicates that the specific source addresses must not send frames from specified ports. (2) Allow source address at specific ports. Indicates that only the specified source addresses must send frames from the specified ports. Enumeration: 'allow-source': 2, 'block-source': 1.
                   ciscoTsMACSourceFilterPorts 1.3.6.1.4.1.9.5.32.8.4.1.4 octet string read-write
The set of ports to which this filter is applied. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
                   ciscoTsMACSourceFilterStatus 1.3.6.1.4.1.9.5.32.8.4.1.5 integer read-write
A get request always returns valid(1). Set this object to invalid(2) to delete an entry. Enumeration: 'valid': 1, 'invalid': 2.
           ciscoTsDupAddrFilterTable 1.3.6.1.4.1.9.5.32.8.5 no-access
A table of MAC addresses that have been identified as duplicates within an address scope. There is one entry in the tale for each such address. Entries cannot be administratively created/deleted.
               ciscoTsDupAddrFilterEntry 1.3.6.1.4.1.9.5.32.8.5.1 no-access
Definition of rows in the duplicate address table.
                   ciscoTsDupAddrFilterSwitchNumber 1.3.6.1.4.1.9.5.32.8.5.1.1 integer read-only
Switch number determined by the port number that the switch is connected to in a Matrix or as determined by the Stack Management software when two switches are connected back to back.
                   ciscoTsDupAddrFilterStationAddress 1.3.6.1.4.1.9.5.32.8.5.1.2 macaddr read-only
The MAC address that has been identified as being a duplicate. All frames having this MAC address as their source address are being discarded at the ports specified in ciscoTsDupAddrFilterPorts.
                   ciscoTsDupAddrFilterPorts 1.3.6.1.4.1.9.5.32.8.5.1.3 octet string read-only
A bit mask representing all the ports on which this duplicate MAC address is currently being filtered. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports in this switch; the port is not included in this switch if its bit has a value of '0'.
           ciscoTsTrunkProtocolFilterTable 1.3.6.1.4.1.9.5.32.8.6 no-access
DSAP and SNAP Filter table for trunk ports which support protocol filters on a per-TrCRF basis. This table allows you to assign protocol classes and settings for each TrCRF on each trunk port. There is one entry in the table for each (switch, port, TrCRF, protocol class) tuple for which filtering has been enabled.
               ciscoTsTrunkProtocolFilterEntry 1.3.6.1.4.1.9.5.32.8.6.1 no-access
Definition of each row in the filter table.
                   ciscoTsTrunkProtocolFilterPort 1.3.6.1.4.1.9.5.32.8.6.1.1 integer read-only
This is the port in the switch to which this table entry corresponds.
                   ciscoTsTrunkProtocolFilterBlockingMode 1.3.6.1.4.1.9.5.32.8.6.1.2 integer read-write
This determines the frame types that will be blocked for this protocol class on this TrCRF on this port. Setting the values causes the following: all(1) - causes all frames in this class to be blocked sr(2) - causes source route frames in this class to be blocked nsr(3) - causes non source routed frames in this class to be blocked none(4) - allow all frames in this protocol class. This is the default value. Enumeration: 'sr': 2, 'all': 1, 'nsr': 3, 'none': 4.
                   ciscoTsTrunkProtocolFilterTranspMode 1.3.6.1.4.1.9.5.32.8.6.1.3 integer read-write
If this port is in a SRT configured TrCRF, then setting this object will allow transparent bridging of frames in this protocol class. Setting this object to disable disallows transparent bridging of frames in this protocol class. The default value is enable. Enumeration: 'enable': 1, 'disable': 2.
       ciscoTsUplinkMIBs 1.3.6.1.4.1.9.5.32.9
             ciscoTsStackTempChange 1.3.6.1.4.1.9.5.32.20.3
This trap is generated when the temperature in a switch exceeds normal or returns to normal.
             ciscoTsStackPwrStatusChange 1.3.6.1.4.1.9.5.32.20.4
This trap is generated when the status of the power supply changes.
             ciscoTsPortStrNFwdEntry 1.3.6.1.4.1.9.5.32.40.1
This trap is generated when a port automatically enters store and forward mode when the error rate exceeds the threshold.
             ciscoTsPortCfgLossTrap 1.3.6.1.4.1.9.5.32.40.2
This trap occurs when a port is disabled because it has exceeded its Configuration Loss Threshold within the configured Sampling Period.
             ciscoTsBeaconStart 1.3.6.1.4.1.9.5.32.40.3
This trap is generated when a port or a station local to a port begins to beacon. It is sent out only when a ring status change indicates that a station is beaconing.
             ciscoTsBeaconEnd 1.3.6.1.4.1.9.5.32.40.4
This trap is generated when the ring status change indicates that a ring is no longer beaconing. This trap only occurs only once when the status actually changes.
             ciscoTsDuplicateMACAddr 1.3.6.1.4.1.9.5.32.40.5
This trap is generated when a duplicate MAC address is detected on a port in a TrCRF which already has learned that MAC address.
             ciscoTsPortSoftErrExceededTrap 1.3.6.1.4.1.9.5.32.40.6
This trap is generated when a station local to a port exceeds its Soft Error Threshold within the configured interval.
             ciscoTsTrCRFNewRoot 1.3.6.1.4.1.9.5.32.60.1
This trap is a TrCRF specific version of the newRoot trap as described in RFC1493. The newRoot trap indicates that the sending agent has become the new root of the Spanning Tree; the trap is sent by a bridge soon after its election as the new root, e.g., upon expiration of the Topology Change Timer immediately subsequent to its election. Implementation of this trap is optional.
             ciscoTsTrCRFTopologyChange 1.3.6.1.4.1.9.5.32.60.2
This trap is a TrCRF specific version of the topologyChange trap as described in RFC1493. A topologyChange trap is sent by a bridge when any of its configured ports transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The trap is not sent if a newRoot trap is sent for the same transition. Implementation of this trap is optional.
             ciscoTsTrBRFNewRoot 1.3.6.1.4.1.9.5.32.60.3
This trap is a TrBRF specific version of the newRoot trap as described in RFC1493. The newRoot trap indicates that the sending agent has become the new root of the Spanning Tree; the trap is sent by a bridge soon after its election as the new root, e.g., upon expiration of the Topology Change Timer immediately subsequent to its election. Implementation of this trap is optional.
             ciscoTsTrBRFTopologyChange 1.3.6.1.4.1.9.5.32.60.4
This trap is a TrBRF specific version of the topologyChange trap as described in RFC1493. A topologyChange trap is sent by a bridge when any of its configured ports transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The trap is not sent if a newRoot trap is sent for the same transition. Implementation of this trap is optional.
             ciscoTsTokenChannelFailed 1.3.6.1.4.1.9.5.32.70.1
This trap is sent when one of the links in an TokenChannel fail. The variable ciscoTsTCPorts contains the ports which are operational in the TokenChannel.
             ciscoTsTokenChannelStatus 1.3.6.1.4.1.9.5.32.70.2
This trap is sent to report a TokenChannel or ISLChannel status change. The variable ciscoTsTCStatus contains the current channel status. The variable ciscoTsTCPorts contains the ports which are configured in the channel. The variable ciscoTsTCActivePorts contains the ports which are active in the channel.