Home/Catalog/Wellfleet-BOT-MIB

Wellfleet-BOT-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for Wellfleet-BOT-MIB.

40
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

40 total
Object Name
wfBot
OBJECT IDENTIFIER
.1.3.6.1.4.1.18.3.5.18.1
RFC1155-SMI
Unknown
.1.3.6.1.4.1.18.3.5.18.1
wfBotDeleteCreate/Delete parameter. Default is created. User perform an SNMP SET operation on this object in order to create/delete BOTrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.1.1
wfBotDisableEnable/Disable parameter. Default is enabled. User perform an SNMP SET operation on this object in order to enable/disable BOTrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.1.2
wfBotStateThe current state of BOTro
Enumeration
.1.3.6.1.4.1.18.3.5.18.1.3
wfBotInterfaceTableInterface table which lists all BISYNC line entries and other line related information
SEQUENCE OF WfBotInterfaceEntry
.1.3.6.1.4.1.18.3.5.18.2
wfBotInterfaceEntryAn entry in wfBotInterfaceTable
WfBotInterfaceEntry
.1.3.6.1.4.1.18.3.5.18.2.1
wfBotInterfaceDeleteCreate/Delete attribute. Default is Created Users perform SNMP SET operation on this object in order to create/delete a translation interface recordrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.2.1.1
wfBotInterfaceDisableEnables/Disables this mapping entry Setting of this attribute to DISABLED will disconnect all active sessions pertaining to this interface entryrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.2.1.2
wfBotInterfaceCctNumberThe circuit from which the connection attempt is received that initiates a translation session.ro
INTEGER
.1.3.6.1.4.1.18.3.5.18.2.1.3
wfBotInterfaceSlotNumberSlot number on which this interface is runningro
INTEGER
.1.3.6.1.4.1.18.3.5.18.2.1.4
wfBotInterfaceStateThe current state of the Interfacero
Enumeration
.1.3.6.1.4.1.18.3.5.18.2.1.5
wfBotInterfaceTypeIf this interface is point-to-point, i.e. no splitting occours we can straight away deliver BSC frame to designated TCP circuit, without looking into the CU addressrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.2.1.6
wfBotInterfaceAttachedToInformation that this interface is attached to the Primary or secondary BSC stationrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.2.1.7
wfBotInterfacePktCntInterface packet count ...ro
Counter
.1.3.6.1.4.1.18.3.5.18.2.1.8
wfBotKeepaliveIntervalIdle session timeout period, in seconds. If an established TCP connection remains inactive for this interval, KEEPALIVE messages will be sent to the peer (if the Keepalive Timer is non-zero). Setting the Idle Timer to zero disables the keepalive feature.rw
INTEGER
.1.3.6.1.4.1.18.3.5.18.2.1.9
wfBotKeepaliveRtoKEEPALIVE retransmit timeout period, in seconds. This is the interval at which unacknowledged KEEPALIVE messages will be retransmitted. If the Idle Timer is set to zero, this timer ignored. If the Idle Timer is non-zero and this timer IS zero, no KEEPALIVEs are sent and the session is terminated upon expiration of the Idle Timer.rw
INTEGER
.1.3.6.1.4.1.18.3.5.18.2.1.10
wfBotKeepaliveMaxRetryNumber of unacknowledged KEEPALIVE messages retransmitted before the TCP session is terminated. If this count is set to zero, only one KEEPALIVE message will be sent.rw
INTEGER
.1.3.6.1.4.1.18.3.5.18.2.1.11
wfBotPeerTablePeer table lists all TCP connections this router will have with its peers
SEQUENCE OF WfBotPeerEntry
.1.3.6.1.4.1.18.3.5.18.3
wfBotPeerEntryAn entry in wfBotPeerTable
WfBotPeerEntry
.1.3.6.1.4.1.18.3.5.18.3.1
wfBotPeerEntryDeleteCreate/Delete attribute. Default is Created Users perform SNMP SET operation on this object in order to create/delete a peer recordrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.3.1.1
wfBotPeerEntryDisableEnables/Disables this mapping entry Setting of this attribute to DISABLED will disconnect all active sessions pertaining to this interface entryrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.3.1.2
wfBotPeerSlotNumberSlot number on which this peer entry is configuredro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.3
wfBotPeerCctNumberThe circuit from which the connection attempt is received that initiates a translation session.ro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.4
wfBotPeerRemoteIpAddrIP Address of the remote host with which this translation session is established.ro
IpAddress
.1.3.6.1.4.1.18.3.5.18.3.1.5
wfBotConnOriginatorUpon start up, based on the configuration either partner is going to initiate TCP conn. or myselfro
Enumeration
.1.3.6.1.4.1.18.3.5.18.3.1.6
wfBotPeerLocalTcpListenPortBased on the field wfBotConnOriginator, SiteManager will allow user to configure only one of following two fields: if Originator = SELF then through SiteManager ask user to enter PeerTcpListenPort# else through SiteManager ask user to enter LocalTcpListenPort# So, in any case one of the two fields will have NULL_VALUE.ro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.7
wfBotPeerRemoteTcpListenPortPeer listen port for TCP connectionro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.8
wfBotPeerLocalTcpPortWhen TCP connection is established, we will have other TCP port number available which is assigned by the system from the available pool. We will fill in this information here in this READ_ONLY variable. Again, based on Originator only one of the following two fields will have valid value. if Originator = SELF then fill in LocalTcpPort field inside the BOT module else fill in PeerTcpPort field inside the BOT module In short, ========= For Originator = SELF PeerTcpListenPort and LocalTcpPort entries are valid For Originator = PARTNER LocalTcpListenPort and PeerTcpPort entries are validro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.9
wfBotPeerRemoteTcpPortPeer TCP port of the connectionro
INTEGER
.1.3.6.1.4.1.18.3.5.18.3.1.10
wfBotCUTableCU table lists all CUs reachable from this router on all TCP connections listed in PEER_TABLE
SEQUENCE OF WfBotCUEntry
.1.3.6.1.4.1.18.3.5.18.4
wfBotCUEntryAn entry in wfBotCUTable
WfBotCUEntry
.1.3.6.1.4.1.18.3.5.18.4.1
wfBotCUEntryDeleteCreate/Delete attribute. Default is Created Users perform SNMP SET operation on this object in order to create/delete a peer recordrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.4.1.1
wfBotCUEntryDisableEnables/Disables this cu entry Setting of this attribute to DISABLED will disconnect active TCP conn. pertaining to the peer entryrw
Enumeration
.1.3.6.1.4.1.18.3.5.18.4.1.2
wfBotCUSlotNumberslot number used as an indexro
INTEGER
.1.3.6.1.4.1.18.3.5.18.4.1.3
wfBotCUCctNumberThe circuit from which the connection attempt is CCT number for easy link between peer table and cu tablero
INTEGER
.1.3.6.1.4.1.18.3.5.18.4.1.4
wfBotCURemoteIpAddrIP Address of the remote host with which this translation session is established.ro
IpAddress
.1.3.6.1.4.1.18.3.5.18.4.1.5
wfBotCULocalTcpListenPortAs mentioned earlier only one of following two field will have a valid value, while other will be NULL_VAL, based on who is the ConnOriginatorro
INTEGER
.1.3.6.1.4.1.18.3.5.18.4.1.6
wfBotCURemoteTcpListenPortfield from the peer table entryro
INTEGER
.1.3.6.1.4.1.18.3.5.18.4.1.7
wfBotCUAddrReachableIn BISYNC controller addresses range from 0-31. In MDL currently there is no way to represent the integer range. As lower bound is zero, here we specify only max possiblero
Enumeration
.1.3.6.1.4.1.18.3.5.18.4.1.8
Wellfleet-BOT-MIB - SNMP MIB Reference | MIBs Explorer