x25RtDstLinkAddrMode
BIANCA-BRICK-X25-MIB ·
.1.3.6.1.4.1.272.4.6.5.1.5
Object
column mandatory
r/w
Enumeration
This object specifies the way, the destination link address is generated. Default will use the default method for the target interface. When direct is selected, the destination address is taken from the route entry. Set to rule(4), the the address is generated according the rule defined in the x25RtDstLinkAddrRule entry of the x25RouteTable. Other methods will be developed in the future.
Context
- MIB
- BIANCA-BRICK-X25-MIB
- OID
.1.3.6.1.4.1.272.4.6.5.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- x25RouteEntry
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 'BIANCA-BRICK-X25-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-X25-MIB::x25RtDstLinkAddrMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-X25-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-X25-MIB::x25RtDstLinkAddrMode.<x25RtSrcIfIndex>.<x25RtDstIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-X25-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-X25-MIB::x25RtDstLinkAddrMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | direct |
3 | delete |
4 | rule |
5 | auto |