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
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 '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'
Syntax
- Source
- MPLS-TC-STD-MIBTeHopAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | asnumber |
4 | unnum |
5 | lspid |
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.
only required to support IPv4 and IPv6 host
addresses.
Values:
ipv4(1), ipv6(2)
Write access is not required. An
implementation is only required to support
IPv4 and IPv6 host addresses.
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.
of a path computation server SHOULD support all
types of tunnel source address types.
teModuleServerReadOnlyCompliance
readonly
Write access is not required. A path
computation server SHOULD implement all types
of tunnel source address types.
computation server SHOULD implement all types
of tunnel source address types.