TPT-POLICY-MIB

File: TPT-POLICY-MIB.mib (49972 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IPV6-TC
SNMP-FRAMEWORK-MIB TPT-TPAMIBS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
OBJECT-IDENTITY Unsigned32 Counter32
Counter64 IpAddress Integer32
TEXTUAL-CONVENTION Ipv6Address SnmpAdminString
tpt-tpa-objs tpt-tpa-eventsV2 tpt-tpa-unkparams

Defined Types

PolicyCounterEntry  
SEQUENCE    
  policyGlobalID OCTET STRING
  policyDescriptiveName OCTET STRING
  policyCountBytes Counter64
  policyCountPackets Counter64
  policyCreationTime Unsigned32

PolicyProtocol  
A selection from a set of networking protocols detected by a policy.
TEXTUAL-CONVENTION    
  INTEGER icmp(1), udp(2), tcp(3), other-ip(4), arp(5), other-eth(6), icmpv6(7), other-ipv6(8)  

PolicyFrameSize  
A selection from a set of layer-2 frame size categories.
TEXTUAL-CONVENTION    
  INTEGER fs64B(1), fs65to127B(2), fs128to255B(3), fs256to511B(4), fs512to1023B(5), fs1024toMaxB(6), fsMaxto4095B(7), fs4096to9216B(8), fsUnder(9), fsOver(10), fs9217to16383(11)  

PolicyFrameType  
A selection from a set of layer-2 frame types based on addressing and error status.
TEXTUAL-CONVENTION    
  INTEGER unicast(1), broadcast(2), multicast(3), macControl(4), fcsError(5), alignError(6), symbolError(7)  

PolicySeverity  
A selection from a set of severity levels used by policies. Used for both statistical reports and notifications.
TEXTUAL-CONVENTION    
  INTEGER warning(1), minor(2), major(3), critical(4)  

TopTenHitsByPolicyEntry  
SEQUENCE    
  topTenRank Unsigned32
  policyHitCount Unsigned32
  policyName OCTET STRING
  policyUUID OCTET STRING

AlertsBySeverityEntry  
SEQUENCE    
  alertSeverity PolicySeverity
  severityAlertCount Unsigned32

AlertsByProtocolEntry  
SEQUENCE    
  alertProtocol PolicyProtocol
  protocolAlertCount Unsigned32

AlertsByZoneEntry  
SEQUENCE    
  alertSlot Unsigned32
  alertPort Unsigned32
  zoneAlertCount Unsigned32

PermitsByZoneEntry  
SEQUENCE    
  permitSlot Unsigned32
  permitPort Unsigned32
  zonePermitCount Unsigned32

BlocksByZoneEntry  
SEQUENCE    
  blockSlot Unsigned32
  blockPort Unsigned32
  zoneBlockCount Unsigned32

P2psByZoneEntry  
SEQUENCE    
  p2pSlot Unsigned32
  p2pPort Unsigned32
  zoneP2pCount Unsigned32

FramesBySizeEntry  
SEQUENCE    
  frameSize PolicyFrameSize
  sizeFrameCount Unsigned32

FramesByTypeEntry  
SEQUENCE    
  frameType PolicyFrameType
  typeFrameCount Unsigned32

PacketsByProtocolEntry  
SEQUENCE    
  packetProtocol PolicyProtocol
  protocolPacketCount Unsigned32

PortStatsEntry  
SEQUENCE    
  portNumber Unsigned32
  portName OCTET STRING
  portVlanTranslations Counter64

PolicyByNumberEntry  
SEQUENCE    
  policyNumber Unsigned32
  numberName OCTET STRING
  numberDesc OCTET STRING

SecurityZonePairEntry  
SEQUENCE    
  szpName OCTET STRING
  szpInZoneName OCTET STRING
  szpOutZoneName OCTET STRING
  szpUUID OCTET STRING
  szpInZoneUUID OCTET STRING
  szpOutZoneUUID OCTET STRING
  szpInPackets Counter64
  szpInOctets Counter64
  szpAlerts Counter64
  szpPermits Counter64
  szpBlocks Counter64
  szpPrecedence Unsigned32

PolicyAction  
A selection between three fundamental actions of a policy: blocking the offending packets, detecting them but allowing them through, or rate-limiting them.
TEXTUAL-CONVENTION    
  INTEGER deny(1), allow(2), ratelimit(3)  

PolicyComponent  
A selection from among the components of a policy, corresponding to which log file is used to track the associated information.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), deny(1), allow(2), alert(7), block(8), peer(9)  

SslInspectedFlag  
A flag indicating if an action was taken on an inspected SSL data stream.
TEXTUAL-CONVENTION    
  INTEGER yes(1), no(2)  

SslProtocol  
The SSL protocol version.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), sslv3(2), tls10(3), tls11(4), tls12(5)  

SslInspEventType  
The type of SSL connection, either inbound or outbound.
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2)  

SslInspAction  
The action taken on an SSL connection.
TEXTUAL-CONVENTION    
  INTEGER decrypted(1), notDecrypted(2), blocked(3)  

Defined Values

tpt-policy 1.3.6.1.4.1.10734.3.3.2.1
TPA policy counters. Copyright (C) 2016 Trend Micro Incorporated. All Rights Reserved. Trend Micro makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Trend Micro shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material. This document contains proprietary information, which is protected by copyright. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of Trend Micro. The information is provided 'as is' without warranty of any kind and is subject to change without notice. The only warranties for Trend Micro products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Trend Micro shall not be liable for technical or editorial errors or omissions contained herein. TippingPoint(R), the TippingPoint logo, and Digital Vaccine(R) are registered trademarks of Trend Micro. All other company and product names may be trademarks of their respective holders. All rights reserved. This document contains confidential information, trade secrets or both, which are the property of Trend Micro. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from Trend Micro or one of its subsidiaries. All other company and product names may be trademarks of their respective holders.
MODULE-IDENTITY    

policyPacketsDropped 1.3.6.1.4.1.10734.3.3.2.1.1
The total number of packets discarded due to network congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsBlocked 1.3.6.1.4.1.10734.3.3.2.1.2
The cumulative number of packets blocked because of policy actions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsIncoming 1.3.6.1.4.1.10734.3.3.2.1.3
The total number of incoming packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsOutgoing 1.3.6.1.4.1.10734.3.3.2.1.4
The total number of outgoing packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsInvalid 1.3.6.1.4.1.10734.3.3.2.1.6
The total number of packets discarded because they were invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsPermitted 1.3.6.1.4.1.10734.3.3.2.1.7
The cumulative number of packets permitted because of policy actions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

policyPacketsDropped64 1.3.6.1.4.1.10734.3.3.2.1.31
The total number of packets discarded due to network congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsBlocked64 1.3.6.1.4.1.10734.3.3.2.1.32
The cumulative number of packets blocked because of policy actions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsIncoming64 1.3.6.1.4.1.10734.3.3.2.1.33
The total number of incoming packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsOutgoing64 1.3.6.1.4.1.10734.3.3.2.1.34
The total number of outgoing packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsInvalid64 1.3.6.1.4.1.10734.3.3.2.1.36
The total number of packets discarded because they were invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsPermitted64 1.3.6.1.4.1.10734.3.3.2.1.37
The total number of packets permitted because of policy actions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsRateLimited64 1.3.6.1.4.1.10734.3.3.2.1.38
The total number of packets discarded by rate limiting filters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyPacketsTrusted64 1.3.6.1.4.1.10734.3.3.2.1.39
The cumulative number of packets trusted because of policy actions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyDVObjs 1.3.6.1.4.1.10734.3.3.2.1.10
Sub-tree of Digital Vaccine information.
Status: current Access: read-only
OBJECT-IDENTITY    

policyDVVersion 1.3.6.1.4.1.10734.3.3.2.1.10.1
The version number of the Digital Vaccine on this machine.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

policyCounterTable 1.3.6.1.4.1.10734.3.3.2.1.5
Table of per-policy counter values.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyCounterEntry

policyCounterEntry 1.3.6.1.4.1.10734.3.3.2.1.5.1
An entry in the policy counter table. Rows cannot be created or deleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  PolicyCounterEntry  

policyGlobalID 1.3.6.1.4.1.10734.3.3.2.1.5.1.1
The global identifier of a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

policyDescriptiveName 1.3.6.1.4.1.10734.3.3.2.1.5.1.2
The human-readable name of a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

policyCountBytes 1.3.6.1.4.1.10734.3.3.2.1.5.1.3
The total number of bytes affected by the given policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter64  

policyCountPackets 1.3.6.1.4.1.10734.3.3.2.1.5.1.4
The total number of packets affected by the given policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter64  

policyCreationTime 1.3.6.1.4.1.10734.3.3.2.1.5.1.5
The time the policy was pushed to NetPAL, in seconds since the epoch.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

topTenHitsByPolicyTable 1.3.6.1.4.1.10734.3.3.2.1.11
Table of policies with the ten greatest hit counts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TopTenHitsByPolicyEntry

topTenHitsByPolicyEntry 1.3.6.1.4.1.10734.3.3.2.1.11.1
An entry in the top ten policies table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopTenHitsByPolicyEntry  

topTenRank 1.3.6.1.4.1.10734.3.3.2.1.11.1.1
The numerical ranking 1 through 10 of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..10  

policyHitCount 1.3.6.1.4.1.10734.3.3.2.1.11.1.2
The count of alerts generated by a policy.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

policyName 1.3.6.1.4.1.10734.3.3.2.1.11.1.3
The human-readable name of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

policyUUID 1.3.6.1.4.1.10734.3.3.2.1.11.1.4
The global identifier of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

alertsBySeverityTable 1.3.6.1.4.1.10734.3.3.2.1.12
Table of alert counts of all policies at each severity level.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlertsBySeverityEntry

alertsBySeverityEntry 1.3.6.1.4.1.10734.3.3.2.1.12.1
An entry in the alerts by severity table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlertsBySeverityEntry  

alertSeverity 1.3.6.1.4.1.10734.3.3.2.1.12.1.1
The severity of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  PolicySeverity  

severityAlertCount 1.3.6.1.4.1.10734.3.3.2.1.12.1.2
The count of alerts generated by all policies of a given severity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

alertsByProtocolTable 1.3.6.1.4.1.10734.3.3.2.1.13
Table of alert counts of all policies at each protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlertsByProtocolEntry

alertsByProtocolEntry 1.3.6.1.4.1.10734.3.3.2.1.13.1
An entry in the alerts by protocol table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlertsByProtocolEntry  

alertProtocol 1.3.6.1.4.1.10734.3.3.2.1.13.1.1
The protocol of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyProtocol  

protocolAlertCount 1.3.6.1.4.1.10734.3.3.2.1.13.1.2
The count of alerts generated by all policies of a given protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

alertsByZoneTable 1.3.6.1.4.1.10734.3.3.2.1.14
Table of alert counts of all policies for each zone.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlertsByZoneEntry

alertsByZoneEntry 1.3.6.1.4.1.10734.3.3.2.1.14.1
An entry in the alerts by zone table. Rows cannot be created or deleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  AlertsByZoneEntry  

alertSlot 1.3.6.1.4.1.10734.3.3.2.1.14.1.1
The slot portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

alertPort 1.3.6.1.4.1.10734.3.3.2.1.14.1.2
The port portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zoneAlertCount 1.3.6.1.4.1.10734.3.3.2.1.14.1.3
The count of alerts generated by all policies of a given zone.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

permitsByZoneTable 1.3.6.1.4.1.10734.3.3.2.1.15
Table of permit counts of all policies for each zone.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PermitsByZoneEntry

permitsByZoneEntry 1.3.6.1.4.1.10734.3.3.2.1.15.1
An entry in the permits by zone table. Rows cannot be created or deleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  PermitsByZoneEntry  

permitSlot 1.3.6.1.4.1.10734.3.3.2.1.15.1.1
The slot portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

permitPort 1.3.6.1.4.1.10734.3.3.2.1.15.1.2
The port portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zonePermitCount 1.3.6.1.4.1.10734.3.3.2.1.15.1.3
The count of permits generated by all policies of a given zone.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

blocksByZoneTable 1.3.6.1.4.1.10734.3.3.2.1.16
Table of block counts of all policies for each zone.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BlocksByZoneEntry

blocksByZoneEntry 1.3.6.1.4.1.10734.3.3.2.1.16.1
An entry in the blocks by zone table. Rows cannot be created or deleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  BlocksByZoneEntry  

blockSlot 1.3.6.1.4.1.10734.3.3.2.1.16.1.1
The slot portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

blockPort 1.3.6.1.4.1.10734.3.3.2.1.16.1.2
The port portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zoneBlockCount 1.3.6.1.4.1.10734.3.3.2.1.16.1.3
The count of blocks generated by all policies of a given zone.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

p2psByZoneTable 1.3.6.1.4.1.10734.3.3.2.1.17
Table of p2p counts of all policies for each zone.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    P2psByZoneEntry

p2psByZoneEntry 1.3.6.1.4.1.10734.3.3.2.1.17.1
An entry in the p2ps by zone table. Rows cannot be created or deleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  P2psByZoneEntry  

p2pSlot 1.3.6.1.4.1.10734.3.3.2.1.17.1.1
The slot portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

p2pPort 1.3.6.1.4.1.10734.3.3.2.1.17.1.2
The port portion identifying the zone affected by a policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zoneP2pCount 1.3.6.1.4.1.10734.3.3.2.1.17.1.3
The count of p2ps generated by all policies of a given zone.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

framesBySizeTable 1.3.6.1.4.1.10734.3.3.2.1.18
Table of frame counts received in each size category.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FramesBySizeEntry

framesBySizeEntry 1.3.6.1.4.1.10734.3.3.2.1.18.1
An entry in the frames by size table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  FramesBySizeEntry  

frameSize 1.3.6.1.4.1.10734.3.3.2.1.18.1.1
The size category of a frame.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyFrameSize  

sizeFrameCount 1.3.6.1.4.1.10734.3.3.2.1.18.1.2
The count of frames received in a given size category.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

framesByTypeTable 1.3.6.1.4.1.10734.3.3.2.1.19
Table of frame counts received in each type classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FramesByTypeEntry

framesByTypeEntry 1.3.6.1.4.1.10734.3.3.2.1.19.1
An entry in the frames by type table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  FramesByTypeEntry  

frameType 1.3.6.1.4.1.10734.3.3.2.1.19.1.1
The type classification (e.g., unicast, broadcast, FCS error) of a frame.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyFrameType  

typeFrameCount 1.3.6.1.4.1.10734.3.3.2.1.19.1.2
The count of frames received in a given type classification.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

packetsByProtocolTable 1.3.6.1.4.1.10734.3.3.2.1.20
Table of packet counts received for each protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PacketsByProtocolEntry

packetsByProtocolEntry 1.3.6.1.4.1.10734.3.3.2.1.20.1
An entry in the packets by protocol table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketsByProtocolEntry  

packetProtocol 1.3.6.1.4.1.10734.3.3.2.1.20.1.1
The protocol of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyProtocol  

protocolPacketCount 1.3.6.1.4.1.10734.3.3.2.1.20.1.2
The count of packets received for a given protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portStatsTable 1.3.6.1.4.1.10734.3.3.2.1.23
Table of statistics for each physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortStatsEntry

portStatsEntry 1.3.6.1.4.1.10734.3.3.2.1.23.1
An entry in the port statistics table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortStatsEntry  

portNumber 1.3.6.1.4.1.10734.3.3.2.1.23.1.1
The numeric index of a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

portName 1.3.6.1.4.1.10734.3.3.2.1.23.1.2
The name of a port.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

portVlanTranslations 1.3.6.1.4.1.10734.3.3.2.1.23.1.3
Number of packets leaving this egress port whose VLAN IDs were translated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

policyByNumberTable 1.3.6.1.4.1.10734.3.3.2.1.21
Table of packet counts received for each protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyByNumberEntry

policyByNumberEntry 1.3.6.1.4.1.10734.3.3.2.1.21.1
An entry in the policy by number table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyByNumberEntry  

policyNumber 1.3.6.1.4.1.10734.3.3.2.1.21.1.1
The number of a policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

numberName 1.3.6.1.4.1.10734.3.3.2.1.21.1.2
The name of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..120)  

numberDesc 1.3.6.1.4.1.10734.3.3.2.1.21.1.3
The description of a policy.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..3000)  

securityZonePairTable 1.3.6.1.4.1.10734.3.3.2.1.22
Table of information and statistics for each security zone pair.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SecurityZonePairEntry

securityZonePairEntry 1.3.6.1.4.1.10734.3.3.2.1.22.1
An entry in the security zone pair table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SecurityZonePairEntry  

szpName 1.3.6.1.4.1.10734.3.3.2.1.22.1.1
The name of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

szpInZoneName 1.3.6.1.4.1.10734.3.3.2.1.22.1.2
The name of the input security zone of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

szpOutZoneName 1.3.6.1.4.1.10734.3.3.2.1.22.1.3
The name of the output security zone of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

szpUUID 1.3.6.1.4.1.10734.3.3.2.1.22.1.4
The UUID of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

szpInZoneUUID 1.3.6.1.4.1.10734.3.3.2.1.22.1.5
The UUID of the input security zone of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

szpOutZoneUUID 1.3.6.1.4.1.10734.3.3.2.1.22.1.6
The UUID of the output security zone of a security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

szpInPackets 1.3.6.1.4.1.10734.3.3.2.1.22.1.7
The number of packets received on this security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

szpInOctets 1.3.6.1.4.1.10734.3.3.2.1.22.1.8
The number of bytes received on this security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

szpAlerts 1.3.6.1.4.1.10734.3.3.2.1.22.1.9
The number of alerts (blocks + permits) on this security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

szpBlocks 1.3.6.1.4.1.10734.3.3.2.1.22.1.10
The number of blocks generated on this security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

szpPermits 1.3.6.1.4.1.10734.3.3.2.1.22.1.11
The number of permits generated on this security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

szpPrecedence 1.3.6.1.4.1.10734.3.3.2.1.22.1.12
The precedence of security zone pair.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyDeviceID 1.3.6.1.4.1.10734.3.3.3.1.11
The unique identifier of the device sending this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyNotifyPolicyID 1.3.6.1.4.1.10734.3.3.3.1.12
The unique identifier of the policy causing this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyNotifySignatureID 1.3.6.1.4.1.10734.3.3.3.1.13
The unique identifier of the signature matching the incoming data stream.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyNotifySegmentName 1.3.6.1.4.1.10734.3.3.3.1.14
A string of the format : that uniquely identifies the segment pertaining to this notification.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tptPolicyNotifySrcNetAddr 1.3.6.1.4.1.10734.3.3.3.1.15
The network address of the source of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tptPolicyNotifySrcNetAddrV6 1.3.6.1.4.1.10734.3.3.3.1.128
The IPv6 network address of the source of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

tptPolicyNotifySrcNetPort 1.3.6.1.4.1.10734.3.3.3.1.16
The network port (if applicable) of the source of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyDestNetAddr 1.3.6.1.4.1.10734.3.3.3.1.17
The network address of the destination of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tptPolicyNotifyDestNetAddrV6 1.3.6.1.4.1.10734.3.3.3.1.129
The IPv6 network address of the destination of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

tptPolicyNotifyDestNetPort 1.3.6.1.4.1.10734.3.3.3.1.18
The network port (if applicable) of the destination of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyStartTimeSec 1.3.6.1.4.1.10734.3.3.3.1.19
The time of the first policy hit, marking the start of the aggregation period for this notification (in seconds since January 1, 1970).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyAlertAction 1.3.6.1.4.1.10734.3.3.3.1.20
The action associated with this notification: whether the affected packets were actually blocked, allowed through, or rate-limited.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyAction  

tptPolicyNotifyConfigAction 1.3.6.1.4.1.10734.3.3.3.1.21
The action configured for the policy, which in some cases may differ from the action associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyAction  

tptPolicyNotifyComponentID 1.3.6.1.4.1.10734.3.3.3.1.22
The component identifier of the policy causing this notification.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyComponent  

tptPolicyNotifyHitCount 1.3.6.1.4.1.10734.3.3.3.1.23
The number of policy hits occurring during the aggregation period for this notification.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyAggregationPeriod 1.3.6.1.4.1.10734.3.3.3.1.24
The duration (in minutes) of the aggregation period for this notification.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifySeverity 1.3.6.1.4.1.10734.3.3.3.1.25
The severity of the attack for this notification.
Status: current Access: read-only
OBJECT-TYPE    
  PolicySeverity  

tptPolicyNotifyProtocol 1.3.6.1.4.1.10734.3.3.3.1.26
The network protocol of the packet(s) triggering the policy action.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tptPolicyNotifyAlertTimeSec 1.3.6.1.4.1.10734.3.3.3.1.27
The time this alert was initiated, marking the end of the aggregation period for this notification (in seconds since January 1, 1970).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyAlertTimeNano 1.3.6.1.4.1.10734.3.3.3.1.28
The nanoseconds portion of tptPolicyNotifyAlertTimeSec.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyPacketTrace 1.3.6.1.4.1.10734.3.3.3.1.29
The value 1 if a corresponding packet trace was logged; 0 if not.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tptPolicyNotifySequence 1.3.6.1.4.1.10734.3.3.3.1.30
The log file entry sequence number corresponding to this notification.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tptPolicyNotifyTraceBucket 1.3.6.1.4.1.10734.3.3.3.1.36
The bucket identifier for a packet trace.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyTraceBegin 1.3.6.1.4.1.10734.3.3.3.1.37
The starting sequence number for a packet trace.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyTraceEnd 1.3.6.1.4.1.10734.3.3.3.1.38
The ending sequence number for a packet trace.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyMessageParams 1.3.6.1.4.1.10734.3.3.3.1.39
A string containing parameters (separated by vertical bars) matching the Message in the Digital Vaccine (the XML tag is Message).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tptPolicyNotifyStartTimeNano 1.3.6.1.4.1.10734.3.3.3.1.40
The nanoseconds portion of tptPolicyNotifyStartTimeSec.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyAlertType 1.3.6.1.4.1.10734.3.3.3.1.41
A bit field defined as follows: 0x0001 = Alert 0x0002 = Block 0x0020 = Peer-to-peer 0x0040 = Invalid 0x0080 = Threshold 0x0100 = Management.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyInputMphy 1.3.6.1.4.1.10734.3.3.3.1.57
The physical input port of the triggering packet(s).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyVlanTag 1.3.6.1.4.1.10734.3.3.3.1.58
The VLAN tag of the triggering packet(s).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyNotifyZonePair 1.3.6.1.4.1.10734.3.3.3.1.59
A string of the format : that identifies the zone pair pertaining to this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tptPolicyNotifyActionSetID 1.3.6.1.4.1.10734.3.3.3.1.130
The action set uuid associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyNotifyRate 1.3.6.1.4.1.10734.3.3.3.1.131
The rate-limit, in kbps, of the action set associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tptPolicyNotifyFlowControl 1.3.6.1.4.1.10734.3.3.3.1.137
The action set flow control associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyNotifyActionSetName 1.3.6.1.4.1.10734.3.3.3.1.138
The action set name associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tptPolicyNotifyClientip 1.3.6.1.4.1.10734.3.3.3.1.139
The client-ip associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tptPolicyNotifyMetadata 1.3.6.1.4.1.10734.3.3.3.1.140
The metadata associated with this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tptPolicyNotifySslInspected 1.3.6.1.4.1.10734.3.3.3.1.180
A flag indicting if the notification is associated with an inspected SSL data stream. This flag is only present on IPS and Quarantine events and doesn't apply to Reputation.
Status: current Access: read-only
OBJECT-TYPE    
  SslInspectedFlag  

tptPolicyNotifyVirtualSegment 1.3.6.1.4.1.10734.3.3.3.1.182
Virtual segment associated with this notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..127)  

tptPolicyNotify 1.3.6.1.4.1.10734.3.3.3.0.8
Notification: Used to inform the management station of a policy alert action (either deny or allow) resulting from a signature match.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tptPolicyNotifySslInspEventType 1.3.6.1.4.1.10734.3.3.3.1.190
The SSL connection type.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SslInspEventType  

tptPolicyNotifySslInspAction 1.3.6.1.4.1.10734.3.3.3.1.191
The SSL connection action taken.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SslInspAction  

tptPolicyNotifySslInspDetails 1.3.6.1.4.1.10734.3.3.3.1.192
Free-form field that provides additional details for the action taken on a SSL connection.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

tptPolicyNotifySslInspPolicy 1.3.6.1.4.1.10734.3.3.3.1.193
The SSL inspection policy.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..127)  

tptPolicyNotifySslInspCert 1.3.6.1.4.1.10734.3.3.3.1.194
The certificate used to decrypt SSL traffic.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..127)  

tptPolicyNotifySslInspCltIF 1.3.6.1.4.1.10734.3.3.3.1.195
The client-side interface receiving SSL traffic.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..40)  

tptPolicyNotifySslInspCltSslVer 1.3.6.1.4.1.10734.3.3.3.1.196
The client-side SSL protocol version.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SslProtocol  

tptPolicyNotifySslInspCltCrypto 1.3.6.1.4.1.10734.3.3.3.1.197
The client-side SSL crypto-suite.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

tptPolicyNotifySslInspSrvIF 1.3.6.1.4.1.10734.3.3.3.1.198
The server-side interface sending SSL traffic.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..40)  

tptPolicyNotifySslInspSrvSslVer 1.3.6.1.4.1.10734.3.3.3.1.199
The server-side SSL protocol version.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SslProtocol  

tptPolicyNotifySslInspSrvCrypto 1.3.6.1.4.1.10734.3.3.3.1.200
The server-side SSL crypto-suite.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

tptPolicySslInspNotify 1.3.6.1.4.1.10734.3.3.3.0.27
A notification sent when an action is taken on a SSL connection.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tptPolicyLogNotifyDeviceID 1.3.6.1.4.1.10734.3.3.3.1.121
The unique identifier of the device sending this notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

tptPolicyLogNotifyComponentID 1.3.6.1.4.1.10734.3.3.3.1.122
The type of log (alert, block, or peer) pertaining to this notification.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyComponent  

tptPolicyLogNotifyNumber 1.3.6.1.4.1.10734.3.3.3.1.123
The number of policy log entries since the last SMS log file retrieval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyLogNotifyTrigger 1.3.6.1.4.1.10734.3.3.3.1.124
The number of policy log entries needed to trigger this notification.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tptPolicyLogNotifySequence 1.3.6.1.4.1.10734.3.3.3.1.125
The current log file entry sequence number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tptPolicyLogNotify 1.3.6.1.4.1.10734.3.3.3.0.19
Notification: Used to inform the management station that some number of policy log entries of a particular type (alert, block, or peer) occurred since the last time the management station retrieved the corresponding log file.
Status: current Access: read-only
NOTIFICATION-TYPE