HUAWEI-SEP-MIB

File: HUAWEI-SEP-MIB.mib (36020 bytes)

Imported modules

HUAWEI-MIB P-BRIDGE-MIB Q-BRIDGE-MIB
SNMPv2-CONF IF-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

hwDatacomm EnabledStatus VlanId
OBJECT-GROUP NOTIFICATION-GROUP Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY InterfaceIndex ifName
NOTIFICATION-TYPE MODULE-COMPLIANCE RowStatus

Defined Types

HwSepSegmentEntry  
SEQUENCE    
  hwSepSegmentId Integer32
  hwSepControlVlanId Integer32
  hwSepPreemptManual Integer32
  hwSepPreemptDelay Integer32
  hwSepBlockPortMode INTEGER
  hwSepBlockPortHop Integer32
  hwSepBlockPortSysname OCTET STRING
  hwSepBlockPortIfname OCTET STRING
  hwSepTcNotifySep OCTET STRING
  hwSepTcNotifyRrpp EnabledStatus
  hwSepTcNotifyStp EnabledStatus
  hwSepTcNotifyVpls EnabledStatus
  hwSepTcNotifyVll EnabledStatus
  hwSepTcNotifySmartLinkCtrlVlan Integer32
  hwSepDealSmartLinkFlush EnabledStatus
  hwSepProtectedInstanceList OCTET STRING
  hwSepTcProtectionInterval Integer32
  hwSepSegmentDescription OCTET STRING
  hwSepSegmentRowStatus RowStatus

HwSepTopologyEntry  
SEQUENCE    
  hwSepHop Integer32
  hwSepPortId OCTET STRING
  hwSepTopoSysname OCTET STRING
  hwSepTopoPortname OCTET STRING
  hwSepTopoPortConfigPriority Integer32
  hwSepTopoPortActivePriority Integer32
  hwSepTopoConfigPortRole Integer32
  hwSepTopoActivePortRole Integer32
  hwSepTopoPortNbrState INTEGER
  hwSepTopoBrotherPortId OCTET STRING
  hwSepTopoNbrPortId OCTET STRING
  hwSepTopoPortLinkState INTEGER
  hwSepTopoPortFwdState INTEGER

HwSepPortEntry  
SEQUENCE    
  hwSepPortType Unsigned32
  hwSepPortId1 Unsigned32
  hwSepPortId2 Unsigned32
  hwSepPortId3 Unsigned32
  hwSepPortId4 Unsigned32
  hwSepSysname OCTET STRING
  hwSepPortname OCTET STRING
  hwSepPortConfigPriority Integer32
  hwSepPortActivePriority Integer32
  hwSepConfigPortRole Integer32
  hwSepActivePortRole Integer32
  hwSepPortNbrState INTEGER
  hwSepNbrPortId OCTET STRING
  hwSepPortFwdState INTEGER
  hwSepRxNbrPktCnt Integer32
  hwSepTxNbrPktCnt Integer32
  hwSepRxLsaInfoPktCnt Integer32
  hwSepTxLsaInfoPktCnt Integer32
  hwSepRxLsaAckPktCnt Integer32
  hwSepTxLsaAckPktCnt Integer32
  hwSepRxPreemptReqPktCnt Integer32
  hwSepTxPreemptReqPktCnt Integer32
  hwSepRxPreemptAckPktCnt Integer32
  hwSepTxPreemptAckPktCnt Integer32
  hwSepRxTcPktCnt Integer32
  hwSepTxTcPktCnt Integer32
  hwSepRxEpaPktCnt Integer32
  hwSepTxEpaPktCnt Integer32
  hwSepResetPortPktCnt INTEGER
  hwSepPortRowStatus RowStatus

Defined Values

hwSepMIB 1.3.6.1.4.1.2011.5.25.223
The private mib file includes the general extent information of the device.hwDatacomm(165).hwSepMIB.
MODULE-IDENTITY    

hwSepObjects 1.3.6.1.4.1.2011.5.25.223.1
OBJECT IDENTIFIER    

hwSepResetPktCnt 1.3.6.1.4.1.2011.5.25.223.1.1
Reset the packet counter of all running SEP ports. The value of hwSepResetPktCnt is unused(65535) when it is read. The value of hwSepResetPktCnt must be clear(1) when it is set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), unused(65535)  

hwSepSegmentTable 1.3.6.1.4.1.2011.5.25.223.1.2
The table includes the information of SEP segments.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSepSegmentEntry

hwSepSegmentEntry 1.3.6.1.4.1.2011.5.25.223.1.2.1
The table includes the information of SEP segments. The index of the table is SEP segment id.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSepSegmentEntry  

hwSepSegmentId 1.3.6.1.4.1.2011.5.25.223.1.2.1.1
SEP segment Identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1024  

hwSepControlVlanId 1.3.6.1.4.1.2011.5.25.223.1.2.1.2
The control VLAN identifier of the SEP segment. If the value of the object is set 0, the operation is delete configuration.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 1..4094  

hwSepPreemptManual 1.3.6.1.4.1.2011.5.25.223.1.2.1.3
Trigger the manual preemption by setting the object to be 1. When getting the object it will always be 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1  

hwSepPreemptDelay 1.3.6.1.4.1.2011.5.25.223.1.2.1.4
The preemption delay timer of the SEP segment. If the value of the object is set 0, the operation is delete configuration.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 15..600  

hwSepBlockPortMode 1.3.6.1.4.1.2011.5.25.223.1.2.1.5
The way to choose the port to be blocked. if the value of the object is set 1, the optimal port. if the value of the object is set 2, the middle port. if the value of the object is set 3, the port with the designated hop(hwSepBlockPortHop). if the value of the object is set 4, the port with the designated system name(hwSepBlockPortSysname) and port name(hwSepBlockPortIfname). if the value of the object is set 5, the operation is delete configuration of the block port. BlockPortMode | BlockPortValue | active inactive -----------------------|------------------------------------------------------------------------------ optimal(1) | (1) (2/3/4) middle(2) | (2) (1/3/4) hop(3) | (3)(hwSepBlockPortHop) (1/2/4) name(4) | (4)(hwSepBlockPortSysname & hwSepBlockPortIfname) (1/2/3)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER optimal(1), middle(2), hop(3), name(4), null(5)  

hwSepBlockPortHop 1.3.6.1.4.1.2011.5.25.223.1.2.1.6
The hop count of the preffered blocking port. If the value of the object is set 0, the operation is delete configuration. If the mode of block port is not hop(3), the value is not have effect.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 1..512  

hwSepBlockPortSysname 1.3.6.1.4.1.2011.5.25.223.1.2.1.7
The system name of the preffered blocking port. if not set the value of hwSepBlockPortIfname, this configuration is not take effect. if the mode of block port is not name(4), this configuration is not task effect.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

hwSepBlockPortIfname 1.3.6.1.4.1.2011.5.25.223.1.2.1.8
The interface name of the preffered blocking port. if not set the value of hwSepBlockPortSysname, this configuration is not take effect. if the mode of block port is not name(4), this configuration is not take effect.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

hwSepTcNotifySep 1.3.6.1.4.1.2011.5.25.223.1.2.1.9
The bitmap of the SEP segments to which the topology change event will be notified
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..129)  

hwSepTcNotifyRrpp 1.3.6.1.4.1.2011.5.25.223.1.2.1.10
If set 1, the topology change event of the SEP segment will be notified to RRPP
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwSepTcNotifyStp 1.3.6.1.4.1.2011.5.25.223.1.2.1.11
If set 1, the topology change event of the SEP segment will be notified to STP
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwSepTcNotifyVpls 1.3.6.1.4.1.2011.5.25.223.1.2.1.12
If set 1, the topology change event of the SEP segment will be notified to VPLS
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwSepTcNotifyVll 1.3.6.1.4.1.2011.5.25.223.1.2.1.13
If set 1, the topology change event of the SEP segment will be notified to VLL
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwSepTcNotifySmartLinkCtrlVlan 1.3.6.1.4.1.2011.5.25.223.1.2.1.14
If set control vlan, the topology change event of the SEP segment will be notified to Smart-Link. If the value of the object is set 0, the operation is delete configuration.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 1..4094  

hwSepDealSmartLinkFlush 1.3.6.1.4.1.2011.5.25.223.1.2.1.15
If set 1, the SEP segment will deal the smart link flush-FDB packet
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwSepProtectedInstanceList 1.3.6.1.4.1.2011.5.25.223.1.2.1.16
The protected instance list of the SEP segment
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

hwSepTcProtectionInterval 1.3.6.1.4.1.2011.5.25.223.1.2.1.17
The interval of tc-protection, the default value is 2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

hwSepSegmentDescription 1.3.6.1.4.1.2011.5.25.223.1.2.1.18
A textual description of the SEP segment. It is mandatory that this only contain no more than 255 printable ASCII characters.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hwSepSegmentRowStatus 1.3.6.1.4.1.2011.5.25.223.1.2.1.128
Operation of CreateAndGo can be used to create a new SEP segment, and operation of Destroy be used to destroy an existent SEP segment.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwSepTopologyTable 1.3.6.1.4.1.2011.5.25.223.1.3
The table includes the information of the topology of the SEP segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSepTopologyEntry

hwSepTopologyEntry 1.3.6.1.4.1.2011.5.25.223.1.3.1
The table includes the information of the topology of the SEP segment. The index of the table is the segment identifier and the hop count of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSepTopologyEntry  

hwSepHop 1.3.6.1.4.1.2011.5.25.223.1.3.1.1
The hop count of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..512  

hwSepPortId 1.3.6.1.4.1.2011.5.25.223.1.3.1.2
The port identifier. For example: 00.E0.6E.70.23.00.00.00 (hex). The first 6 bytes is the mac address of the device
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

hwSepTopoSysname 1.3.6.1.4.1.2011.5.25.223.1.3.1.3
The system name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

hwSepTopoPortname 1.3.6.1.4.1.2011.5.25.223.1.3.1.4
The port name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hwSepTopoPortConfigPriority 1.3.6.1.4.1.2011.5.25.223.1.3.1.5
The configured port priority.The default value is 64.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

hwSepTopoPortActivePriority 1.3.6.1.4.1.2011.5.25.223.1.3.1.6
The active port priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTopoConfigPortRole 1.3.6.1.4.1.2011.5.25.223.1.3.1.7
The configued port role: role value common 0x10 edge secondary 0x21 edge primary 0x22 no neighbor edge secondary 0x31 no neighbor edge primary 0x32
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTopoActivePortRole 1.3.6.1.4.1.2011.5.25.223.1.3.1.8
The active port role: role value common 0x10 edge secondary 0x21 edge primary 0x22 no neighbor edge secondary 0x31 no neighbor edge primary 0x32
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTopoPortNbrState 1.3.6.1.4.1.2011.5.25.223.1.3.1.9
The state of the neighbor state machine: state value down 1 init 2 preup 3 up 4 conflict 5
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), init(2), preup(3), up(4), conflict(5)  

hwSepTopoBrotherPortId 1.3.6.1.4.1.2011.5.25.223.1.3.1.10
The brother port identifier. For example: 00.E0.6E.70.23.00.00.00 (hex). The first 6 bytes is the mac address of the device
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

hwSepTopoNbrPortId 1.3.6.1.4.1.2011.5.25.223.1.3.1.11
The neighbor port identifier. For example: 00.E0.6E.70.23.00.00.00 (hex). The first 6 bytes is the mac address of the device
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

hwSepTopoPortLinkState 1.3.6.1.4.1.2011.5.25.223.1.3.1.12
The link state of the port: state value link down 1 link up 2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

hwSepTopoPortFwdState 1.3.6.1.4.1.2011.5.25.223.1.3.1.13
The forwarding state of the port: state value discarding 1 forwarding 2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discarding(1), forwarding(2)  

hwSepPortTable 1.3.6.1.4.1.2011.5.25.223.1.4
The table includes the information of SEP ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSepPortEntry

hwSepPortEntry 1.3.6.1.4.1.2011.5.25.223.1.4.1
The table includes the information of SEP ports. The index of the table is SEP segment identifier, port type, port identifier1, port identifier2, port identifier3, port identifier4. If it is an ethernet port including fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex of the ethernet port. the other port identifier is for extension and not used currently, should be set 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSepPortEntry  

hwSepPortType 1.3.6.1.4.1.2011.5.25.223.1.4.1.1
The port type.Currently SEP just support ethernet port and the value is 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1  

hwSepPortId1 1.3.6.1.4.1.2011.5.25.223.1.4.1.2
The port identifier1, when the hwSepPortType is 1, the value of the object is the IfIndex of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

hwSepPortId2 1.3.6.1.4.1.2011.5.25.223.1.4.1.3
The port identifier2, Currently it is not used and only for extension, should be set 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

hwSepPortId3 1.3.6.1.4.1.2011.5.25.223.1.4.1.4
The port identifier3, Currently it is not used and only for extension, should be set 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

hwSepPortId4 1.3.6.1.4.1.2011.5.25.223.1.4.1.5
The port identifier4, Currently it is not used and only for extension, should be set 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

hwSepSysname 1.3.6.1.4.1.2011.5.25.223.1.4.1.6
The system name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

hwSepPortname 1.3.6.1.4.1.2011.5.25.223.1.4.1.7
The port name
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hwSepPortConfigPriority 1.3.6.1.4.1.2011.5.25.223.1.4.1.8
The configured port priority.The default value is 64.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

hwSepPortActivePriority 1.3.6.1.4.1.2011.5.25.223.1.4.1.9
The active port priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepConfigPortRole 1.3.6.1.4.1.2011.5.25.223.1.4.1.10
The configued port role: role value common 0x10 edge secondary 0x21 edge primary 0x22 no neighbor edge secondary 0x31 no neighbor edge primary 0x32
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwSepActivePortRole 1.3.6.1.4.1.2011.5.25.223.1.4.1.11
The active port role: role value common 0x10 edge secondary 0x21 edge primary 0x22 no neighbor edge secondary 0x31 no neighbor edge primary 0x32
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepPortNbrState 1.3.6.1.4.1.2011.5.25.223.1.4.1.12
The state of the neighbor state machine: state value down 1 init 2 preup 3 up 4 conflict 5
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), init(2), preup(3), up(4), conflict(5)  

hwSepNbrPortId 1.3.6.1.4.1.2011.5.25.223.1.4.1.13
The identifier of the neighbor port. For example: 00.E0.6E.70.23.00.00.00 (hex)
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

hwSepPortFwdState 1.3.6.1.4.1.2011.5.25.223.1.4.1.14
The forwarding state of the port: state value discarding 1 forwarding 2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discarding(1), forwarding(2)  

hwSepRxNbrPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.15
The number of received neighbor packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxNbrPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.16
The number of transmited neighbor packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxLsaInfoPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.17
The number of received LSA information packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxLsaInfoPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.18
The number of transmitted LSA information packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxLsaAckPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.19
The number of received LSA acknowledgement packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxLsaAckPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.20
The number of transmitted LSA acknowledgement packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxPreemptReqPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.21
The number of received preemption request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxPreemptReqPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.22
The number of transmitted preemption request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxPreemptAckPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.23
The number of received preemption acknowledgement packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxPreemptAckPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.24
The number of transmitted preemption acknowledgement packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxTcPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.25
The number of received topology change packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxTcPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.26
The number of transmitted topology change packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepRxEpaPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.27
The number of received topology change packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepTxEpaPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.28
The number of transmitted topology change packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwSepResetPortPktCnt 1.3.6.1.4.1.2011.5.25.223.1.4.1.29
Reset the packet counter of the port in the SEP segment. The value of hwSepResetPktCnt is unused(65535) when it is read. The value of hwSepResetPktCnt must be clear(1) when it is set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), unused(65535)  

hwSepPortRowStatus 1.3.6.1.4.1.2011.5.25.223.1.4.1.128
Operation of CreateAndGo can be used to have a port join the SEP segment. and operation of Destroy be used to have a port leave the SEP segment.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwSepGroups 1.3.6.1.4.1.2011.5.25.223.2
OBJECT IDENTIFIER    

hwSepGlobalInfoGroup 1.3.6.1.4.1.2011.5.25.223.2.1
The group of global information.
Status: current Access: read-create
OBJECT-GROUP    

hwSepSegmentInfoGroup 1.3.6.1.4.1.2011.5.25.223.2.2
The group of segment information.
Status: current Access: read-create
OBJECT-GROUP    

hwSepPortInfoGroup 1.3.6.1.4.1.2011.5.25.223.2.3
The group of port information.
Status: current Access: read-create
OBJECT-GROUP    

hwSepTopologyInfoGroup 1.3.6.1.4.1.2011.5.25.223.2.4
The group of topology information.
Status: current Access: read-create
OBJECT-GROUP    

hwSepConformance 1.3.6.1.4.1.2011.5.25.223.3
OBJECT IDENTIFIER    

hwSepCompliances 1.3.6.1.4.1.2011.5.25.223.3.1
OBJECT IDENTIFIER    

hwSepCompliance 1.3.6.1.4.1.2011.5.25.223.3.1.1
The core compliance statement for all implementations.
Status: current Access: read-create
MODULE-COMPLIANCE