fsfrExtCircuitMapStatus
FS-FRAME-RELAY-MIB ·
.1.3.6.1.4.1.52642.1.1.10.2.50.1.2.2.1.4
Object
column Integer32
The mapping protocols (internally considered as
the 'link type') applied on this circuit.
The value ranges from 0 to 2047.
For point-to-point DLCI, the value stays zero.
Otherwise, the value is a sum. It initially takes
the value zero, then, for each type of Protocol,
2 raised to a power is added to the sum.
The following table presents respective power and
equivalent value for each applicable type:
Protocol Power Value
-------- ----- -----
IP 0 1
IPX 1 2
Appletalk 2 4
XNS 3 8
VINES 4 16
DECnet 5 32
CLNS 6 64
Bridging 7 128
RSRB 8 256
STUN 9 512
LLC2 10 1024
For example, value 3 means the circuit's mapping
protocols include IP and IPX. (3 = 2**1 + 2**0,
where 0 corresponds to IP and 1 to IPX.) Value 0
means there is currently no mapping protocol for
the circuit.
See fsfrMapTable for more mapping information.
Context
- MIB
- FS-FRAME-RELAY-MIB
- OID
.1.3.6.1.4.1.52642.1.1.10.2.50.1.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fsfrExtCircuitEntry
- Groups
- 4
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-FRAME-RELAY-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-FRAME-RELAY-MIB::fsfrExtCircuitMapStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-FRAME-RELAY-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-FRAME-RELAY-MIB::fsfrExtCircuitMapStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-FRAME-RELAY-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-FRAME-RELAY-MIB::fsfrExtCircuitMapStatus'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-2047