HH3C-EVC-MIB

File: HH3C-EVC-MIB.mib (19165 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
HH3C-OID-MIB

Imported symbols

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

Defined Types

Hh3cEvcSrvInstEntry  
SEQUENCE    
  hh3cEvcSrvInstId Integer32
  hh3cEvcSrvInstEncap INTEGER
  hh3cEvcSrvInstSvlanIdListLow OCTET STRING
  hh3cEvcSrvInstSvlanIdListHigh OCTET STRING
  hh3cEvcSrvInstRowStatus RowStatus
  hh3cEvcSrvInstEnableInStat TruthValue
  hh3cEvcSrvInstEnableOutStat TruthValue
  hh3cEvcSrvInstCvlanIdListLow OCTET STRING
  hh3cEvcSrvInstCvlanIdListHigh OCTET STRING

Hh3cEvcSrvInstCarEntry  
SEQUENCE    
  hh3cEvcSrvInstInCarIndex Integer32
  hh3cEvcSrvInstOutCarIndex Integer32

Hh3cEvcSrvInstStatInfoEntry  
SEQUENCE    
  hh3cEvcSrvInstInPackets Counter64
  hh3cEvcSrvInstInBytes Counter64
  hh3cEvcSrvInstOutPackets Counter64
  hh3cEvcSrvInstOutBytes Counter64

Defined Values

hh3cEvc 1.3.6.1.4.1.25506.2.106
Ethernet Virtual Connection MIB
MODULE-IDENTITY    

hh3cEvcObjects 1.3.6.1.4.1.25506.2.106.1
OBJECT IDENTIFIER    

hh3cEvcScalarGroup 1.3.6.1.4.1.25506.2.106.1.1
OBJECT IDENTIFIER    

hh3cEvcSrvInstEncapCapabilities 1.3.6.1.4.1.25506.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: encapDefault: Support for matching packets by the default criteria which matches packets that do not match any other service instance. encapUntagged: Support for matching untagged packets. encapTagged: Support for matching all tagged packets. encapSvlanId: Support for matching packets by an 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: Support for matching only tagged packets by an SVLAN ID or a SVLAN ID list. encapSvlanIdCvlanId: Support for matching packets by an SVLAN ID and a CVLAN ID. encapSvlanIdCvlanIdList: Support for matching packets by an SVLAN ID and a CVLAN ID list. encapCvlanId: Support for matching packets by a CVLAN ID. encapCvlanIdList: Support for matching packets by a CVLAN ID list.
Status: current Access: read-only
OBJECT-TYPE    
  BITS encapDefault(0), encapUntagged(1), encapTagged(2), encapSvlanId(3), encapSvlanIdList(4), encapSvlanIdOnlyTagged(5), encapSvlanIdCvlanId(6), encapSvlanIdCvlanIdList(7), encapCvlanId(8), encapCvlanIdList(9)  

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

hh3cEvcSrvInstTable 1.3.6.1.4.1.25506.2.106.1.2
A table for configuring service instance parameter of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cEvcSrvInstEntry

hh3cEvcSrvInstEntry 1.3.6.1.4.1.25506.2.106.1.2.1
An entry for configuring service instance parameter of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cEvcSrvInstEntry  

hh3cEvcSrvInstId 1.3.6.1.4.1.25506.2.106.1.2.1.1
Service instance ID. Its value ranges from 1 to the value of hh3cEvcPortMaxSrvInstNum.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cEvcSrvInstEncap 1.3.6.1.4.1.25506.2.106.1.2.1.2
Encapsulation mode of a service instance. none : Invalid value. default : Match packets by the default criteria which matches packets that do not match any other service instance. It is supported when the encapDefault field of hh3cEvcCapabilities is set. untagged : Match untagged packets. It is supported when the encapUntagged field of hh3cEvcCapabilities is set. tagged : Match all tagged packets. It is supported when the encapTagged field of hh3cEvcCapabilities 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 hh3cEvcSrvInstSvlanIdListLow and hh3cEvcSrvInstSvlanIdListHigh. It is supported when the encapSvlanId or encapSvlanIdList field of hh3cEvcCapabilities is set. Only a VLAN ID is supported when the encapSvlanId field of hh3cEvcCapabilities is set. svlanIdListOnlyTagged: Match only tagged packets by an SVLAN ID list, the SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow and hh3cEvcSrvInstSvlanIdListLow. It is supported when the encapSvlanId (or encapSvlanIdList) and encapSvlanIdOnlyTagged fields of hh3cEvcCapabilities are set. Only a VLAN ID is supported when the encapSvlanId and encapSvlanIdOnlyTagged field of hh3cEvcCapabilities are set. svlanIdCvlanId: Match packets by an SVLAN ID and a CVLAN ID. The SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow or hh3cEvcSrvInstSvlanIdListHigh. The CVLAN ID is denoted by hh3cEvcSrvInstCvlanIdListLow or hh3cEvcSrvInstCvlanIdListHigh. It is supported when the encapSvlanIdCvlanId field of hh3cEvcCapabilities is set. svlanIdCvlanIdList: Match packets by an SVLAN ID and a CVLAN ID list. The SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow or hh3cEvcSrvInstSvlanIdListHigh. The CVLAN ID list is denoted by hh3cEvcSrvInstCvlanIdListLow and hh3cEvcSrvInstCvlanIdListHigh. It is supported when the encapSvlanIdCvlanIdList field of hh3cEvcCapabilities is set. svlanIdCvlanIdAll: Match packets by an SVLAN ID and all CVLAN IDs. The SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow or hh3cEvcSrvInstSvlanIdListHigh. The CVLAN ID includes all VLAN IDs. It is supported when the encapSvlanIdCvlanIdList field of hh3cEvcCapabilities is set. cvlanIdList: Match packets by CVLAN ID list. The CVLAN ID list is denoted by hh3cEvcSrvInstCvlanIdListLow and hh3cEvcSrvInstCvlanIdListLow. It is supported when the encapCvlanId or encapCvlanIdList field of hh3cEvcCapabilities is set.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), default(1), untagged(2), tagged(3), svlanIdList(4), svlanIdListOnlyTagged(5), svlanIdCvlanId(6), svlanIdCvlanIdList(7), svlanIdCvlanIdAll(8), cvlanIdList(9)  

hh3cEvcSrvInstSvlanIdListLow 1.3.6.1.4.1.25506.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)  

hh3cEvcSrvInstSvlanIdListHigh 1.3.6.1.4.1.25506.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)  

hh3cEvcSrvInstRowStatus 1.3.6.1.4.1.25506.2.106.1.2.1.5
Operation status of this table entry. When a row in this table is in active state, no objects in that row can be modified by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cEvcSrvInstEnableInStat 1.3.6.1.4.1.25506.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  

hh3cEvcSrvInstEnableOutStat 1.3.6.1.4.1.25506.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  

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

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

hh3cEvcSrvInstCarTable 1.3.6.1.4.1.25506.2.106.1.3
A table of configuring CAR for the service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cEvcSrvInstCarEntry

hh3cEvcSrvInstCarEntry 1.3.6.1.4.1.25506.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    
  Hh3cEvcSrvInstCarEntry  

hh3cEvcSrvInstInCarIndex 1.3.6.1.4.1.25506.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 hh3cIfQoSAggregativeCarIndex at HH3C-IFQOS2-MIB. The default value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cEvcSrvInstOutCarIndex 1.3.6.1.4.1.25506.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 hh3cIfQoSAggregativeCarIndex at HH3C-IFQOS2-MIB. The default value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cEvcSrvInstStatInfoTable 1.3.6.1.4.1.25506.2.106.1.4
A table for displaying statistics information of service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cEvcSrvInstStatInfoEntry

hh3cEvcSrvInstStatInfoEntry 1.3.6.1.4.1.25506.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    
  Hh3cEvcSrvInstStatInfoEntry  

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

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

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

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