All MIBs › AGGREGATED-EXT-MIB › lastAggNode
lastAggNode
Module: AGGREGATED-EXT-MIB
OID (symbolic): AGGREGATED-EXT-MIB::lastAggNode
OID (numeric): 1.3.6.1.4.1.1751.1.1198.100
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
This is a flag variable, kept to indicate the end of aggregated mib during a snmpwalk. It always returns the following string: Reached the End of Aggregated MIB
What is lastAggNode?
This read-only object is a marker flag that always returns the string 'Reached the End of Aggregated MIB' when queried and is used to signal the end of an aggregated MIB tree during SNMP walk operations. It helps management applications detect when they have completed walking through all aggregated MIB data and can stop iterating. Operators and tools use this as a boundary indicator to properly terminate tree traversal and avoid infinite loops.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.1.1198.100 snmpwalk -v2c -c public <target> AGGREGATED-EXT-MIB::lastAggNode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.1.1198.100.1 snmpget -v2c -c public <target> AGGREGATED-EXT-MIB::lastAggNode.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.1751 | lucent | AGGREGATED-EXT-MIB |
| 1.3.6.1.4.1.1751.1 | products | AGGREGATED-EXT-MIB |
| 1.3.6.1.4.1.1751.1.1198 | softSwitch | AGGREGATED-EXT-MIB |
| 1.3.6.1.4.1.1751.1.1198.100 | lastAggNode | AGGREGATED-EXT-MIB |