All MIBs › ACC-FAKE › ospfAdminStat
ospfAdminStat
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfAdminStat
OID (numeric): 1.3.6.1.4.1.5.2.13
Node type: OBJECT-TYPE
Type: Status
Access: read-write
Description:
The administrative status of OSPF in the router. The value 'enabled' denotes that the OSPF Process is active on at least one interface; 'disabled' disables it on all interfaces.
What is ospfAdminStat?
ACC-FAKE::ospfAdminStat is a status field that controls whether OSPF is administratively enabled or disabled on the router. Network engineers set this to bring OSPF up or down without changing interface configuration—for example, during maintenance or when temporarily disabling a routing protocol. The value is typically active (enabled) or notInService (disabled).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.13 snmpwalk -v2c -c public <target> ACC-FAKE::ospfAdminStat
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.13.1 snmpget -v2c -c public <target> ACC-FAKE::ospfAdminStat.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.2.13.1 s <value>
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.2 | accFake | ACC-FAKE |
| 1.3.6.1.4.1.5.2.13 | ospfAdminStat | ACC-FAKE |