TMS-COMMON-MIB: View SNMP OID List / Download MIB

VENDOR: WIND RIVER SYSTEMS


 Home MIB: TMS-COMMON-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
 tmsCommonMib 1.3.6.1.4.1.731.2.2.1
TMS Common Enterprise MIB definition.
     tmsCommonNotify 1.3.6.1.4.1.731.2.2.1.0
         tmsCommonSnmpV2TestTrap 1.3.6.1.4.1.731.2.2.1.0.1
This trap is used for the sample SNMP enterprise trap in the 'tmsCommonMiscTrapTest' object. Note that it includes the 'tmsCommonMiscProductName' object as a varbind.
     tmsCommonVer 1.3.6.1.4.1.731.2.2.1.1
         tmsCommonVerMIBMajor 1.3.6.1.4.1.731.2.2.1.1.1 integer32 read-only
Get this MIB Major version number. This number should match the Major version given in the documentation header at the beginning text of this MIB. Note that the '.c' file corresponding to this MIB has to be manually edited to change the version number if this file is modified and the version number is therefore changed.
         tmsCommonVerMIBMinor 1.3.6.1.4.1.731.2.2.1.1.2 integer32 read-only
Get this MIB Minor version number. This number should match the Minor version given in the documentation header at the beginning text of this MIB. Note that the '.c' file corresponding to this MIB has to be manually edited to change the version number if this file is modified and the version number is therefore changed.
         tmsCommonVerBootSWMajor 1.3.6.1.4.1.731.2.2.1.1.3 integer32 read-only
Get the Boot Software Major version number. This number references the VxWorks TMS Boot ROM module.
         tmsCommonVerBootSWMinor 1.3.6.1.4.1.731.2.2.1.1.4 integer32 read-only
Get the Boot Software Minor version number. This number references the VxWorks TMS Boot ROM module.
         tmsCommonVerAppSWMajor 1.3.6.1.4.1.731.2.2.1.1.5 integer32 read-only
Get the Application Software Major version number. This number references the core TMS modules as a whole.
         tmsCommonVerAppSWMinor 1.3.6.1.4.1.731.2.2.1.1.6 integer32 read-only
Get the Application Software Minor version number. This number references the core TMS modules as a whole.
     tmsCommonIP 1.3.6.1.4.1.731.2.2.1.2
         tmsCommonIPMACAddr 1.3.6.1.4.1.731.2.2.1.2.1 macaddress read-write
DURABLE: { '000000000000'H } The base (i.e., first) MAC address used by the TMS agent for its in-band ports.
         tmsCommonIPIpAddress 1.3.6.1.4.1.731.2.2.1.2.2 ipaddress read-write
DURABLE: { '00000000'H } The IP Address for sw0 (swEND 0); only applies after reset - see 'tmsCommonMiscReset'.
         tmsCommonIPGateAddress 1.3.6.1.4.1.731.2.2.1.2.3 ipaddress read-write
DURABLE: { '00000000'H } The default Gateway Address (i.e., next hop router) for sw0 (swEND 0); only applies after reset - see 'tmsCommonMiscReset'.
         tmsCommonIPNetMask 1.3.6.1.4.1.731.2.2.1.2.4 ipaddress read-write
DURABLE: { 'ffffff00'H } The IP NetMask for sw0 (swEND 0); only applies after reset - see 'tmsCommonMiscReset'.
         tmsCommonIPStatus 1.3.6.1.4.1.731.2.2.1.2.5 integer read-write
This object is used to synchronize the modification of the IP parameters used by the protocol stack based on the tmsCommonIP MIB objects. This allows the user to change tmsCommonIPMACAddr, tmsCommonIPIpAddress, tmsCommonIPGateAddress, and tmsCommonIPNetMask, and then apply the changes to the unit using apply(4). If tmsCommonIPStatus returns notModified(1), no modifications were made to any tmsCommonIP MIB objects. If tmsCommonIPStatus returns modified(2), one or more objects were changed, but have not been applied. Both notModified(1) and modified(2) are read-only values; the agent returns a SNMP_BADVALUE for sets using these values. Both restore(3) and apply(4) are valid SET values. If one or more of the tmsCommonIP objects were modified, the user can restore the parameters to a mirror of the NVM values using restore(3). Enumeration: 'notModified': 1, 'apply': 4, 'modified': 2, 'restore': 3.
     tmsCommonLoad 1.3.6.1.4.1.731.2.2.1.5
         tmsCommonLoadTftpAddress 1.3.6.1.4.1.731.2.2.1.5.1 ipaddress read-write
DURABLE: The IP Address for the TFTP server used for downloading and/or uploading files.
         tmsCommonLoadTftpFileName 1.3.6.1.4.1.731.2.2.1.5.2 displaystring read-write
DURABLE: The TFTP file path and name.
         tmsCommonLoadType 1.3.6.1.4.1.731.2.2.1.5.3 integer read-write
DURABLE: { application } The type of file to download or upload upon an 'tmsCommonLoadExecute'. WARNING: The boot should only be downloaded when absolutely required (e.g., if power is removed during the boot Flash write operation, the agent cannot be recovered). Enumeration: 'application': 1, 'configuration': 3, 'boot': 2.
         tmsCommonLoadExecute 1.3.6.1.4.1.731.2.2.1.5.4 integer read-write
Execute file download or upload procedure. A SET of this object starts the load procedure. Note that the Application and Boot images can only be downloaded. The NVM Configuration file can be uploaded and downloaded. A GET of this object will return the status of the executed operation. Use 'tmsCommonLoadExecuteStatus' to determine the status of the executed load. Enumeration: 'download': 2, 'noop': 1, 'upload': 3.
         tmsCommonLoadExecuteStatus 1.3.6.1.4.1.731.2.2.1.5.5 integer read-only
Provides status on the execute file load progress. Enumeration: 'errorFault': 6, 'success': 3, 'notStarted': 1, 'errorConnection': 4, 'inProgress': 2, 'errorFilename': 5.
     tmsCommonMisc 1.3.6.1.4.1.731.2.2.1.6
         tmsCommonMiscSaveToNvm 1.3.6.1.4.1.731.2.2.1.6.1 integer read-write
When set to 'save(2)', all nonvolatile configuration parameters are saved to NVM (Nonvolatile Memory). NVM save operations may be slow (e.g., erasing/writing Flash device). Consequently, all or many updates should be made before saving to NVM. Note that the SNMP set to 'save(2)' returns immediately to the caller. Gets on this object then return 'saveInProgress(3)' until the save operation completes, at which time 'noop(1)' is returned. Consequently, a get operation always returns 'noop(1)' or 'saveInProgress(3)' depending on the current state. The agent returns 'badValue' for SNMPv1 or 'inconsistentValue' for SNMPv2c/v3 for a set to 'Save(2)' while the current get state is 'saveInProgress(3)'. Attempts to set this object to 'saveInProgress(3)' returns 'badValue' for SNMPv1 or 'wrongValue' for SNMPv2c/v3. Enumeration: 'save': 2, 'noop': 1, 'saveInProgress': 3.
         tmsCommonMiscSnmpSecurityOnOff 1.3.6.1.4.1.731.2.2.1.6.2 integer read-write
Enable/Disable SNMPv1 Security. This object is now obsolete and is not implemented. Enumeration: 'enable': 1, 'disable': 2.
         tmsCommonMiscSpanOnOff 1.3.6.1.4.1.731.2.2.1.6.3 integer read-write
DURABLE: { enable } Enable/Disable Spanning Tree for the bridge. When 'disable(2)', all ports of the device are placed in the forwarding mode, regardless of current Spanning Tree state. When 'enable(1)', the normal STP state transitions take place. Enumeration: 'enable': 1, 'disable': 2.
         tmsCommonMiscBOOTPOnOff 1.3.6.1.4.1.731.2.2.1.6.4 integer read-write
DURABLE: { disable } Enable/Disable BOOTP operation for the TMS agent. When 'disable(2)', no BOOTPs are transmitted by the Application. When 'enable(1)', the Application sends BOOTP requests during system startup. Enumeration: 'enable': 1, 'disable': 2.
         tmsCommonMiscDHCPOnOff 1.3.6.1.4.1.731.2.2.1.6.5 integer read-write
DURABLE: { disable } Enable/Disable DHCP operation for the TMS agent. When 'disable(2)', no DHCPs are transmitted by the Application. When enabled, the Application sends DHCP requests during system startup. Enumeration: 'enable': 1, 'disable': 2.
         tmsCommonMiscBaud 1.3.6.1.4.1.731.2.2.1.6.6 integer read-write
DURABLE: { baud38400 } The serial port baud rate. Attributes include 8 data bits, no parity and 1 stop bit (8N1) with hardware flow control. Valid values are 2400, 9600, 19200, and 38400 baud. Enumeration: 'baud9600': 2, 'baud38400': 4, 'baud2400': 1, 'baud19200': 3.
         tmsCommonMiscPassword 1.3.6.1.4.1.731.2.2.1.6.7 displaystring read-write
DURABLE: { 'password' } The system password used for serial console, Telnet console and Web page login.
         tmsCommonMiscProductName 1.3.6.1.4.1.731.2.2.1.6.8 displaystring read-write
DURABLE: { 'WindRiver TMS Agent' } The product name associated with this agent. This name is displayed on the console screens and Web pages.
         tmsCommonMiscReset 1.3.6.1.4.1.731.2.2.1.6.9 integer read-write
Physically performs a hardware reset of the unit. Use with care. A 'reset(2)' resets the unit, a 'resetToDefaults(3)' resets the NVM configuration to factory defaults and then resets the unit, and 'noop(1)' does nothing. A value of 'noop(1)' is always returned for a GET operation. Enumeration: 'reset': 2, 'resetToDefaults': 3, 'noop': 1.
         tmsCommonMiscTrapTest 1.3.6.1.4.1.731.2.2.1.6.10 integer read-write
This object sends a specific SNMP Trap, as selected by the type, to the SNMP manager(s) to verify proper operation of the Notify Subsystem. Note that the specific SNMP Message Processing Model (SNMP v1, v2c or v3) is specified using 'snmpTargetParamsMPModel' in the 'snmpTargetParamsTable' in RFC2573 (Target MIB). To distinguish the linkdown(3) and linkup(4) test traps from the actual link down and up traps, both trap types use '0' for the ifIndex value. Note that tmsTestTrap(6) generates a 'tmsCommonSnmpV2TestTrap'. A GET always returns the 'noop(1)' value. Enumeration: 'linkdown': 3, 'authentication': 5, 'noop': 1, 'linkup': 4, 'tmsTestTrap': 6, 'coldstart': 2.
     tmsCommonCommToView 1.3.6.1.4.1.731.2.2.1.7
         tmsCommonCommunityToViewTable 1.3.6.1.4.1.731.2.2.1.7.1 no-access
A table of SNMPv1/v2c community string to view name mappings.
             tmsCommonCommunityToViewEntry 1.3.6.1.4.1.731.2.2.1.7.1.1 no-access
A list of community-to-view parameters.
                 tmsCommonComm2ViewIndex 1.3.6.1.4.1.731.2.2.1.7.1.1.1 integer32 no-access
A simple index into 'tmsCommonCommunityToViewTable'.
                 tmsCommonComm2ViewCommName 1.3.6.1.4.1.731.2.2.1.7.1.1.2 displaystring read-only
DURABLE: { 'public','':all } The SNMPv1/v2c community name string. Duplicate community names are not allowed in this table. Note that a null string is not a valid community name (i.e., a null string forces 'tmsCommonComm2ViewRowStatus' to 'notReady(3)').
                 tmsCommonComm2ViewViewName 1.3.6.1.4.1.731.2.2.1.7.1.1.3 snmpadminstring read-only
DURABLE: { 'internet':all } At runtime (i.e., not when this object is SET), this view name is compared to the 'vacmViewTreeFamilyViewName' in the 'vacmViewTreeFamilyTable' (see RFC2575). If a match is found and the varbind(s) specify valid object type and instance, the 'tmsCommonComm2ViewPermission' privilege is permitted. Note that a null string is not a valid view name value. Also note that the value of this object does not have to match an existing entry in the 'vacmViewTreeFamilyTable' (if no match, no access is allowed). Note that the factory default value for this object is 'internet', which allows access to the subtree under '1.3.6.1'.
                 tmsCommonComm2ViewPermission 1.3.6.1.4.1.731.2.2.1.7.1.1.4 integer read-only
DURABLE: { readWrite:all } This object specifies the type of access allowed. 'readOnly(1)' allows GET operations (i.e., GET, GET-NEXT, GET-BULK) and 'readWrite(2)' allows both GET and SET operations. Enumeration: 'readWrite': 2, 'readOnly': 1.
                 tmsCommonComm2ViewRowStatus 1.3.6.1.4.1.731.2.2.1.7.1.1.5 rowstatus read-only
DURABLE: This object indicates the status of this entry. A row in this table can be created using the 'createAndGo(4)' (i.e., all parameters must be valid - supplied in a single SNMP PDU or have default values) or the 'createAndWait(5)' action states. Until all parameters are valid for a conceptual row, this object is 'notReady(3)'. All parameters must be valid before this object can be set to 'active(1)'. Any object in a conceptual row can be modified independent of the value of this object (e.g., can be changed while 'active(1)').
     tmsCommonIgmpSnoop 1.3.6.1.4.1.731.2.2.1.8
         tmsCommonIgmpSnoopEnabled 1.3.6.1.4.1.731.2.2.1.8.1 truthvalue read-write
DURABLE: { false ) Setting this object to true(1) enables IGMP Snooping. Setting it to false(2) disables IGMP Snooping. Note that IGMP Snooping can function with or without GVRP and GMRP enabled.
         tmsCommonIgmpSnoopAlerts 1.3.6.1.4.1.731.2.2.1.8.2 truthvalue read-write
DURABLE: { false ) Setting this object to true(1) enables the IP Router Alert Option (as defined in RFC2113) for transmitted IGMP packets. Setting it to false(2) disables this option.
         tmsCommonIgmpSnoopAging 1.3.6.1.4.1.731.2.2.1.8.3 integer32 read-write
DURABLE: { 300 ) The timeout period in seconds for aging out Multicast Groups dynamically learned with IGMP Snooping. Note that aging operates on a per interface per VLAN per multicast group basis.
         tmsCommonIgmpSnoopTable 1.3.6.1.4.1.731.2.2.1.8.4 no-access
This table, which provides IGMP Snooping information, augments the 'dot1qStaticMulticastTable' in the Q-MIB (RFC2674).
             tmsCommonIgmpSnoopEntry 1.3.6.1.4.1.731.2.2.1.8.4.1 no-access
Displays by VLAN, Multicast Group, and Multicast receive port the set of ports enabled to forward Multicast Group traffic as determined by the IGMP Snooping task.
                 tmsCommonIgmpSnoopEgressPorts 1.3.6.1.4.1.731.2.2.1.8.4.1.1 portlist read-only
This read-only object displays the set of ports enabled to forward specific Multicast Group traffic as determined by the IGMP Snooping task. It should be noted that the IGMP Snooping task generates a pseudo- static (i.e., not saved in NVM) port list similar to the RFC2674 Q-MIB 'dot1qStaticMulticastStaticEgressPorts' object. Consequently, a port will not be a member of 'tmsCommonIgmpSnoopEgressPorts' if it is a member of 'dot1qStaticMulticastForbiddenEgressPorts'.
     tmsCommonConformance 1.3.6.1.4.1.731.2.2.1.9
         tmsCommonGroups 1.3.6.1.4.1.731.2.2.1.9.1
             tmsCommonVerGroup 1.3.6.1.4.1.731.2.2.1.9.1.1
This group retrieves system component versions.
             tmsCommonIPGroup 1.3.6.1.4.1.731.2.2.1.9.1.2
This group configures and retrieves IP related objects.
             tmsCommonLoadGroup 1.3.6.1.4.1.731.2.2.1.9.1.3
This group configures and retrieves TFTP download and upload objects.
             tmsCommonMiscGroup 1.3.6.1.4.1.731.2.2.1.9.1.4
This group configures and retrieves misc. switch objects.
             tmsCommonCommToViewGroup 1.3.6.1.4.1.731.2.2.1.9.1.5
This group configures and retrieves community-to-view SNMP information.
             tmsCommonIgmpSnoopGroup 1.3.6.1.4.1.731.2.2.1.9.1.6
This group configures and retrieves IGMP Snooping information.
         tmsCommonCompliances 1.3.6.1.4.1.731.2.2.1.9.2
             tmsCommonCompliance 1.3.6.1.4.1.731.2.2.1.9.2.1
The compliance statement.