SWCOMMGMT-MIB: View SNMP OID List / Download MIB

VENDOR: RAPID CITY COMMUNICATION


 Home MIB: SWCOMMGMT-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
 swComMgmtMIB 1.3.6.1.4.1.2272.1.201.1.1
The Structure of Common Management Information for the proprietary enterprise.
     agentConfigInfo 1.3.6.1.4.1.2272.1.201.1.1.1
         agentBasicInfo 1.3.6.1.4.1.2272.1.201.1.1.1.1
             agentRuntimeSwVersion 1.3.6.1.4.1.2272.1.201.1.1.1.1.1 displaystring read-only
This is a textual description of the runtime software version and revision. If the version number is one and revision number is zero agentRuntimeSwVersion would be 'Ver. 1.0'
             agentPromFwVersion 1.3.6.1.4.1.2272.1.201.1.1.1.1.2 displaystring read-only
This is a textual description of the agent PROM firmware version and revision. If the version number is one and revision number is zero agentPromFwVersion would be 'Ver. 1.0'
             agentHwRevision 1.3.6.1.4.1.2272.1.201.1.1.1.1.3 displaystring read-only
This is a textual description of the hardware version and revision. If the version number is one and revision number is zero agentHwRevision would be 'Ver. 1.0'
             agentDeviceSerialNumber 1.3.6.1.4.1.2272.1.201.1.1.1.1.5 displaystring read-only
The serial number of the device.
             agentMgmtProtocolCapability 1.3.6.1.4.1.2272.1.201.1.1.1.1.6 integer read-only
The network management protocol(s) supported by this agent. Enumeration: 'snmp-ip-ipx': 4, 'other': 1, 'snmp-ip': 2, 'snmp-ipx': 3.
             agentMibCapabilityTable 1.3.6.1.4.1.2272.1.201.1.1.1.1.7 no-access
A list of MIB capability entries supported by this agent.
                 agentMibCapabilityEntry 1.3.6.1.4.1.2272.1.201.1.1.1.1.7.1 no-access
A MIB capability entry contains objects describing a particular MIB supported by this agent.
                     agentMibCapabilityIndex 1.3.6.1.4.1.2272.1.201.1.1.1.1.7.1.1 integer read-only
A list of agentMibCapabilityDescr entries.
                     agentMibCapabilityDescr 1.3.6.1.4.1.2272.1.201.1.1.1.1.7.1.2 displaystring read-only
The name of the MIB supported by the agent.
                     agentMibCapabilityVersion 1.3.6.1.4.1.2272.1.201.1.1.1.1.7.1.3 integer read-only
The version of the MIB specified in this entry.
                     agentMibCapabilityType 1.3.6.1.4.1.2272.1.201.1.1.1.1.7.1.4 integer read-only
The type of the MIB specified in this entry. Enumeration: 'other': 1, 'proprietary': 3, 'experiment': 4, 'standard': 2.
             agentStatusConsoleInUse 1.3.6.1.4.1.2272.1.201.1.1.1.1.8 integer read-only
This indicates whether console is currently in-use. Enumeration: 'other': 1, 'in-use': 2, 'not-in-use': 3.
             agentSerialPortDataBits 1.3.6.1.4.1.2272.1.201.1.1.1.1.9 integer read-only
The number of data bits, per byte of data, this port should send/receive.
             agentSerialPortParityBits 1.3.6.1.4.1.2272.1.201.1.1.1.1.10 integer read-only
The Parity for console mode, If the agentRs232PortConfig change to console mode then the device will use this group to make a setup for console value. Enumeration: 'none': 1.
             agentSerialPortStopBits 1.3.6.1.4.1.2272.1.201.1.1.1.1.11 integer read-only
The Stop Bits for console mode.
             agentPrimaryPowerState 1.3.6.1.4.1.2272.1.201.1.1.1.1.12 integer read-only
The primary power status. Enumeration: 'ready': 1, 'not-ready': 2.
             agentRedundantPowerState 1.3.6.1.4.1.2272.1.201.1.1.1.1.13 integer read-only
The redundant power status. Enumeration: 'ready': 1, 'not-ready': 2.
         agentBasicConfig 1.3.6.1.4.1.2272.1.201.1.1.1.2
             agentFirmwareFile 1.3.6.1.4.1.2272.1.201.1.1.1.2.1 displaystring read-write
The name of the firmware file to be downloaded.
             agentFirmwareSourceAddr 1.3.6.1.4.1.2272.1.201.1.1.1.2.2 ipaddress read-write
The ip address where new firmware file is located on.
             agentFirmwareUpdateCtrl 1.3.6.1.4.1.2272.1.201.1.1.1.2.3 integer read-write
while this object is set to 'activate', FTP download is working immediately, and agentFirmwareUpdateState is changed to 'in-process'. The agent always returns 'other' while it is read. Enumeration: 'other': 1, 'activate': 2.
             agentFirmwareUpdateState 1.3.6.1.4.1.2272.1.201.1.1.1.2.4 integer read-only
status of firmware download control. If the value is 'other', means never firmware updated since device started up. Enumeration: 'invalid-file': 3, 'in-process': 2, 'complete': 7, 'violation': 4, 'other': 1, 'tftp-establish-fail': 9, 'file-not-found': 5, 'time-out': 8, 'disk-full': 6.
             agentSystemRestart 1.3.6.1.4.1.2272.1.201.1.1.1.2.5 integer read-write
This object indicates the agent system restart state. Setting this object to no-restart(3) has no effect. Setting this object to cold-start(2) will restart the agent. The agent always returns no-restart(3) when this object is read. Enumeration: 'no-restart': 3, 'other': 1, 'cold-start': 2.
             agentRs232PortConfig 1.3.6.1.4.1.2272.1.201.1.1.1.2.6 integer read-write
This object indicates the RS-232 mode while device restart. Enumeration: 'other': 1, 'console': 2, 'out-of-band': 3.
             agentBaudRateConfig 1.3.6.1.4.1.2272.1.201.1.1.1.2.7 integer read-write
This object indicates the baud rate while device restart. Enumeration: 'baudRate-115200': 7, 'baudRate-9600': 3, 'baudRate-57200': 6, 'baudRate-2400': 2, 'other': 1, 'baudRate-19200': 4, 'baudRate-38400': 5.
             agentAutoLogoutConfig 1.3.6.1.4.1.2272.1.201.1.1.1.2.8 integer read-write
This object indicates the time which the console will log out the current user if there is no user input. Enumeration: 'never': 2, 'autoLogout-2mins': 3, 'autoLogout-5mins': 4, 'autoLogout-15mins': 6, 'other': 1, 'autoLogout-10mins': 5.
             agentTelnetState 1.3.6.1.4.1.2272.1.201.1.1.1.2.9 integer read-write
This object decide the TELNET enabled or disabled. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3.
             agentWebState 1.3.6.1.4.1.2272.1.201.1.1.1.2.10 integer read-write
This object decide the WEB enabled or disabled. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3.
             agentFactoryReset 1.3.6.1.4.1.2272.1.201.1.1.1.2.11 integer read-write
This object indicates the agent system reset state. Setting this object to no-reset(5) has no effect. Setting this object to reset(2) will reset the agent to default settings except IP address, user account and history log. Setting this object to config(3) will reset the agent to default settings. Setting this object to system(4) will reset the agent to default settings. Then the switch will do factory reset, save and reboot. The agent always returns no-reset(5) when this object is read. Enumeration: 'reset': 2, 'no-reset': 5, 'other': 1, 'config': 3, 'system': 4.
         agentIpProtoConfig 1.3.6.1.4.1.2272.1.201.1.1.1.3
             agentIpNumOfIf 1.3.6.1.4.1.2272.1.201.1.1.1.3.1 integer read-only
The total number of IP interfaces supported by this agent.
             agentIpIfTable 1.3.6.1.4.1.2272.1.201.1.1.1.3.2 no-access
A list of IP interface entries supported by the agent.
                 agentIpIfEntry 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1 no-access
An agentIPIfEntry contains information about a particular IP interface.
                     agentIpIfIndex 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.1 integer read-only
This object uniquely identifies the IP interface number in the agentIpIfTable. This value should never greater than agentIpNumOfIf.
                     agentIpIfAddress 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.2 ipaddress read-only
The IP address of the interface.
                     agentIpIfNetMask 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.3 ipaddress read-only
The IP net mask for this interface.
                     agentIpIfDefaultRouter 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.4 ipaddress read-only
The default gateway for this IP interface.
                     agentIpIfMacAddr 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.5 physaddress read-only
The MAC address of this IP interface. For interfaces which do not have such an address. (e.g., a serial line), this object should contain an octet string of zero length.
                     agentIpIfType 1.3.6.1.4.1.2272.1.201.1.1.1.3.2.1.6 integer read-only
The physical layer interface of the IP interface. Enumeration: 'ethernet-csmacd': 6, 'other': 1, 'slip': 28.
             agentIpBootServerAddr 1.3.6.1.4.1.2272.1.201.1.1.1.3.3 ipaddress read-only
The IP Address of Boot Server.
             agentIpGetIpFromBootpServer 1.3.6.1.4.1.2272.1.201.1.1.1.3.4 integer read-write
This object indicates whether the agent get its system IP address from Bootp/DHCP server at start up. Enumeration: 'frombootp': 3, 'other': 1, 'manual': 2, 'fromdhcp': 4.
             agentIpSystemIpAddr 1.3.6.1.4.1.2272.1.201.1.1.1.3.5 ipaddress read-write
The system IP address.
             agentIpSystemSubnetMask 1.3.6.1.4.1.2272.1.201.1.1.1.3.6 ipaddress read-write
The system subnet mask.
             agentIpDefaultGateway 1.3.6.1.4.1.2272.1.201.1.1.1.3.7 ipaddress read-write
The system default gateway.
         agentCommunityTable 1.3.6.1.4.1.2272.1.201.1.1.1.4 no-access
A list of SNMP community string.
             agentCommunityEntry 1.3.6.1.4.1.2272.1.201.1.1.1.4.1 no-access
An agentCommunityEntry contains information about SNMP community string and access level.
                 agentCommunityString 1.3.6.1.4.1.2272.1.201.1.1.1.4.1.1 displaystring read-only
When an SNMP message is received by this entity, the community string in the message is compared with this string first. If it doesn't match, the user can't access this entity by manage tool.
                 agentCommunityLevel 1.3.6.1.4.1.2272.1.201.1.1.1.4.1.2 integer read-write
The access level of SNMP. The value read-only(2) indicates the user only can view the information about this device, but can't modify it. The value read-write(3) is granted to all items in the MIB. Enumeration: 'read-write': 3, 'other': 1, 'read-only': 2.
                 agentCommunitystate 1.3.6.1.4.1.2272.1.201.1.1.1.4.1.3 integer read-write
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - writing this value to the object, and then the corresponding entry will be removed from the table. valid(3) - this entry is reside in the table. Enumeration: 'other': 1, 'valid': 3, 'invalid': 2.
         agentTrustHostTable 1.3.6.1.4.1.2272.1.201.1.1.1.5 no-access
A list of managemnet station IP addresses.
             agentTrustHostEntry 1.3.6.1.4.1.2272.1.201.1.1.1.5.1 no-access
An agentTrustHostEntry contains information about managemnet station IP addresses and port.
                 agentTrustHostId 1.3.6.1.4.1.2272.1.201.1.1.1.5.1.1 integer read-only
This object uniquely identifies the management station in the agentTrustHostTable.
                 agentTrustHostIPAddr 1.3.6.1.4.1.2272.1.201.1.1.1.5.1.2 ipaddress read-write
The IP address of the managemet station.
                 agentTrustHostState 1.3.6.1.4.1.2272.1.201.1.1.1.5.1.3 integer read-write
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - writing this value to the object, and then the corresponding entry will be removed from the table. valid(3) - this entry is reside in the table. Enumeration: 'other': 1, 'valid': 3, 'invalid': 2.
                 agentTrustHostIPMask 1.3.6.1.4.1.2272.1.201.1.1.1.5.1.4 ipaddress read-write
The IP subnet mask of the managemet station.
         agentLogConfig 1.3.6.1.4.1.2272.1.201.1.1.1.6
             agentLogUploadLogFileName 1.3.6.1.4.1.2272.1.201.1.1.1.6.1 displaystring read-write
The name of the log file to be uploaded from the device to TFTP server when enabling log upload function (by writing agentLogUploadLog).
             agentLogUploadLogSourceAddr 1.3.6.1.4.1.2272.1.201.1.1.1.6.2 ipaddress read-write
The ip address where been uploaded log file.
             agentLogUploadLog 1.3.6.1.4.1.2272.1.201.1.1.1.6.3 integer read-write
As the object is set to active, it will immediately invoke log upload function. If set to normal, do nothing. Enumeration: 'active': 2, 'normal': 1.
             agentLogUploadLogState 1.3.6.1.4.1.2272.1.201.1.1.1.6.4 integer read-only
status of upload log control. If the value is 'other', means never log updated since device started up. Enumeration: 'invalid-file': 3, 'in-process': 2, 'complete': 7, 'violation': 4, 'other': 1, 'tftp-establish-fail': 9, 'file-not-found': 5, 'time-out': 8, 'disk-full': 6.
             agentLogClearLog 1.3.6.1.4.1.2272.1.201.1.1.1.6.5 integer read-write
As the object is set to active, the log table will be clear. If set to normal, do nothing. Enumeration: 'active': 2, 'normal': 1.
         agentTblSize 1.3.6.1.4.1.2272.1.201.1.1.1.7
             agentArpNumber 1.3.6.1.4.1.2272.1.201.1.1.1.7.1 integer read-only
The number of current ipNetToMediaTable entries that are not invalid.
             agentIpNumber 1.3.6.1.4.1.2272.1.201.1.1.1.7.2 integer read-only
The number of current IP interface on this device.
             agentStaticVlanNumber 1.3.6.1.4.1.2272.1.201.1.1.1.7.3 integer read-only
The number of static VLAN on this device.
         agentRTC 1.3.6.1.4.1.2272.1.201.1.1.1.8
             agentRTCYear 1.3.6.1.4.1.2272.1.201.1.1.1.8.1 integer read-write
The number of the year.
             agentRTCMonth 1.3.6.1.4.1.2272.1.201.1.1.1.8.2 integer read-write
The number of the month.
             agentRTCDate 1.3.6.1.4.1.2272.1.201.1.1.1.8.3 integer read-write
The number of the date.
             agentRTCHour 1.3.6.1.4.1.2272.1.201.1.1.1.8.4 integer read-write
The number of the hour.
             agentRTCMinute 1.3.6.1.4.1.2272.1.201.1.1.1.8.5 integer read-write
The number of the hour.
             agentRTCSecond 1.3.6.1.4.1.2272.1.201.1.1.1.8.6 integer read-write
The number of the second.
             agentRTCWeekDay 1.3.6.1.4.1.2272.1.201.1.1.1.8.7 integer read-only
The current week day. Enumeration: 'date-Sunday': 1, 'date-Wednesday': 4, 'date-Friday': 6, 'date-Thursday': 5, 'date-Monday': 2, 'date-Saturday': 7, 'date-Tuesday': 3.
         agentMIBTraps 1.3.6.1.4.1.2272.1.201.1.1.1.9
         agentSyslog 1.3.6.1.4.1.2272.1.201.1.1.1.10
               agentSyslogState 1.3.6.1.4.1.2272.1.201.1.1.1.10.1 integer read-write
This object decide the Syslog sending message enabled or disabled. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3.
               agentSyslogMaxHostSupport 1.3.6.1.4.1.2272.1.201.1.1.1.10.2 integer read-write
The maximum number of syslog servers supported.
               agentSyslogHostTable 1.3.6.1.4.1.2272.1.201.1.1.1.10.3 no-access
This table specifys syslog server configurations.
                   agentSyslogHostEntry 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1 no-access
A list of information specifies syslog server configurations.
                       agentSyslogHostId 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.1 integer read-only
The index of syslog host.
                       agentSyslogHostIp 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.2 ipaddress read-write
The IP address of the host.
                       agentSyslogHostSeverity 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.3 bits read-write
The object indicates the severity level indicator.The device support four severity levels in SYSLOG protocol. The fatal(3) mapping to emergency and critical level. Bits: 'fatal': 3, 'warning': 1, 'informational': 0, 'error': 2.
                       agentSyslogHostFacility 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.4 integer read-write
Some of the operating system daemons and processes have been assigned Facility values. Processes and daemons that have not been explicitly assigned a Facility may use any of the local use facilities or they may use the user-level Facility. Enumeration: 'local5': 6, 'local4': 5, 'local7': 8, 'local6': 7, 'local1': 2, 'local0': 1, 'local3': 4, 'local2': 3.
                       agentSyslogHostUDPPort 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.5 integer read-write
The object indicates UDP port number.
                       agentSyslogHostState 1.3.6.1.4.1.2272.1.201.1.1.1.10.3.1.6 integer read-write
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. disabled(2) - the syslog host disabled. enabled(3) - the syslog host enabled. invalid(4) - writing this value to the object, and then the corresponding entry will be removed from the table. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3, 'invalid': 4.
               agentRemoteUserLogState 1.3.6.1.4.1.2272.1.201.1.1.1.10.4 integer read-write
This object decide the remote user log message will be shown on screen or not. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3.
       primaryPowerOn 1.3.6.1.4.1.2272.1.201.1.10.1
The trap is sent whenever the primary power is turn on.
       primaryPowerOff 1.3.6.1.4.1.2272.1.201.1.10.2
The trap is sent whenever the primary power is turn off.
       redundantPowerOn 1.3.6.1.4.1.2272.1.201.1.10.3
The trap is sent whenever the redundant power is turn on.
       redundantPowerOff 1.3.6.1.4.1.2272.1.201.1.10.4
The trap is sent whenever the redundant power is turn off.