All MIBs › ACC-SYSTEM › accSeepEntryType
accSeepEntryType
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accSeepEntryType
OID (numeric): 1.3.6.1.4.1.5.1.1.1.13.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
The type of SEEP.
What is accSeepEntryType?
This OID specifies the type or model designation of a SEEP device, indicating its capacity and function. Technicians check this to confirm they have the correct firmware storage type or to verify hardware configurations. Example: a type of 'SEEP-4MB' identifies a 4-megabyte serial EEPROM, versus 'SEEP-8MB' which would hold twice as much firmware.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.13.1.2 snmpwalk -v2c -c public <target> ACC-SYSTEM::accSeepEntryType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.13.1.2.1 snmpget -v2c -c public <target> ACC-SYSTEM::accSeepEntryType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accSeepEntryType.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.13 | accSeepTable | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.13.1 | accSeepEntry | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.13.1.2 | accSeepEntryType | ACC-SYSTEM |