All MIBs › ACC-FAKE › ospfLsdbType
ospfLsdbType
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfLsdbType
OID (numeric): 1.3.6.1.4.1.5.2.15
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The type of the link state advertisement. Each link state type has a separate advertisement format.
What is ospfLsdbType?
ACC-FAKE::ospfLsdbType is an integer that identifies the type of Link State Advertisement (LSA) stored in the OSPF database, such as Router LSA, Network LSA, or AS External LSA. Each LSA type carries different information—Router LSAs describe a single router's links, while Network LSAs describe broadcast segments. For instance, type 1 is a Router LSA, type 2 is a Network LSA, and type 5 is an AS External LSA.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.15 snmpwalk -v2c -c public <target> ACC-FAKE::ospfLsdbType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.15.1 snmpget -v2c -c public <target> ACC-FAKE::ospfLsdbType.1