nmslocIfFSIPtype
FS-NMS-INTERFACES ·
.1.3.6.1.4.1.52642.2.2.2.1.2
Object
column mandatory
Enumeration
Is this FSIP line DCE or DTE
Context
- MIB
- FS-NMS-INTERFACES
- OID
.1.3.6.1.4.1.52642.2.2.2.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nmslFSIPEntry
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 'FS-NMS-INTERFACES' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-INTERFACES::nmslocIfFSIPtype'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-INTERFACES' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-INTERFACES::nmslocIfFSIPtype.<nmslocIfFSIPIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-INTERFACES' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-INTERFACES::nmslocIfFSIPtype'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notAvailable |
2 | dte |
3 | dce |