ctTransSrOther
CTRON-TRANSLATION-MIB ·
.1.3.6.1.4.1.52.4.1.3.4.7.1.1.8
Object
column mandatory
r/w
Enumeration
This object determines how the sr/tp translation of all 'other
protocols' is handled. 'other protocols' includes any protocol not
mentioned above (i.e. IP,IPX,NetBIOS, or SNA) or any of those
mentioned above with the 'not supported' option selected.
This object applies to any 'other protocol' frame of type
'broadcast', 'destination unknown', or 'destination known but
'other protocol' not previously seen for this end station'.
This object is only applicable for SRT interfaces.
If tp (1) is selected, the frame is forwarded out the
SRT interface as a transparent frame.
If sr (2) is selected, the frame is forwarded out
the SRT interface as a source route frame. If this end station
has never been heard from before an explorer will be launched.
Which explorer frame (ARE or STE) is dependent on the object
ctTransSrExplorerMode defined above.
If auto (3) is selected, the frame is forwarded out the SRT
interface as both a transparent frame and as a source route frame.
The default value is product specific.
Context
- MIB
- CTRON-TRANSLATION-MIB
- OID
.1.3.6.1.4.1.52.4.1.3.4.7.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctTransSrEntry
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 'CTRON-TRANSLATION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-TRANSLATION-MIB::ctTransSrOther'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-TRANSLATION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-TRANSLATION-MIB::ctTransSrOther.<ctTransSrPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-TRANSLATION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-TRANSLATION-MIB::ctTransSrOther'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tp |
2 | sr |
3 | auto |