teTunnelSourceAddressType

TE-MIB · .1.3.6.1.2.1.122.1.2.1.6

Object

The type of Traffic Engineered Tunnel hop address
for the source of this Tunnel.  Typically, this
address type is IPv4 or IPv6, with a prefix length
of 32 or 128, respectively.  If the TE Tunnel path
is being computed by a path computation server,
however, it is possible to use more flexible source
address types, such as AS numbers or prefix lengths
less than host address lengths.
              
The value of this object cannot be changed
if the value of the corresponding teTunnelRowStatus
object is 'active'.

Context

MIB
TE-MIB
OID
.1.3.6.1.2.1.122.1.2.1.6
Type
column
Access
readwrite
Status
current
Parent
teTunnelEntry
Groups
1

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 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::teTunnelSourceAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::teTunnelSourceAddressType.<teTunnelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TE-MIB::teTunnelSourceAddressType'

Values & Constraints

Type Values
0unknown
1ipv4
2ipv6
3asnumber
4unnum
5lspid

Conformance

Member of
Compliance refinements
teModuleFullCompliance MPLS-TC-STD-MIB::TeHopAddressType
Values: ipv4(1), ipv6(2)
Write access is required. An implementation is
only required to support IPv4 and IPv6 host
addresses.
teModuleReadOnlyCompliance readonly MPLS-TC-STD-MIB::TeHopAddressType
Values: ipv4(1), ipv6(2)
Write access is not required. An
implementation is only required to support
IPv4 and IPv6 host addresses.
Write access is required. An implementation
of a path computation server SHOULD support all
types of tunnel source address types.
Write access is not required. A path
computation server SHOULD implement all types
of tunnel source address types.