INTEL-SYS-MIB: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: INTEL-SYS-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).
|
|||
Object Name | OID | Type | Access | Info |
snmp_agents | 1.3.6.1.4.1.343.2.6 | |||
agentConfiguration | 1.3.6.1.4.1.343.2.6.1 | |||
agentVendorName | 1.3.6.1.4.1.343.2.6.1.1 | displaystring | read-only |
Displays the SNMP agent's manufacturer name. |
agentProductName | 1.3.6.1.4.1.343.2.6.1.2 | displaystring | read-only |
Displays the product name that contains the SNMP agent. |
agentChassisIndex | 1.3.6.1.4.1.343.2.6.1.3 | integer | read-only |
Displays which chassis contains the SNMP agent's module. |
agentModuleIndex | 1.3.6.1.4.1.343.2.6.1.4 | integer | read-only |
Displays which module in the chassis is the SNMP agent's module. The chassis number is in the object agentChassisIndex. |
mibversion | 1.3.6.1.4.1.343.2.6.1.5 | displaystring | read-only |
Displays the version of the MIB supported by the SNMP agent. |
resetAgent | 1.3.6.1.4.1.343.2.6.1.6 | integer | read-write |
Performs a cold reset of the SNMP agent. If a new IP configuration was set, it will be used after the reset. Enumeration: 'reset': 1, 'notreset': 2. |
ipConfiguration | 1.3.6.1.4.1.343.2.6.2 | |||
ipAddressMethodInUse | 1.3.6.1.4.1.343.2.6.2.1 | integer | read-only |
Displays how the IP address in use was determined. For example, fixed means the IP address was assigned by the user and stored within the Management Module. BOOTP means the SNMP agent used a BOOTP server to get its IP configuration. Enumeration: 'fixed': 1, 'bootp': 2. |
ipAddressInUse | 1.3.6.1.4.1.343.2.6.2.2 | ipaddress | read-only |
Displays the IP address currently in use. |
gatewayorRouterAddrInUse | 1.3.6.1.4.1.343.2.6.2.3 | ipaddress | read-only |
Displays the default gateway address currently in use. This is the device that routes to a different network. Usually a router or a routing server. |
networkMaskInUse | 1.3.6.1.4.1.343.2.6.2.4 | ipaddress | read-only |
Displays the network (subnet) mask currently in use. This must match the masks of other devices on the same network. |
broadcastAddressInUse | 1.3.6.1.4.1.343.2.6.2.5 | ipaddress | read-only |
Displays the broadcast address currently in use. |
ipAddressMethodNextReset | 1.3.6.1.4.1.343.2.6.2.6 | integer | read-write |
Displays how the IP address will be determined after the SNMP agent is reset. For example, fixed means the IP address will be determined locally. BOOTP means the SNMP agent will search for a BOOTP server to get its IP configuration. Enumeration: 'fixed': 1, 'bootp': 2. |
ipAddressNextReset | 1.3.6.1.4.1.343.2.6.2.7 | ipaddress | read-write |
Displays the IP address the SNMP agent will use the next time it is reset. |
gatewayorRouterAddrNextReset | 1.3.6.1.4.1.343.2.6.2.8 | ipaddress | read-write |
Displays the default gateway the SNMP agent will use the next time it is reset. |
networkMaskNextReset | 1.3.6.1.4.1.343.2.6.2.9 | ipaddress | read-write |
Displays the netmask (subnet mask) the SNMP agent will use the next time it is reset. |
snmpConfiguration | 1.3.6.1.4.1.343.2.6.3 | |||
snmpReadCommunityString | 1.3.6.1.4.1.343.2.6.3.1 | displaystring | read-write |
Sets the password for reads from the SNMP agent's MIB. |
snmpWriteCommunityString | 1.3.6.1.4.1.343.2.6.3.2 | displaystring | read-write |
Sets the password for writes to the SNMP agent's MIB. |
snmpTrapReceiverMAX | 1.3.6.1.4.1.343.2.6.3.3 | integer | read-only |
Displays the maximum number of trap receiving stations. |
snmpTrapReceiverNumber | 1.3.6.1.4.1.343.2.6.3.4 | integer | read-only |
Displays the current number of trap receiving stations. |
snmpTrapAddressTable | 1.3.6.1.4.1.343.2.6.3.5 | no-access |
Contains information on individual trap receiving stations. |
|
1.3.6.1.4.1.343.2.6.3.5.1 | no-access | |||
trapAddrIndex | 1.3.6.1.4.1.343.2.6.3.5.1.1 | integer | read-only |
Displays the index number of the trap receiving station. |
trapIPAddr | 1.3.6.1.4.1.343.2.6.3.5.1.2 | ipaddress | read-write |
Sets the IP address for a trap receiving station. |
trapCommunityString | 1.3.6.1.4.1.343.2.6.3.5.1.3 | displaystring | read-write |
Sets the password for sending traps from the SNMP agent to the SNMP application on the trap receiving station. |
trapStatus | 1.3.6.1.4.1.343.2.6.3.5.1.4 | integer | read-write |
Displays whether traps should be sent to this station (active) or whether traps should not be sent to this station (ignore). Enumeration: 'active': 1, 'ignore': 2. |