STN-POLICY-MIB

File: STN-POLICY-MIB.mib (88522 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
IF-MIB SPRING-TIDE-NETWORKS-SMI STN-ROUTER-MIB

Imported symbols

TEXTUAL-CONVENTION NOTIFICATION-TYPE MODULE-IDENTITY
OBJECT-TYPE IpAddress Integer32
Unsigned32 Counter32 Counter64
Gauge32 RowStatus TimeStamp
TruthValue DisplayString MODULE-COMPLIANCE
InterfaceIndex stnSystems stnRouterIndex

Defined Types

StnPmPolicyMatchType  
Types of match criteria for policy
TEXTUAL-CONVENTION    
  INTEGER any(1), single(2), range(3), dynamic(4), subnet(5)  

StnPmSelectorType  
Selector type to use for connection
TEXTUAL-CONVENTION    
  INTEGER policy(1), packet(2)  

StnPmAuthAlg  
Types of authentication algorithms
TEXTUAL-CONVENTION    
  INTEGER none(1), hmac-md5(2), hmac-sha(3)  

StnPmEncrAlg  
Types of encryption algorithms
TEXTUAL-CONVENTION    
  INTEGER none(1), des(2), des3(3)  

StnPmDirection  
Types of directions
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2)  

StnPmBitRate  
A data rate in bits/second.
TEXTUAL-CONVENTION    
  Integer32 0..7FFFFFFF  

StnPmServiceEntry  
SEQUENCE    
  stnPmServiceIndex Integer32
  stnPmServiceName DisplayString
  stnPmServiceIdleTimeout Integer32
  stnPmServiceNumPolicies Integer32
  stnPmServiceEnabled TruthValue
  stnPmServiceType INTEGER
  stnPmServiceFirewallID Integer32

StnPmPolicyEntry  
SEQUENCE    
  stnPmPolicyServiceIndex Integer32
  stnPmPolicyIndex Integer32
  stnPmPolicyName DisplayString
  stnPmPolicySrcAddrMatchType StnPmPolicyMatchType
  stnPmPolicySrcAddr IpAddress
  stnPmPolicySrcMask IpAddress
  stnPmPolicySrcEndAddr IpAddress
  stnPmPolicyDestAddrMatchType StnPmPolicyMatchType
  stnPmPolicyDestAddr IpAddress
  stnPmPolicyDestMask IpAddress
  stnPmPolicyDestEndAddr IpAddress
  stnPmPolicySrcPortMatchType StnPmPolicyMatchType
  stnPmPolicySrcPort Integer32
  stnPmPolicySrcEndPort Integer32
  stnPmPolicyDestPortMatchType StnPmPolicyMatchType
  stnPmPolicyDestPort Integer32
  stnPmPolicyDestEndPort Integer32
  stnPmPolicyProtocolMatchType StnPmPolicyMatchType
  stnPmPolicyProtocol INTEGER
  stnPmPolicyAction INTEGER
  stnPmPolicyActionID Integer32
  stnPmPolicyDirection StnPmDirection
  stnPmPolicyCreateMirror TruthValue
  stnPmPolicySrcAddrSelector StnPmSelectorType
  stnPmPolicyDestAddrSelector StnPmSelectorType
  stnPmPolicyEnabled TruthValue
  stnPmPolicyMatches Integer32
  stnPmPolicyMisses Integer32
  stnPmPolicyMarkedOctets Counter64
  stnPmPolicyMarkedPkts Counter64
  stnPmPolicyIcmpTypes Unsigned32
  stnPmPolicyTosByteMatchType StnPmPolicyMatchType
  stnPmPolicyTosByteValue INTEGER
  stnPmPolicyTosByteMask INTEGER
  stnPmPolicyMarkerID Integer32
  stnPmPolicyTxclassID Integer32

StnPmPreferenceEntry  
SEQUENCE    
  stnPmPreferenceIndex Integer32
  stnPmPreferenceNum Integer32
  stnPmPreferenceAhAlg StnPmAuthAlg
  stnPmPreferenceEspAuthAlg StnPmAuthAlg
  stnPmPreferenceEspEncrAlg StnPmEncrAlg
  stnPmPreferenceLifeTime Integer32
  stnPmPreferenceLifeBytes Integer32
  stnPmPreferenceIPsecID Integer32
  stnPmPreferencePFSGroup INTEGER
  stnPmPreferenceDescription DisplayString

StnPmIPsecEntry  
SEQUENCE    
  stnPmIPsecIndex Integer32
  stnPmIPsecPeerIpAddr IpAddress
  stnPmIPsecLocalIpAddr IpAddress
  stnPmIPsecMode INTEGER
  stnPmIPsecKeyNegType INTEGER
  stnPmIPsecName DisplayString
  stnPmIPsecNumManualSAs Integer32
  stnPmIPsecNumPreferences Integer32
  stnPmIPsecReplayDetectionEnabled TruthValue

StnPmEncapsEntry  
SEQUENCE    
  stnPmEncapsIndex Integer32
  stnPmEncapsPeerIpAddr IpAddress
  stnPmEncapsLocalIpAddr IpAddress
  stnPmEncapsType INTEGER
  stnPmEncapsGREKey Integer32
  stnPmEncapsName DisplayString

StnPmManualSaEntry  
SEQUENCE    
  stnPmManualSaIndex Integer32
  stnPmManualSaPeerIpAddr IpAddress
  stnPmManualSaDirection StnPmDirection
  stnPmManualSaSPI Integer32
  stnPmManualSaAhAlg StnPmAuthAlg
  stnPmManualSaAhKey OCTET STRING
  stnPmManualSaEspAuthAlg StnPmAuthAlg
  stnPmManualSaEspAuthKey OCTET STRING
  stnPmManualSaEspEncrAlg StnPmEncrAlg
  stnPmManualSaEspEncrKey OCTET STRING
  stnPmManualSaIPsecID Integer32
  stnPmManualSaDescription DisplayString

StnPmMarkerEntry  
SEQUENCE    
  stnPmMarkerIndex Integer32
  stnPmMarkerName DisplayString
  stnPmMarkerByteValue INTEGER
  stnPmMarkerByteMask INTEGER
  stnPmMarkerMarkedOctets Counter64
  stnPmMarkerMarkedPkts Counter64

StnPmProfileEntry  
SEQUENCE    
  stnPmProfileIndex Integer32
  stnPmProfileEnabled TruthValue
  stnPmProfileName DisplayString
  stnPmProfileCommittedRate Integer32
  stnPmProfileCommittedBurst Integer32
  stnPmProfileExcessRate Integer32
  stnPmProfileExcessBurst Integer32
  stnPmProfileConformAction INTEGER
  stnPmProfileConformActionID Integer32
  stnPmProfileConformOctets Counter64
  stnPmProfileConformPkts Counter64
  stnPmProfileCautionAction INTEGER
  stnPmProfileCautionActionID Integer32
  stnPmProfileCautionOctets Counter64
  stnPmProfileCautionPkts Counter64
  stnPmProfileExceedAction INTEGER
  stnPmProfileExceedActionID Integer32
  stnPmProfileExceedOctets Counter64
  stnPmProfileExceedPkts Counter64

StnPmQueueEntry  
SEQUENCE    
  stnPmQueueIndex Integer32
  stnPmQueueName DisplayString
  stnPmQueueThreshold Integer32
  stnPmQueueDropType INTEGER
  stnPmQueueDropHCOctets Counter64
  stnPmQueueDropHCPkts Counter64
  stnPmQueueQueueLen Counter32
  stnPmQueueMaxQueueLen Counter32

StnPmFirewallEntry  
SEQUENCE    
  stnPmFirewallIndex Integer32
  stnPmFirewallName DisplayString
  stnPmFirewallAcceptOtherIPOptions TruthValue
  stnPmFirewallAcceptSourceRouting TruthValue
  stnPmFirewallTcpAckLifeTime Integer32
  stnPmFirewallTcpSynLifeTime Integer32
  stnPmFirewallTcpFinLifeTime Integer32
  stnPmFirewallTcpRstLifeTime Integer32
  stnPmFirewallTcpInactivityLifeTime Integer32
  stnPmFirewallUdpInactivityLifeTime Integer32
  stnPmFirewallSynAttackDetection TruthValue
  stnPmFirewallLandAttackDetection TruthValue
  stnPmFirewallPingFloodingDetection TruthValue
  stnPmFirewallPingOfDeathDetection TruthValue
  stnPmFirewallPortScanDetection TruthValue
  stnPmFirewallPingScanDetection TruthValue
  stnPmFirewallTcpSynBacklogQueueSize Integer32
  stnPmFirewallPingsPerMinute Integer32
  stnPmFirewallMaxPingSize Integer32
  stnPmFirewallEnableDynamicPortApps Unsigned32
  stnPmFirewallMaxDynHashTableSize Integer32
  stnPmFirewallMinLogPeriod Integer32

StnPmFirewallActionEntry  
SEQUENCE    
  stnPmFirewallActionIndex Integer32
  stnPmFirewallActionName DisplayString
  stnPmFirewallActionTrackingType INTEGER
  stnPmFirewallActionStateful TruthValue
  stnPmFirewallActionInactivityLifeTime Integer32
  stnPmFirewallActionRejectAction INTEGER

StnPmServiceListEntry  
SEQUENCE    
  stnPmServiceListIndex Integer32
  stnPmServiceListName DisplayString
  stnPmServiceListConnIdleTimeout Integer32
  stnPmServiceListNumServices Integer32
  stnPmServiceListEnabled TruthValue

StnPmSLServiceEntry  
SEQUENCE    
  stnPmSLIndex Integer32
  stnPmSLServiceIndex Integer32
  stnPmSLServiceName DisplayString
  stnPmSLServiceIdleTimeout Integer32
  stnPmSLServiceNumPolicies Integer32
  stnPmSLServiceEnabled TruthValue
  stnPmSLServiceType INTEGER
  stnPmSLServiceFirewallID Integer32

StnPmClassEntry  
SEQUENCE    
  stnPmIfIndex InterfaceIndex
  stnPmTxclassInstance Integer32
  stnPmClassName DisplayString
  stnPmClassParent DisplayString
  stnPmClassRate StnPmBitRate
  stnPmClassPriority Integer32
  stnPmClassMaxIdle Integer32
  stnPmClassMinIdle Integer32
  stnPmClassMaxQueueLen Integer32
  stnPmClassOperStatus INTEGER
  stnPmClassBwUse INTEGER
  stnPmClassUnsatisfied TruthValue
  stnPmClassQueueSize Gauge32
  stnPmClassMaxRate StnPmBitRate
  stnPmClassDescription DisplayString
  stnPmClassStatsHighWater Counter32
  stnPmClassStatsIdle Integer32
  stnPmClassStatsQueuedPkts Gauge32
  stnPmClassStatsOctets Counter32
  stnPmClassStatsPkts Counter32
  stnPmClassStatsOverLimits Counter32
  stnPmClassStatsBorrowAttempts Counter32
  stnPmClassStatsDroppedOctets Counter32
  stnPmClassStatsDroppedPkts Counter32
  stnPmClassStatsThrottles Counter32
  stnPmClassStatsUnsatisfieds Counter32
  stnPmClassStatsAggrOctets Counter32
  stnPmClassStatsAggrPkts Counter32

Defined Values

stnPm 1.3.6.1.4.1.3551.2.11
Added stnPmClassTable
MODULE-IDENTITY    

stnPmObjects 1.3.6.1.4.1.3551.2.11.1
OBJECT IDENTIFIER    

stnPmMibConformance 1.3.6.1.4.1.3551.2.11.2
OBJECT IDENTIFIER    

stnPmService 1.3.6.1.4.1.3551.2.11.1.1
OBJECT IDENTIFIER    

stnPmPolicy 1.3.6.1.4.1.3551.2.11.1.2
OBJECT IDENTIFIER    

stnPmPreference 1.3.6.1.4.1.3551.2.11.1.3
OBJECT IDENTIFIER    

stnPmIPsec 1.3.6.1.4.1.3551.2.11.1.4
OBJECT IDENTIFIER    

stnPmEncaps 1.3.6.1.4.1.3551.2.11.1.5
OBJECT IDENTIFIER    

stnPmManualSa 1.3.6.1.4.1.3551.2.11.1.6
OBJECT IDENTIFIER    

stnPmMarker 1.3.6.1.4.1.3551.2.11.1.7
OBJECT IDENTIFIER    

stnPmProfile 1.3.6.1.4.1.3551.2.11.1.8
OBJECT IDENTIFIER    

stnPmQueue 1.3.6.1.4.1.3551.2.11.1.9
OBJECT IDENTIFIER    

stnPmTraps 1.3.6.1.4.1.3551.2.11.1.10
OBJECT IDENTIFIER    

stnPmFirewall 1.3.6.1.4.1.3551.2.11.1.11
OBJECT IDENTIFIER    

stnPmFirewallAction 1.3.6.1.4.1.3551.2.11.1.12
OBJECT IDENTIFIER    

stnPmServiceList 1.3.6.1.4.1.3551.2.11.1.13
OBJECT IDENTIFIER    

stnPmSLService 1.3.6.1.4.1.3551.2.11.1.14
OBJECT IDENTIFIER    

stnPmClass 1.3.6.1.4.1.3551.2.11.1.15
OBJECT IDENTIFIER    

stnPMProxyTunnel 1.3.6.1.4.1.3551.2.11.1.16
OBJECT IDENTIFIER    

stnPmFirewallTrap 1.3.6.1.4.1.3551.2.11.1.10.1
OBJECT IDENTIFIER    

stnPmQosTrap 1.3.6.1.4.1.3551.2.11.1.10.2
OBJECT IDENTIFIER    

stnPmFirewallTrapVars 1.3.6.1.4.1.3551.2.11.1.10.1.1
OBJECT IDENTIFIER    

stnPmFirewallNotificationPrefix 1.3.6.1.4.1.3551.2.11.1.10.1.2
OBJECT IDENTIFIER    

stnPmFirewallNotification 1.3.6.1.4.1.3551.2.11.1.10.1.2.0
OBJECT IDENTIFIER    

stnPmQosTrapVars 1.3.6.1.4.1.3551.2.11.1.10.2.1
OBJECT IDENTIFIER    

stnPmQosNotificationPrefix 1.3.6.1.4.1.3551.2.11.1.10.2.2
OBJECT IDENTIFIER    

stnPmQosNotification 1.3.6.1.4.1.3551.2.11.1.10.2.2.0
OBJECT IDENTIFIER    

stnPmServiceTable 1.3.6.1.4.1.3551.2.11.1.1.1
A list of PM service entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmServiceEntry

stnPmServiceEntry 1.3.6.1.4.1.3551.2.11.1.1.1.1
Entry contains information about a particular policy manager service.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmServiceEntry  

stnPmServiceIndex 1.3.6.1.4.1.3551.2.11.1.1.1.1.1
Index into service table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceName 1.3.6.1.4.1.3551.2.11.1.1.1.1.2
Name of service
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmServiceIdleTimeout 1.3.6.1.4.1.3551.2.11.1.1.1.1.3
Idle timeout for service
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceNumPolicies 1.3.6.1.4.1.3551.2.11.1.1.1.1.4
Number of policies in this service
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceEnabled 1.3.6.1.4.1.3551.2.11.1.1.1.1.5
Flag to indicate if service is enabled
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmServiceType 1.3.6.1.4.1.3551.2.11.1.1.1.1.7
Type of service
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vpn(1), firewall(2), ip-fileter(3), forwarding(4), qos(5), mpls(6)  

stnPmServiceFirewallID 1.3.6.1.4.1.3551.2.11.1.1.1.1.8
Instance of service's firewall record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyTable 1.3.6.1.4.1.3551.2.11.1.2.1
A list of policy entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmPolicyEntry

stnPmPolicyEntry 1.3.6.1.4.1.3551.2.11.1.2.1.1
Entry contains information about a particular policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmPolicyEntry  

stnPmPolicyServiceIndex 1.3.6.1.4.1.3551.2.11.1.2.1.1.1
Service index of policy
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyIndex 1.3.6.1.4.1.3551.2.11.1.2.1.1.2
Policy index of policy
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyName 1.3.6.1.4.1.3551.2.11.1.2.1.1.3
Policy name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmPolicySrcAddrMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.4
Type of match for source address
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicySrcAddr 1.3.6.1.4.1.3551.2.11.1.2.1.1.5
Source address to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicySrcMask 1.3.6.1.4.1.3551.2.11.1.2.1.1.6
Source IP netmask to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicySrcEndAddr 1.3.6.1.4.1.3551.2.11.1.2.1.1.7
End of source address range to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicyDestAddrMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.8
Type of match for source address
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicyDestAddr 1.3.6.1.4.1.3551.2.11.1.2.1.1.9
Source address to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicyDestMask 1.3.6.1.4.1.3551.2.11.1.2.1.1.10
Source IP netmask to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicyDestEndAddr 1.3.6.1.4.1.3551.2.11.1.2.1.1.11
End of source address range to match
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmPolicySrcPortMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.12
Type of match for source port
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicySrcPort 1.3.6.1.4.1.3551.2.11.1.2.1.1.13
Source port to match
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicySrcEndPort 1.3.6.1.4.1.3551.2.11.1.2.1.1.14
End of source port range to match
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyDestPortMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.15
Type of match for destination port
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicyDestPort 1.3.6.1.4.1.3551.2.11.1.2.1.1.16
Destination port to match
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyDestEndPort 1.3.6.1.4.1.3551.2.11.1.2.1.1.17
End of destination port range to match
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyProtocolMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.18
Type of match for protocol
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicyProtocol 1.3.6.1.4.1.3551.2.11.1.2.1.1.19
Protocol to match
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER icmp(1), tcp(6), udp(17), esp(50), ah(51), ipcomp(108)  

stnPmPolicyAction 1.3.6.1.4.1.3551.2.11.1.2.1.1.20
Type of action to take upon policy match
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deny(1), permit(2), secure(3), encaps(4), reject(5), fec(6)  

stnPmPolicyActionID 1.3.6.1.4.1.3551.2.11.1.2.1.1.21
Configuration ID of action record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyDirection 1.3.6.1.4.1.3551.2.11.1.2.1.1.22
Direction of policy
Status: current Access: read-only
OBJECT-TYPE    
  StnPmDirection  

stnPmPolicyCreateMirror 1.3.6.1.4.1.3551.2.11.1.2.1.1.23
Mirror policy flag
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmPolicySrcAddrSelector 1.3.6.1.4.1.3551.2.11.1.2.1.1.24
Source selector to choose for policy matching
Status: current Access: read-only
OBJECT-TYPE    
  StnPmSelectorType  

stnPmPolicyDestAddrSelector 1.3.6.1.4.1.3551.2.11.1.2.1.1.25
Destination selector to choose for policy matching
Status: current Access: read-only
OBJECT-TYPE    
  StnPmSelectorType  

stnPmPolicyEnabled 1.3.6.1.4.1.3551.2.11.1.2.1.1.26
Flag to indicate if policy is enabled
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmPolicyMatches 1.3.6.1.4.1.3551.2.11.1.2.1.1.27
Number of times policy search matched this policy
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyMisses 1.3.6.1.4.1.3551.2.11.1.2.1.1.28
Number of times policy search did not match this policy
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyMarkedOctets 1.3.6.1.4.1.3551.2.11.1.2.1.1.29
Number of octets that have been marked for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmPolicyMarkedPkts 1.3.6.1.4.1.3551.2.11.1.2.1.1.30
Number of packets that have been marked for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmPolicyIcmpTypes 1.3.6.1.4.1.3551.2.11.1.2.1.1.31
ICMP Types matching the policy entry expressed as bit-map.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

stnPmPolicyTosByteMatchType 1.3.6.1.4.1.3551.2.11.1.2.1.1.32
Type of match for TOS Byte
Status: current Access: read-only
OBJECT-TYPE    
  StnPmPolicyMatchType  

stnPmPolicyTosByteValue 1.3.6.1.4.1.3551.2.11.1.2.1.1.33
Value containing bits to set in TOS Byte
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnPmPolicyTosByteMask 1.3.6.1.4.1.3551.2.11.1.2.1.1.34
Mask indicating bits to match in TOS byte
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnPmPolicyMarkerID 1.3.6.1.4.1.3551.2.11.1.2.1.1.35
Configuration ID of marker to apply
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPolicyTxclassID 1.3.6.1.4.1.3551.2.11.1.2.1.1.36
Configuration ID of transmit class to assign packet to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferenceTable 1.3.6.1.4.1.3551.2.11.1.3.1
Entry contains information about a particular preference entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmPreferenceEntry

stnPmPreferenceEntry 1.3.6.1.4.1.3551.2.11.1.3.1.1
Entry contains information about a particular preference.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmPreferenceEntry  

stnPmPreferenceIndex 1.3.6.1.4.1.3551.2.11.1.3.1.1.1
Preference index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferenceNum 1.3.6.1.4.1.3551.2.11.1.3.1.1.2
Preference number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferenceAhAlg 1.3.6.1.4.1.3551.2.11.1.3.1.1.3
AH authentication algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmAuthAlg  

stnPmPreferenceEspAuthAlg 1.3.6.1.4.1.3551.2.11.1.3.1.1.4
ESP authentication algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmAuthAlg  

stnPmPreferenceEspEncrAlg 1.3.6.1.4.1.3551.2.11.1.3.1.1.5
ESP encryption algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmEncrAlg  

stnPmPreferenceLifeTime 1.3.6.1.4.1.3551.2.11.1.3.1.1.6
Life time in minutes
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferenceLifeBytes 1.3.6.1.4.1.3551.2.11.1.3.1.1.7
Life value in kilobytes
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferenceIPsecID 1.3.6.1.4.1.3551.2.11.1.3.1.1.8
ID of corresponding IPSEC record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmPreferencePFSGroup 1.3.6.1.4.1.3551.2.11.1.3.1.1.9
ESP encryption algorithm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER group1(1), group2(2), group5(5)  

stnPmPreferenceDescription 1.3.6.1.4.1.3551.2.11.1.3.1.1.10
Description of preference
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmIPsecTable 1.3.6.1.4.1.3551.2.11.1.4.1
Entry contains information about a particular IPsec entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmIPsecEntry

stnPmIPsecEntry 1.3.6.1.4.1.3551.2.11.1.4.1.1
Entry contains information about a particular IPsec entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmIPsecEntry  

stnPmIPsecIndex 1.3.6.1.4.1.3551.2.11.1.4.1.1.1
IPsec index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmIPsecPeerIpAddr 1.3.6.1.4.1.3551.2.11.1.4.1.1.2
IP address of peer for tunnel endpoint
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmIPsecLocalIpAddr 1.3.6.1.4.1.3551.2.11.1.4.1.1.3
Local IP address for tunnel endpoint
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmIPsecMode 1.3.6.1.4.1.3551.2.11.1.4.1.1.4
Type of IPsec connection to create
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tunnel(1), transport(2)  

stnPmIPsecKeyNegType 1.3.6.1.4.1.3551.2.11.1.4.1.1.5
Key negotiation method for IPsec Sa
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ike(1), manual(2)  

stnPmIPsecName 1.3.6.1.4.1.3551.2.11.1.4.1.1.6
Description of IPsec entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmIPsecNumManualSAs 1.3.6.1.4.1.3551.2.11.1.4.1.1.7
Number of manual SAs assigned to this IPsec record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmIPsecNumPreferences 1.3.6.1.4.1.3551.2.11.1.4.1.1.8
Number of preferences assigned to this IPsec record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmIPsecReplayDetectionEnabled 1.3.6.1.4.1.3551.2.11.1.4.1.1.9
Enable Replay detection.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmEncapsTable 1.3.6.1.4.1.3551.2.11.1.5.1
Entry contains information about a particular Encaps entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmEncapsEntry

stnPmEncapsEntry 1.3.6.1.4.1.3551.2.11.1.5.1.1
Entry contains information about a particular Encaps entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmEncapsEntry  

stnPmEncapsIndex 1.3.6.1.4.1.3551.2.11.1.5.1.1.1
Encaps index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmEncapsPeerIpAddr 1.3.6.1.4.1.3551.2.11.1.5.1.1.2
IP address of peer for tunnel endpoint
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmEncapsLocalIpAddr 1.3.6.1.4.1.3551.2.11.1.5.1.1.3
Local IP address for tunnel endpoint
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmEncapsType 1.3.6.1.4.1.3551.2.11.1.5.1.1.4
Type of Encaps connection to create
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ip-ip(1), ip-gre(2)  

stnPmEncapsGREKey 1.3.6.1.4.1.3551.2.11.1.5.1.1.5
GRE key
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmEncapsName 1.3.6.1.4.1.3551.2.11.1.5.1.1.6
Description of Encaps entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmManualSaTable 1.3.6.1.4.1.3551.2.11.1.6.1
Entry contains information about a particular ManualSa entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmManualSaEntry

stnPmManualSaEntry 1.3.6.1.4.1.3551.2.11.1.6.1.1
Entry contains information about a particular ManualSa entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmManualSaEntry  

stnPmManualSaIndex 1.3.6.1.4.1.3551.2.11.1.6.1.1.1
ManualSa index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmManualSaPeerIpAddr 1.3.6.1.4.1.3551.2.11.1.6.1.1.2
IP address of peer for tunnel endpoint
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnPmManualSaDirection 1.3.6.1.4.1.3551.2.11.1.6.1.1.3
Direction of manual SA
Status: current Access: read-only
OBJECT-TYPE    
  StnPmDirection  

stnPmManualSaSPI 1.3.6.1.4.1.3551.2.11.1.6.1.1.4
SPI of manual SA
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmManualSaAhAlg 1.3.6.1.4.1.3551.2.11.1.6.1.1.5
AH authentication algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmAuthAlg  

stnPmManualSaAhKey 1.3.6.1.4.1.3551.2.11.1.6.1.1.6
Authentication key for AH protocol
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnPmManualSaEspAuthAlg 1.3.6.1.4.1.3551.2.11.1.6.1.1.7
ESP authentication algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmAuthAlg  

stnPmManualSaEspAuthKey 1.3.6.1.4.1.3551.2.11.1.6.1.1.8
Authentication key for ESP protocol
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnPmManualSaEspEncrAlg 1.3.6.1.4.1.3551.2.11.1.6.1.1.9
ESP encryption algorithm
Status: current Access: read-only
OBJECT-TYPE    
  StnPmEncrAlg  

stnPmManualSaEspEncrKey 1.3.6.1.4.1.3551.2.11.1.6.1.1.10
Encryption key for ESP protocol
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnPmManualSaIPsecID 1.3.6.1.4.1.3551.2.11.1.6.1.1.11
Index or corresponding IPsec record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmManualSaDescription 1.3.6.1.4.1.3551.2.11.1.6.1.1.12
Description of manual SA entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmQosLatestFlowCB 1.3.6.1.4.1.3551.2.11.1.10.2.1.1
Value of the FlowCB Created
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmQosLastDroppedPacket 1.3.6.1.4.1.3551.2.11.1.10.2.1.2
Value of a dropped packet
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmQosFlowCBCreated 1.3.6.1.4.1.3551.2.11.1.10.2.2.0.1
This trap is generated by Policy manager's QoS subsystem. This SNMP trap is generated in response to QoS creating and installing a flow.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnPmQosFlowCBRemoved 1.3.6.1.4.1.3551.2.11.1.10.2.2.0.2
This trap is generated by Policy manager's QoS subsystem. This SNMP trap is generated in response to QoS removing a flow.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnPmQosShapingPacketDiscard 1.3.6.1.4.1.3551.2.11.1.10.2.2.0.3
This trap is generated by Policy manager's QoS subsystem. This SNMP trap is generated in response to QoS dropping a packet due to rate shaping.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnPmQosThresholdPacketDiscard 1.3.6.1.4.1.3551.2.11.1.10.2.2.0.4
This trap is generated by Policy manager's QoS subsystem. This SNMP trap is generated in response to QoS dropping a packet due to exceeding a threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnPmMarkerTable 1.3.6.1.4.1.3551.2.11.1.7.1
Entry contains information about a particular Marker entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmMarkerEntry

stnPmMarkerEntry 1.3.6.1.4.1.3551.2.11.1.7.1.1
Entry contains information about a particular Marker entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmMarkerEntry  

stnPmMarkerIndex 1.3.6.1.4.1.3551.2.11.1.7.1.1.1
Marker index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmMarkerName 1.3.6.1.4.1.3551.2.11.1.7.1.1.2
Description of Marker entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmMarkerByteValue 1.3.6.1.4.1.3551.2.11.1.7.1.1.3
Value that the masked TOS byte must match
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnPmMarkerByteMask 1.3.6.1.4.1.3551.2.11.1.7.1.1.4
Mask applied to TOS byte for match
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnPmMarkerMarkedOctets 1.3.6.1.4.1.3551.2.11.1.7.1.1.5
Number of octets marked by this Marker.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmMarkerMarkedPkts 1.3.6.1.4.1.3551.2.11.1.7.1.1.6
Number of packets marked by this Marker.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileTable 1.3.6.1.4.1.3551.2.11.1.8.1
Entry contains information about a particular Profile entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmProfileEntry

stnPmProfileEntry 1.3.6.1.4.1.3551.2.11.1.8.1.1
Entry contains information about a particular Profile entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmProfileEntry  

stnPmProfileIndex 1.3.6.1.4.1.3551.2.11.1.8.1.1.1
Profile index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileEnabled 1.3.6.1.4.1.3551.2.11.1.8.1.1.2
Flag to indicate if profile is enabled
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmProfileName 1.3.6.1.4.1.3551.2.11.1.8.1.1.3
Description of Profile entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmProfileCommittedRate 1.3.6.1.4.1.3551.2.11.1.8.1.1.4
Rate in kbits per second the user or network is committed to transmit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileCommittedBurst 1.3.6.1.4.1.3551.2.11.1.8.1.1.5
Maximum number of kbytes in a single transmission burst
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileExcessRate 1.3.6.1.4.1.3551.2.11.1.8.1.1.6
Maximum acceptable rate in kbits per second the user or network is committed to transmit
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileExcessBurst 1.3.6.1.4.1.3551.2.11.1.8.1.1.7
Maximum number of bytes in a single maximum transmission burst
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileConformAction 1.3.6.1.4.1.3551.2.11.1.8.1.1.8
Type of action to take for conformant frames
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deny(1), permit(2), markandforward(3), shape(4)  

stnPmProfileConformActionID 1.3.6.1.4.1.3551.2.11.1.8.1.1.9
Configuration ID of conform action record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileCautionAction 1.3.6.1.4.1.3551.2.11.1.8.1.1.10
Type of action to take for caution frames
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deny(1), permit(2), markandforward(3), shape(4)  

stnPmProfileConformOctets 1.3.6.1.4.1.3551.2.11.1.8.1.1.11
Number of octets in conformant frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileConformPkts 1.3.6.1.4.1.3551.2.11.1.8.1.1.12
Number of conformant frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileCautionActionID 1.3.6.1.4.1.3551.2.11.1.8.1.1.13
Configuration ID of caution action record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileExceedAction 1.3.6.1.4.1.3551.2.11.1.8.1.1.14
Type of action to take for exceeding frames
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deny(1), permit(2), markandforward(3), shape(4)  

stnPmProfileCautionOctets 1.3.6.1.4.1.3551.2.11.1.8.1.1.15
Number of octets in caution frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileCautionPkts 1.3.6.1.4.1.3551.2.11.1.8.1.1.16
Number of caution frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileExceedActionID 1.3.6.1.4.1.3551.2.11.1.8.1.1.17
Configuration ID of exceeding action record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmProfileExceedOctets 1.3.6.1.4.1.3551.2.11.1.8.1.1.18
Number of octets in exceeding frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmProfileExceedPkts 1.3.6.1.4.1.3551.2.11.1.8.1.1.19
Number of exceeding frames that have arrived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmQueueTable 1.3.6.1.4.1.3551.2.11.1.9.1
Entry contains information about a particular Queue entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmQueueEntry

stnPmQueueEntry 1.3.6.1.4.1.3551.2.11.1.9.1.1
Entry contains information about a particular Queue entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmQueueEntry  

stnPmQueueIndex 1.3.6.1.4.1.3551.2.11.1.9.1.1.1
Queue index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmQueueName 1.3.6.1.4.1.3551.2.11.1.9.1.1.2
Description of Queue entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmQueueThreshold 1.3.6.1.4.1.3551.2.11.1.9.1.1.3
Queue Drop Threshold
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmQueueDropType 1.3.6.1.4.1.3551.2.11.1.9.1.1.4
Type of algorithm used to drop packets when threshold is reached
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), tailDrop(2), headDrop(3)  

stnPmQueueDropHCOctets 1.3.6.1.4.1.3551.2.11.1.9.1.1.5
Number of octets that have been dropped this queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmQueueDropHCPkts 1.3.6.1.4.1.3551.2.11.1.9.1.1.6
Number of packets that have been dropped this queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnPmQueueQueueLen 1.3.6.1.4.1.3551.2.11.1.9.1.1.7
Number of packets currently in the queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmQueueMaxQueueLen 1.3.6.1.4.1.3551.2.11.1.9.1.1.8
Maximum number of packets in queue since last statistics reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmFirewallEventLogMsg 1.3.6.1.4.1.3551.2.11.1.10.1.1.1
Describes SNMP Trap generated by STN Firewall
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stnPmFirewallLog 1.3.6.1.4.1.3551.2.11.1.10.1.2.0.1
This trap is generated by Policy manager's Firewall subsystem. This SNMP trap is generated in response to firewall event logging.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnPmFirewallTable 1.3.6.1.4.1.3551.2.11.1.11.1
Entry contains information about a particular Firewall entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmFirewallEntry

stnPmFirewallEntry 1.3.6.1.4.1.3551.2.11.1.11.1.1
Entry contains information about a particular Firewall entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmFirewallEntry  

stnPmFirewallIndex 1.3.6.1.4.1.3551.2.11.1.11.1.1.1
Firewall index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallName 1.3.6.1.4.1.3551.2.11.1.11.1.1.2
Description of firewall entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmFirewallAcceptOtherIPOptions 1.3.6.1.4.1.3551.2.11.1.11.1.1.3
Accept packets with other IP options (non source routing).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallAcceptSourceRouting 1.3.6.1.4.1.3551.2.11.1.11.1.1.4
Accept packets with source routing options
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallTcpAckLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.5
TCP ACK lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallTcpSynLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.6
TCP SYN lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallTcpFinLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.7
TCP FIN lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallTcpRstLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.8
TCP RST lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallTcpInactivityLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.9
TCP inactivity lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallUdpInactivityLifeTime 1.3.6.1.4.1.3551.2.11.1.11.1.1.10
UDP inactivity lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallSynAttackDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.11
Enable SYN attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallLandAttackDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.12
Enable Land attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallPingFloodingDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.13
Enable ping flooding attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallPingOfDeathDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.14
Enable ping of death attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallPortScanDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.15
Enable port scan attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallPingScanDetection 1.3.6.1.4.1.3551.2.11.1.11.1.1.16
Enable ping scan/sweep attack detection
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallTcpSynBacklogQueueSize 1.3.6.1.4.1.3551.2.11.1.11.1.1.17
Size of the SYN backlog queue
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallPingsPerMinute 1.3.6.1.4.1.3551.2.11.1.11.1.1.18
Maximum number of pings allowed per minute
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallMaxPingSize 1.3.6.1.4.1.3551.2.11.1.11.1.1.19
Maximum allowable size for ping
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallEnableDynamicPortApps 1.3.6.1.4.1.3551.2.11.1.11.1.1.20
Enabled Dynamic port applications expressed as bit-map.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

stnPmFirewallMaxDynHashTableSize 1.3.6.1.4.1.3551.2.11.1.11.1.1.21
Max dynamic hash table size - must be a power of 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallMinLogPeriod 1.3.6.1.4.1.3551.2.11.1.11.1.1.22
Minimim period between event logs
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallActionTable 1.3.6.1.4.1.3551.2.11.1.12.1
Entry contains information about a particular Firewall Action entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmFirewallActionEntry

stnPmFirewallActionEntry 1.3.6.1.4.1.3551.2.11.1.12.1.1
Entry contains information about a particular Firewall Action entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmFirewallActionEntry  

stnPmFirewallActionIndex 1.3.6.1.4.1.3551.2.11.1.12.1.1.1
Firewall Action index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallActionName 1.3.6.1.4.1.3551.2.11.1.12.1.1.2
Description of firewall entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmFirewallActionTrackingType 1.3.6.1.4.1.3551.2.11.1.12.1.1.3
TCP ACK lifetime
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), short(2), long(3), trap(4)  

stnPmFirewallActionStateful 1.3.6.1.4.1.3551.2.11.1.12.1.1.4
Perform stateful processing
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmFirewallActionInactivityLifeTime 1.3.6.1.4.1.3551.2.11.1.12.1.1.5
Inactivity lifetime
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmFirewallActionRejectAction 1.3.6.1.4.1.3551.2.11.1.12.1.1.6
Firewall policy reject action.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), icmpUnreachPort(2), tcpReset(3)  

stnPmServiceListTable 1.3.6.1.4.1.3551.2.11.1.13.1
Entry contains information about a particular Firewall Action entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmServiceListEntry

stnPmServiceListEntry 1.3.6.1.4.1.3551.2.11.1.13.1.1
Entry contains information about a particular Firewall Action entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmServiceListEntry  

stnPmServiceListIndex 1.3.6.1.4.1.3551.2.11.1.13.1.1.1
Service List Action index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceListName 1.3.6.1.4.1.3551.2.11.1.13.1.1.2
Description of service list entry
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmServiceListConnIdleTimeout 1.3.6.1.4.1.3551.2.11.1.13.1.1.3
Idle timeout
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceListNumServices 1.3.6.1.4.1.3551.2.11.1.13.1.1.4
Number of services in this serviceList
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmServiceListEnabled 1.3.6.1.4.1.3551.2.11.1.13.1.1.5
Flag to indicate if service is enabled
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmSLServiceTable 1.3.6.1.4.1.3551.2.11.1.14.1
A list of PM service entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmSLServiceEntry

stnPmSLServiceEntry 1.3.6.1.4.1.3551.2.11.1.14.1.1
Entry contains information about a particular policy manager service.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmSLServiceEntry  

stnPmSLIndex 1.3.6.1.4.1.3551.2.11.1.14.1.1.1
Index into service-list table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmSLServiceIndex 1.3.6.1.4.1.3551.2.11.1.14.1.1.2
Index into service table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmSLServiceName 1.3.6.1.4.1.3551.2.11.1.14.1.1.3
Name of service
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..65)  

stnPmSLServiceIdleTimeout 1.3.6.1.4.1.3551.2.11.1.14.1.1.4
Idle timeout for service
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmSLServiceNumPolicies 1.3.6.1.4.1.3551.2.11.1.14.1.1.5
Number of policies in this service
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmSLServiceEnabled 1.3.6.1.4.1.3551.2.11.1.14.1.1.6
Flag to indicate if service is enabled
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmSLServiceType 1.3.6.1.4.1.3551.2.11.1.14.1.1.7
Type of service
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vpn(1), firewall(2), ip-fileter(3), forwarding(4), qos(5), mpls(6)  

stnPmSLServiceFirewallID 1.3.6.1.4.1.3551.2.11.1.14.1.1.8
Instance of service's firewall record
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmClassTable 1.3.6.1.4.1.3551.2.11.1.15.1
This table is a 'flattened' version of a hierarchical class trees that specify the bandwidth allocation for the CBQ interfaces of the system. Each tree is rooted at an interface. A class may either be a leaf, meaning it has no children, or it may be an interior class which has children. As packets are forwarded out an interface, they are compared to the 'flow definition' of each class down the tree until a matching leaf is found or until all classes are traversed. Once a matching class is found, the packet is transmitted or not based on the constraints configured for the class, most importantly the allocated bandwidth as identified by stnPmClassRate. If no matching class is found, the packet is dropped.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnPmClassEntry

stnPmClassEntry 1.3.6.1.4.1.3551.2.11.1.15.1.1
Information about a single traffic class. Traffic classes are identified by their associated interface's ifIndex and their name. (Which means class names must be unique for a particular interface.) Finally, the following objects cannot be modified once the row is active: stnPmClassParent, and stnPmClassQueueElasticityFactor.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnPmClassEntry  

stnPmIfIndex 1.3.6.1.4.1.3551.2.11.1.15.1.1.1
A sequence number that identifies a particular interface the class has been installed on.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

stnPmTxclassInstance 1.3.6.1.4.1.3551.2.11.1.15.1.1.2
The instance of the configuration record for the tranmsit class that the interface is using.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmClassName 1.3.6.1.4.1.3551.2.11.1.15.1.1.3
A user-defined name for the traffic class. This is the unique identifier for the class within the scope of the interface. For example, the class that defines the IP address range for a particular customer might be 'Customer Fred Co.'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

stnPmClassParent 1.3.6.1.4.1.3551.2.11.1.15.1.1.4
Name of class parent
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

stnPmClassRate 1.3.6.1.4.1.3551.2.11.1.15.1.1.5
A fraction of the bandwidth of the root interface to be allocated to this traffic class. Note that specifying 0 bits/second effectively filters all traffic that matches this class' flow specification. Also note that the sum of bit rates for all classes defined under the same class must be less than or equal to stnPmClassRate of the parent.
Status: current Access: read-only
OBJECT-TYPE    
  StnPmBitRate  

stnPmClassPriority 1.3.6.1.4.1.3551.2.11.1.15.1.1.6
The priority for this class. The smaller the value, the higher the priority. Delay-sensitive flows (such as video or audio) should be given higher priority values.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..7  

stnPmClassMaxIdle 1.3.6.1.4.1.3551.2.11.1.15.1.1.7
An upper bound for the average idle time (see the DESCRIPTION of stnPmClassStatsIdle). Thus, stnPmClassMaxIdle limits the 'credit' given to a class that has recently been under its allocation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmClassMinIdle 1.3.6.1.4.1.3551.2.11.1.15.1.1.8
The negative lower bound of the average idle. Thus, a negative minidle lets the router 'remember' that a class has recently used more than its allocated bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmClassMaxQueueLen 1.3.6.1.4.1.3551.2.11.1.15.1.1.9
A factor used to influence whether this traffic class gets a proportionally larger or smaller queue size than other classes. Other factors in the queue size include the percent bandwidth allocated to this class and the priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..200  

stnPmClassOperStatus 1.3.6.1.4.1.3551.2.11.1.15.1.1.10
The actual operational status of the traffic class. The value 'up(1)' means this traffic class is in use, the value 'down(2)' indicates the traffic class is not in use either due to an internal problem or because it (or an ancestor) is administratively disabled, and the value 'downConflict(3)' indicates the class definition conflicts with those of its siblings. The value autoClassActive(4) means that the class is a dynamically created AutoClass, which may not be modified in any way until it is saved to Non-Volatile configuration memory. After an AutoClass is saved to NVRAM, it's operational status will transistion to up (1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), downConflict(3), autoClassActive(4)  

stnPmClassBwUse 1.3.6.1.4.1.3551.2.11.1.15.1.1.11
An indication of whether this traffic class has used its allocated bandwidth, has not used its allocated bandwidth or has used more than its allocated bandwidth and is therefore 'atLimit(1)', 'underLimit(2)', or 'overLimit(3)' respectively.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER atLimit(1), underLimit(2), overLimit(3)  

stnPmClassUnsatisfied 1.3.6.1.4.1.3551.2.11.1.15.1.1.12
An indication of whether this traffic class is 'unsatisfied'. The value of this object is 'true(1)' if it is underLimit and has a persistent backlog, meaning it has packets waiting in its queue. The value is 'false(1)' otherwise. Note that a class can be considered satisfied if it is underLimit and it just hasn't had anything to transmit. The presence of an unsatisfied class indicates that some other class is overLimit and 'hogging' bandwidth. Persistently unsatisfied classes indicate that tuning some of the parameters (such as stnPmClassMaxIdle or stnPmClassBounded) may be necessary.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stnPmClassQueueSize 1.3.6.1.4.1.3551.2.11.1.15.1.1.13
The size of the queue associated with this traffic class. This is the maximum number of packets that can be in the queue, not the number that are currently queued (see stnPmClassStatsQueuedPkts).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..2048  

stnPmClassMaxRate 1.3.6.1.4.1.3551.2.11.1.15.1.1.14
The maximum bandwidth the class may achieve, including bandwidth allocated to this class, and any bandwidth that may be borrowed. A value of zero (0) indicates that this feature is not being used. The stnPmClassMaxRate must be set to a value higher than the stnPmClassRate, but may also exceed the parent class's stnPmClassRate.
Status: current Access: read-only
OBJECT-TYPE    
  StnPmBitRate  

stnPmClassDescription 1.3.6.1.4.1.3551.2.11.1.15.1.1.15
Textual name associated with this class.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stnPmClassStatsHighWater 1.3.6.1.4.1.3551.2.11.1.15.1.1.16
The historical maximum number of packets that were queued for this class since the system was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsIdle 1.3.6.1.4.1.3551.2.11.1.15.1.1.17
The difference between the desired time and the measured actual time between the most recent packet transmissions for the last two packets sent from this class. When the connection is sending perfectly at its allocated rate, then stnPmClassIdle is zero. When the connection is sending more than its allocated bandwidth, then stnPmClassIdle is negative.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnPmClassStatsQueuedPkts 1.3.6.1.4.1.3551.2.11.1.15.1.1.18
The current number of packets in the class' queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnPmClassStatsOctets 1.3.6.1.4.1.3551.2.11.1.15.1.1.19
The number of bytes transmitted for this traffic class. Note that a class with a configured stnPmClassRate of 0 bits/second will never transmit any octets and therefore this object's value will be 0. These filtered octets will be counted as part of stnPmClassStatsDroppedOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsPkts 1.3.6.1.4.1.3551.2.11.1.15.1.1.20
The number of packets transmitted for this traffic class. Note that a class with a configured stnPmClassRate of 0 bits/second will never transmit any packets and therefore this object's value will be 0. These filtered packets will be counted as part of stnPmClassStatsDroppedPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsOverLimits 1.3.6.1.4.1.3551.2.11.1.15.1.1.21
A count of the number of times the class used more than its allocated bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsBorrowAttempts 1.3.6.1.4.1.3551.2.11.1.15.1.1.22
A count of the number of times the class attempted to 'borrow' bandwidth from another class.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsDroppedOctets 1.3.6.1.4.1.3551.2.11.1.15.1.1.23
A count of the number of octets dropped for this class because of lack of buffer space in the queue or because the class exceeded its allocated bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsDroppedPkts 1.3.6.1.4.1.3551.2.11.1.15.1.1.24
A count of the number of packets dropped for this class because of lack of buffer space in the queue or because the class exceeded its allocated bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsThrottles 1.3.6.1.4.1.3551.2.11.1.15.1.1.25
A count of the number of times the class was throttled (not allowed to transmit packets) by the link-sharing algorithm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsUnsatisfieds 1.3.6.1.4.1.3551.2.11.1.15.1.1.26
A count of the number of times the class was unsatisfied, as indicated by the stnPmClassUnsatisfied object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsAggrOctets 1.3.6.1.4.1.3551.2.11.1.15.1.1.27
The aggregate number of bytes transmitted by the children of this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnPmClassStatsAggrPkts 1.3.6.1.4.1.3551.2.11.1.15.1.1.28
The aggregate number of packets transmitted by the children of this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32