All MIBs › ACC-FAKE › ospfAreaId
ospfAreaId
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfAreaId
OID (numeric): 1.3.6.1.4.1.5.2.5
Node type: OBJECT-TYPE
Type: AreaID
Access: read-write
Description:
A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.
What is ospfAreaId?
ACC-FAKE::ospfAreaId is a 32-bit identifier that uniquely defines an OSPF area (a logical grouping of routers and links). You configure different Area IDs to segment your network and reduce routing table size—for example, Area 0 is always the backbone, and other areas like Area 1 or Area 10 branch off from it. A concrete value like 10.0.0.0 identifies a particular area that stays consistent across all routers within it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.5 snmpwalk -v2c -c public <target> ACC-FAKE::ospfAreaId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.5.1 snmpget -v2c -c public <target> ACC-FAKE::ospfAreaId.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.2.5.1 s <value>