nsOspfAreaSummary
NETSCREEN-OSPF-MIB ·
.1.3.6.1.4.1.3224.18.2.2.1.9
Object
column deprecated
r/w
Enumeration
The variable nsOspfAreaSummary controls the im-
port of summary LSAs into stub areas. It has
no effect on other areas.
If it is noAreaSummary, the router will neither
originate nor propagate summary LSAs into the
stub area. It will rely entirely on its de-
fault route.
If it is sendAreaSummary, the router will both
summarize and propagate summary LSAs.
Context
- MIB
- NETSCREEN-OSPF-MIB
- OID
.1.3.6.1.4.1.3224.18.2.2.1.9- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- nsOspfAreaEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETSCREEN-OSPF-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-OSPF-MIB::nsOspfAreaSummary'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-OSPF-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-OSPF-MIB::nsOspfAreaSummary.<nsOspfAreaId>.<nsOspfAreaVRID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-OSPF-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-OSPF-MIB::nsOspfAreaSummary'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAreaSummary |
2 | sendAreaSummary |