POWERHUB-TCPIP-MIB

File: POWERHUB-TCPIP-MIB.mib (55016 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE NetworkAddress
IpAddress Counter Gauge
TimeTicks DisplayString PhysAddress

Defined Types

AlripNormalConfigEntry  
SEQUENCE    
  alripNormalConfigPort INTEGER
  alripNormalConfigTalk INTEGER
  alripNormalConfigListen INTEGER
  alripNormalConfigPoison INTEGER
  alripNormalConfigRptStaticRt INTEGER
  alripNormalConfigRptDefaultRt INTEGER
  alripNormalConfigAccptDefaultRt INTEGER

AlripVLANConfigEntry  
SEQUENCE    
  alripVLANConfigNetNumber IpAddress
  alripVLANConfigTalk INTEGER
  alripVLANConfigListen INTEGER
  alripVLANConfigPoison INTEGER
  alripVLANConfigRptStaticRt INTEGER
  alripVLANConfigRptDefaultRt INTEGER
  alripVLANConfigAccptDefaultRt INTEGER
  alripVLANConfigDelete INTEGER

RipAccptFilEntry  
SEQUENCE    
  ripAccptFilNumber INTEGER 1..64
  ripAccptFilAddr IpAddress
  ripAccptFilMask IpAddress
  ripAccptFilPort INTEGER 1..14

RipReportFilEntry  
SEQUENCE    
  ripReportFilNumber INTEGER 1..64
  ripReportFilAddr IpAddress
  ripReportFilMask IpAddress
  ripReportFilPort INTEGER 1..14

AlTcpConnEntry  
SEQUENCE    
  alTcpConnId INTEGER
  alTcpConnState INTEGER
  alTcpConnLocalAddress IpAddress
  alTcpConnLocalPort INTEGER
  alTcpConnRemAddress IpAddress
  alTcpConnRemPort INTEGER

TcpFilEntry  
SEQUENCE    
  tcpFilNumber INTEGER
  tcpFilSrcAddr IpAddress
  tcpFilSrcMask IpAddress
  tcpFilProtocol INTEGER
  tcpFilDstPort INTEGER

ArpProxyEntry  
SEQUENCE    
  arpProxyPort INTEGER
  arpProxyEnable INTEGER

AlipTemplateEntry  
SEQUENCE    
  alipTemplateNumber INTEGER
  alipTemplateDelete INTEGER
  alipTemplateAction INTEGER
  alipTemplateSrcAddr IpAddress
  alipTemplateSrcMask IpAddress
  alipTemplateDstAddr IpAddress
  alipTemplateDstMask IpAddress
  alipTemplateProtocol INTEGER
  alipTemplateOperator INTEGER
  alipTemplateDstPort INTEGER

AlipRuleEntry  
SEQUENCE    
  alipRuleNumber INTEGER
  alipRuleDelete INTEGER
  alipRuleTemplates DisplayString

AlipAcsCtrlEntry  
SEQUENCE    
  alipAcsCtrlPort INTEGER
  alipAcsCtrlDelete INTEGER
  alipAcsCtrlTarget INTEGER
  alipAcsCtrlRuleNumber INTEGER

AlipFilStatStatsEntry  
SEQUENCE    
  alipFilStatStatsTemplate Counter
  alipFilStatStatsInPkts Counter
  alipFilStatStatsOutPkts Counter

AlipFilDynStatsEntry  
SEQUENCE    
  alipFilDynStatsTemplate Counter
  alipFilDynStatsInPkts Counter
  alipFilDynStatsOutPkts Counter
  alipFilDynStatsClear Counter

AlIpInterfaceEntry  
SEQUENCE    
  ipInterfaceNumber INTEGER
  ipInterfaceAddress IpAddress
  ipInterfaceSubnetMask IpAddress
  ipInterfaceBroadCast INTEGER
  ipInterfaceCost INTEGER 0..14
  ipInterfaceDelete INTEGER
  ipInterfaceMtu INTEGER
  ipInterfaceState INTEGER
  ipInterfacePktsIn Counter
  ipInterfaceOctetsIn Counter
  ipInterfacePktsOut Counter
  ipInterfaceOctetsOut Counter

AlIpRtCacheEntry  
SEQUENCE    
  ipRtCachePort INTEGER
  ipRtCacheDstAddress IpAddress
  ipRtCacheClear INTEGER

AlVlanIpInterfaceEntry  
SEQUENCE    
  vlanIpInterfaceNameLen INTEGER
  vlanIpInterfaceName DisplayString
  vlanIpInterfaceAddress IpAddress
  vlanIpInterfaceSubnetMask IpAddress
  vlanIpInterfaceType INTEGER
  vlanIpInterfaceNeighborAddress IpAddress
  vlanIpInterfaceRowStatus INTEGER

Defined Values

fore 1.3.6.1.4.1.326
OBJECT IDENTIFIER    

systems 1.3.6.1.4.1.326.2
OBJECT IDENTIFIER    

lsd 1.3.6.1.4.1.326.2.6
OBJECT IDENTIFIER    

lsdproducts 1.3.6.1.4.1.326.2.6.1
OBJECT IDENTIFIER    

lsdcommon 1.3.6.1.4.1.326.2.6.2
OBJECT IDENTIFIER    

alrip 1.3.6.1.4.1.326.2.6.2.4
OBJECT IDENTIFIER    

altcp 1.3.6.1.4.1.326.2.6.2.5
OBJECT IDENTIFIER    

alip 1.3.6.1.4.1.326.2.6.2.6
OBJECT IDENTIFIER    

alripControlType 1.3.6.1.4.1.326.2.6.2.4.1
control type to change the RIP update mechanism
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), vlan(2)  

alRipNormalConfigTable 1.3.6.1.4.1.326.2.6.2.4.2
Per port RIP configuration per segment method.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlripNormalConfigEntry

alripNormalConfigEntry 1.3.6.1.4.1.326.2.6.2.4.2.1
information about a specific RIP configuration entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlripNormalConfigEntry  

alripNormalConfigPort 1.3.6.1.4.1.326.2.6.2.4.2.1.1
Port number for which the RIP parameters are to be set or viewed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alripNormalConfigTalk 1.3.6.1.4.1.326.2.6.2.4.2.1.2
Controls whether the hub generates RIP packets on the port identified by the instance of ripConfigPort.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripNormalConfigListen 1.3.6.1.4.1.326.2.6.2.4.2.1.3
Controls whether the hub processes RIP packets received on the port identified by the instance of ripConfigPort.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripNormalConfigPoison 1.3.6.1.4.1.326.2.6.2.4.2.1.4
Controls what happens when a route goes down. If set to no(2), the hub simply stops reporting the route. If set to yes(1), the hub reports it one more time, but with a metric value of 16, which infinity as far as RIP is concerned. Thus other routers learn immediately that the route is down.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripNormalConfigRptStaticRt 1.3.6.1.4.1.326.2.6.2.4.2.1.5
When RIP packets are generated on the port, controls whether the hub reports the static routes in its route table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripNormalConfigRptDefaultRt 1.3.6.1.4.1.326.2.6.2.4.2.1.6
When RIP packets are generated on the port, controls whether the hub reports the default routes, if any, in ints route table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripNormalConfigAccptDefaultRt 1.3.6.1.4.1.326.2.6.2.4.2.1.7
When RIP packets are received on the port, controls whether the hub accepts(learns) a default route that is reported in a RIP packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alRipVLANConfigTable 1.3.6.1.4.1.326.2.6.2.4.3
Per port RIP configuration per VLAN method.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlripVLANConfigEntry

alripVLANConfigEntry 1.3.6.1.4.1.326.2.6.2.4.3.1
information about a specific RIP configuration entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlripVLANConfigEntry  

alripVLANConfigNetNumber 1.3.6.1.4.1.326.2.6.2.4.3.1.1
IP network number for which the RIP parameters are to be set or viewed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

alripVLANConfigTalk 1.3.6.1.4.1.326.2.6.2.4.3.1.2
Controls whether the hub generates RIP packets on the port identified by the instance of ripConfigPort.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigListen 1.3.6.1.4.1.326.2.6.2.4.3.1.3
Controls whether the hub processes RIP packets received on the port identified by the instance of ripConfigPort. This field cannot be activated if this interface is controlled by OSPF
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigPoison 1.3.6.1.4.1.326.2.6.2.4.3.1.4
Controls what happens when a route goes down. If set to no(2), the hub simply stops reporting the route. If set to yes(1), the hub reports it one more time, but with a metric value of 16, which infinity as far as RIP is concerned. Thus other routers learn immediately that the route is down.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigRptStaticRt 1.3.6.1.4.1.326.2.6.2.4.3.1.5
When RIP packets are generated on the port, controls whether the hub reports the static routes in its route table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigRptDefaultRt 1.3.6.1.4.1.326.2.6.2.4.3.1.6
When RIP packets are generated on the port, controls whether the hub reports the default routes, if any, in ints route table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigAccptDefaultRt 1.3.6.1.4.1.326.2.6.2.4.3.1.7
When RIP packets are received on the port, controls whether the hub accepts(learns) a default
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

alripVLANConfigDelete 1.3.6.1.4.1.326.2.6.2.4.3.1.8
When set to 1, this entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alripStatsClear 1.3.6.1.4.1.326.2.6.2.4.4
When set to 1, clears the RIP stats
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alRipStatPktsRcvd 1.3.6.1.4.1.326.2.6.2.4.5
Packets Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatPktsXmitted 1.3.6.1.4.1.326.2.6.2.4.6
Packets Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatReqsRcvd 1.3.6.1.4.1.326.2.6.2.4.7
Requests Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatRespRcvd 1.3.6.1.4.1.326.2.6.2.4.8
Responses Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatReqsXmitted 1.3.6.1.4.1.326.2.6.2.4.9
Requests Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatRespXmitted 1.3.6.1.4.1.326.2.6.2.4.10
Responses Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatRouteTimeOuts 1.3.6.1.4.1.326.2.6.2.4.11
Route Timeouts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatShortPkts 1.3.6.1.4.1.326.2.6.2.4.12
Short packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatBadVer 1.3.6.1.4.1.326.2.6.2.4.13
Bad version pkts received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatBadZeroes 1.3.6.1.4.1.326.2.6.2.4.14
Bad zeroes received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatBadSrcPort 1.3.6.1.4.1.326.2.6.2.4.15
Packets with bad Source port received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatBadSrcIp 1.3.6.1.4.1.326.2.6.2.4.16
Packets with bad source IP address received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatPktsSelf 1.3.6.1.4.1.326.2.6.2.4.17
Packets from self received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipigUpdates 1.3.6.1.4.1.326.2.6.2.4.18
number of RIP update trigged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatPqueuePktsQueued 1.3.6.1.4.1.326.2.6.2.4.19
Packets queued in RIP process queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatPqueueFreeQueue 1.3.6.1.4.1.326.2.6.2.4.20
Free entries in the RIP processing queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatTqueuePktsQueued 1.3.6.1.4.1.326.2.6.2.4.21
Packets queued in the RIP route timeout process queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipStatTqueueFreeQueue 1.3.6.1.4.1.326.2.6.2.4.22
Free entries in the RIP route timeout queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynPktsRcvd 1.3.6.1.4.1.326.2.6.2.4.23
Packets Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynPktsXmitted 1.3.6.1.4.1.326.2.6.2.4.24
Packets Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynReqsRcvd 1.3.6.1.4.1.326.2.6.2.4.25
Requests Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynRespRcvd 1.3.6.1.4.1.326.2.6.2.4.26
Responses Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynReqsXmitted 1.3.6.1.4.1.326.2.6.2.4.27
Requests Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynRespXmitted 1.3.6.1.4.1.326.2.6.2.4.28
Responses Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynRouteTimeOuts 1.3.6.1.4.1.326.2.6.2.4.29
Route Timeouts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynShortPkts 1.3.6.1.4.1.326.2.6.2.4.30
Short packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynBadVer 1.3.6.1.4.1.326.2.6.2.4.31
Bad version pkts received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynBadZeroes 1.3.6.1.4.1.326.2.6.2.4.32
Bad zeroes received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynBadSrcPort 1.3.6.1.4.1.326.2.6.2.4.33
Packets with bad Source port received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynBadSrcIp 1.3.6.1.4.1.326.2.6.2.4.34
Packets with bad source IP address received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynPktsSelf 1.3.6.1.4.1.326.2.6.2.4.35
Packets from self received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynNumTrigUpdates 1.3.6.1.4.1.326.2.6.2.4.36
number of RIP update trigged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDyntPqueuePktsQueued 1.3.6.1.4.1.326.2.6.2.4.37
Packets queued in RIP process queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynPqueueFreeQueue 1.3.6.1.4.1.326.2.6.2.4.38
Free entries in the RIP processing queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynTqueuePktsQueued 1.3.6.1.4.1.326.2.6.2.4.39
Packets queued in the RIP route timeout process queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipDynTqueueFreeQueue 1.3.6.1.4.1.326.2.6.2.4.40
Free entries in the RIP route timeout queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alRipAccptFilTable 1.3.6.1.4.1.326.2.6.2.4.41
RIP Accept filter table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipAccptFilEntry

ripAccptFilEntry 1.3.6.1.4.1.326.2.6.2.4.41.1
RIP Accept filter entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RipAccptFilEntry  

ripAccptFilNumber 1.3.6.1.4.1.326.2.6.2.4.41.1.1
Filter Number; Range 1-64
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

ripAccptFilAddr 1.3.6.1.4.1.326.2.6.2.4.41.1.2
Valid network or subnet address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ripAccptFilMask 1.3.6.1.4.1.326.2.6.2.4.41.1.3
Accept filter Mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ripAccptFilPort 1.3.6.1.4.1.326.2.6.2.4.41.1.4
Port number on which network should be accepted or not. Range 1-14.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..14  

alRipReportFilTable 1.3.6.1.4.1.326.2.6.2.4.42
RIP Report filter table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipReportFilEntry

ripReportFilEntry 1.3.6.1.4.1.326.2.6.2.4.42.1
RIP Report filter entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RipReportFilEntry  

ripReportFilNumber 1.3.6.1.4.1.326.2.6.2.4.42.1.1
Filter Number; Range 1-64
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

ripReportFilAddr 1.3.6.1.4.1.326.2.6.2.4.42.1.2
Valid network or subnet address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ripReportFilMask 1.3.6.1.4.1.326.2.6.2.4.42.1.3
Report filter Mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ripReportFilPort 1.3.6.1.4.1.326.2.6.2.4.42.1.4
Port number on which network should be reported or not. Port number range 1-14
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..14  

alTcpConnIdleTime 1.3.6.1.4.1.326.2.6.2.5.1
Time in minutes before sending keep-alives. The range is 5 to 30 minutes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alTcpKeepAliveInt 1.3.6.1.4.1.326.2.6.2.5.2
Time interval in seconds between two successive keep-alive sends. The range is 30 to 240 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alTcpDisconnectInt 1.3.6.1.4.1.326.2.6.2.5.3
Time interval in seconds, before an idle connection is dropped. This equals to the sum of alTcpConnIdleTime plus eight times the alTcpKeepAliveInt interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

alTcpShortSegRcvd 1.3.6.1.4.1.326.2.6.2.5.4
Number of short segments received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

alTcpStatsClear 1.3.6.1.4.1.326.2.6.2.5.5
When set to 1, clears the TCP stats.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alTcpConnTable 1.3.6.1.4.1.326.2.6.2.5.6
A table containing TCP connection-specific information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlTcpConnEntry

alTcpConnEntry 1.3.6.1.4.1.326.2.6.2.5.6.1
Information about a particular current TCP connection. An object of this type is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlTcpConnEntry  

alTcpConnId 1.3.6.1.4.1.326.2.6.2.5.6.1.1
The connection Identifier by which a connection is addressed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

alTcpConnState 1.3.6.1.4.1.326.2.6.2.5.6.1.2
The state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)  

alTcpConnLocalAddress 1.3.6.1.4.1.326.2.6.2.5.6.1.3
The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

alTcpConnLocalPort 1.3.6.1.4.1.326.2.6.2.5.6.1.4
The local port number for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

alTcpConnRemAddress 1.3.6.1.4.1.326.2.6.2.5.6.1.5
The remote IP address for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

alTcpConnRemPort 1.3.6.1.4.1.326.2.6.2.5.6.1.6
The remote port number for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

alTcpFilTable 1.3.6.1.4.1.326.2.6.2.5.7
TCP filter table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TcpFilEntry

tcpFilEntry 1.3.6.1.4.1.326.2.6.2.5.7.1
TCP filter entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TcpFilEntry  

tcpFilNumber 1.3.6.1.4.1.326.2.6.2.5.7.1.1
Filter Number; Range 1-32
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tcpFilSrcAddr 1.3.6.1.4.1.326.2.6.2.5.7.1.2
Source address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

tcpFilSrcMask 1.3.6.1.4.1.326.2.6.2.5.7.1.3
Mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

tcpFilProtocol 1.3.6.1.4.1.326.2.6.2.5.7.1.4
tcp(1) or udp(2)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tcpFilDstPort 1.3.6.1.4.1.326.2.6.2.5.7.1.5
smtp(1000), telnet(2000), ftp(3000) or valid port Number
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alArpTableClear 1.3.6.1.4.1.326.2.6.2.6.1
When set, clears the ARP table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alArpAge 1.3.6.1.4.1.326.2.6.2.6.2
Timeout in minutes for aging ARP entries; when set to zero, set-arpage is turned off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alArpStatReqsRcvd 1.3.6.1.4.1.326.2.6.2.6.3
Requests Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatRepliesRcvd 1.3.6.1.4.1.326.2.6.2.6.4
Replies Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatInvalidOpcodes 1.3.6.1.4.1.326.2.6.2.6.5
Invalid Opcodes Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatRequestsSent 1.3.6.1.4.1.326.2.6.2.6.6
Requests Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatRepliesSent 1.3.6.1.4.1.326.2.6.2.6.7
Replies Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatProxyReplies 1.3.6.1.4.1.326.2.6.2.6.8
number of proxy replied
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynReqsRcvd 1.3.6.1.4.1.326.2.6.2.6.9
Requests Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynRepliesRcvd 1.3.6.1.4.1.326.2.6.2.6.10
Replies Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynInvalidOpcodes 1.3.6.1.4.1.326.2.6.2.6.11
Invalid Opcodes Received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynRequestsSent 1.3.6.1.4.1.326.2.6.2.6.12
Requests Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynRepliesSent 1.3.6.1.4.1.326.2.6.2.6.13
Replies Sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpDynProxyReplies 1.3.6.1.4.1.326.2.6.2.6.14
number of proxy replied
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alArpStatsClear 1.3.6.1.4.1.326.2.6.2.6.15
When set to 1, clears the ARP statistics.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alArpProxyTable 1.3.6.1.4.1.326.2.6.2.6.16
Per port proxy arp enable/disable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpProxyEntry

arpProxyEntry 1.3.6.1.4.1.326.2.6.2.6.16.1
information of a specific arp proxy entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ArpProxyEntry  

arpProxyPort 1.3.6.1.4.1.326.2.6.2.6.16.1.1
Port Number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

arpProxyEnable 1.3.6.1.4.1.326.2.6.2.6.16.1.2
If set to Enable(1), enables proxy arp arp requests received on the port identified by the instance of arpProxyPort. If set to Disable(2), it disables the proxy arp for arp requests received on the ports identified by the instance of arpProxyPort.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alIpTemplateTable 1.3.6.1.4.1.326.2.6.2.6.17
Per template information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlipTemplateEntry

alipTemplateEntry 1.3.6.1.4.1.326.2.6.2.6.17.1
Information about a filtering template
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlipTemplateEntry  

alipTemplateNumber 1.3.6.1.4.1.326.2.6.2.6.17.1.1
The number of the template with which it is identified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..256  

alipTemplateDelete 1.3.6.1.4.1.326.2.6.2.6.17.1.2
When set to 1, this entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipTemplateAction 1.3.6.1.4.1.326.2.6.2.6.17.1.3
Whether the packet being filtered should be forwarded or blocked
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), block(2)  

alipTemplateSrcAddr 1.3.6.1.4.1.326.2.6.2.6.17.1.4
The portion of the packet's source address specified by ipTemplateSrcMask is matched with this address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

alipTemplateSrcMask 1.3.6.1.4.1.326.2.6.2.6.17.1.5
Source Mask. The portion specified by this mask is matched with source address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

alipTemplateDstAddr 1.3.6.1.4.1.326.2.6.2.6.17.1.6
The portion of the packet's destination address specified by ipTemplateDstMask is matched with this address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

alipTemplateDstMask 1.3.6.1.4.1.326.2.6.2.6.17.1.7
Destination mask. The portion specified by this mask is matched with destination address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

alipTemplateProtocol 1.3.6.1.4.1.326.2.6.2.6.17.1.8
Determines the type of packets that need to be filtered. PowerHub currently recognizes ip(1) , icmp(1), ipinip(4), tcp(6), udp(17), ospf(89). If all(0) is specified, the filter looks for all protocols other than the ones PowerHub currently accepts. The IP protocol numbers are listed in RFC 1340
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

alipTemplateOperator 1.3.6.1.4.1.326.2.6.2.6.17.1.9
Allowed only if the protocol field is tcp or udp. The following operators allowed: (1) Unknown =(2) Equal to ~=(3) Not equal to <(4) Less than >(5) Greater than conreq(6) Connect request. Connect request is valid only if protocol is tcp
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), equalto(2), notequalto(3), lessthan(4), greaterthan(5), conreq(6)  

alipTemplateDstPort 1.3.6.1.4.1.326.2.6.2.6.17.1.10
This is expressed as either a well-known protocol name or a well-known tcp or udp port number. 0 means unknown
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

alIpRuleTable 1.3.6.1.4.1.326.2.6.2.6.18
Per template information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlipRuleEntry

alipRuleEntry 1.3.6.1.4.1.326.2.6.2.6.18.1
Information about a specific filtering rule
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlipRuleEntry  

alipRuleNumber 1.3.6.1.4.1.326.2.6.2.6.18.1.1
The number of the rule with which it is Identified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..256  

alipRuleDelete 1.3.6.1.4.1.326.2.6.2.6.18.1.2
If set to 1 the entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipRuleTemplates 1.3.6.1.4.1.326.2.6.2.6.18.1.3
The templates associated with the rule identified by the instance of ipRuleNumber.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

alipAcsCtrlTable 1.3.6.1.4.1.326.2.6.2.6.19
Per port IP access control filters
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlipAcsCtrlEntry

alipAcsCtrlEntry 1.3.6.1.4.1.326.2.6.2.6.19.1
information of a specific rule applied to segment
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlipAcsCtrlEntry  

alipAcsCtrlPort 1.3.6.1.4.1.326.2.6.2.6.19.1.1
Port number of the port for which the source and destination access filter apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipAcsCtrlDelete 1.3.6.1.4.1.326.2.6.2.6.19.1.2
If set to 1, the entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipAcsCtrlSourceRule 1.3.6.1.4.1.326.2.6.2.6.19.1.3
the source rule is assigned to the segment
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipAcsCtrlDestRule 1.3.6.1.4.1.326.2.6.2.6.19.1.4
the destination rule is assigned to the segment
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

alipFilStatStatsTable 1.3.6.1.4.1.326.2.6.2.6.20
Per template static statistics -- stats from the beginning of the last system reboot.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlipFilStatStatsEntry

alipFilStatStatsEntry 1.3.6.1.4.1.326.2.6.2.6.20.1
filter statistics entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlipFilStatStatsEntry  

alipFilStatStatsTemplate 1.3.6.1.4.1.326.2.6.2.6.20.1.1
The template number for which the stats are displayed
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilStatStatsInPkts 1.3.6.1.4.1.326.2.6.2.6.20.1.2
The number of packets that matched the template identified by the instance of alipFilStatStatsTemplate. The template has to be a Source template.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilStatStatsOutPkts 1.3.6.1.4.1.326.2.6.2.6.20.1.3
The number of packets that matched the template identified by the instance of alipFilStatStatsTemplate. The template has to be a Destination template.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilDynStatsTable 1.3.6.1.4.1.326.2.6.2.6.21
Per template dynamic statistics -- stats from the beginning of the last clear.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlipFilDynStatsEntry

alipFilDynStatsEntry 1.3.6.1.4.1.326.2.6.2.6.21.1
information of a specific statistic entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlipFilDynStatsEntry  

alipFilDynStatsTemplate 1.3.6.1.4.1.326.2.6.2.6.21.1.1
The template number for which the stats are displayed
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilDynStatsInPkts 1.3.6.1.4.1.326.2.6.2.6.21.1.2
The number of packets that matched the template identified by the instance of alipFilDynStatsTemplate. The template has to be a Source template.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilDynStatsOutPkts 1.3.6.1.4.1.326.2.6.2.6.21.1.3
The number of packets that matched the template identified by the instance of alipFilDynStatsTemplate. The template has to be a Destination template.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipFilDynStatsClear 1.3.6.1.4.1.326.2.6.2.6.21.1.4
Setting the value of 1, it will clear all the stats for the template identified by the instance of alipFilDynStatsTemplate.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

alipTotalFilPacketForward 1.3.6.1.4.1.326.2.6.2.6.22
The total number of packets forwarded since last system reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipTotalFilPacketBlock 1.3.6.1.4.1.326.2.6.2.6.23
The total number of packets blocked since last system reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipCurrentFilPacketForward 1.3.6.1.4.1.326.2.6.2.6.24
The total number of packets forwarded since the last statistical clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alipCurrentFilPacketBlock 1.3.6.1.4.1.326.2.6.2.6.25
The total number of packets blocked since the last statistical clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alIpInterfaceTable 1.3.6.1.4.1.326.2.6.2.6.26
IP interface table corresponding to the command - interface-table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlIpInterfaceEntry

alIpInterfaceEntry 1.3.6.1.4.1.326.2.6.2.6.26.1
Entry of IP interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlIpInterfaceEntry  

ipInterfaceNumber 1.3.6.1.4.1.326.2.6.2.6.26.1.1
Segment number of the selecetd IP address interface entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipInterfaceAddress 1.3.6.1.4.1.326.2.6.2.6.26.1.2
IP address of the selected IP segment number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipInterfaceSubnetMask 1.3.6.1.4.1.326.2.6.2.6.26.1.3
IP subnet mask for the selected IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipInterfaceBroadCast 1.3.6.1.4.1.326.2.6.2.6.26.1.4
Specifies style of broadcast address on a segment basis: when you specify 'br0', the hub sends an 'all-0s' broadcast; when you sepcify 'br1', the hub sends 'all-1s' broadcast. The default is 'br1'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER br0(1), br1(2)  

ipInterfaceCost 1.3.6.1.4.1.326.2.6.2.6.26.1.5
Specifies an additiopnal cost of using the subnet interface. This cost is the number of extra hops to the destination. The range is 1 thru 14. The default is 0. When you set the cost to a value greater than zero, routing is forced thru the other hub if it is alive.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..14  

ipInterfaceDelete 1.3.6.1.4.1.326.2.6.2.6.26.1.6
When this object is set with value 1, the IP interface corresponds to the segment number will be deleted; otherwise this object returns value 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipInterfaceMtu 1.3.6.1.4.1.326.2.6.2.6.26.1.7
Displays the maximum transimission unit size allowed on this IP interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipInterfaceState 1.3.6.1.4.1.326.2.6.2.6.26.1.8
Displays the up/down status of the IP interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

ipInterfacePktsIn 1.3.6.1.4.1.326.2.6.2.6.26.1.9
Total number of packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipInterfaceOctetsIn 1.3.6.1.4.1.326.2.6.2.6.26.1.10
Total number of bytes received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipInterfacePktsOut 1.3.6.1.4.1.326.2.6.2.6.26.1.11
Total number of packets transmitted to the network by this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipInterfaceOctetsOut 1.3.6.1.4.1.326.2.6.2.6.26.1.12
Total number of bytes transimitted to the network by this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

alIpRtCacheTable 1.3.6.1.4.1.326.2.6.2.6.27
IP Route Cache for all ports
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlIpRtCacheEntry

alIpRtCacheEntry 1.3.6.1.4.1.326.2.6.2.6.27.1
IP Route cache for each port
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlIpRtCacheEntry  

ipRtCachePort 1.3.6.1.4.1.326.2.6.2.6.27.1.1
Port number for the ip route cache.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipRtCacheDstAddress 1.3.6.1.4.1.326.2.6.2.6.27.1.2
Ip route cache destination address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipRtCacheClear 1.3.6.1.4.1.326.2.6.2.6.27.1.3
Setting this to Clear(1), will clear the routecache for the port and Destination address identified by the instance of ipRtCachePort and ipRtCacheDstAddress.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

alVlanIpInterfaceTable 1.3.6.1.4.1.326.2.6.2.6.28
Vlan IP interface table corresponding to the command - vlan add/del IP interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlVlanIpInterfaceEntry

alVlanIpInterfaceEntry 1.3.6.1.4.1.326.2.6.2.6.28.1
Entry of Vlan IP interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlVlanIpInterfaceEntry  

vlanIpInterfaceNameLen 1.3.6.1.4.1.326.2.6.2.6.28.1.1
The string length of Vlan name of the selecetd vlan IP interface entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanIpInterfaceName 1.3.6.1.4.1.326.2.6.2.6.28.1.2
Vlan name of the selecetd vlan IP interface entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

vlanIpInterfaceAddress 1.3.6.1.4.1.326.2.6.2.6.28.1.3
IP address of the selected vlan IP interface entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

vlanIpInterfaceSubnetMask 1.3.6.1.4.1.326.2.6.2.6.28.1.4
IP subnet mask for the selected vlan IP interface entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

vlanIpInterfaceType 1.3.6.1.4.1.326.2.6.2.6.28.1.5
Specifies type of interface of vlan The types are are broadcast, nbma (nonBroadcastMultiAccess i.e.,CLIP), ptop (i.e.,PVC). Default is broadcast. The discontinuos enumeration values actually mean bitmask value which maps to bit positions in the agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER broadcast(1), nbma(2), pointToPoint(4)  

vlanIpInterfaceNeighborAddress 1.3.6.1.4.1.326.2.6.2.6.28.1.6
Specifies the ip address of neightbors of the interfaces of the vlan. This object apply only when interface type is pointToPoint.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

vlanIpInterfaceRowStatus 1.3.6.1.4.1.326.2.6.2.6.28.1.7
The status of the table. The table can not be changed when it is active.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInservice(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)