hwCarGroupSrvFlowEndPointType

HUAWEI-ETHERLIKE-EXT-MIB · .1.3.6.1.4.1.2011.5.14.3.24.1.4

Object

column r/w Enumeration
Indicates the end-point type of a connection-oriented service flow. 
Options: 
1. destination(1)  -indicates the destination end-point of a connection-oriented service port.
2. source(2)       -indicates the source end-point of a connection-oriented service port. 
3: invalid(-1)     -indicates the switch-oriented service port.                                  
When adding the source of a connection-oriented service port to a Car-Group, you must set the value of this leaf to source(2). 
When adding the destination of a connection-oriented service port to a Car-Group, you can set the value of this leaf to destination(1), or not bind this leaf. 
When adding a switched-oriented service port to a Car-Group, you can set the value of this leaf to any valid value, or not bind this leaf. 
When a service port in a Car-Group is queried, if this port is a switch-oriented service port, the value of this leaf is invalid(-1); 
if this port is the source of a connection-oriented service port, the value of this leaf is source (2); 
if this port is the destination of a connection-oriented service port, the value of this leaf is destination (1).

Context

MIB
HUAWEI-ETHERLIKE-EXT-MIB
OID
.1.3.6.1.4.1.2011.5.14.3.24.1.4
Type
column
Access
readwrite
Status
current
Parent
hwCarGroupSrvFlowEntry

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 '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::hwCarGroupSrvFlowEndPointType'
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::hwCarGroupSrvFlowEndPointType.<hwCarGroupMemberIndex>.<hwCarGroupSrvFlowIndex>'
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::hwCarGroupSrvFlowEndPointType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
-1invalid
1destination
2source