A3COM-HUAWEI-EVC-MIB

File: A3COM-HUAWEI-EVC-MIB.mib (14261 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
A3COM-HUAWEI-OID-MIB

Imported symbols

RowStatus TruthValue MODULE-IDENTITY
OBJECT-TYPE Integer32 Counter64
ifIndex h3cCommon

Defined Types

H3cEvcSrvInstEntry  
SEQUENCE    
  h3cEvcSrvInstId Integer32
  h3cEvcSrvInstEncap INTEGER
  h3cEvcSrvInstSvlanIdListLow OCTET STRING
  h3cEvcSrvInstSvlanIdListHigh OCTET STRING
  h3cEvcSrvInstRowStatus RowStatus
  h3cEvcSrvInstEnableInStat TruthValue
  h3cEvcSrvInstEnableOutStat TruthValue

H3cEvcSrvInstCarEntry  
SEQUENCE    
  h3cEvcSrvInstInCarIndex Integer32
  h3cEvcSrvInstOutCarIndex Integer32

H3cEvcSrvInstStatInfoEntry  
SEQUENCE    
  h3cEvcSrvInstInPackets Counter64
  h3cEvcSrvInstInBytes Counter64
  h3cEvcSrvInstOutPackets Counter64
  h3cEvcSrvInstOutBytes Counter64

Defined Values

h3cEvc 1.3.6.1.4.1.43.45.1.10.2.106
Ethernet Virtual Connection MIB
MODULE-IDENTITY    

h3cEvcObjects 1.3.6.1.4.1.43.45.1.10.2.106.1
OBJECT IDENTIFIER    

h3cEvcScalarGroup 1.3.6.1.4.1.43.45.1.10.2.106.1.1
OBJECT IDENTIFIER    

h3cEvcSrvInstEncapCapabilities 1.3.6.1.4.1.43.45.1.10.2.106.1.1.1
This object displays the encapsulation capabilities of service instance with respect to certain fields. The following values may be supported: encapPortBased: Support for matching packets by port. encapUntagged: Support for matching untagged packets. encapTagged: Support for matching all tagged packets. encapSvlanId: Support for matching packets by a SVLAN ID, and the packets may be untagged if PVID of the port is the SVLAN ID when the encapSvlanIdOnlyTagged field is not set. encapSvlanIdList: Support for matching packets by SVLAN ID list, and the packets may be untagged if PVID of the port is in SVLAN ID list when the encapSvlanIdOnlyTagged field is not set. encapSvlanIdOnlyTagged: encapSvlanId or encapSvlanId field indicates to support for matching only tagged packets when this field is set.
Status: current Access: read-only
OBJECT-TYPE    
  BITS encapPortBased(0), encapUntagged(1), encapTagged(2), encapSvlanId(3), encapSvlanIdList(4), encapSvlanIdOnlyTagged(5)  

h3cEvcPortMaxSrvInstNum 1.3.6.1.4.1.43.45.1.10.2.106.1.1.2
The max service instance number of a port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cEvcSrvInstTable 1.3.6.1.4.1.43.45.1.10.2.106.1.2
A table for configuring service instance parameter of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvcSrvInstEntry

h3cEvcSrvInstEntry 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1
An entry for configuring service instance parameter of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvcSrvInstEntry  

h3cEvcSrvInstId 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.1
Service instance ID. Its value ranges from 1 to the value of h3cEvcPortMaxSrvInstNum.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cEvcSrvInstEncap 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.2
Encapsulation mode of a service instance. none : Invalid value. portBased : Match packets by port. It is supported when encapPortBased field of h3cEvcCapabilities is set. untagged : Match untagged packets. It is supported when encapUntagged field of h3cEvcCapabilities is set. tagged : Match all tagged packets. It is supported when encapTagged field of h3cEvcCapabilities is set. svlanIdList: Match packets by SVLAN ID list and untagged packets if PVID of the port is in SVLAN ID list, the SVLAN ID list is denoted by h3cEvcSrvInstSvlanIdListLow and h3cEvcSrvInstSvlanIdListLow. It is supported when encapSvlanId or encapSvlanIdList field of h3cEvcCapabilities is set. Only a VLAN ID is supported when encapSvlanId field of h3cEvcCapabilities is set. svlanIdListOnlyTagged: Match only tagged packets by SVLAN ID list, the SVLAN ID is denoted by h3cEvcSrvInstSvlanIdListLow and h3cEvcSrvInstSvlanIdListLow. It is supported when encapSvlanId (or encapSvlanIdList) and encapSvlanIdOnlyTagged fields of h3cEvcCapabilities are set. Only a VLAN ID is supported when encapSvlanId and encapSvlanIdOnlyTagged field of h3cEvcCapabilities are set.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), portBased(1), untagged(2), tagged(3), svlanIdList(4), svlanIdListOnlyTagged(5)  

h3cEvcSrvInstSvlanIdListLow 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.3
This object contains the first 2048 bits of the 4096 bit vector indicating which SVLAN IDs are assigned to this service instance. The lowest order bit of the first octet corresponds to SVLAN 1, while the highest order bit of the last octet corresponds to SVLAN 2048. A bit that is on (equal to 1) indicates that the corresponding SVLAN ID is assigned to this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

h3cEvcSrvInstSvlanIdListHigh 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.4
This object contains the second 2048 bits of the 4096 bit vector indicating which SVLAN IDs are assigned to this service instance. The lowest order bit of the first octet corresponds to SVLAN 2049, while the third highest order bit of the last octet corresponds to SVLAN 4094. A bit that is on (equal to 1) indicates that the corresponding SVLAN ID is assigned to this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

h3cEvcSrvInstRowStatus 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.5
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cEvcSrvInstEnableInStat 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.6
The object is used to configure inbound statistics function to this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cEvcSrvInstEnableOutStat 1.3.6.1.4.1.43.45.1.10.2.106.1.2.1.7
The object is used to configure outbound statistics function to this service instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cEvcSrvInstCarTable 1.3.6.1.4.1.43.45.1.10.2.106.1.3
A table of configuring CAR for the service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvcSrvInstCarEntry

h3cEvcSrvInstCarEntry 1.3.6.1.4.1.43.45.1.10.2.106.1.3.1
An entry in the table containing CAR configuration on the service instance. If the following entries are not supported by the service instance, or not configured to the service instance, they are zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvcSrvInstCarEntry  

h3cEvcSrvInstInCarIndex 1.3.6.1.4.1.43.45.1.10.2.106.1.3.1.1
The object is used to configure inbound CAR function to this service instance. The CAR index is defined in h3cIfQoSAggregativeCarIndex at A3COM-HUAWEI-IFQOS2-MIB. The default value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEvcSrvInstOutCarIndex 1.3.6.1.4.1.43.45.1.10.2.106.1.3.1.2
The object is used to configure outbound CAR function to this service instance. The CAR index is defined in h3cIfQoSAggregativeCarIndex at A3COM-HUAWEI-IFQOS2-MIB. The default value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEvcSrvInstStatInfoTable 1.3.6.1.4.1.43.45.1.10.2.106.1.4
A table for displaying statistics information of service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvcSrvInstStatInfoEntry

h3cEvcSrvInstStatInfoEntry 1.3.6.1.4.1.43.45.1.10.2.106.1.4.1
Table entry of the service instance. If the statistics function is not supported by the service instance, or not configured to the service instance, following entries will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvcSrvInstStatInfoEntry  

h3cEvcSrvInstInPackets 1.3.6.1.4.1.43.45.1.10.2.106.1.4.1.1
Number of inbound packets received on this service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cEvcSrvInstInBytes 1.3.6.1.4.1.43.45.1.10.2.106.1.4.1.2
Byte counts of inbound packets received on this service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cEvcSrvInstOutPackets 1.3.6.1.4.1.43.45.1.10.2.106.1.4.1.3
Number of outbound packets transmitted on this service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cEvcSrvInstOutBytes 1.3.6.1.4.1.43.45.1.10.2.106.1.4.1.4
Byte counts of outbound packets transmitted on this service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64