HH3C-SNA-DLSW-EXT-MIB
AI MIB Summary
The HH3C-SNA-DLSW-EXT-MIB enables monitoring of H3C-specific Data Link Switching (DLSw) protocol enhancements, providing visibility into extended session states, tunnel endpoints, and SNA traffic statistics beyond standard RFC 1795/2024/2166 definitions.
The MIB module for management of H3C specific Data Link Switching protocol enhancements. DLSw is described in RFC 1795, RFC 2024 and RFC2166.
Main OID:
hh3cDlswExt.1.3.6.1.4.1.25506.2.62
126
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
126 total| Object Name |
|---|
hh3cDlswExtThe MIB module for management of H3C specific Data Link
Switching protocol enhancements. DLSw is described in
RFC 1795, RFC 2024 and RFC2166. MODULE-IDENTITY .1.3.6.1.4.1.25506.2.62 |
hh3cDlswExtMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1 |
hh3cdeNode OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.1 |
hh3cdeNodeVendorIDThe value identifies the manufacturer's IEEE-assigned
Organizationally Unique Identifier (OUI) of this DLSw.
This information is reported in DLSw Capabilities
Exchange.rw OCTET STRING .1.3.6.1.4.1.25506.2.62.1.1.1 |
hh3cdeNodeIpAddrTypeThe type of ip address: IPv4 or IPv6.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.62.1.1.2 |
hh3cdeNodeLocalAddrLocal peer ip address. This ip address must have been
configured for a port on the router. If no local peer
ip address is configured, then this object will be the
empty string.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.62.1.1.3 |
hh3cdeNodePriorityPeer priority advertised to remote peers in the DLSw Capabilities
Exchange. If an end station can reach through more
than one peer, the priority of each peer will be considered when
a circuit is established.
A lower priority indicates that peer will be the
preferred choice if there are more than one path to the
destination. A value of 65535 indicates the value is meaningless.rw Integer32 (1..5 | 65535) .1.3.6.1.4.1.25506.2.62.1.1.4 |
hh3cdeNodeInitPacingWindowInitial pacing window size. This is the starting size of the
pacing window. DLSw uses an adaptive pacing flow control
algorithm that automatically adjusts to congestion levels in
the network. Pacing windows are used to control how many packets
may be sent to a peer before acknowlegement.
A value of 65535 indicates the value is meaningless.rw Integer32 (1..2000 | 65535) UNITS "packets" .1.3.6.1.4.1.25506.2.62.1.1.5 |
hh3cdeNodeMaxPacingWindowMaximum pacing window size. This is the largest size that
the pacing window will grow to. DLSw uses an adaptive pacing
flow control algorithm that automatically adjusts to congestion
levels in the network. Pacing windows are used to control
how many packets may be sent to a peer before acknowlegement.rw Integer32 (1..2000 | 65535) UNITS "packets" .1.3.6.1.4.1.25506.2.62.1.1.6 |
hh3cdeNodeKeepAliveIntervalDefault remote peer keepalive interval in seconds.
The keepalive parameter refers to how often DLSw peers
send peer keep alives to each other. These periodic messages
allow DLSw to keep track of the state of all peers.
If set to zero, no keepalives are sent.
A value of 65535 indicates the value is meaningless.rw Integer32 (0..2000 | 65535) UNITS "seconds" .1.3.6.1.4.1.25506.2.62.1.1.7 |
hh3cdeNodePermitDynamicTo accept connections from non-configured remote peer when
permitDynamic is specified.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.1.8 |
hh3cdeNodeConnTimeoutDefine connected state timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.9 |
hh3cdeNodeLocalPendTimeoutDefine connected state timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.10 |
hh3cdeNodeRemotePendTimeoutDefine connected state timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.11 |
hh3cdeNodeSnaCacheTimeoutDefine connected state timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.12 |
hh3cdeNodeExplorerTimeoutDefine explorer timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.13 |
hh3cdeNodeExplorerWaitTimeoutDefine explorer waiting timer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.14 |
hh3cdeNodeConfigSapListThe SAP list indicates which SAPs are allowed.
Only SAPs with even numbers are represented,
in the form of the most significant bit of the first
octet representing the SAP 0, the next most significant
bit representing the SAP 2, to the least significant
bit of the last octet representing the SAP 254. Data
link switching is allowed for those SAPs which have
one in its corresponding bit, not allowed otherwise.
The whole SAP list has to be changed together. Changing
the SAP list affects only new circuit establishments
and has no effect on established circuits.
This list can be used to restrict specific partners
from knowing about all the SAPs used by DLSw on all its
interfaces (these are represented in hh3cdeIfSapList for
each interface). For instance, one may want to run NetBIOS
with some partners but not others.
If a node supports sending run-time capabilities exchange
messages, changes to this object should cause that action.
When to start the run-time capabilities exchange is
implementation-specific.
The DEFVAL below indicates support for SAPs 0, 2, 4, 6, 8, A, C and E.rw OCTET STRING .1.3.6.1.4.1.25506.2.62.1.1.15 |
hh3cdeNodeMaxTransmissionThe maximum retry times for TCP packet.
Default value is 5.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.16 |
hh3cdeNodeMulticastStatusMulticast support status. It is disabled by default.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.1.17 |
hh3cdeNodeMulticastAddressMulticast address. Default is 224.0.10.0.
When the hh3cdeNodeMulticastStatus is disabled,
the multicast address is reset to 0.0.0.0.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.62.1.1.18 |
hh3cdeNodeResetTcpAllReset all TCP circuit switch.
Any return value is meaningless.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.1.19 |
hh3cdeNodeStCapTcpNumTcp number reported in DLSw Capabilities Exchange.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.20 |
hh3cdeNodeTcpQueueMaxThe max length of TCP queue.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.1.21 |
hh3cdeTConn OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.2 |
hh3cdeTConnConfigTableThis table defines the peer transport connections
that will be initiated or accepted by this DLSw.
This table augments dlswTConnConfigTable. SEQUENCE OF Hh3cdeTConnConfigEntry .1.3.6.1.4.1.25506.2.62.1.2.1 |
hh3cdeTConnConfigEntryA list of objects that define specific configuration for
a DLSw peer transport connection. Hh3cdeTConnConfigEntry .1.3.6.1.4.1.25506.2.62.1.2.1.1 |
hh3cdeTConnConfigVersionThis value identifies which version (first octet) and release
(second octet) of the DLSw standard is supported by this
partner DLSw. This information is obtained from a DLSw
Capabilities Exchange message received from the partner DLSw.
A string of zero length is returned before a Capabilities
Exchange message is received, or if one is never received.
A conceptual row with a hh3cdeTConnOperState of 'connected' but
a zero length partner version indicates that the partner is
a non-standard DLSw partner.
If an implementation chooses to keep hh3cdeTConnOperEntrys in
the 'disconnected' state, this value should remain unchanged.rw OCTET STRING .1.3.6.1.4.1.25506.2.62.1.2.1.1.1 |
hh3cdeTConnConfigPriorityThe priority for remote peer.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.2.1.1.2 |
hh3cdeTConnConfigLfSizeThe largest frame size.rw LFSize (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.2.1.1.3 |
hh3cdeTConnConfigKeepaliveIntvalThe keepalive interval value.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.2.1.1.4 |
hh3cdeTConnConfigBackupThe current remote peer is configured as the
backup of another configured remote peer.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.2.1.1.5 |
hh3cdeTConnConfigBackupTAddrIt is the ip address of a configured remote peer of which
the current remote peer is configrued as backup.rw TAddress (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.2.1.1.6 |
hh3cdeTConnConfigBackupLingerBackup peer linger.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.2.1.1.7 |
hh3cdeTConnOperTableA list of peer transport connections.
Each connected peer will create a conceptual row in the table.
When the peer disconnects, the row will be deleted from the table.
This table augments dlswTConnOperTable. SEQUENCE OF Hh3cdeTConnOperEntry .1.3.6.1.4.1.25506.2.62.1.2.2 |
hh3cdeTConnOperEntryA list of objects that contain spefific operational
information for a DLSw peer transport connection. Hh3cdeTConnOperEntry .1.3.6.1.4.1.25506.2.62.1.2.2.1 |
hh3cdeTConnOperPeerTypeThe current remote peer is configured when the value is 'configured'.ro Enumeration .1.3.6.1.4.1.25506.2.62.1.2.2.1.1 |
hh3cdeTConnOperVendorIDThe value identifies the manufacturer's IEEE-assigned
Organizationally Unique Identifier (OUI) of remote peer.ro OCTET STRING .1.3.6.1.4.1.25506.2.62.1.2.2.1.2 |
hh3cdeTConnOperVersionStringVersion information of remote peer. The length up to 512 bytes.ro OCTET STRING .1.3.6.1.4.1.25506.2.62.1.2.2.1.3 |
hh3cdeTConnOperUpTimeThe amount of time (in seconds) since this transport
connection last entered the 'connected' state.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.25506.2.62.1.2.2.1.4 |
hh3cdeTConnOperMulticastAddressWhen remote peer supports DLSw2.0, this node identifies
its multicast address.ro TAddress (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.2.2.1.5 |
hh3cdeTConnOperStCapTcpNumberNumber of tcp supported when capabilities exchanging.ro Integer32 .1.3.6.1.4.1.25506.2.62.1.2.2.1.6 |
hh3cdeTConnOperRecvPktsThe number of Switch-to-Switch Protocol (SSP) messages
received on this tcp transport connection.ro Counter32 .1.3.6.1.4.1.25506.2.62.1.2.2.1.7 |
hh3cdeTConnOperSendPktsThe number of SSP messages
sent on this tcp transport connection.ro Counter32 .1.3.6.1.4.1.25506.2.62.1.2.2.1.8 |
hh3cdeTConnOperDropPktsThe number of SSP messages
dropped on this tcp transport connection.ro Counter32 .1.3.6.1.4.1.25506.2.62.1.2.2.1.9 |
hh3cdeTConnTcpConfigTableThis table defines the TCP transport connections that
will be either initiated by or accepted by this DSLw.
It augments the entries in dlswTConnConfigTable whose
domain is dlswTCPDomain. In other words for each conceptual row
in the dlswTConnConfigTable, if the dlswTConnConfigTDomain is
dlswTCPDomain, that conceptual row will be augmented by this
table.
dlswTCPDomain, dlswTConnConfigTable, and dlswTConnConfigTDomain
are all imported from DLSW-MIB (RFC 2024).
This table augments dlswTConnTcpConfigTable. SEQUENCE OF Hh3cdeTConnTcpConfigEntry .1.3.6.1.4.1.25506.2.62.1.2.3 |
hh3cdeTConnTcpConfigEntryA list of objects that define specific configuration for
a DLSw peer transport connection within the dlswTCPDomain.
dlswTCPDomain is imported from DLSW-MIB (RFC 2024). Hh3cdeTConnTcpConfigEntry .1.3.6.1.4.1.25506.2.62.1.2.3.1 |
hh3cdeTConnTcpConfigQueueMaxMaximum output TCP queue size for this remote peer.
For DLSw over TCP encapsulation, packets may be queued
due to congestion of the TCP network. This variable
is used to set the output queue maximum of the underlying
TCP connection for the peer represented by the conceptual row.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.2.3.1.1 |
hh3cdeBridge OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.3 |
hh3cdeBridgeTableA list of bridge group which is serving for DLSw. SEQUENCE OF Hh3cdeBridgeEntry .1.3.6.1.4.1.25506.2.62.1.3.1 |
hh3cdeBridgeEntryA list of bridge information. Hh3cdeBridgeEntry .1.3.6.1.4.1.25506.2.62.1.3.1.1 |
hh3cdeBridgeNumIndexThis value identifies the bridge number. Integer32 .1.3.6.1.4.1.25506.2.62.1.3.1.1.1 |
hh3cdeBridgeRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.3.1.1.2 |
hh3cdeBridgeIfTableThe list of interface on which DLSw is active. SEQUENCE OF Hh3cdeBridgeIfEntry .1.3.6.1.4.1.25506.2.62.1.3.2 |
hh3cdeBridgeIfEntryThe list of bridge interface information. Hh3cdeBridgeIfEntry .1.3.6.1.4.1.25506.2.62.1.3.2.1 |
hh3cdeBridgeIfBrgGrpThis value identifies the bridge number attached
to the interface.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.3.2.1.1 |
hh3cdeBridgeIfRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.3.2.1.2 |
hh3cdeQllc OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.4 |
hh3cdeQllcTableThe table defines attributes related for those
QLLC that participate in data link switching. SEQUENCE OF Hh3cdeQllcEntry .1.3.6.1.4.1.25506.2.62.1.4.1 |
hh3cdeQllcEntryThe ifIndex belongs to the interface which link protocol is x.25. Hh3cdeQllcEntry .1.3.6.1.4.1.25506.2.62.1.4.1.1 |
hh3cQllcX121AddressX.121 address.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.4.1.1.1 |
hh3cQllcLocalMacThe virtual MAC address used to represent the QLLC-attached
link station to the rest of the DLSw network.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.4.1.1.2 |
hh3cQllcLocalSapThe SAP used to represent this link station.rw OCTET STRING .1.3.6.1.4.1.25506.2.62.1.4.1.1.3 |
hh3cQllcRemoteMacThe MAC address to which DLSw should attempt to connect
this link station. If this information is not available,
a length of zero for this object should be returned.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.4.1.1.4 |
hh3cQllcRemoteSapThe SAP of the remote station to which this link
station should be connected. If this information
is not available, a length of zero for this object
should be returned.rw OCTET STRING .1.3.6.1.4.1.25506.2.62.1.4.1.1.5 |
hh3cQllcRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.4.1.1.6 |
hh3cdeSdlc OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.5 |
hh3cdeSdlcPortTableThe table defines parameters for the interfaces
whose link protocol is SDLC. SEQUENCE OF Hh3cdeSdlcPortEntry .1.3.6.1.4.1.25506.2.62.1.5.1 |
hh3cdeSdlcPortEntrySdlc port entry. Hh3cdeSdlcPortEntry .1.3.6.1.4.1.25506.2.62.1.5.1.1 |
hh3cdeSdlcPortRoleThe SDLC role of interface.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.5.1.1.1 |
hh3cdeSdlcPortSendWindowSize of local send window.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.2 |
hh3cdeSdlcPortModuloSize of modulus.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.5.1.1.3 |
hh3cdeSdlcPortMaxPduMaximum bytes for incoming frames.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.4 |
hh3cdeSdlcPortMaxSendQueueSize of hold queue.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.5 |
hh3cdeSdlcPortMaxTransmissionNumber of times to retry an operation.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.6 |
hh3cdeSdlcPortSimultaneousEnableActivate SDLC two-way simultaneous mode.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.5.1.1.7 |
hh3cdeSdlcPortTimerACKTime to wait for a reply to a frame.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.8 |
hh3cdeSdlcPortTimerLifeTimeTime to wait for a reply used by secondary station.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.9 |
hh3cdeSdlcPortTimerPollPauseTime between polls for each secondary SDLC station.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.5.1.1.10 |
hh3cdeSdlcPortRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.5.1.1.11 |
hh3cdeLlc2 OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.6 |
hh3cdeLlc2PortTableThis table defines parameters for the Ethernet interface. SEQUENCE OF Hh3cdeLlc2PortEntry .1.3.6.1.4.1.25506.2.62.1.6.1 |
hh3cdeLlc2PortEntryLLC2 port entry. Hh3cdeLlc2PortEntry .1.3.6.1.4.1.25506.2.62.1.6.1.1 |
hh3cdeLlc2PortMaxAckMaximum of I-frames received before ACK.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.1 |
hh3cdeLlc2PortMaxPduMaximum of LLC2 pdu length.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.2 |
hh3cdeLlc2PortMaxSendQueueQueue for sending llc2 I-frames.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.3 |
hh3cdeLlc2PortMaxTransmissionRetry times of operations.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.4 |
hh3cdeLlc2PortModuloModulus of LLC2.rw Enumeration .1.3.6.1.4.1.25506.2.62.1.6.1.1.5 |
hh3cdeLlc2PortReceiveWindowMaximum number of I-frames to send before received ACK.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.6 |
hh3cdeLlc2PortTimerAckWaiting for ACK time after sending an I-frame.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.7 |
hh3cdeLlc2PortTimerAckDelayMaximum time allows I-frames incoming without replay ACK.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.8 |
hh3cdeLlc2PortTimerDetectDetect the link status.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.9 |
hh3cdeLlc2PortTimerBusyWaiting time while other LLC2 station is in busy state.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.10 |
hh3cdeLlc2PortTimerPollWaiting time after a P frame is sent.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.11 |
hh3cdeLlc2PortTimerRejectWaiting time after a REJ frame is sent.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.6.1.1.12 |
hh3cdeLlc2PortRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.6.1.1.13 |
hh3cdeReachableCache OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.7 |
hh3cdeRchCacheStat OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.7.1 |
hh3cdeRchCacheMaxIndexMaximum of hh3cdeRchCacheIndex.ro Integer32 .1.3.6.1.4.1.25506.2.62.1.7.1.1 |
hh3cdeRchCacheNextIndexThe next value of hh3cdeRchCacheIndex to be assigned by
the agent. A retrieval of this object atomically reserves
the returned value for use by the manager to create a row
in hh3cdeRchCacheTable. This makes it possible for the agent
to control the index space of the MAC address cache, yet
allows the manager to administratively create new rows.ro Integer32 .1.3.6.1.4.1.25506.2.62.1.7.1.2 |
hh3cdeRchCacheTableReachable cache table. SEQUENCE OF Hh3cdeRchCacheEntry .1.3.6.1.4.1.25506.2.62.1.7.3 |
hh3cdeRchCacheEntryReachable cache entry. Hh3cdeRchCacheEntry .1.3.6.1.4.1.25506.2.62.1.7.3.1 |
hh3cdeRchCacheIndexIndex of reachable cache entry. Integer32 .1.3.6.1.4.1.25506.2.62.1.7.3.1.1 |
hh3cdeRchCacheStatusCurrent status of reachable cache entry.ro Enumeration .1.3.6.1.4.1.25506.2.62.1.7.3.1.2 |
hh3cdeRchCacheRemainTimeRemain time of reachable cache entry.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.25506.2.62.1.7.3.1.3 |
hh3cdeRchCacheMacMAC address of reachable cache entry.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.7.3.1.4 |
hh3cdeRchCacheRemoteIpAddrTypeRemote peer ip address type.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.62.1.7.3.1.5 |
hh3cdeRchCacheRemoteIpRemote peer ip address of reachable cache entry.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.62.1.7.3.1.6 |
hh3cdeRchCacheRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.7.3.1.7 |
hh3cdeEthernetBackup OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.8 |
hh3cdeEBMacMapStat OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.62.1.8.1 |
hh3cdeEBMacMapMaxIndexMaximum of hh3cdeEBMacMapIndex.ro Integer32 .1.3.6.1.4.1.25506.2.62.1.8.1.1 |
hh3cdeEBMacMapNextIndexThe next value of hh3cdeEBMacMapIndex to be assigned by
the agent. A retrieval of this object atomically reserves
the returned value for use by the manager to create a row
in hh3cdeEBMacMapTable. This makes it possible for the agent
to control the index space of the MAC mapping tables, yet
allows the manager to administratively create new rows.ro Integer32 .1.3.6.1.4.1.25506.2.62.1.8.1.2 |
hh3cdeEBIfTableInformation of interface which works for DLSw Ethernet redundancy. SEQUENCE OF Hh3cdeEBIfEntry .1.3.6.1.4.1.25506.2.62.1.8.3 |
hh3cdeEBIfEntryParameters defined for DLSw Ethernet redundancy interface. Hh3cdeEBIfEntry .1.3.6.1.4.1.25506.2.62.1.8.3.1 |
hh3cdeEBMulticastMacMulticast MAC address configured for the Ethernet
redundancy of dlsw module. When Ethernet redundancy
is inactive, its value is '000000000000'H.
To active Ethernet redundancy, give it a valid multicast MAC address.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.8.3.1.1 |
hh3cdeEBPriorityPriority configured for the Ethernet redundancy of DLSw module.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.8.3.1.2 |
hh3cdeEBtimerTimer for the Ethernet redundancy of DLSw module.rw Integer32 .1.3.6.1.4.1.25506.2.62.1.8.3.1.3 |
hh3cdeEBRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.8.3.1.4 |
hh3cdeEBMacMapTableMAC address mapping table. SEQUENCE OF Hh3cdeEBMacMapEntry .1.3.6.1.4.1.25506.2.62.1.8.4 |
hh3cdeEBMacMapEntryMAC address mapping entry. Hh3cdeEBMacMapEntry .1.3.6.1.4.1.25506.2.62.1.8.4.1 |
hh3cdeEBMacMapIndexIndex of MAC address mapping entry. Integer32 .1.3.6.1.4.1.25506.2.62.1.8.4.1.1 |
hh3cdeEBMacMapLocalMacLocal MAC address in MAC address mapping.
When creating a new conceptual row, hh3cdeEBMacMapLocalMac
and hh3cdeEBMacMapRemoteMac should be set simultaneously.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.8.4.1.2 |
hh3cdeEBMacMapRemoteMacRemote MAC address of MAC address mapping.
When creating a new conceptual row, hh3cdeEBMacMapLocalMac
and hh3cdeEBMacMapRemoteMac should be set simultaneously.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.8.4.1.3 |
hh3cdeEBMacMapNeighbourNeighbour of MAC address mapping.rw MacAddressNC (DLSW-MIB) .1.3.6.1.4.1.25506.2.62.1.8.4.1.4 |
hh3cdeEBMacMapRowStatusStatus of MAC address mapping entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.62.1.8.4.1.5 |