hwExtSrvFlowSourceType
HUAWEI-ETHERLIKE-EXT-MIB ·
.1.3.6.1.4.1.2011.5.14.5.2.1.29
Object
column r/w
Enumeration
Indicates the source end-point type of a service flow.
Options:
1. root(1) -indicates that the source end-point is a switch domain.
A switch domain for service flow indicates an S-VLAN.
2. leaf(2) -indicates that the source end-point is a port or logical port.
A port or logical port for service flow indicates a flow point (FP).
The source end-point locates the network side.
If the source end-point type is root(1) and the destination is leaf(2), the flow is called switch-oriented.
If the source end-point type is leaf(2) and the destination is leaf(2), the flow is connection-oriented.
Context
- MIB
- HUAWEI-ETHERLIKE-EXT-MIB
- OID
.1.3.6.1.4.1.2011.5.14.5.2.1.29- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwExtSrvFlowEntry
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 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwExtSrvFlowSourceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwExtSrvFlowSourceType.<hwExtSrvFlowIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHERLIKE-EXT-MIB::hwExtSrvFlowSourceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | root |
2 | leaf |