HUAWEI-MINM-MIB

File: HUAWEI-MINM-MIB.mib (113841 bytes)

Imported modules

HUAWEI-MIB IF-MIB P-BRIDGE-MIB
SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Q-BRIDGE-MIB IANA-ADDRESS-FAMILY-NUMBERS-MIB TRANSPORT-ADDRESS-MIB
HUAWEI-L2IF-MIB

Imported symbols

hwDatacomm InterfaceIndex EnabledStatus
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
Gauge32 Integer32 Unsigned32
Counter32 Counter64 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE MacAddress
RowStatus TruthValue TimeStamp
TEXTUAL-CONVENTION VlanIdOrNone VlanId
AddressFamilyNumbers TransportDomain TransportAddress
VlanList InterfaceIndexOrZero

Defined Types

HWAdminStatus  
Indicates the administration status as follows: up(1), down(2)
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

HWOperStatus  
Indicates the operation status as follows: up(1), down(2)
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

HwDot1agCfmCcmInterval  
Indicates the interval at which CCMs are sent by a MEP. The possible values are: intervalInvalid(1) No CCMs are sent (disabled). interval300Hz(2) CCMs are sent every 3 1/3 milliseconds (300Hz). interval10ms(3) CCMs are sent every 10 milliseconds. interval100ms(4) CCMs are sent every 100 milliseconds. interval1s(5) CCMs are sent every 1 second. interval10s(6) CCMs are sent every 10 seconds. interval1min(7) CCMs are sent every minute. interval10min(8) CCMs are sent every 10 minutes. interval20ms(9) CCMs are sent every 10 milliseconds. interval30ms(10) CCMs are sent every 10 milliseconds. interval50ms(11) CCMs are sent every 10 milliseconds. Note: enumerations start at zero to match the 'CCM Interval field' protocol field.
TEXTUAL-CONVENTION    
  INTEGER intervalInvalid(1), interval300Hz(2), interval10ms(3), interval100ms(4), interval1s(5), interval10s(6), interval1min(7), interval10min(8), interval20ms(9), interval30ms(10), interval50ms(11)  

HwDot1agCfmRelayActionFieldValue  
Indicates the possible values the Relay action field can take.
TEXTUAL-CONVENTION    
  INTEGER rlyHit(1), rlyFdb(2), rlyMpdb(3)  

HwLldpChassisIdSubtype  
This TC describes the source of a chassis identifier. The enumeration 'chassisComponent(1)' represents a chassis identifier based on the value of entPhysicalAlias object (defined in IETF RFC 2737) for a chassis component (i.e., an entPhysicalClass value of 'chassis(3)'). The enumeration 'interfaceAlias(2)' represents a chassis identifier based on the value of ifAlias object (defined in IETF RFC 2863) for an interface on the containing chassis. The enumeration 'portComponent(3)' represents a chassis identifier based on the value of entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component (i.e., entPhysicalClass value of 'port(10)' or 'backplane(4)'), within the containing chassis. The enumeration 'macAddress(4)' represents a chassis identifier based on the value of a unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), of a port on the containing chassis as defined in IEEE Std 802-2001. The enumeration 'networkAddress(5)' represents a chassis identifier based on a network address, associated with a particular chassis. The encoded address is actually composed of two fields. The first field is a single octet, representing the IANA AddressFamilyNumbers value for the specific address type, and the second field is the network address value. The enumeration 'interfaceName(6)' represents a chassis identifier based on the value of ifName object (defined in IETF RFC 2863) for an interface on the containing chassis. The enumeration 'local(7)' represents a chassis identifier based on a locally defined value.
TEXTUAL-CONVENTION    
  INTEGER chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)  

HwLldpChassisId  
This TC describes the format of a chassis identifier string. Objects of this type are always used with an associated LldpChassisIdSubtype object, which identifies the format of the particular LldpChassisId object instance. If the associated LldpChassisIdSubtype object has a value of 'chassisComponent(1)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a chassis component (i.e., an entPhysicalClass value of 'chassis(3)'). If the associated LldpChassisIdSubtype object has a value of 'interfaceAlias(2)', then the octet string identifies a particular instance of the ifAlias object (defined in IETF RFC 2863) for an interface on the containing chassis. If the particular ifAlias object does not contain any values, another chassis identifier type should be used. If the associated LldpChassisIdSubtype object has a value of 'portComponent(3)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component within the containing chassis. If the associated LldpChassisIdSubtype object has a value of 'macAddress(4)', then this string identifies a particular unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), of a port on the containing chassis as defined in IEEE Std 802-2001. If the associated LldpChassisIdSubtype object has a value of 'networkAddress(5)', then this string identifies a particular network address, encoded in network byte order, associated with one or more ports on the containing chassis. The first octet contains the IANA Address Family Numbers enumeration value for the specific address type, and octets 2 through N contain the network address value in network byte order. If the associated LldpChassisIdSubtype object has a value of 'interfaceName(6)', then the octet string identifies a particular instance of the ifName object (defined in IETF RFC 2863) for an interface on the containing chassis. If the particular ifName object does not contain any values, another chassis identifier type should be used. If the associated LldpChassisIdSubtype object has a value of 'local(7)', then this string identifies a locally assigned Chassis ID.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

HwLldpPortIdSubtype  
This TC describes the source of a particular type of port identifier used in the LLDP MIB. The enumeration 'interfaceAlias(1)' represents a port identifier based on the ifAlias MIB object, defined in IETF RFC 2863. The enumeration 'portComponent(2)' represents a port identifier based on the value of entPhysicalAlias (defined in IETF RFC 2737) for a port component (i.e., entPhysicalClass value of 'port(10)'), within the containing chassis. The enumeration 'macAddress(3)' represents a port identifier based on a unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), which has been detected by the agent and associated with a particular port (IEEE Std 802-2001). The enumeration 'networkAddress(4)' represents a port identifier based on a network address, detected by the agent and associated with a particular port. The enumeration 'interfaceName(5)' represents a port identifier based on the ifName MIB object, defined in IETF RFC 2863. The enumeration 'agentCircuitId(6)' represents a port identifier based on the agent-local identifier of the circuit (defined in RFC 3046), detected by the agent and associated with a particular port. The enumeration 'local(7)' represents a port identifier based on a value locally assigned.
TEXTUAL-CONVENTION    
  INTEGER interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)  

HwLldpPortId  
This TC describes the format of a port identifier string. Objects of this type are always used with an associated LldpPortIdSubtype object, which identifies the format of the particular LldpPortId object instance. If the associated LldpPortIdSubtype object has a value of 'interfaceAlias(1)', then the octet string identifies a particular instance of the ifAlias object (defined in IETF RFC 2863). If the particular ifAlias object does not contain any values, another port identifier type should be used. If the associated LldpPortIdSubtype object has a value of 'portComponent(2)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component. If the associated LldpPortIdSubtype object has a value of 'macAddress(3)', then this string identifies a particular unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order) associated with the port (IEEE Std 802-2001). If the associated LldpPortIdSubtype object has a value of 'networkAddress(4)', then this string identifies a network address associated with the port. The first octet contains the IANA AddressFamilyNumbers enumeration value for the specific address type, and octets 2 through N contain the networkAddress address value in network byte order. If the associated LldpPortIdSubtype object has a value of 'interfaceName(5)', then the octet string identifies a particular instance of the ifName object (defined in IETF RFC 2863). If the particular ifName object does not contain any values, another port identifier type should be used. If the associated LldpPortIdSubtype object has a value of 'agentCircuitId(6)', then this string identifies a agent-local identifier of the circuit (defined in RFC 3046). If the associated LldpPortIdSubtype object has a value of 'local(7)', then this string identifies a locally assigned port ID.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

HwLldpManAddrIfSubtype  
This TC describes the basis of a particular type of interface associated with the management address. The enumeration 'unknown(1)' represents the case where the interface is not known. The enumeration 'ifIndex(2)' represents interface identifier based on the ifIndex MIB object. The enumeration 'systemPortNumber(3)' represents interface identifier based on the system port numbering convention.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), ifIndex(2), systemPortNumber(3)  

HwLldpManAddress  
The value of a management address associated with the LLDP agent that may be used to reach higher layer entities to assist discovery by network management. It should be noted that appropriate security credentials, such as SNMP engineId, may be required to access the LLDP agent using a management address. These necessary credentials should be known by the network management and the objects associated with the credentials are not included in the LLDP agent.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..31)  

HwDot1agCfmIngressActionFieldValue  
Possible values returned in the ingress action field.
TEXTUAL-CONVENTION    
  INTEGER ingOk(1), ingDown(2), ingBlocked(3), ingVid(4)  

HwDot1agCfmEgressActionFieldValue  
Possible values returned in the egress action field
TEXTUAL-CONVENTION    
  INTEGER egrOK(1), egrDown(2), egrBlocked(3), egrVid(4)  

HWApsInterval  
Indicates the time interval for fast sending of Aps packets described in the G.8031. By default, it is 3.3 ms. Optional values for sending interval are as follows: apsInterval3dot3ms(1): indicates a sending interval of 3.3 ms. apsInterval5ms(2): indicates a sending interval of 5 ms. apsInterval10ms(3): indicates a sending interval of 10 ms. apsInterval15ms(4): indicates a sending interval of 15 ms. apsInterval20ms(5): indicates a sending interval of 20 ms. apsInterval30ms(6): indicates a sending interval of 30 ms.
TEXTUAL-CONVENTION    
  INTEGER apsInterval3dot3ms(1), apsInterval5ms(2), apsInterval10ms(3), apsInterval15ms(4), apsInterval20ms(5), apsInterval30ms(6)  

HWProtectMode  
Indicates the protection modes of the G.8031 Aps protection group of mac-tunnels. oneplusonebidirectional(1): 1 + 1 switchover protection modes on both ends oneplusoneunidirectional(2): 1 + 1 switchover protection modes on a single end onetoone(3): 1:1 protection mode By the default, the 1:1 protection mode is used.
TEXTUAL-CONVENTION    
  INTEGER onePlusOneBidirectional(1), onePlusOneUnidirectional(2), oneToOne(3)  

HWSwitchOperation  
Indicates the switchover commands for the Aps protection group of mac-tunnels. The priority levels in a descending order are: clear, lock, force and manual. clear(1): clears the lock, force and manual commands, and WTR state on the local end. After the local commands are cleared, the WTR state cannot be entered. lock(2): locks the services on the working tunnel. force(3): forcibly switches the services to the protection tunnel when the protection tunnel is in sound state. manual(4): forcibly switches the services to the protection channel when the working and the protection tunnel are in sound state. null(5):there is not manual commands.
TEXTUAL-CONVENTION    
  INTEGER clear(1), lock(2), force(3), manual(4), null(5)  

HWProtectProtocol  
Indicates the protection protocol of the protection group of mac-tunnels. protocolAps(1): use an APS protocol to enhance the protection switching. protocolOam(2): not using any APS protocol to enhance the protection switching. By the default, the Protocol OAM is used.
TEXTUAL-CONVENTION    
  INTEGER protocolAps(1), protocolOam(2)  

HWServiceType  
Indicates the type of a service instance as follows: p2p(1): indicates the type of a point-to-point service instance. mp2mp(2): indicates the type of a multi-point to multi-point service instance. By default, the service type is mp2mp.
TEXTUAL-CONVENTION    
  INTEGER p2p(1), mp2mp(2)  

HWInterfaceType  
Indicates the interface type of a service instance. The encApsulation mapping modes of the service instance can be configured as follows: transparent(1): indicates the transparent transmission mode. oneToOne(2): indicates the one-to-one in the s-tagged mode. bundling(3): indicates the bundling in the s-tagged mode. By default, the s-tagged bundling mode is used.
TEXTUAL-CONVENTION    
  INTEGER transparent(1), oneToOne(2), bundling(3)  

HWProcessBehavior  
Indicates the processing behavior of packets as follows: discard(1), forward(2)
TEXTUAL-CONVENTION    
  INTEGER discard(1), forward(2)  

HWStaticMacFwdType  
Indicates the type of the static MAC forwarding table of a service instance: static(1): indicates a static entry. blackhole(2): indicates a blackhole entry.
TEXTUAL-CONVENTION    
  INTEGER static(1), blackhole(2)  

HwDot1agCfmMepIdOrZero  
Indicates the Maintenance association End Point Identifier (MEPID): A small integer, unique over a given Maintenance Association, identifying a specific MEP. The special value 0 is allowed to indicate special cases, for example that no MEPID is configured in a given Maintenance Association point. Whenever an object is defined with this SYNTAX, then the DESCRIPTION clause of such an object MUST specify what the special value of 0 means.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 1..8191  

HwMinMMacTnlCfgEntry  
SEQUENCE    
  hwMinMMacTnlIndex Unsigned32
  hwMinMMacTnlName OCTET STRING
  hwMinMMacTnlDMac MacAddress
  hwMinMMacTnlBVlanID VlanIdOrNone
  hwMinMMacTnlBVlanType OCTET STRING
  hwMinMMacTnlPriorityValue Integer32
  hwMinMMacTnlOutgoingIfIndex InterfaceIndexOrZero
  hwMinMMacTnlSplitHorizonEnable EnabledStatus
  hwMinMMacTnlAdminStatus HWAdminStatus
  hwMinMMacTnlOperStatus HWOperStatus
  hwMinMMacTnlDescription OCTET STRING
  hwMinMMacTnlStatisticsReset EnabledStatus
  hwMinMMacTnlPriorityTrustITag TruthValue
  hwMinMMacTnlDeiTrustIDei TruthValue
  hwMinMMacTnlDeiValue Integer32
  hwMinMMacTnlRowStatus RowStatus

HwMinMMacTnlStatisticsEntry  
SEQUENCE    
  hwMinMMacTnlInPackets Counter64
  hwMinMMacTnlInBytes Counter64
  hwMinMMacTnlOutPackets Counter64
  hwMinMMacTnlOutBytes Counter64

HwMacTnlNameToIndexMappingEntry  
SEQUENCE    
  hwMacTnlName OCTET STRING
  hwMacTnlIndex Unsigned32

HwMinMMacTnlCCEntry  
SEQUENCE    
  hwMinMMacTnlCfmEnable EnabledStatus
  hwMinMMacTnlCCInterval HwDot1agCfmCcmInterval
  hwMinMMacTnlSomeRMepCcmDefect TruthValue
  hwMinMMacTnlSomeRdiDefect TruthValue
  hwMinMMacTnlCcReceiveEnabled TruthValue
  hwMinMMacTnlCCRowStatus RowStatus

HwMinMMacTnlLbEntry  
SEQUENCE    
  hwMinMMacTnlLbmEnable EnabledStatus
  hwMinMMacTnlLbmTimeStamp TimeStamp
  hwMinMMacTnlLbmTimeOut Integer32
  hwMinMMacTnlLbmTimes Integer32
  hwMinMMacTnlLbmSize Integer32
  hwMinMMacTnlLbrIn Counter32
  hwMinMMacTnlLbmResult TruthValue
  hwMinMMacTnlLbRowStatus RowStatus

HwMinMMacTnlLbResultEntry  
SEQUENCE    
  hwMinMMacTnlMacPingRTTMin Gauge32
  hwMinMMacTnlMacPingRTTMax Gauge32
  hwMinMMacTnlMacPingRTTAvg Gauge32
  hwMinMMacTnlMacPingPacketLossRatio Gauge32

HwMinMMacTnlLtmEntry  
SEQUENCE    
  hwMinMMacTnlLtmEnable EnabledStatus
  hwMinMMacTnlLtmTimeStamp TimeStamp
  hwMinMMacTnlLtmTimeOut Integer32
  hwMinMMacTnlLtmFlags BITS
  hwMinMMacTnlLtmTtl Unsigned32
  hwMinMMacTnlLtmSeqNumber Unsigned32
  hwMinMMacTnlLtmEgressIdentifier Unsigned32
  hwMinMMacTnlLtmResult TruthValue
  hwMinMMacTnlLtmRowStatus RowStatus

HwMinMMacTnlLtrEntry  
SEQUENCE    
  hwMinMMacTnlLtrSeqNumber Unsigned32
  hwMinMMacTnlLtrReceiveOrder Unsigned32
  hwMinMMacTnlLtrTtl Unsigned32
  hwMinMMacTnlLtrForwarded TruthValue
  hwMinMMacTnlLtrLastEgressIdentifier OCTET STRING
  hwMinMMacTnlLtrNextEgressIdentifier OCTET STRING
  hwMinMMacTnlLtrRelay HwDot1agCfmRelayActionFieldValue
  hwMinMMacTnlLtrIngress HwDot1agCfmIngressActionFieldValue
  hwMinMMacTnlLtrIngressMac MacAddress
  hwMinMMacTnlLtrIngressPortIdSubtype HwLldpPortIdSubtype
  hwMinMMacTnlLtrIngressPortId HwLldpPortId
  hwMinMMacTnlLtrEgress HwDot1agCfmEgressActionFieldValue
  hwMinMMacTnlLtrEgressMac MacAddress
  hwMinMMacTnlLtrEgressPortIdSubtype HwLldpPortIdSubtype
  hwMinMMacTnlLtrEgressPortId HwLldpPortId

HwMinMMacTnlApsCfgEntry  
SEQUENCE    
  hwMinMProtectMacTnlIndex Unsigned32
  hwMinMProtectMacTnlName OCTET STRING
  hwMinMProtectMacTnlDMac MacAddress
  hwMinMProtectMacTnlBVlanID VlanId
  hwMinMProtectApsSwitchMode HWProtectMode
  hwMinMProtectProtocolApsEnable EnabledStatus
  hwMinMProtectApsFastInterval HWApsInterval
  hwMinMProtectHoldoffTime Integer32
  hwMinMProtectRevMode EnabledStatus
  hwMinMProtectRevWtrTime Integer32
  hwMinMProtectSwitchOperation HWSwitchOperation
  hwMinMProtectProtocol HWProtectProtocol
  hwMinMProtectRowStatus RowStatus

HwMinMSICfgEntry  
SEQUENCE    
  hwMinMSIIndex Unsigned32
  hwMinMSIID Integer32
  hwMinMSIName OCTET STRING
  hwMinMSIServiceType HWServiceType
  hwMinMSIPriorityTrust8021p TruthValue
  hwMinMSIPriorityValue Integer32
  hwMinMSIInterfaceType HWInterfaceType
  hwMinMSIAdminStatus HWAdminStatus
  hwMinMSIOperStatus HWOperStatus
  hwMinMSIMacLearningEnable EnabledStatus
  hwMinMSIMacLimitAction HWProcessBehavior
  hwMinMSIMacLimitAlarm EnabledStatus
  hwMinMSIMacLimitMaxinum Integer32
  hwMinMSIL2CtrlProProcess BITS
  hwMinMSIUnknownUnicastEnbale EnabledStatus
  hwMinMSIMulticastEnable EnabledStatus
  hwMinMSIBroadcastEnable EnabledStatus
  hwMinMSIDescription OCTET STRING
  hwMinMSIStatisticsEnable EnabledStatus
  hwMinMSIStatisticsReset EnabledStatus
  hwMinMSIFcsTransparentEnable EnabledStatus
  hwMinMSIIngressPriorityValue Integer32
  hwMinMSIEgressPriorityTrustBTag TruthValue
  hwMinMSIIngressDeiValue Integer32
  hwMinMSIEgressDeiTrustBDei TruthValue
  hwMinMSIIsolateAll EnabledStatus
  hwMinMSIRowStatus RowStatus

HwMinMSIMappingEntry  
SEQUENCE    
  hwMinMSIMappingIfIndex InterfaceIndexOrZero
  hwMinMSIMappingVlanPriority Integer32
  hwMinMSIMappingGlobalVlanID VlanIdOrNone
  hwMinMSIMappingVlanListLow VlanList
  hwMinMSIMappingVlanListHigh VlanList
  hwMinMSIMappingUserIsolate EnabledStatus
  hwMinMSIMappingRowStatus RowStatus

HwMinMSIBindMacTnlEntry  
SEQUENCE    
  hwMinMSIBindMacTnlIndex Unsigned32
  hwMinMSIBindMacTnlRowStatus RowStatus

HwMinMSIStatisticsEntry  
SEQUENCE    
  hwMinMSIInPackets Counter64
  hwMinMSIInBytes Counter64
  hwMinMSIOutPackets Counter64
  hwMinMSIOutBytes Counter64

HwMinMSIStaticMacFwdEntry  
SEQUENCE    
  hwMinMSIStaticMacFwdCDMac MacAddress
  hwMinMSIStaticMacFwdMacTnlName OCTET STRING
  hwMinMSIStaticMacFwdOutgoingIfIndex InterfaceIndexOrZero
  hwMinMSIStaticMacFwdVlanID VlanIdOrNone
  hwMinMSIStaticMacFwdType HWStaticMacFwdType
  hwMinMSIStaticMacFwdRowStatus RowStatus

HwSINameToIndexMappingEntry  
SEQUENCE    
  hwSIName OCTET STRING
  hwSIIndex Unsigned32

Defined Values

hwMinMMIB 1.3.6.1.4.1.2011.5.25.133.1
The HUAWEI-MINM-MIB contains objects to Manage configuration for MINM feature.
MODULE-IDENTITY    

hwMINM 1.3.6.1.4.1.2011.5.25.133
OBJECT IDENTIFIER    

hwMinMObjects 1.3.6.1.4.1.2011.5.25.133.1.1
OBJECT IDENTIFIER    

hwMinMSystemObjects 1.3.6.1.4.1.2011.5.25.133.1.1.1
OBJECT IDENTIFIER    

hwMinMVirtualMac 1.3.6.1.4.1.2011.5.25.133.1.1.1.1
Indicates the virtual MAC address of the device. By default, there is no virtual MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hwMinMMacTnlBVlanListLow 1.3.6.1.4.1.2011.5.25.133.1.1.1.2
Indicates the starting value of the backbone VLAN that is assigned to the mac-tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList Size(256)  

hwMinMMacTnlBVlanListHigh 1.3.6.1.4.1.2011.5.25.133.1.1.1.3
Indicates the ending value of the backbone VLAN that is assigned to the mac-tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList Size(256)  

hwMinMTrapEnable 1.3.6.1.4.1.2011.5.25.133.1.1.1.4
Indicates that the Snmp-Agent Trap is enabled on the Mac-in-Mac.By default, it is disable.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlObjects 1.3.6.1.4.1.2011.5.25.133.1.1.2
OBJECT IDENTIFIER    

hwMinMMacTnlCfgObjects 1.3.6.1.4.1.2011.5.25.133.1.1.2.1
OBJECT IDENTIFIER    

hwMinMMacTnlIndexNext 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.1
Indicates the Index of the Next Mac Tunnel.It begins with one.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlCfgTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2
Indicates a configuration information table of Mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlCfgEntry

hwMinMMacTnlCfgEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1
Indicates the entry in the tunnel configuration table of the mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlCfgEntry  

hwMinMMacTnlIndex 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.1
Indicates the index of Mac Tunnel. It begins with one.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlName 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.11
Indicates the name of the mac-tunnel. It is a character string with a maximum of 31 bytes and a minimum of 1 byte.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwMinMMacTnlDMac 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.12
Indicates the remote MAC address of the current mac-tunnel. By default, there is no such configuration.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hwMinMMacTnlBVlanID 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.13
Indicates BVLAN value of the current BVLAN used by the mac-tunnel: It ranges from 1 to 4094. By default, BVLAN value is not configured. The VLAN here must have been created and be in the backbone VLAN used by the mac-tunnel. The special value of zero is used to indicate that no VLAN-ID is present or used.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

hwMinMMacTnlBVlanType 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.14
Indicates the B-TAG type of the BVLAN. By default, it is 88a8.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

hwMinMMacTnlPriorityValue 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.15
Indicates priority level of the mac-tunnel. It is used to set the priority field of B-TAG. There are eight priority levels. By default, the I-TAG priority is used. The special value of eight is used to indicate that priority was unknown or none.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..8  

hwMinMMacTnlOutgoingIfIndex 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.16
Indicates the port used in the mac-tunnel. By default, it is not configured. The value zero is used to indicate that interface was unknown or none.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

hwMinMMacTnlSplitHorizonEnable 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.17
Indicates the split horizon of tunnels. By default, it is enabled. When split horizon is enabled on two mac-tunnels, the two tunnels cannot exchange packets.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlAdminStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.18
Indicates the administration status of the mac-tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  HWAdminStatus  

hwMinMMacTnlOperStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.19
Indicates the physical state of the mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HWOperStatus  

hwMinMMacTnlDescription 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.20
Indicates descriptive information of the static Mac-In-Mac tunnel. Its length ranges from 1 to 80 bytes and the first byte cannot be a space.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

hwMinMMacTnlStatisticsReset 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.21
Indicates the reset on traffic statistics of the mac-tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlPriorityTrustITag 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.22
Indicates that the I-TAG priority is copied to the mac-tunnel. By default, the I-TAG priority is not copied to the mac-tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlDeiTrustIDei 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.23
Indicates that the I-DEI priority is copied to the mac-tunnel. By default, the I-DEI priority is not copied to the mac-tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlDeiValue 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.24
Indicates DEI of the mac-tunnel. It is used to set the DEI field of B-TAG. When DEI is true, the value is set to 1. When DEI is false, the value is set to 0. By default, the I-DEI priority is not copied to the mac-tunnel, and the DEI is false. When the value of the DEI is set to 2, it indicates that no DEI is configured on the tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwMinMMacTnlRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.2.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMMacTnlStatisticsTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3
Indicates a query for the hwMinMMacTnlStatisticsTable of the mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlStatisticsEntry

hwMinMMacTnlStatisticsEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3.1
Indicates an entry query for the hwMinMMacTnlStatisticsTable of the mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlStatisticsEntry  

hwMinMMacTnlInPackets 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3.1.11
Indicates the number of packets received by the mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMMacTnlInBytes 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3.1.12
Indicates the number of bytes received by the mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMMacTnlOutPackets 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3.1.13
Indicates the number of packets sent by the mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMMacTnlOutBytes 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.3.1.14
Indicates the number of bytes sent by the mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMacTnlNameToIndexMappingTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.4
Indicates the mapping table of the tunnel name and tunnel index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMacTnlNameToIndexMappingEntry

hwMacTnlNameToIndexMappingEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.4.1
Indicates the mapping table entry of the tunnel name and tunnel index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMacTnlNameToIndexMappingEntry  

hwMacTnlName 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.4.1.1
Indicates the name of the mac-tunnel. It is a character string with a maximum of 31 bytes and a minimum of 1 byte.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwMacTnlIndex 1.3.6.1.4.1.2011.5.25.133.1.1.2.1.4.1.11
Indicates the tunnel index.It begins with one.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlOamObjects 1.3.6.1.4.1.2011.5.25.133.1.1.2.2
OBJECT IDENTIFIER    

hwMinMMacTnlCCTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1
Indicates the parameters used to describe CC packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlCCEntry

hwMinMMacTnlCCEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1
Indicates the CC table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlCCEntry  

hwMinMMacTnlCfmEnable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.11
Indicates that CFM is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlCCInterval 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.12
Indicates the time interval of CC packets.
Status: current Access: read-create
OBJECT-TYPE    
  HwDot1agCfmCcmInterval  

hwMinMMacTnlSomeRMepCcmDefect 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.13
Indicates a connectivity failure of tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlSomeRdiDefect 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.14
Indicates whether the RDI packet from the remote end is received.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlCcReceiveEnabled 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.15
Whether CC reception is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlCCRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.1.1.51
Indicates the row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMMacTnlLbTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2
Indicates the parameters used to describe Lb packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlLbEntry

hwMinMMacTnlLbEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1
Indicates the loopback table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlLbEntry  

hwMinMMacTnlLbmEnable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.11
Indicates that the MAC Ping is started inside the tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlLbmTimeStamp 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.12
Indicates the operation time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hwMinMMacTnlLbmTimeOut 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.13
Indicates the timeout period entered by a user, in ms. By default, it is 2000.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwMinMMacTnlLbmTimes 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.14
Indicates the number of times that Ping is entered.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwMinMMacTnlLbmSize 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.15
Indicates the size of an Lbm packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 64..1480  

hwMinMMacTnlLbrIn 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.16
Indicates the number of valid LBR packets received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hwMinMMacTnlLbmResult 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.17
Whether the MAC ping operation for a tunnel is over.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlLbRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.2.1.51
Indicates the row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMMacTnlLbResultTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3
Performance statistics returned by using the MAC ping command for a tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlLbResultEntry

hwMinMMacTnlLbResultEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3.1
Indicates the loopback table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlLbResultEntry  

hwMinMMacTnlMacPingRTTMin 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3.1.11
The minimum round trip time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwMinMMacTnlMacPingRTTMax 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3.1.12
The maximum round trip time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwMinMMacTnlMacPingRTTAvg 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3.1.13
The average round trip time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwMinMMacTnlMacPingPacketLossRatio 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.3.1.14
The packet loss ratio.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hwMinMMacTnlLtmTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4
Indicates the parameters used to describe Ltm packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlLtmEntry

hwMinMMacTnlLtmEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1
Indicates the linktrace table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlLtmEntry  

hwMinMMacTnlLtmEnable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.11
Indicates that the MAC Trace is started inside the tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMMacTnlLtmTimeStamp 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.12
The time stamp for enabling the MAC trace operation for a tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hwMinMMacTnlLtmTimeOut 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.13
Indicates the timeout period entered by a user, in ms. By default, it is 2000.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hwMinMMacTnlLtmTtl 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.14
Indicates the living cycle of Ltm packets.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

hwMinMMacTnlLtmFlags 0.1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.15
The flags field of an LTM packet.
Status: current Access: read-only
OBJECT-TYPE    
  BITS useFDBonly(0)  

hwMinMMacTnlLtmSeqNumber 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.16
The sequence number of an LTM packet.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlLtmEgressIdentifier 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.17
Indicates the egress ID of Ltm packets.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlLtmResult 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.18
Two conditions are used to determine whether the MAC trace operation to a tunnel is over: (1) The peer of a tunnel has been traced. (2) The preset timer for timeout is triggered. Either condition indicates the completion of an operation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlLtmRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.4.1.51
Indicates the row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMMacTnlLtrTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5
Indicates the parameters used to describe Ltr packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlLtrEntry

hwMinMMacTnlLtrEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1
Indicates the linktraceRelay table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlLtrEntry  

hwMinMMacTnlLtrSeqNumber 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.1
Indicates the parameters used to describe Ltr packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlLtrReceiveOrder 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.2
An index to distinguish among multiple LTRs with the same LTR Transaction Identifier field value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwMinMMacTnlLtrTtl 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.11
TTL field value for a returned LTR.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

hwMinMMacTnlLtrForwarded 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.12
Indicates an identifier that shows whether the LTM packet should be forwarded to the next hop.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMinMMacTnlLtrLastEgressIdentifier 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.13
LTR packet is a response packet to a LTM packet. The LTM packet is the last packet sent by a port on a device. This variable indicates the port identifier of the LTM packet. The last six bytes indicate the MAC address, and the first two bytes represent the board number and outbound port number respectively.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

hwMinMMacTnlLtrNextEgressIdentifier 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.14
If the LTM packet needs to be forwarded to the next hop, the port identifier of the next hop should be added to the TVL field in the response LTR packet. The last six bytes indicate the MAC address, and the first two bytes represent the board number and outbound port number respectively.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

hwMinMMacTnlLtrRelay 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.15
Indicates the value in the Relay Action field.
Status: current Access: read-only
OBJECT-TYPE    
  HwDot1agCfmRelayActionFieldValue  

hwMinMMacTnlLtrIngress 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.16
The value returned in the Ingress Action Field of the LTM.
Status: current Access: read-only
OBJECT-TYPE    
  HwDot1agCfmIngressActionFieldValue  

hwMinMMacTnlLtrIngressMac 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.17
MAC address returned in the ingress MAC address field.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hwMinMMacTnlLtrIngressPortIdSubtype 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.18
Format of the Ingress Port ID.
Status: current Access: read-only
OBJECT-TYPE    
  HwLldpPortIdSubtype  

hwMinMMacTnlLtrIngressPortId 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.19
Ingress Port ID. The format of this object is determined by the value of the dot1agCfmLtrIngressPortIdSubtype object.
Status: current Access: read-only
OBJECT-TYPE    
  HwLldpPortId  

hwMinMMacTnlLtrEgress 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.20
The value returned in the Egress Action Field of the LTM.
Status: current Access: read-only
OBJECT-TYPE    
  HwDot1agCfmEgressActionFieldValue  

hwMinMMacTnlLtrEgressMac 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.21
MAC address returned in the egress MAC address field.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hwMinMMacTnlLtrEgressPortIdSubtype 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.22
Format of the egress Port ID.
Status: current Access: read-only
OBJECT-TYPE    
  HwLldpPortIdSubtype  

hwMinMMacTnlLtrEgressPortId 1.3.6.1.4.1.2011.5.25.133.1.1.2.2.5.1.23
Egress Port ID. The format of this object is determined by the value of the dot1agCfmLtrEgressPortIdSubtype object.
Status: current Access: read-only
OBJECT-TYPE    
  HwLldpPortId  

hwMinMMacTnlApsObjects 1.3.6.1.4.1.2011.5.25.133.1.1.2.3
OBJECT IDENTIFIER    

hwMinMMacTnlApsCfgTable 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1
Indicates the configuration table for the Aps protection of the mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMMacTnlApsCfgEntry

hwMinMMacTnlApsCfgEntry 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1
Indicates the configuration table entry for the Aps protection of the mac-tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMMacTnlApsCfgEntry  

hwMinMProtectMacTnlIndex 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.11
Indicates the index of ProtectMacTunnel. It begins with one.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMProtectMacTnlName 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.12
Indicates the tunnel name of the protective mac-tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwMinMProtectMacTnlDMac 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.13
Indicates the remote MAC address of the protecting mac-tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hwMinMProtectMacTnlBVlanID 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.14
Indicates BVLAN value used by the protecting mac-tunnel: It ranges from 1 to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

hwMinMProtectApsSwitchMode 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.15
Indicates the protection modes of the G.8031 Aps protection group of mac-tunnels. oneplusonebidirectional(1): 1 + 1 switchover protection modes on both ends oneplusoneunidirectional(2): 1 + 1 switchover protection modes on a single end onetoone(3): 1:1 protection mode By the default, the 1:1 protection mode is used.
Status: current Access: read-create
OBJECT-TYPE    
  HWProtectMode  

hwMinMProtectProtocolApsEnable 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.16
Indicates that the G.8031 protocol of Aps protection group in the mac-tunnel is enabled. By default, the protocol is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMProtectApsFastInterval 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.17
Indicates the configuration of fast sending time interval for each protection group. The time intervals for fast sending of Aps packets described in the G.8031 are as follows: By default, the time interval for fast sending of Aps packets in G.8031 is 3.3 ms. Optional values for sending interval are as follows: ApsInterval3dot3ms(1): indicates a sending interval of 3.3 ms. ApsInterval5ms(3): indicates a sending interval of 5 ms. ApsInterval10ms(3): indicates a sending interval of 10 ms. ApsInterval5ms(4): indicates a sending interval of 15 ms. ApsInterval20ms(5): indicates a sending interval of 20 ms. ApsInterval30ms(6): indicates a sending interval of 30 ms.
Status: current Access: read-create
OBJECT-TYPE    
  HWApsInterval  

hwMinMProtectHoldoffTime 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.18
Indicates the switchover restoration time of Aps protection groups in the mac-tunnel, in 100 ms. It ranges from 0 to 100. By default, the switchover restoration time is not delayed. The value of delay is zero.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

hwMinMProtectRevMode 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.19
Indicates the non-restoration protection switchover mode of Aps protection group in mac-tunnels.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMProtectRevWtrTime 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.20
Indicates the restoration time of restoration protection switchover mode of Aps protection group in mac-tunnels. By default, the switchover mode is restoration. The restoration time is five minutes.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..120  

hwMinMProtectSwitchOperation 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.21
Indicates the switchover commands for the Aps protection group of mac-tunnels. The priority levels in a descending order are: clear, lock, force and manual. clear(1): clears the lock, force and manual commands, and WTR state on the local end. After the local commands are cleared, the WTR state cannot be entered. lock(2): locks the services on the working tunnel. force(3): forcibly switches the services to the protection tunnel when the protection tunnel is in sound state. manual(4): forcibly switches the services to the protection channel when the working and the protection tunnel are in sound state. null(5):there is not manual commands.
Status: current Access: read-create
OBJECT-TYPE    
  HWSwitchOperation  

hwMinMProtectProtocol 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.22
Indicates the protection protocol of the protection group of mac-tunnels. ProtocolAPS(1): use an APS protocol to enhance the protection switching. ProtocolOAM(2): not using any APS protocol to enhance the protection switching. By the default, the ProtocolOAM is used.
Status: current Access: read-create
OBJECT-TYPE    
  HWProtectProtocol  

hwMinMProtectRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.2.3.1.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMSIObjects 1.3.6.1.4.1.2011.5.25.133.1.1.3
OBJECT IDENTIFIER    

hwMinMSIIndexNext 1.3.6.1.4.1.2011.5.25.133.1.1.3.1
Indicates the index of the next Service Instance. It begins with one.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMSICfgTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2
Indicates the configuration table of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMSICfgEntry

hwMinMSICfgEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1
Indicates the configuration table entry of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMSICfgEntry  

hwMinMSIIndex 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.1
Indicates the Index of Service Instance.It begins with one.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwMinMSIID 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.11
Indicates the ID of a service instance. It can be any value within 24 bits. By default, the value is null. One ID can be configured to one service instance only.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777216  

hwMinMSIName 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.12
Indicates the name of a service instance. It is a character string with a maximum of 31 bytes and a minimum of 1 byte.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwMinMSIServiceType 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.13
Indicates the type of a service instance as follows: p2p: indicates the type of a point-to-point service instance. mp2mp: indicates the type of a multi-point to multi-point service instance. By default, the service type is mp2mp.
Status: current Access: read-create
OBJECT-TYPE    
  HWServiceType  

hwMinMSIPriorityTrust8021p 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.14
Indicates that the priority of user packet based on 802.1Q is trusted. By default, no user priority is trusted.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMSIPriorityValue 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.15
Indicates priority level of a service instance. It is used to set the priority field of I-TAG. By default, no user priority is trusted and the priority is zero. The special value of eight is used to indicate that priority of user is trusted.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..8  

hwMinMSIInterfaceType 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.16
Indicates the interface type of a service instance. transparent: indicates the transparent transmission mode. one-to-one: indicates the one-to-one in the s-tagged mode. bundling: indicates the bundling in the s-tagged mode. By default, the s-tagged bundling mode is used.
Status: current Access: read-create
OBJECT-TYPE    
  HWInterfaceType  

hwMinMSIAdminStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.17
Indicates the administration status of a service instance.
Status: current Access: read-create
OBJECT-TYPE    
  HWAdminStatus  

hwMinMSIOperStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.18
Indicates the physical status of a service instance.
Status: current Access: read-only
OBJECT-TYPE    
  HWOperStatus  

hwMinMSIMacLearningEnable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.19
Disable the MAC learning of a service instance. By default, the MAC learning is enabled. This object applies to the service instance of mp2mp only. It is invalid in the service type of p2p.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIMacLimitAction 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.20
Indicates MAC learning restriction of a service instance. After the number of MAC address entries reaches the limit, the system takes the following actions: discard: indicates that packets with new MAC address are discarded. forward: indicates that packets with new MAC address are forwarded, but the address is not added to the MAC address table.
Status: current Access: read-create
OBJECT-TYPE    
  HWProcessBehavior  

hwMinMSIMacLimitAlarm 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.21
Indicates MAC learning restriction of a service instance. Indicates whether alarm should be sent after the number of MAC address entries reaches the limit as follows: disable: indicates no alarm is sent. enable: indicates alarm is sent in syslog.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIMacLimitMaxinum 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.22
Indicates MAC learning restriction of a service instance. The number of MAC addresses that can be learnt by the current service instance ranges from 0 to 131072. When the number is set to zero, no restriction is imposed on the address learning.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..131072  

hwMinMSIL2CtrlProProcess 0.1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.23
This configuration is unsuitable for the case of port+vlan+cos mapping. Layer 2 control packets of a service instance are handled as follows: By default, all layer 2 control packets are transmitted transparently and all bits are 0; if a bit is 1, it indicates that the packets of this protocol will be discarded. If bit 0 is 1, it indicates that all layer 2 control packets will be discarded. If bit 1 is 1, it indicates that the STP packets will be discarded. If bit 2 is 1, it indicates that the LLAP packets will be discarded. If bit 3 is 1, it indicates that the LACP packets will be discarded. If bit 4 is 1, it indicates that the DOT3AH packets will be discarded. If bit 5 is 1, it indicates that the DOTLAG packets will be discarded.
Status: current Access: read-create
OBJECT-TYPE    
  BITS all(0), stp(1), lldp(2), lacp(3), dot3ah(4), dot1ag(5)  

hwMinMSIUnknownUnicastEnbale 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.24
Indicates how a service instance processes an unknown unicast packet. By default, the service instance is allowed to broadcast the unknown unicast packet. This object applies to the mp2mp service instance only.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIMulticastEnable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.25
Indicates how a service instance processes an unknown multicast packet. By default, the service instance is allowed to broadcast the unknown multicast packet. This object applies to the mp2mp service instance only.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIBroadcastEnable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.26
Indicates how a service instance processes a broadcast packet. By default, the service instance is allowed to forward the broadcast packet. This object applies to the mp2mp service instance only.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIDescription 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.27
Indicates descriptive information of a service instance. Its length ranges from 1 to 80 bytes and the first byte cannot be a space.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

hwMinMSIStatisticsEnable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.28
Indicates that the traffic statistics is enabled on a service instance.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIStatisticsReset 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.29
Indicates the reset on traffic statistics of a service instance.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIFcsTransparentEnable 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.30
The forwarded packets need to carry the CRC mark. By default, the forwarded packets do not carry the CRC mark.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIIngressPriorityValue 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.31
Indicates the source priority of a service instance. It is used to set the I-TAG priority field when packets are encapsulated for transmission on the tunnel. The source priority has eight levels that range from 0 to 7. By default, the source priority is copied to the mac-tunnel. When the source priority is set to 8, it indicates that the service instance is not configured with a priority, and the priority does not exist.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwMinMSIEgressPriorityTrustBTag 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.32
Indicates that the destination priority of a service instance is copied from the B-TAG priority. It is used to set whether the I-TAG priority is copied from the B-TAG priority when packets reach the end of the tunnel and are decapsulated. By default, the B-TAG priority is not copied to I-TAG.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMSIIngressDeiValue 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.33
Indicates the source DEI of a service instance. It is used to set the DEI field when packets are encapsulated for transmission on the tunnel. When DEI is true, the value is set to 1. When DEI is false, the value is set to 0. By default, the S-DEI priority is copied to the mac-tunnel. When the value of the DEI is set to 2, it indicates that no DEI is configured on the tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwMinMSIEgressDeiTrustBDei 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.34
Indicates that the destination DEI of a service instance is copied from the B-DEI priority. It is used to set whether the DEI of I-TAG is coped from B-DEI when packets reach the end of the tunnel and are decpasulated. By default, B-DEI is not copied to I-TAG.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwMinMSIIsolateAll 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.35
Indicates that all the mapping users of a service instance are isolated. By default, the isolation is disabled. This object applies to the service instance of mp2mp only. It is invalid in the service type of p2p.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.2.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMSIMappingTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.3
Indicates the configuration table of a service instance user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMSIMappingEntry

hwMinMSIMappingEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1
Indicates the configuration table entry of a service instance user.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMSIMappingEntry  

hwMinMSIMappingIfIndex 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.1
The port that is mapped to the current service instance. If the value is 0, it means that port mapping is not supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

hwMinMSIMappingVlanPriority 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.2
The priority of a user's packets that are mapped to the current service instance. If the value is 8, it means that the priority mapping is not supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..8  

hwMinMSIMappingGlobalVlanID 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.3
The global VLAN ID that is mapped to the current service instance. If the value is 0, it means that the global VLAN mapping is not supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIdOrNone  

hwMinMSIMappingVlanListLow 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.11
Indicates the VLAN ID starting value of a service instance user.
Status: current Access: read-create
OBJECT-TYPE    
  VlanList Size(256)  

hwMinMSIMappingVlanListHigh 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.12
Indicates the VLAN ID ending value of a service instance user.
Status: current Access: read-create
OBJECT-TYPE    
  VlanList Size(256)  

hwMinMSIMappingUserIsolate 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.13
Indicates that the specified mapping user of a service instance is isolated. By default, the isolation is enabled. This object applies to the service instance of mp2mp only. It is invalid in the service type of p2p
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwMinMSIMappingRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.3.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMSIBindMacTnlTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.4
Indicates the mac-tunnel table bound with a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMSIBindMacTnlEntry

hwMinMSIBindMacTnlEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.4.1
Indicates the mac-tunnel table entry bound with a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMSIBindMacTnlEntry  

hwMinMSIBindMacTnlIndex 1.3.6.1.4.1.2011.5.25.133.1.1.3.4.1.1
Indicates the index of Mac Tunnel. It begins with one.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwMinMSIBindMacTnlRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.4.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMinMSIStatisticsTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.5
Indicates the hwMinMSIStatisticsTable of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMSIStatisticsEntry

hwMinMSIStatisticsEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.5.1
Indicates the hwMinMSIStatisticsTable entry of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMSIStatisticsEntry  

hwMinMSIInPackets 1.3.6.1.4.1.2011.5.25.133.1.1.3.5.1.11
Indicates the number of packets received by a user of the current service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMSIInBytes 1.3.6.1.4.1.2011.5.25.133.1.1.3.5.1.12
Indicates the number of bytes received by a user of the current service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMSIOutPackets 1.3.6.1.4.1.2011.5.25.133.1.1.3.5.1.13
Indicates the number of packets sent by a user of the current service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMSIOutBytes 1.3.6.1.4.1.2011.5.25.133.1.1.3.5.1.14
Indicates the number of bytes sent by a user of the current service instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwMinMSIStaticMacFwdTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.6
Indicates the static MAC forwarding table of a service instance:
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMinMSIStaticMacFwdEntry

hwMinMSIStaticMacFwdEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1
Indicates the static MAC forwarding table entry of a service instance:
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMinMSIStaticMacFwdEntry  

hwMinMSIStaticMacFwdCDMac 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.1
Indicates the destination MAC address of a customer.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hwMinMSIStaticMacFwdMacTnlName 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.11
Indicates the name of the mac-tunnel. It is a character string with a maximum of 31 bytes and a minimum of 1 byte.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwMinMSIStaticMacFwdOutgoingIfIndex 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.12
Indicates a outbound port. The value zero is used to indicate that interface was unknown or none.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

hwMinMSIStaticMacFwdVlanID 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.13
Indicates the downstream vlanid. The special value of zero is used to indicate that no VLAN-ID is present or used.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

hwMinMSIStaticMacFwdType 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.14
Indicates the type of the static MAC forwarding table of a service instance: static(1): indicates a static entry. blackhole(2): indicates a blackhole entry.
Status: current Access: read-create
OBJECT-TYPE    
  HWStaticMacFwdType  

hwMinMSIStaticMacFwdRowStatus 1.3.6.1.4.1.2011.5.25.133.1.1.3.6.1.51
Indicates the RowStatus. The following three actions are used: active, createAndGo, destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwSINameToIndexMappingTable 1.3.6.1.4.1.2011.5.25.133.1.1.3.7
Indicates the name and the index mapping table of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSINameToIndexMappingEntry

hwSINameToIndexMappingEntry 1.3.6.1.4.1.2011.5.25.133.1.1.3.7.1
Indicates the name and the index mapping table entry of a service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSINameToIndexMappingEntry  

hwSIName 1.3.6.1.4.1.2011.5.25.133.1.1.3.7.1.1
Indicates the name of a service instance. It is a character string with a maximum of 31 bytes and a minimum of 1 byte.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwSIIndex 1.3.6.1.4.1.2011.5.25.133.1.1.3.7.1.11
Indicates the index of a service instance.It begins with one.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMinMNotifications 1.3.6.1.4.1.2011.5.25.133.1.2
OBJECT IDENTIFIER    

hwMinMMacTnlUp 1.3.6.1.4.1.2011.5.25.133.1.2.1
Indicates the Up alarm of the mac-tunnel. This object forms a pair with the following hwMinMMacTnlDown.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMMacTnlDown 1.3.6.1.4.1.2011.5.25.133.1.2.2
Indicates the Down alarm of the mac-tunnel. This object forms a pair with the previous hwMinMMacTnlUp.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMSIUp 1.3.6.1.4.1.2011.5.25.133.1.2.3
Indicates the Up alarm of a service instance. This object forms a pair with the following hwMinMSIDown.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMSIDown 1.3.6.1.4.1.2011.5.25.133.1.2.4
Indicates the Down alarm of a service instance. This object forms a pair with the previous hwMinMSIUp.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMMacTnlCCFaultAlarm 1.3.6.1.4.1.2011.5.25.133.1.2.5
Indicates an alarm on the connectivity of fault.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMMacTnlSwitch 1.3.6.1.4.1.2011.5.25.133.1.2.6
Indicates the Aps protection group switchover alarm of the mac-tunnel. This object forms a pair with the following hwMinMMacTnlRevertive. hwMinMMacTnlName: indicates the name of the primary tunnel. hwMinMMacTnlDMac: indicates the destination MAC address of the primary tunnel. hwMinMMacTnlBVlanID: indicates the BVLANID of the primary tunnel. hwMinMProtectMacTnlName: Indicates the name of the backup tunnel. hwMinMProtectSwitchOperation: Indicates the switchover commands for the Aps protection group of mac-tunnels. hwMinMProtectMacTnlBVlanID: indicates the BVLANID of the backup tunnel. hwMinMProtectMacTnlDMac:indicates the destination MAC address of the backup tunnel.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMMacTnlRevertive 1.3.6.1.4.1.2011.5.25.133.1.2.7
Indicates the Aps protection group switchover alarm of the mac-tunnel. This object forms a pair with the previous hwMinMMacTnlSwitch. hwMinMMacTnlName: indicates the name of the primary tunnel. hwMinMMacTnlDMac: indicates the destination MAC address of the primary tunnel. hwMinMMacTnlBVlanID: indicates the BVLANID of the primary tunnel. hwMinMProtectMacTnlName: Indicates the name of the backup tunnel. hwMinMProtectSwitchOperation: Indicates the switchover commands for the Aps protection group of mac-tunnels. hwMinMProtectMacTnlBVlanID: indicates the BVLANID of the backup tunnel. hwMinMProtectMacTnlDMac:indicates the destination MAC address of the backup tunnel.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMSIMacLimitNumRaisingThreshold 1.3.6.1.4.1.2011.5.25.133.1.2.8
Indicates the alarm of the mac limiting number beyond the Threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwMinMConformance 1.3.6.1.4.1.2011.5.25.133.1.3
OBJECT IDENTIFIER    

hwMinMGroups 1.3.6.1.4.1.2011.5.25.133.1.3.1
OBJECT IDENTIFIER    

hwMinMSystemGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.1
A collection of objects providing the System configuration of the MAC-in-MAC capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMMacTnlCfgGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.2
A collection of objects providing the configuration of the MAC TUNNEL capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMMacTnlStatisticsGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.3
A collection of objects providing the Statistics of the Service Instance capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMMacTnlOAMGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.4
A collection of objects providing the OAM of the MAC TUNNEL capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMMacTnlApsGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.5
A collection of objects providing the Aps of the MAC TUNNEL capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMSICfgGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.6
A collection of objects providing the configuration of Service Instance capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMSIStatisticsGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.7
A collection of objects providing the Statistics of the Service Instance capability.
Status: current Access: read-only
OBJECT-GROUP    

hwMinMNotificationGroup 1.3.6.1.4.1.2011.5.25.133.1.3.1.8
Collection of notification objects.
Status: current Access: read-only
NOTIFICATION-GROUP    

hwMinMCompliances 1.3.6.1.4.1.2011.5.25.133.1.3.2
The compliance statement for entities implementing the Huawei MINM MIB
Status: current Access: read-only
MODULE-COMPLIANCE