INTEL-SYS-MIB

File: INTEL-SYS-MIB.mib (7959 bytes)

Imported modules

RFC1155-SMI Intel-Common-MIB RFC1213-MIB
RFC-1212

Imported symbols

IpAddress products DisplayString
OBJECT-TYPE

Defined Types

SnmpTrapAddressEntry  
SEQUENCE    
  trapAddrIndex INTEGER
  trapIPAddr IpAddress
  trapCommunityString DisplayString
  trapStatus INTEGER

Defined Values

snmp-agents 1.3.6.1.4.1.343.2.6
OBJECT IDENTIFIER    

agentConfiguration 1.3.6.1.4.1.343.2.6.1
OBJECT IDENTIFIER    

agentVendorName 1.3.6.1.4.1.343.2.6.1.1
Displays the SNMP agent's manufacturer name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(128)  

agentProductName 1.3.6.1.4.1.343.2.6.1.2
Displays the product name that contains the SNMP agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(128)  

agentChassisIndex 1.3.6.1.4.1.343.2.6.1.3
Displays which chassis contains the SNMP agent's module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

agentModuleIndex 1.3.6.1.4.1.343.2.6.1.4
Displays which module in the chassis is the SNMP agent's module. The chassis number is in the object agentChassisIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mibversion 1.3.6.1.4.1.343.2.6.1.5
Displays the version of the MIB supported by the SNMP agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

resetAgent 1.3.6.1.4.1.343.2.6.1.6
Performs a cold reset of the SNMP agent. If a new IP configuration was set, it will be used after the reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), notreset(2)  

ipConfiguration 1.3.6.1.4.1.343.2.6.2
OBJECT IDENTIFIER    

ipAddressMethodInUse 1.3.6.1.4.1.343.2.6.2.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), bootp(2)  

ipAddressInUse 1.3.6.1.4.1.343.2.6.2.2
Displays the IP address currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

gatewayorRouterAddrInUse 1.3.6.1.4.1.343.2.6.2.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

networkMaskInUse 1.3.6.1.4.1.343.2.6.2.4
Displays the network (subnet) mask currently in use. This must match the masks of other devices on the same network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

broadcastAddressInUse 1.3.6.1.4.1.343.2.6.2.5
Displays the broadcast address currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipAddressMethodNextReset 1.3.6.1.4.1.343.2.6.2.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), bootp(2)  

ipAddressNextReset 1.3.6.1.4.1.343.2.6.2.7
Displays the IP address the SNMP agent will use the next time it is reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

gatewayorRouterAddrNextReset 1.3.6.1.4.1.343.2.6.2.8
Displays the default gateway the SNMP agent will use the next time it is reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

networkMaskNextReset 1.3.6.1.4.1.343.2.6.2.9
Displays the netmask (subnet mask) the SNMP agent will use the next time it is reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpConfiguration 1.3.6.1.4.1.343.2.6.3
OBJECT IDENTIFIER    

snmpReadCommunityString 1.3.6.1.4.1.343.2.6.3.1
Sets the password for reads from the SNMP agent's MIB.
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

snmpWriteCommunityString 1.3.6.1.4.1.343.2.6.3.2
Sets the password for writes to the SNMP agent's MIB.
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

snmpTrapReceiverMAX 1.3.6.1.4.1.343.2.6.3.3
Displays the maximum number of trap receiving stations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snmpTrapReceiverNumber 1.3.6.1.4.1.343.2.6.3.4
Displays the current number of trap receiving stations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snmpTrapAddressTable 1.3.6.1.4.1.343.2.6.3.5
Contains information on individual trap receiving stations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpTrapAddressEntry

snmpTrapAddressEntry 1.3.6.1.4.1.343.2.6.3.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpTrapAddressEntry  

trapAddrIndex 1.3.6.1.4.1.343.2.6.3.5.1.1
Displays the index number of the trap receiving station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapIPAddr 1.3.6.1.4.1.343.2.6.3.5.1.2
Sets the IP address for a trap receiving station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

trapCommunityString 1.3.6.1.4.1.343.2.6.3.5.1.3
Sets the password for sending traps from the SNMP agent to the SNMP application on the trap receiving station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

trapStatus 1.3.6.1.4.1.343.2.6.3.5.1.4
Displays whether traps should be sent to this station (active) or whether traps should not be sent to this station (ignore).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), ignore(2)