ctTransSrIP

CTRON-TRANSLATION-MIB · .1.3.6.1.4.1.52.4.1.3.4.7.1.1.4

Object

column mandatory r/w Enumeration
This object determines how the sr/tp translation of IP frames 
of type 'broadcast', 'destination unknown', or 'destination 
known but IP not previously seen for this end station' should 
be translated.  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.
              
If not supported (4) is selected then the sr/tp translation of these
types of IP frames will be based on the configuration of the ctTransSrOther
managed object.
              
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.4
Type
column
Access
readwrite
Status
mandatory
Parent
ctTransSrEntry

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 'CTRON-TRANSLATION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-TRANSLATION-MIB::ctTransSrIP'
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::ctTransSrIP.<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::ctTransSrIP'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1tp
2sr
3auto
4notsupported