futOspfAsExternalAggregationEffect
SUPERMICRO-OSPF-MIB ·
.1.3.6.1.4.1.10876.101.1.10.11.1.4
Object
column r/w
Enumeration
Indicates whether Type-5/Type-7 will be aggregated or not generated for the specified range. When set to allowAll (3) and associated areaId is 0.0.0.0 aggregated Type-5 are generated for the specified range. In addition aggregated Type-7 are generated in all attached NSSA areas, for the specified range.Value allowAll (3) is not valid for areaId other than 0.0.0.0 When set to denyAll (4) neither Type-5 nor Type-7 will be generated for the specified range. Value denyAll (4) is not valid for areaID other than 0.0.0.0 When set to advertise (1) and associated areaId is 0.0.0.0, aggregated Type-5 are generated.Otherwise if associated areaId is x.x.x.x(other than 0.0.0.0) aggregated Type-7 is generated in NSSA area x.x.x.x When set to doNotAdvertise (2) and associated areaId is 0.0.0.0, Type-5 is not generated for the specified range, while aggregated Type-7 are generated in all attached NSSA areas.While if associated areaId is x.x.x.x(other than 0.0.0.0), Type-7 are not generated in NSSA area x.x.x.x for the specified range.
Context
- MIB
- SUPERMICRO-OSPF-MIB
- OID
.1.3.6.1.4.1.10876.101.1.10.11.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- futOspfAsExternalAggregationEntry
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 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-MIB::futOspfAsExternalAggregationEffect'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-MIB::futOspfAsExternalAggregationEffect.<futOspfAsExternalAggregationNet>.<futOspfAsExternalAggregationMask>.<futOspfAsExternalAggregationAreaId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-OSPF-MIB::futOspfAsExternalAggregationEffect'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | advertise |
2 | doNotAdvertise |
3 | allowAll |
4 | denyAll |