isisSysSetAttached

DC-ISIS-MIB · .1.3.6.1.4.1.629.10.10.1.1.1.1.45

Object

column r/w Enumeration
If DC-ISIS is operating at both level 1 and level 2, this
field indicates how DC-ISIS should decide whether to set the
attached bit in its level 1 LSP.
              
 - 'attachNoOverlapOrRedist' indicates that the attached bit
   should be set if either of the following are true.
   -  The IS can reach at least one other area (the IS is
      adjacent with a L2 router whose area addresses do not
      overlap with the area addresses we know about at L1).
   -  The IS is redistributing one or more external routes
      into the AS.
              
 - 'attachNoOverlapOnly' indicates that the attached bit
   should be set only if the IS can reach at least one other
   area.
 - 'attachSet' indicates that the attached bit should always
   be set.
              
 - 'attachClear' indicates that the attached bit should
   never be set.

Context

MIB
DC-ISIS-MIB
OID
.1.3.6.1.4.1.629.10.10.1.1.1.1.45
Type
column
Access
readwrite
Status
current
Parent
isisSysEntry
Groups
1

Walk 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 'DC-ISIS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-ISIS-MIB::isisSysSetAttached'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-ISIS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-ISIS-MIB::isisSysSetAttached.<isisSysInstance>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-ISIS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-ISIS-MIB::isisSysSetAttached'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1attachNoOverlapOrRedist
2attachNoOverlapOnly
3attachSet
4attachClear

Conformance