atEpsrv2PrimaryIfIsOnCommonSeg
AT-EPSRv2-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.536.2.1.12
Object
column SNMPv2-TCTruthValue
Returns 1 (true) if the primary interface is on a common segment i.e. the port is shared with other instances that have the port in the same set of data VLANs, else it returns 2 (false).
Context
- MIB
- AT-EPSRv2-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.536.2.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atEpsrv2VariablesEntry
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 'AT-EPSRv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-EPSRv2-MIB::atEpsrv2PrimaryIfIsOnCommonSeg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-EPSRv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-EPSRv2-MIB::atEpsrv2PrimaryIfIsOnCommonSeg.<atEpsrv2DomainID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-EPSRv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-EPSRv2-MIB::atEpsrv2PrimaryIfIsOnCommonSeg'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |