Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -0,0 +1,174 @@
A10-AX-CGN-NOTIFICATIONS-V2C DEFINITIONS ::= BEGIN
--================================================================
-- A10-AX-NOTIFICATIONS
-- Management MIB for AX SNMP v2c traps
--================================================================
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
axNotification, axLogging
FROM A10-AX-MIB
axNotifications, axNotificationLsnPoolName, axNotificationLsnExceededTimes, axNotificationLsnExceededTimes,
axNotificationLsnCurrentUsage, axNotificationLsnProtoType, axNotificationLsnFixedNatPortMappingFileName,
axNotificationLsnFixedNatPortMappingFileChangeType, axNotificationMsg, axNotificationLsnIpAddress,
axNotificationIpAddressType, axNotificationPartitionName
FROM A10-AX-NOTIF-OBJ
OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
InetAddressType
FROM INET-ADDRESS-MIB;
axLsnNotifications OBJECT IDENTIFIER ::= { axNotifications 4 }
axLsnNatAllPortUsageReachThreshold NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnProtoType,
axNotificationLsnCurrentUsage
}
STATUS current
DESCRIPTION "LSN NAT total port usage reaches the maximum threshold."
::= { axLsnNotifications 1 }
axLsnIpAllPortExhausted NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnIpAddress,
axNotificationLsnProtoType,
axNotificationLsnCurrentUsage,
axNotificationIpAddressType
}
STATUS current
DESCRIPTION "LSN any IP port usage reaches the maximum threshold."
::= { axLsnNotifications 2 }
axLsnTrafficIcmpUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: ICMP user-quota exceeded on a specific pool."
::= { axLsnNotifications 3 }
axLsnTrafficUdpUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: UDP user-quota exceeded on a specific pool."
::= { axLsnNotifications 4 }
axLsnTrafficTcpUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: TCP user-quota exceeded on a specific pool."
::= { axLsnNotifications 5 }
axLsnTrafficEspUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: ESP user-quota exceeded on a specific pool."
::= { axLsnNotifications 6 }
axLsnTrafficNatPortUnavailable NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: NAT port usage exceeded on a specific pool."
::= { axLsnNotifications 7 }
axLsnTrafficNewUserResourceUnavailable NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: New user could not get a NAT IP on a specific pool."
::= { axLsnNotifications 8 }
axLsnTrafficUdpExtendedUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: UDP extended user-quota exceeded on a specific pool."
::= { axLsnNotifications 9 }
axLsnTrafficTcpExtendedUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: TCP extended user-quota exceeded on a specific pool."
::= { axLsnNotifications 10 }
axLsnTrafficNewUserQuotasCreationFailed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: User-quota creation failed (out of memory) for a specific pool."
::= { axLsnNotifications 11 }
axLsnFullconeCreationFailed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: Full-cone session creation failed (out-of-memory) for a specific pool."
::= { axLsnNotifications 12 }
axLsnSessionUserQuotasExceed NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
STATUS current
DESCRIPTION "LSN: Session user-quota exceeded on a specific pool."
::= { axLsnNotifications 13 }
axLsnFixedNatPortMappingFileChange NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationPartitionName,
axNotificationLsnFixedNatPortMappingFileName,
axNotificationLsnFixedNatPortMappingFileChangeType
}
STATUS current
DESCRIPTION "LSN: Fixed nat porting mapping file change.Fixed nat porting mapping file change."
::= { axLsnNotifications 14 }
END

View File

@ -0,0 +1,171 @@
A10-AX-CGN-TRAPS-V1 DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
axNotification, axLogging
FROM A10-AX-MIB
axNotifications, axNotificationLsnPoolName, axNotificationLsnExceededTimes, axNotificationLsnExceededTimes,
axNotificationLsnCurrentUsage, axNotificationLsnProtoType, axNotificationLsnFixedNatPortMappingFileName,
axNotificationLsnFixedNatPortMappingFileChangeType, axNotificationMsg, axNotificationLsnIpAddress,
axNotificationIpAddressType, axNotificationPartitionName
FROM A10-AX-NOTIF-OBJ
OBJECT-TYPE, Counter32, Integer32, OBJECT-IDENTITY
FROM SNMPv2-SMI
InetAddressType
FROM INET-ADDRESS-MIB;
axLsnNotifications OBJECT IDENTIFIER ::= { axNotifications 4 }
axLsnNatAllPortUsageReachThreshold TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnProtoType,
axNotificationLsnCurrentUsage
}
DESCRIPTION "LSN NAT total port usage reaches the maximum threshold."
::= 1
axLsnIpAllPortExhausted TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnIpAddress,
axNotificationLsnProtoType,
axNotificationLsnCurrentUsage,
axNotificationIpAddressType
}
DESCRIPTION "LSN any IP port usage reaches the maximum threshold."
::= 2
axLsnTrafficIcmpUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: ICMP user-quota exceeded on a specific pool."
::= 3
axLsnTrafficUdpUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: UDP user-quota exceeded on a specific pool."
::= 4
axLsnTrafficTcpUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: TCP user-quota exceeded on a specific pool."
::= 5
axLsnTrafficEspUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: ESP user-quota exceeded on a specific pool."
::= 6
axLsnTrafficNatPortUnavailable TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: NAT port usage exceeded on a specific pool."
::= 7
axLsnTrafficNewUserResourceUnavailable TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: New user could not get a NAT IP on a specific pool."
::= 8
axLsnTrafficUdpExtendedUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: UDP extended user-quota exceeded on a specific pool."
::= 9
axLsnTrafficTcpExtendedUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: TCP extended user-quota exceeded on a specific pool."
::= 10
axLsnTrafficNewUserQuotasCreationFailed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: User-quota creation failed (out of memory) for a specific pool."
::= 11
axLsnFullconeCreationFailed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: Full-cone session creation failed (out-of-memory) for a specific pool."
::= 12
axLsnSessionUserQuotasExceed TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationLsnPoolName,
axNotificationLsnExceededTimes
}
DESCRIPTION "LSN: Session user-quota exceeded on a specific pool."
::= 13
axLsnFixedNatPortMappingFileChange TRAP-TYPE
ENTERPRISE axLsnNotifications
VARIABLES {
axNotificationMsg,
axNotificationPartitionName,
axNotificationLsnFixedNatPortMappingFileName,
axNotificationLsnFixedNatPortMappingFileChangeType
}
DESCRIPTION "LSN: Fixed nat porting mapping file change."
::= 14
END

1546
mibs/a10/A10-AX-CHASSIS Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

582
mibs/a10/A10-AX-NOTIF-OBJ Normal file
View File

@ -0,0 +1,582 @@
--
-- File Name : A10-AX-NOTIF-OBJ.txt
--
-- Copyright(C) 2005-2021, A10 Networks Inc. All rights reserved.
-- Software for all A10 products contain trade secrets and confidential
-- information of A10 Networks and its subsidiaries and may not be disclosed,
-- copied, reproduced or distributed to anyone outside of A10 Networks
-- without prior written consent of A10 Networks, Inc.
--
-- Description: This is the A10 AX SNMP Notification Object file.
--
-- History:
--
A10-AX-NOTIF-OBJ DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress, DateAndTime
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
axNotification, axLogging
FROM A10-AX-MIB
OBJECT-TYPE, Counter32, Integer32, Unsigned32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
axNotificationObjects OBJECT IDENTIFIER ::= { axNotification 1 }
axNotifications OBJECT IDENTIFIER ::= { axNotification 2 }
axNotificationMsg OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The information about the related notification."
::= { axNotificationObjects 1 }
axNotificationSLBServer OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The address or host name of the server."
::= { axNotificationObjects 2 }
axNotificationSLBPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The service port."
::= { axNotificationObjects 3 }
axNotificationSLBCurConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current total of connections."
::= { axNotificationObjects 4 }
axNotificationVirtualServer OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The address or host name of the virtual server."
::= { axNotificationObjects 5 }
axNotificationVirtualServerPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The virtual server port."
::= { axNotificationObjects 6 }
axNotificationVirtualServerPortType OBJECT-TYPE
SYNTAX INTEGER {
firewall(1),
tcp(2),
udp(3),
rtsp(8),
ftp(9),
mms(10),
fastHTTP(12),
http(14),
https(15),
sslProxy(16),
smtp(17),
sip(11),
sips(19),
sip-TCP(18),
others(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The virtual server port type."
::= { axNotificationObjects 7 }
axNotificationDroppedPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of dropped packets when the event happened."
::= { axNotificationObjects 8 }
axNotificationConfiguredThreshold OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The configured threshold value."
::= { axNotificationObjects 9 }
axNotificationCurrentUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current usage value."
::= { axNotificationObjects 10 }
axNotificationConnLimit OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The conn-limit."
::= { axNotificationObjects 11 }
axNotificationTrunkID OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The trunk ID"
::= { axNotificationObjects 12 }
axNotificationPortThreshold OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port threshold"
::= { axNotificationObjects 13 }
axNotificationCurrentUpPorts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current up ports"
::= { axNotificationObjects 14 }
axNotificationFanName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The system fan name."
::= { axNotificationObjects 15 }
axNotificationPowerSupplyName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The system power supply name."
::= { axNotificationObjects 16 }
axNotificationHAGroup OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The HA group ID."
::= { axNotificationObjects 17 }
axNotificationSLBServiceGroupName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The service group name."
::= { axNotificationObjects 18 }
axNotificationPartitionId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The application partition identifier."
::= { axNotificationObjects 19 }
axNotificationVrid OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The VRRP identifier."
::= { axNotificationObjects 20 }
axNotificationPartitionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The application partition name."
::= { axNotificationObjects 21 }
axNotificationGslbSiteName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB site name."
::= { axNotificationObjects 22 }
axNotificationGslbSiteSlbDeviceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB device name inside a site."
::= { axNotificationObjects 23 }
axNotificationGslbSiteIpServerAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB IP server address."
::= { axNotificationObjects 24 }
axNotificationGslbServiceIpName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB service IP name."
::= { axNotificationObjects 25 }
axNotificationGslbServiceIpAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB service IP name."
::= { axNotificationObjects 26 }
axNotificationGslbServiceIpPortType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB service IP port type."
::= { axNotificationObjects 27 }
axNotificationGslbZoneName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB zone name."
::= { axNotificationObjects 28 }
axNotificationGslbZoneServiceProto OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB zone service protocol name."
::= { axNotificationObjects 29 }
axNotificationGslbZoneServiceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB zone service name."
::= { axNotificationObjects 30 }
axNotificationGslbGroupName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB group name."
::= { axNotificationObjects 31 }
axNotificationGslbGroupEntity OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The GSLB group entity (either group member or group master) IP address or local."
::= { axNotificationObjects 32 }
axNotificationLicensedModuleName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The licensed module name."
::= { axNotificationObjects 33 }
axNotificationShutdownReason OBJECT-TYPE
SYNTAX INTEGER {
tooHighSystemTemperature(1),
insufficientPowerSupply(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The reason for the system shut-down."
::= { axNotificationObjects 34 }
axNotificationIpAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of IP address."
::= { axNotificationObjects 35 }
axNotificationLicenseDisableDuration OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The license has been disabled for given seconds."
::= { axNotificationObjects 36 }
axNotificationSslServerCertificateErrCounter OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The counter for the SSL server certificate errors."
::= { axNotificationObjects 37 }
axNotificationServerSelectionFailureReason OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The reason of server selection failure."
::= { axNotificationObjects 38 }
axNotificationConnectionTypeName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The name of the type."
::= { axNotificationObjects 39 }
axNotificationSlbObjectChange OBJECT-TYPE
SYNTAX INTEGER {
create(1),
delete(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of create/delete."
::= { axNotificationObjects 40 }
axNotificationCertificateName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The name of the certificate."
::= { axNotificationObjects 41 }
axNotificationDateTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Time the event is going to occuer, expired."
::= { axNotificationObjects 42 }
axNotificationSLBServerPortType OBJECT-TYPE
SYNTAX INTEGER {
tcp(2),
udp(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The server port type of create/delete."
::= { axNotificationObjects 43 }
axNotificationPartitionResourceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The partition resource name."
::= { axNotificationObjects 44 }
axNotificationPartitionResourceUsageLevel OBJECT-TYPE
SYNTAX INTEGER {
below(1),
above(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The partition resource usage level."
::= { axNotificationObjects 45 }
axNotificationTacacsServerHost OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The TACACS server host."
::= { axNotificationObjects 46 }
axNotificationUpDown OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of up or down."
::= { axNotificationObjects 47 }
axNotificationTrueFalse OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The effective of the notification."
::= { axNotificationObjects 48 }
--================================================================
-- LSN trap objects start here:
--================================================================
axNotificationLsnIpAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The LSN IP address string (IPv4/6)."
::= { axNotificationObjects 50 }
axNotificationLsnProtoType OBJECT-TYPE
SYNTAX INTEGER {
tcp(2),
udp(3),
icmp(4),
icmpV6(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The LSN protocol type."
::= { axNotificationObjects 51 }
axNotificationLsnCurrentUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The LSN current usage."
::= { axNotificationObjects 52 }
axNotificationLsnPoolName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The NAT pool name."
::= { axNotificationObjects 53 }
axNotificationLsnExceededTimes OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The exceeded times."
::= { axNotificationObjects 54 }
axNotificationLsnFixedNatPortMappingFileName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The fixed nat port mapping file name."
::= { axNotificationObjects 55 }
axNotificationLsnFixedNatPortMappingFileChangeType OBJECT-TYPE
SYNTAX INTEGER {
create(1),
delete(2),
reconfigure(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The change type of fixed nat port mapping file."
::= { axNotificationObjects 56 }
--=============================================================
-- VCS notification object
--=============================================================
axNotificationOldVcsState OBJECT-TYPE
SYNTAX INTEGER {
vmasterCandidate(0),
activatingSlave(1),
vBlade(2),
vMaster(3),
vMasterTakeover(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The old state of VCS."
::= { axNotificationObjects 57 }
axNotificationNewVcsState OBJECT-TYPE
SYNTAX INTEGER {
vmasterCandidate(0),
activatingSlave(1),
vBlade(2),
vMaster(3),
vMasterTakeover(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The new state of VCS."
::= { axNotificationObjects 58 }
--=============================================================
-- Chassis
--============================================================
axNotificationChassisInfo OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The chassis information."
::= { axNotificationObjects 59 }
--==================================================================
-- SLB threshold
--===================================================================
axNotificationSlbThresholdResourceId OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
natPoolAddrCount(1),
realServerCount(2),
realPortCount(3),
serviceGroupCount(4),
virtualServerCount(5),
virutalServerPortCount(6),
httpTemplateCount(7),
proxyTemplateCount(8),
connReuseTemplateCount(9),
fastTcpTemplateCount(10),
fastUdpTemplateCount(11),
clientSslTemplateCount(12),
serverSslTemplateCount(13),
persistCookieTemplateCount(14),
persistSrcipTemplateCount(15),
healthMonitorCount(16),
pbslbSubnetCount(17)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The identifier of resource."
::= { axNotificationObjects 60 }
--==================================================================
-- Scale Out Notification object
--===================================================================
axNotificationScaleOutDeviceId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The device id."
::= { axNotificationObjects 61 }
axNotificationScaleOutStatus OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The status information."
::= { axNotificationObjects 62 }
axNotificationScaleOutNumberOfDevice OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of devices in scale out election."
::= { axNotificationObjects 63 }
axNotificationScaleOutTrafficMapType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The scale out traffic map type."
::= { axNotificationObjects 64 }
--=================================================================
-- System Notification Object
--================================================================
axNotificationThresholdLevel OBJECT-TYPE
SYNTAX INTEGER {
below(1),
above(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current usage level."
::= { axNotificationObjects 65 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,108 @@
A10-AX-SCALEOUT-NOTIFICATIONS-V2C DEFINITIONS ::= BEGIN
--================================================================
-- A10-AX-SCALEOUT-NOTIFICATIONS
-- Management MIB for AX SNMP v2c traps
--================================================================
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
axNotification, axLogging
FROM A10-AX-MIB
axNotifications, axNotificationMsg,
axNotificationScaleOutDeviceId, axNotificationScaleOutStatus,
axNotificationScaleOutNumberOfDevice, axNotificationScaleOutTrafficMapType
FROM A10-AX-NOTIF-OBJ
OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
InetAddressType
FROM INET-ADDRESS-MIB;
axScaleoutNotifications OBJECT IDENTIFIER ::= { axNotifications 7 }
axScaleoutVserverTrafficMap NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg
}
STATUS current
DESCRIPTION "Scale out Vserver Traffic Map change."
::= { axScaleoutNotifications 1 }
axScaleoutLocalNodeDisabled NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg
}
STATUS current
DESCRIPTION "Scale out local node disabled."
::= { axScaleoutNotifications 2 }
axScaleoutServiceMaster NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationScaleOutDeviceId,
axNotificationScaleOutStatus
}
STATUS current
DESCRIPTION "Scale out service master change."
::= { axScaleoutNotifications 3 }
axScaleoutSingleNodeStatus NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationScaleOutStatus
}
STATUS current
DESCRIPTION "Scale out sigle node status change."
::= { axScaleoutNotifications 4 }
axScaleoutElection NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationScaleOutNumberOfDevice
}
STATUS current
DESCRIPTION "Number of devices on Scale out election."
::= { axScaleoutNotifications 5 }
axScaleoutMasterNodeCallingReelection NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg
}
STATUS current
DESCRIPTION "Scale out master node calling reelection."
::= { axScaleoutNotifications 6 }
axScaleoutNodeStatus NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationScaleOutDeviceId,
axNotificationScaleOutStatus
}
STATUS current
DESCRIPTION "Scale out node status change."
::= { axScaleoutNotifications 7 }
axScaleoutTrafficMapUpdate NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg,
axNotificationScaleOutTrafficMapType
}
STATUS current
DESCRIPTION "Scale out traffic map change."
::= { axScaleoutNotifications 8 }
axScaleoutTrafficMapDistribution NOTIFICATION-TYPE
OBJECTS {
axNotificationMsg
}
STATUS current
DESCRIPTION "Scale out traffic map distribution"
::= { axScaleoutNotifications 9 }
END

View File

@ -0,0 +1,105 @@
A10-AX-SCALEOUT-TRAPS-V1 DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
axNotification, axLogging
FROM A10-AX-MIB
axNotifications, axNotificationMsg,
axNotificationScaleOutDeviceId, axNotificationScaleOutStatus,
axNotificationScaleOutNumberOfDevice, axNotificationScaleOutTrafficMapType
FROM A10-AX-NOTIF-OBJ
OBJECT-TYPE, Counter32, Integer32, OBJECT-IDENTITY
FROM SNMPv2-SMI
InetAddressType
FROM INET-ADDRESS-MIB;
axScaleoutNotifications OBJECT IDENTIFIER ::= { axNotifications 7 }
axScaleoutVserverTrafficMap TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg
}
DESCRIPTION "Scale out Vserver Traffic Map change."
::= 1
axScaleoutLocalNodeDisabled TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg
}
DESCRIPTION "Scale out local node disabled."
::= 2
axScaleoutServiceMaster TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg,
axNotificationScaleOutDeviceId,
axNotificationScaleOutStatus
}
DESCRIPTION "Scale out service master change."
::= 3
axScaleoutSingleNodeStatus TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg,
axNotificationScaleOutStatus
}
DESCRIPTION "Number of devices on Scale out election."
::= 4
axScaleoutElection TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg,
axNotificationScaleOutNumberOfDevice
}
DESCRIPTION "Number of devices on Scale out election."
::= 5
axScaleoutMasterNodeCallingReelection TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg
}
DESCRIPTION "Scale out master node calling reelection."
::= 6
axScaleoutNodeStatus TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg,
axNotificationScaleOutDeviceId,
axNotificationScaleOutStatus
}
DESCRIPTION "Scale out node status change."
::= 7
axScaleoutTrafficMapUpdate TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg,
axNotificationScaleOutTrafficMapType
}
DESCRIPTION "Scale out traffic map change."
::= 8
axScaleoutTrafficMapDistribution TRAP-TYPE
ENTERPRISE axScaleoutNotifications
VARIABLES {
axNotificationMsg
}
DESCRIPTION "Scale out traffic map distribution"
::= 9
END

1254
mibs/a10/A10-AX-TRAPS Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
--
--
--
--
A10-COMMON-MIB DEFINITIONS ::= BEGIN
--================================================================
-- A10-COMMON-MIB
@ -218,6 +218,121 @@ A10-COMMON-MIB DEFINITIONS ::= BEGIN
DESCRIPTION "OID assigned to the model, TH930S Unified Application Service Gateway"
::= { a10AX 24 }
a10TH4430 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH4430 Unified Application Service Gateway"
::= { a10AX 25 }
a10TH5330 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5330 Unified Application Service Gateway"
::= { a10AX 26 }
a10TH4435 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH4435 Unified Application Service Gateway"
::= { a10AX 27 }
a10TH5630 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5630 Unified Application Service Gateway"
::= { a10AX 28 }
a10TH6630 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH6630 Unified Application Service Gateway"
::= { a10AX 29 }
a10TH3430 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH3430 Unified Application Service Gateway"
::= { a10AX 30 }
a10TH5430-11 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5430-11 Unified Application Service Gateway"
::= { a10AX 31 }
a10TH5840 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5840 Unified Application Service Gateway"
::= { a10AX 32 }
a10TH940 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH940 Unified Application Service Gateway"
::= { a10AX 33 }
a10TH1040 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH1040 Unified Application Service Gateway"
::= { a10AX 34 }
a10TH3040 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH3040 Unified Application Service Gateway"
::= { a10AX 35 }
a10TH7440 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH7440 Unified Application Service Gateway"
::= { a10AX 37 }
a10TH840 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH840 Unified Application Service Gateway"
::= { a10AX 38 }
a10AX12040 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, AX12040 Unified Application Service Gateway"
::= { a10AX 39 }
a10AX12050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, AX12050 Unified Application Service Gateway"
::= { a10AX 40 }
a10TH3745 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH3745 Unified Application Service Gateway"
::= { a10AX 41 }
a10TH3230 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH3230 Unified Application Service Gateway"
::= { a10AX 42 }
a10TH4440 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH4440 Unified Application Service Gateway"
::= { a10AX 43 }
a10TH5440 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5440 Unified Application Service Gateway"
::= { a10AX 44 }
a10TH6440 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH6440 Unified Application Service Gateway"
::= { a10AX 45 }
a10TH5650 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH5650 Unified Application Service Gateway"
::= { a10AX 46 }
a10TH7650 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH7650 Unified Application Service Gateway"
::= { a10AX 47 }
a10TH3350 OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the model, TH3350 Unified Application Service Gateway"
::= { a10AX 51 }
a10CentMgmt OBJECT-IDENTITY
STATUS current
DESCRIPTION "OID assigned to the centralized management product family"

2729
mibs/a10/ACOS-AAM-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,736 @@
ACOS-ACOS-EVENTS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosAcosEvents MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "AcosEvents OID for ACOS"
::= { acosRootStats 104 }
acosAcosEventsLocalLogging OBJECT IDENTIFIER ::= { acosAcosEvents 14 }
acosAcosEventsLocalLoggingS OBJECT IDENTIFIER ::= { acosAcosEventsLocalLogging 1 }
initPass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local logging Init Successful"
::={ acosAcosEventsLocalLoggingS 1 }
initFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local logging Init Fail"
::={ acosAcosEventsLocalLoggingS 2 }
freed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local logging Stopped"
::={ acosAcosEventsLocalLoggingS 3 }
diskOverThres OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs Dropped, Disk reached threshold"
::={ acosAcosEventsLocalLoggingS 4 }
rateLimited OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs Dropped, Rate limited"
::={ acosAcosEventsLocalLoggingS 5 }
notInited OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs Dropped, Local logging not inited"
::={ acosAcosEventsLocalLoggingS 6 }
sentToStore OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs sent to be stored"
::={ acosAcosEventsLocalLoggingS 7 }
sentToStoreFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of Logs sent to be stored Failed"
::={ acosAcosEventsLocalLoggingS 8 }
storeFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs failed to be stored"
::={ acosAcosEventsLocalLoggingS 9 }
inLogs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs successfully stored"
::={ acosAcosEventsLocalLoggingS 10 }
inBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of bytes successfully stored"
::={ acosAcosEventsLocalLoggingS 11 }
inLogsBacklog OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of backlogs loaded from disk"
::={ acosAcosEventsLocalLoggingS 12 }
inBytesBacklog OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of backlog bytes loaded from disk"
::={ acosAcosEventsLocalLoggingS 13 }
inStoreFailNoSpace OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs Dropped, failed without disk space"
::={ acosAcosEventsLocalLoggingS 14 }
inDiscardLogs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of old logs discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 15 }
inDiscardBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of old bytes discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 16 }
outLogs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of logs sent to log servers"
::={ acosAcosEventsLocalLoggingS 17 }
outBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of bytes sent to log-servers"
::={ acosAcosEventsLocalLoggingS 18 }
outError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of errors during send"
::={ acosAcosEventsLocalLoggingS 19 }
remainingLogs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of remaining logs yet to be sent"
::={ acosAcosEventsLocalLoggingS 20 }
remainingBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of remaining bytes yet to be sent"
::={ acosAcosEventsLocalLoggingS 21 }
movedToDelq OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local Logging moved to delq to be deleted"
::={ acosAcosEventsLocalLoggingS 22 }
outRetry OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of attempted retries to send logs"
::={ acosAcosEventsLocalLoggingS 23 }
outRetryFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of retries failed with error"
::={ acosAcosEventsLocalLoggingS 24 }
currTotalChunks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Number of blocks"
::={ acosAcosEventsLocalLoggingS 25 }
currMemChunks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current blocks in memory"
::={ acosAcosEventsLocalLoggingS 26 }
currFsChunks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current blocks in file system"
::={ acosAcosEventsLocalLoggingS 27 }
currFsChunksUp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current blocks in file system loaded in memory"
::={ acosAcosEventsLocalLoggingS 28 }
currFsChunksDown OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current blocks in file system not loaded in memory"
::={ acosAcosEventsLocalLoggingS 29 }
inLogsAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of logs successfully stored"
::={ acosAcosEventsLocalLoggingS 30 }
inBytesAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of bytes successfully stored"
::={ acosAcosEventsLocalLoggingS 31 }
inLogsBacklogAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of backlogs loaded from disk"
::={ acosAcosEventsLocalLoggingS 32 }
inBytesBacklogAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of backlog bytes loaded from disk"
::={ acosAcosEventsLocalLoggingS 33 }
inStoreFailNoSpaceAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of logs Dropped, failed without disk space"
::={ acosAcosEventsLocalLoggingS 34 }
inDiscardLogsAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of old logs discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 35 }
inDiscardBytesAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of old bytes discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 36 }
outLogsAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of logs sent to log servers"
::={ acosAcosEventsLocalLoggingS 37 }
outBytesAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of bytes sent to log-servers"
::={ acosAcosEventsLocalLoggingS 38 }
outErrorAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of errors during send"
::={ acosAcosEventsLocalLoggingS 39 }
outRetryAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of attempted retries to send logs"
::={ acosAcosEventsLocalLoggingS 40 }
outRetryFailAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Aggregate, Number of retries failed with error"
::={ acosAcosEventsLocalLoggingS 41 }
inLogsCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of logs successfully stored"
::={ acosAcosEventsLocalLoggingS 42 }
inBytesCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of bytes successfully stored"
::={ acosAcosEventsLocalLoggingS 43 }
inLogsBacklogCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of backlogs loaded from disk"
::={ acosAcosEventsLocalLoggingS 44 }
inBytesBacklogCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of backlog bytes loaded from disk"
::={ acosAcosEventsLocalLoggingS 45 }
inDiscardLogsCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of old logs discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 46 }
inDiscardBytesCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of old bytes discarded to fit in new logs"
::={ acosAcosEventsLocalLoggingS 47 }
outLogsCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of logs sent to log servers"
::={ acosAcosEventsLocalLoggingS 48 }
outBytesCurrAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Aggregate, Number of bytes sent to log-servers"
::={ acosAcosEventsLocalLoggingS 49 }
acosAcosEventsLogServer OBJECT IDENTIFIER ::= { acosAcosEvents 3 }
acosAcosEventsLogServerS OBJECT IDENTIFIER ::= { acosAcosEventsLogServer 1 }
acosEventsLogServerSTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcosEventsLogServerSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosAcosEventsLogServerS 1 }
acosEventsLogServerSEntry OBJECT-TYPE
SYNTAX AcosEventsLogServerSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ acosEventsLogServerSTable 1 }
AcosEventsLogServerSEntry ::=
SEQUENCE {
name DisplayString,
msgsSent CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Server Name"
::={ acosEventsLogServerSEntry 1 }
msgsSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of log messages sent"
::={ acosEventsLogServerSEntry 2 }
acosAcosEventsCollectorGroup OBJECT IDENTIFIER ::= { acosAcosEvents 4 }
acosAcosEventsCollectorGroupS OBJECT IDENTIFIER ::= { acosAcosEventsCollectorGroup 1 }
acosEventsCollectorGroupSTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcosEventsCollectorGroupSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosAcosEventsCollectorGroupS 1 }
acosEventsCollectorGroupSEntry OBJECT-TYPE
SYNTAX AcosEventsCollectorGroupSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ acosEventsCollectorGroupSTable 1 }
AcosEventsCollectorGroupSEntry ::=
SEQUENCE {
name DisplayString,
msgsSent CounterBasedGauge64,
msgsRateLimited CounterBasedGauge64,
msgsDropped CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify log server group name"
::={ acosEventsCollectorGroupSEntry 1 }
msgsSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of log messages sent"
::={ acosEventsCollectorGroupSEntry 2 }
msgsRateLimited OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of rate limited log messages"
::={ acosEventsCollectorGroupSEntry 3 }
msgsDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of messages dropped for other reasons"
::={ acosEventsCollectorGroupSEntry 4 }
acosAcosEventsStatistics OBJECT IDENTIFIER ::= { acosAcosEvents 8 }
acosAcosEventsStatisticsS OBJECT IDENTIFIER ::= { acosAcosEventsStatistics 1 }
msgSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages sent, to Remote"
::={ acosAcosEventsStatisticsS 1 }
msgSentLogdb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages sent, to LogDB"
::={ acosAcosEventsStatisticsS 2 }
msgDroppedFormatNotDefined OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, format not defined"
::={ acosAcosEventsStatisticsS 3 }
msgDroppedMallocFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, malloc failure"
::={ acosAcosEventsStatisticsS 4 }
msgDroppedNoTemplate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, no active template"
::={ acosAcosEventsStatisticsS 5 }
msgDroppedSelector OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, selector does not enable msg"
::={ acosAcosEventsStatisticsS 6 }
msgDroppedTooLong OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, invalid length"
::={ acosAcosEventsStatisticsS 7 }
msgDroppedCraftFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, msg crafting failed"
::={ acosAcosEventsStatisticsS 8 }
msgDroppedLocalLogRatelimit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, local log ratelimited"
::={ acosAcosEventsStatisticsS 9 }
msgDroppedRemoteLogRatelimit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, remote log ratelimited"
::={ acosAcosEventsStatisticsS 10 }
msgDroppedSendFailed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, send failed"
::={ acosAcosEventsStatisticsS 11 }
msgDroppedNoActiveMember OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, no active member in collector grp"
::={ acosAcosEventsStatisticsS 12 }
msgDroppedRouteFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Route lookup failed"
::={ acosAcosEventsStatisticsS 13 }
msgDroppedOther OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, unexpected error"
::={ acosAcosEventsStatisticsS 14 }
noTemplate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Message API called, with no active template"
::={ acosAcosEventsStatisticsS 15 }
msgDroppedLostDuringConfigChange OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, lost during config change"
::={ acosAcosEventsStatisticsS 16 }
localEnqueuePass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages enqueue to Logd passed"
::={ acosAcosEventsStatisticsS 17 }
msgSentToLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages sent to Logd via IPC"
::={ acosAcosEventsStatisticsS 18 }
msgRetryAfterSocketFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages retried to be sent to Logd via IPC"
::={ acosAcosEventsStatisticsS 19 }
msgSentDirectSyslog OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages sent to syslog directly from axlog"
::={ acosAcosEventsStatisticsS 20 }
msgDroppedSendToLogdFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, send to Logd via IPC failed"
::={ acosAcosEventsStatisticsS 21 }
msgDroppedTrylockFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Trylock failed in axlog"
::={ acosAcosEventsStatisticsS 22 }
msgDroppedRemoteCplaneLogRatelimit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Remote cplane log ratelimited"
::={ acosAcosEventsStatisticsS 23 }
msgDroppedRemoteDplaneLogRatelimit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Remote dplane log ratelimited"
::={ acosAcosEventsStatisticsS 24 }
msgDroppedLocalEnqueueFailed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Enqueue to Logd failed"
::={ acosAcosEventsStatisticsS 25 }
msgDroppedGrpNotUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Collector group not used"
::={ acosAcosEventsStatisticsS 26 }
msgSentRemoteCplane OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Sent, to remote in logd"
::={ acosAcosEventsStatisticsS 27 }
msgDroppedNoTemplateLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, no active template in Logd"
::={ acosAcosEventsStatisticsS 28 }
msgDroppedLostDuringConfigChangeLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, lost during config change in Logd"
::={ acosAcosEventsStatisticsS 29 }
msgDroppedCraftFailLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, msg crafting failed in Logd"
::={ acosAcosEventsStatisticsS 30 }
msgDroppedSendFailedLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, send failed in Logd"
::={ acosAcosEventsStatisticsS 31 }
msgDroppedNoActiveMemberLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, no active member in collector grp in Logd"
::={ acosAcosEventsStatisticsS 32 }
msgDroppedOtherLogd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, unexpected error in Logd"
::={ acosAcosEventsStatisticsS 33 }
msgDroppedInvalidPart OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages Dropped, Invalid partition Id"
::={ acosAcosEventsStatisticsS 34 }
acosEvtTestLogsTicks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of ticks when running ACOS Event Test Logs"
::={ acosAcosEventsStatisticsS 35 }
paramMsgSentToHc OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Parameterized log sent to HC"
::={ acosAcosEventsStatisticsS 36 }
paramMsgSentFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Parameterized log send to HC failed"
::={ acosAcosEventsStatisticsS 37 }
paramMsgEncodeFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Parameterized log AVRO encoding failed"
::={ acosAcosEventsStatisticsS 38 }
END

17624
mibs/a10/ACOS-CGNV6-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,603 @@
ACOS-EVENT-NOTIFICATION-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosEventNotification MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "EventNotification OID for ACOS"
::= { acosRootStats 51 }
acosEventNotificationKafka OBJECT IDENTIFIER ::= { acosEventNotification 1 }
acosEventNotificationKafkaServer OBJECT IDENTIFIER ::= { acosEventNotificationKafka 1 }
acosEventNotificationKafkaServerS OBJECT IDENTIFIER ::= { acosEventNotificationKafkaServer 1 }
prAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR logs sent"
::={ acosEventNotificationKafkaServerS 1 }
avroDeviceStatusTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Device Status Metrics sent"
::={ acosEventNotificationKafkaServerS 2 }
avroPartitionMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Partition Metrics sent"
::={ acosEventNotificationKafkaServerS 3 }
avroGenericSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Generic Metrics sent"
::={ acosEventNotificationKafkaServerS 4 }
prAcosHarmonyTopicEnqueueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR dropped,enq error on acos queues"
::={ acosEventNotificationKafkaServerS 5 }
prAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 6 }
avroGenericFailedEncoding OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Generic Metrics dropped,encoding error"
::={ acosEventNotificationKafkaServerS 7 }
avroGenericFailedSending OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Generic Metrics dropped,sending failure"
::={ acosEventNotificationKafkaServerS 8 }
avroDeviceStatusTopicEnqueueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Device Status dropped,enq error on acos queues"
::={ acosEventNotificationKafkaServerS 9 }
avroDeviceStatusTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Device Status dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 10 }
avroPartitionMetricsTopicEnqueueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Part metrics dropped,enq error on acos queues"
::={ acosEventNotificationKafkaServerS 11 }
avroPartitionMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Part metrics dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 12 }
kafkaUnknownTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unknown type dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 13 }
kafkaBrokerDown OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages dropped,analytics down"
::={ acosEventNotificationKafkaServerS 14 }
kafkaQueueFullErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Messages dropped,acos analytics queue full"
::={ acosEventNotificationKafkaServerS 15 }
prThrottleDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR dropped,log throttling"
::={ acosEventNotificationKafkaServerS 16 }
prNotAllowedDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR dropped, not allowed to be sent"
::={ acosEventNotificationKafkaServerS 17 }
prBeTtfbAnomaly OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR back-end ttfb is negative"
::={ acosEventNotificationKafkaServerS 18 }
prBeTtlbAnomaly OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR back-end ttlb is negative"
::={ acosEventNotificationKafkaServerS 19 }
prInLatencyThresholdExceed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR on latency threshold exceeded"
::={ acosEventNotificationKafkaServerS 20 }
prOutLatencyThresholdExceed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR out latency threshold exceeded"
::={ acosEventNotificationKafkaServerS 21 }
prOutLatencyAnomaly OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR out latency negative"
::={ acosEventNotificationKafkaServerS 22 }
prInLatencyAnomaly OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PR on latency negative"
::={ acosEventNotificationKafkaServerS 23 }
kafkaTopicError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Module not supported by analytics"
::={ acosEventNotificationKafkaServerS 24 }
pcEncodingFailed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L4 PC logs dropped,encoding error"
::={ acosEventNotificationKafkaServerS 25 }
pcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L4 PC logs sent"
::={ acosEventNotificationKafkaServerS 26 }
pcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L4 PC logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 27 }
cgnPcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PC logs sent"
::={ acosEventNotificationKafkaServerS 28 }
cgnPcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PC logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 29 }
cgnPeAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PE logs sent"
::={ acosEventNotificationKafkaServerS 30 }
cgnPeAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PE logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 31 }
fwPcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW PC logs sent"
::={ acosEventNotificationKafkaServerS 32 }
fwPcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW PC logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 33 }
fwDenyPcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW DENY PC logs sent"
::={ acosEventNotificationKafkaServerS 34 }
fwDenyPcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW DENY PC logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 35 }
fwRstPcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW RST PC logs sent"
::={ acosEventNotificationKafkaServerS 36 }
fwRstPcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW RST PC logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 37 }
cgnSummaryErrorAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PE logs sent"
::={ acosEventNotificationKafkaServerS 38 }
cgnSummaryErrorAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN PE logs dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 39 }
ruleSetApplicationMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "AppFW metrics sent"
::={ acosEventNotificationKafkaServerS 40 }
ruleSetApplicationMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "AppFW metrics dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 41 }
slbSslStatsMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSL metrics sent"
::={ acosEventNotificationKafkaServerS 42 }
slbSslStatsMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSL metrics dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 43 }
slbClientSslCountersMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Client SSL metrics sent"
::={ acosEventNotificationKafkaServerS 44 }
slbClientSslCountersMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cilent SSL metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 45 }
slbServerSslCountersMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Server SSL metrics sent"
::={ acosEventNotificationKafkaServerS 46 }
slbServerSslCountersMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Server SSL metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 47 }
pcThrottleDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L4 PC logs dropped,throttling"
::={ acosEventNotificationKafkaServerS 48 }
metricsDroppedPtMissing OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metrics dropped,missing partition tenant mapping"
::={ acosEventNotificationKafkaServerS 49 }
ssliPcAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSLi PC topic counter from acos to harmony"
::={ acosEventNotificationKafkaServerS 50 }
ssliPcAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSLi PC topic to harmony dequeue error"
::={ acosEventNotificationKafkaServerS 51 }
ssliPeAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSLi PE topic counter from acos to harmony"
::={ acosEventNotificationKafkaServerS 52 }
ssliPeAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SSLi PE topic to harmony dequeue error"
::={ acosEventNotificationKafkaServerS 53 }
analyticsBusRestart OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Analytics bus restart count"
::={ acosEventNotificationKafkaServerS 54 }
wafLearnPrTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF learn topic counter"
::={ acosEventNotificationKafkaServerS 55 }
wafLearnPrTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF learn metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 56 }
wafEventsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF events topic counter"
::={ acosEventNotificationKafkaServerS 57 }
wafEventsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF events metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 58 }
visibilityTopnHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Visibility TopN sent"
::={ acosEventNotificationKafkaServerS 59 }
visibilityTopnHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Visibility TopN metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 60 }
hcLogsSentToMaster OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC logs sent to master"
::={ acosEventNotificationKafkaServerS 61 }
hcLogsReceivedFromBlade OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC logs received from blade"
::={ acosEventNotificationKafkaServerS 62 }
hcOperSentToMaster OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC oper to master"
::={ acosEventNotificationKafkaServerS 63 }
hcOperReceivedFromBlade OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC oper received from blade"
::={ acosEventNotificationKafkaServerS 64 }
hcCountersSentToMaster OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC counters sent to master"
::={ acosEventNotificationKafkaServerS 65 }
hcCountersReceivedFromBlade OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC counters received from blade"
::={ acosEventNotificationKafkaServerS 66 }
hcCountersDroppedFromBlade OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HC counters dropped from blade (uuid or size mismatch)"
::={ acosEventNotificationKafkaServerS 67 }
peAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PE logs sent"
::={ acosEventNotificationKafkaServerS 68 }
peAcosHarmonyTopicEnqueueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PE dropped,enq error on acos queues"
::={ acosEventNotificationKafkaServerS 69 }
peAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L7 PE dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 70 }
vpnIpsecSaMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPSec SA metrics sent"
::={ acosEventNotificationKafkaServerS 71 }
vpnIpsecSaMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPSec SA metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 72 }
vpnIkeGatewayMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IKE gateway metrics sent"
::={ acosEventNotificationKafkaServerS 73 }
vpnIkeGatewayMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IKE gateway metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 74 }
vpnStatsMetricsTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VPN STATS metrics sent"
::={ acosEventNotificationKafkaServerS 75 }
vpnStatsMetricsTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VPN STATS metrics dropped,enq error analytics qs"
::={ acosEventNotificationKafkaServerS 76 }
cgnPortUsageHstgrmAcosHarmonyTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN Port Usage Histogram HC Export"
::={ acosEventNotificationKafkaServerS 77 }
cgnPortUsageHstgrmAcosHarmonyTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CGN Port Usage Histogram HC Export Failed"
::={ acosEventNotificationKafkaServerS 78 }
avroSystemEnvTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "System environment sent"
::={ acosEventNotificationKafkaServerS 79 }
avroSystemEnvDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "System Environmet dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 80 }
certPinningListTopic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cert-pinning candidate list sent"
::={ acosEventNotificationKafkaServerS 81 }
certPinningListTopicDequeueErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cert-pinning candidate list dropped,enq error analytics queues"
::={ acosEventNotificationKafkaServerS 82 }
END

431
mibs/a10/ACOS-FW-OPER-MIB Normal file
View File

@ -0,0 +1,431 @@
ACOS-FW-OPER-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootOper
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosFw MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Fw OID for ACOS"
::= { acosRootOper 139 }
acosFwLimitEntry OBJECT IDENTIFIER ::= { acosFw 20 }
fwLimitEntryLimitEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF FwLimitEntryLimitEntryEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosFwLimitEntry 1 }
fwLimitEntryLimitEntryEntry OBJECT-TYPE
SYNTAX FwLimitEntryLimitEntryEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
address,
prefixLen,
ruleName
}
::={ fwLimitEntryLimitEntryTable 1 }
FwLimitEntryLimitEntryEntry ::=
SEQUENCE {
address DisplayString,
prefixLen INTEGER,
ruleName DisplayString,
currCount CounterBasedGauge64,
maxCount CounterBasedGauge64,
type DisplayString
}
address OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 1 }
prefixLen OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 2 }
ruleName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 3 }
currCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 4 }
maxCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 5 }
type OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwLimitEntryLimitEntryEntry 6 }
acosFwRateLimit OBJECT IDENTIFIER ::= { acosFw 30 }
fwRateLimitRateLimitTable OBJECT-TYPE
SYNTAX SEQUENCE OF FwRateLimitRateLimitEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosFwRateLimit 1 }
fwRateLimitRateLimitEntry OBJECT-TYPE
SYNTAX FwRateLimitRateLimitEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
address,
ruleName
}
::={ fwRateLimitRateLimitTable 1 }
FwRateLimitRateLimitEntry ::=
SEQUENCE {
address DisplayString,
ruleName DisplayString,
prefixLen CounterBasedGauge64,
templateId CounterBasedGauge64,
type DisplayString,
cpsReceived CounterBasedGauge64,
cpsAllowed CounterBasedGauge64,
uplinkTrafficReceived CounterBasedGauge64,
uplinkTrafficAllowed CounterBasedGauge64,
downlinkTrafficReceived CounterBasedGauge64,
downlinkTrafficAllowed CounterBasedGauge64,
totalTrafficReceived CounterBasedGauge64,
totalTrafficAllowed CounterBasedGauge64,
dropCount CounterBasedGauge64
}
address OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 1 }
prefixLen OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 2 }
ruleName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 3 }
templateId OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 4 }
type OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 5 }
cpsReceived OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 6 }
cpsAllowed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 7 }
uplinkTrafficReceived OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 8 }
uplinkTrafficAllowed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 9 }
downlinkTrafficReceived OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 10 }
downlinkTrafficAllowed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 11 }
totalTrafficReceived OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 12 }
totalTrafficAllowed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 13 }
dropCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwRateLimitRateLimitEntry 14 }
acosFwRateLimitSummary OBJECT IDENTIFIER ::= { acosFwRateLimit 33 }
memReserved OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 1 }
memUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 2 }
allocFailures OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 3 }
totalNumEntries OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 4 }
totalEntriesScopeAggregate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 5 }
totalEntriesScopeSubscriberIp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 6 }
totalEntriesScopeSubscriberPrefix OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 7 }
totalEntriesScopeParent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 8 }
totalEntriesScopeParentSubscriberIp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 9 }
totalEntriesScopeParentSubscriberPrefix OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwRateLimitSummary 10 }
acosFwFullConeSession OBJECT IDENTIFIER ::= { acosFw 16 }
fwFullConeSessionSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF FwFullConeSessionSessionEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosFwFullConeSession 1 }
fwFullConeSessionSessionEntry OBJECT-TYPE
SYNTAX FwFullConeSessionSessionEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
protocol,
insideAddress,
insidePort
}
::={ fwFullConeSessionSessionTable 1 }
FwFullConeSessionSessionEntry ::=
SEQUENCE {
protocol DisplayString,
insideAddress DisplayString,
insidePort INTEGER,
outbound CounterBasedGauge64,
inbound CounterBasedGauge64,
cpu CounterBasedGauge64,
age DisplayString
}
protocol OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 1 }
insideAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 2 }
insidePort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 3 }
outbound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 4 }
inbound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 5 }
cpu OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 6 }
age OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ fwFullConeSessionSessionEntry 7 }
acosFwSystemStatus OBJECT IDENTIFIER ::= { acosFw 18 }
dataSessionsUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 1 }
dataSessionsFree OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 2 }
smpSessionsUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 3 }
smpSessionsFree OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 4 }
radiusEntriesUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 5 }
radiusEntriesFree OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosFwSystemStatus 6 }
END

4092
mibs/a10/ACOS-FW-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,435 @@
ACOS-GSLB-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosGslb MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Gslb OID for ACOS"
::= { acosRootStats 119 }
acosGslbDns OBJECT IDENTIFIER ::= { acosGslb 3 }
acosGslbDnsS OBJECT IDENTIFIER ::= { acosGslbDns 1 }
totalQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of DNS queries received"
::={ acosGslbDnsS 1 }
totalResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of DNS replies sent to clients"
::={ acosGslbDnsS 2 }
badPacketQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with incorrect data length"
::={ acosGslbDnsS 3 }
badPacketResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with incorrect data length"
::={ acosGslbDnsS 4 }
badHeaderQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with incorrect header"
::={ acosGslbDnsS 5 }
badHeaderResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with incorrect header"
::={ acosGslbDnsS 6 }
badFormatQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with incorrect format"
::={ acosGslbDnsS 7 }
badFormatResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with incorrect format"
::={ acosGslbDnsS 8 }
badServiceQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with unknown service"
::={ acosGslbDnsS 9 }
badServiceResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with unknown service"
::={ acosGslbDnsS 10 }
badClassQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with incorrect class"
::={ acosGslbDnsS 11 }
badClassResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with incorrect class"
::={ acosGslbDnsS 12 }
badTypeQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of queries with incorrect type"
::={ acosGslbDnsS 13 }
badTypeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with incorrect type"
::={ acosGslbDnsS 14 }
noAnswer OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of replies with unknown server IP"
::={ acosGslbDnsS 15 }
metricHealthCheck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Health Check Hit"
::={ acosGslbDnsS 16 }
metricWeightedIp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Weighted IP Hit"
::={ acosGslbDnsS 17 }
metricWeightedSite OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Weighted Site Hit"
::={ acosGslbDnsS 18 }
metricCapacity OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Capacity Hit"
::={ acosGslbDnsS 19 }
metricActiveServer OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Active Server Hit"
::={ acosGslbDnsS 20 }
metricEasyRdt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Easy RDT Hit"
::={ acosGslbDnsS 21 }
metricActiveRdt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Active RDT Hit"
::={ acosGslbDnsS 22 }
metricGeographic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Geographic Hit"
::={ acosGslbDnsS 23 }
metricConnectionLoad OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Connection Load Hit"
::={ acosGslbDnsS 24 }
metricNumberOfSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Number of Sessions Hit"
::={ acosGslbDnsS 25 }
metricActiveWeight OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Active Weight Hit"
::={ acosGslbDnsS 26 }
metricAdminPreference OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Admin Preference Hit"
::={ acosGslbDnsS 27 }
metricBandwidthQuality OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Bandwidth Quality Hit"
::={ acosGslbDnsS 28 }
metricBandwidthCost OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Bandwidth Cost Hit"
::={ acosGslbDnsS 29 }
metricUser OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric User Hit"
::={ acosGslbDnsS 30 }
metricLeastReponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Least Reponse Hit"
::={ acosGslbDnsS 31 }
metricAdminIp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Admin IP Hit"
::={ acosGslbDnsS 32 }
metricRoundRobin OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Metric Round Robin Hit"
::={ acosGslbDnsS 33 }
acosGslbServiceIp OBJECT IDENTIFIER ::= { acosGslb 4 }
acosGslbServiceIpS OBJECT IDENTIFIER ::= { acosGslbServiceIp 1 }
gslbServiceIpSTable OBJECT-TYPE
SYNTAX SEQUENCE OF GslbServiceIpSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosGslbServiceIpS 1 }
gslbServiceIpSEntry OBJECT-TYPE
SYNTAX GslbServiceIpSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
nodeName
}
::={ gslbServiceIpSTable 1 }
GslbServiceIpSEntry ::=
SEQUENCE {
nodeName DisplayString,
gslbServiceIpHits CounterBasedGauge64,
recent CounterBasedGauge64
}
nodeName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Service-IP Name"
::={ gslbServiceIpSEntry 1 }
gslbServiceIpHits OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of times the service IP has been selected"
::={ gslbServiceIpSEntry 2 }
recent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Recent hits"
::={ gslbServiceIpSEntry 3 }
acosGslbSite OBJECT IDENTIFIER ::= { acosGslb 9 }
acosGslbSiteS OBJECT IDENTIFIER ::= { acosGslbSite 1 }
gslbSiteSTable OBJECT-TYPE
SYNTAX SEQUENCE OF GslbSiteSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosGslbSiteS 1 }
gslbSiteSEntry OBJECT-TYPE
SYNTAX GslbSiteSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
siteName
}
::={ gslbSiteSTable 1 }
GslbSiteSEntry ::=
SEQUENCE {
siteName DisplayString,
gslbSiteHits CounterBasedGauge64
}
siteName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify GSLB site name"
::={ gslbSiteSEntry 1 }
gslbSiteHits OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of times the site was selected"
::={ gslbSiteSEntry 2 }
acosGslbZone OBJECT IDENTIFIER ::= { acosGslb 11 }
acosGslbZoneS OBJECT IDENTIFIER ::= { acosGslbZone 1 }
gslbZoneSTable OBJECT-TYPE
SYNTAX SEQUENCE OF GslbZoneSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosGslbZoneS 1 }
gslbZoneSEntry OBJECT-TYPE
SYNTAX GslbZoneSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ gslbZoneSTable 1 }
GslbZoneSEntry ::=
SEQUENCE {
name DisplayString,
receivedQuery CounterBasedGauge64,
sentResponse CounterBasedGauge64,
proxyModeResponse CounterBasedGauge64,
cacheModeResponse CounterBasedGauge64,
serverModeResponse CounterBasedGauge64,
stickyModeResponse CounterBasedGauge64,
backupModeResponse CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify the name for the DNS zone"
::={ gslbZoneSEntry 1 }
receivedQuery OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS queries received for the zone"
::={ gslbZoneSEntry 2 }
sentResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS replies sent to clients for the zone"
::={ gslbZoneSEntry 3 }
proxyModeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS replies sent to clients by the ACOS device as a DNS proxy for the zone"
::={ gslbZoneSEntry 4 }
cacheModeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of cached DNS replies sent to clients by the ACOS device for the zone. (This statistic applies only if the DNS cac"
::={ gslbZoneSEntry 5 }
serverModeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS replies sent to clients by the ACOS device as a DNS server for the zone. (This statistic applies only if th"
::={ gslbZoneSEntry 6 }
stickyModeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS replies sent to clients by the ACOS device to keep the clients on the same site. (This statistic applies on"
::={ gslbZoneSEntry 7 }
backupModeResponse OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Number of DNS replies sent to clients by the ACOS device in backup mode"
::={ gslbZoneSEntry 8 }
END

View File

@ -0,0 +1,923 @@
ACOS-INTERFACE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosInterface MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Interface OID for ACOS"
::= { acosRootStats 95 }
acosInterfaceManagement OBJECT IDENTIFIER ::= { acosInterface 1 }
acosInterfaceManagementS OBJECT IDENTIFIER ::= { acosInterfaceManagement 1 }
packetsInput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input packets"
::={ acosInterfaceManagementS 1 }
bytesInput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input bytes"
::={ acosInterfaceManagementS 2 }
receivedBroadcasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received broadcasts"
::={ acosInterfaceManagementS 3 }
receivedMulticasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received multicasts"
::={ acosInterfaceManagementS 4 }
receivedUnicasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received unicasts"
::={ acosInterfaceManagementS 5 }
inputErrors OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input errors"
::={ acosInterfaceManagementS 6 }
crc OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CRC"
::={ acosInterfaceManagementS 7 }
frame OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Frames"
::={ acosInterfaceManagementS 8 }
inputErrShort OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Runts"
::={ acosInterfaceManagementS 9 }
inputErrLong OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Giants"
::={ acosInterfaceManagementS 10 }
packetsOutput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output packets"
::={ acosInterfaceManagementS 11 }
bytesOutput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bytes"
::={ acosInterfaceManagementS 12 }
transmittedBroadcasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted broadcasts"
::={ acosInterfaceManagementS 13 }
transmittedMulticasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted multicasts"
::={ acosInterfaceManagementS 14 }
transmittedUnicasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted unicasts"
::={ acosInterfaceManagementS 15 }
outputErrors OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output errors"
::={ acosInterfaceManagementS 16 }
collisions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Collisions"
::={ acosInterfaceManagementS 17 }
acosInterfaceEthernet OBJECT IDENTIFIER ::= { acosInterface 2 }
acosInterfaceEthernetS OBJECT IDENTIFIER ::= { acosInterfaceEthernet 1 }
interfaceEthernetSTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceEthernetSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosInterfaceEthernetS 1 }
interfaceEthernetSEntry OBJECT-TYPE
SYNTAX InterfaceEthernetSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
ifnum
}
::={ interfaceEthernetSTable 1 }
InterfaceEthernetSEntry ::=
SEQUENCE {
ifnum DisplayString,
packetsInput CounterBasedGauge64,
bytesInput CounterBasedGauge64,
receivedBroadcasts CounterBasedGauge64,
receivedMulticasts CounterBasedGauge64,
receivedUnicasts CounterBasedGauge64,
inputErrors CounterBasedGauge64,
crc CounterBasedGauge64,
frame CounterBasedGauge64,
runts CounterBasedGauge64,
giants CounterBasedGauge64,
packetsOutput CounterBasedGauge64,
bytesOutput CounterBasedGauge64,
transmittedBroadcasts CounterBasedGauge64,
transmittedMulticasts CounterBasedGauge64,
transmittedUnicasts CounterBasedGauge64,
outputErrors CounterBasedGauge64,
collisions CounterBasedGauge64,
giantsOutput CounterBasedGauge64,
ratePktSent CounterBasedGauge64,
rateByteSent CounterBasedGauge64,
ratePktRcvd CounterBasedGauge64,
rateByteRcvd CounterBasedGauge64,
loadInterval CounterBasedGauge64
}
ifnum OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ethernet interface number"
::={ interfaceEthernetSEntry 1 }
packetsInput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input packets"
::={ interfaceEthernetSEntry 2 }
bytesInput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input bytes"
::={ interfaceEthernetSEntry 3 }
receivedBroadcasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received broadcasts"
::={ interfaceEthernetSEntry 4 }
receivedMulticasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received multicasts"
::={ interfaceEthernetSEntry 5 }
receivedUnicasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received unicasts"
::={ interfaceEthernetSEntry 6 }
inputErrors OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input errors"
::={ interfaceEthernetSEntry 7 }
crc OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CRC"
::={ interfaceEthernetSEntry 8 }
frame OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Frames"
::={ interfaceEthernetSEntry 9 }
runts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Runts"
::={ interfaceEthernetSEntry 10 }
giants OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Giants"
::={ interfaceEthernetSEntry 11 }
packetsOutput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output packets"
::={ interfaceEthernetSEntry 12 }
bytesOutput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bytes"
::={ interfaceEthernetSEntry 13 }
transmittedBroadcasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted broadcasts"
::={ interfaceEthernetSEntry 14 }
transmittedMulticasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted multicasts"
::={ interfaceEthernetSEntry 15 }
transmittedUnicasts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted unicasts"
::={ interfaceEthernetSEntry 16 }
outputErrors OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output errors"
::={ interfaceEthernetSEntry 17 }
collisions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Collisions"
::={ interfaceEthernetSEntry 18 }
giantsOutput OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output Giants"
::={ interfaceEthernetSEntry 19 }
ratePktSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet sent rate packets/sec"
::={ interfaceEthernetSEntry 20 }
rateByteSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte sent rate bits/sec"
::={ interfaceEthernetSEntry 21 }
ratePktRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet received rate packets/sec"
::={ interfaceEthernetSEntry 22 }
rateByteRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte received rate bits/sec"
::={ interfaceEthernetSEntry 23 }
loadInterval OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Load Interval"
::={ interfaceEthernetSEntry 24 }
acosInterfaceTrunk OBJECT IDENTIFIER ::= { acosInterface 4 }
acosInterfaceTrunkS OBJECT IDENTIFIER ::= { acosInterfaceTrunk 1 }
interfaceTrunkSTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceTrunkSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosInterfaceTrunkS 1 }
interfaceTrunkSEntry OBJECT-TYPE
SYNTAX InterfaceTrunkSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
ifnum
}
::={ interfaceTrunkSTable 1 }
InterfaceTrunkSEntry ::=
SEQUENCE {
ifnum INTEGER,
numPkts CounterBasedGauge64,
numTotalBytes CounterBasedGauge64,
numUnicastPkts CounterBasedGauge64,
numBroadcastPkts CounterBasedGauge64,
numMulticastPkts CounterBasedGauge64,
numTxPkts CounterBasedGauge64,
numTotalTxBytes CounterBasedGauge64,
numUnicastTxPkts CounterBasedGauge64,
numBroadcastTxPkts CounterBasedGauge64,
numMulticastTxPkts CounterBasedGauge64,
droppedDisRxPkts CounterBasedGauge64,
droppedRxPkts CounterBasedGauge64,
droppedDisTxPkts CounterBasedGauge64,
droppedTxPkts CounterBasedGauge64
}
ifnum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Trunk interface number"
::={ interfaceTrunkSEntry 1 }
numPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 2 }
numTotalBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 3 }
numUnicastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 4 }
numBroadcastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 5 }
numMulticastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 6 }
numTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 7 }
numTotalTxBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 8 }
numUnicastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 9 }
numBroadcastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 10 }
numMulticastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 11 }
droppedDisRxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 12 }
droppedRxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 13 }
droppedDisTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 14 }
droppedTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceTrunkSEntry 15 }
acosInterfaceVe OBJECT IDENTIFIER ::= { acosInterface 5 }
acosInterfaceVeS OBJECT IDENTIFIER ::= { acosInterfaceVe 1 }
interfaceVeSTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceVeSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosInterfaceVeS 1 }
interfaceVeSEntry OBJECT-TYPE
SYNTAX InterfaceVeSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
veIfNum
}
::={ interfaceVeSTable 1 }
InterfaceVeSEntry ::=
SEQUENCE {
veIfNum INTEGER,
numPkts CounterBasedGauge64,
numTotalBytes CounterBasedGauge64,
numUnicastPkts CounterBasedGauge64,
numBroadcastPkts CounterBasedGauge64,
numMulticastPkts CounterBasedGauge64,
numTxPkts CounterBasedGauge64,
numTotalTxBytes CounterBasedGauge64,
numUnicastTxPkts CounterBasedGauge64,
numBroadcastTxPkts CounterBasedGauge64,
numMulticastTxPkts CounterBasedGauge64,
ratePktSent CounterBasedGauge64,
rateByteSent CounterBasedGauge64,
ratePktRcvd CounterBasedGauge64,
rateByteRcvd CounterBasedGauge64,
loadInterval CounterBasedGauge64
}
veIfNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Virtual ethernet interface number"
::={ interfaceVeSEntry 1 }
numPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input packets"
::={ interfaceVeSEntry 2 }
numTotalBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input bytes"
::={ interfaceVeSEntry 3 }
numUnicastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received unicasts"
::={ interfaceVeSEntry 4 }
numBroadcastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received broadcasts"
::={ interfaceVeSEntry 5 }
numMulticastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received multicasts"
::={ interfaceVeSEntry 6 }
numTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted packets"
::={ interfaceVeSEntry 7 }
numTotalTxBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted bytes"
::={ interfaceVeSEntry 8 }
numUnicastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted unicasts"
::={ interfaceVeSEntry 9 }
numBroadcastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted broadcasts"
::={ interfaceVeSEntry 10 }
numMulticastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmitted multicasts"
::={ interfaceVeSEntry 11 }
ratePktSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet sent rate packets/sec"
::={ interfaceVeSEntry 12 }
rateByteSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte sent rate bits/sec"
::={ interfaceVeSEntry 13 }
ratePktRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet received rate packets/sec"
::={ interfaceVeSEntry 14 }
rateByteRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte received rate bits/sec"
::={ interfaceVeSEntry 15 }
loadInterval OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Load Interval"
::={ interfaceVeSEntry 16 }
acosInterfaceLif OBJECT IDENTIFIER ::= { acosInterface 7 }
acosInterfaceLifS OBJECT IDENTIFIER ::= { acosInterfaceLif 1 }
interfaceLifSTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceLifSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosInterfaceLifS 1 }
interfaceLifSEntry OBJECT-TYPE
SYNTAX InterfaceLifSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
lifIfName
}
::={ interfaceLifSTable 1 }
InterfaceLifSEntry ::=
SEQUENCE {
lifIfName DisplayString,
lifNumPkts CounterBasedGauge64,
lifNumTotalBytes CounterBasedGauge64,
lifNumUnicastPkts CounterBasedGauge64,
lifNumBroadcastPkts CounterBasedGauge64,
lifNumMulticastPkts CounterBasedGauge64,
lifNumTxPkts CounterBasedGauge64,
lifNumTotalTxBytes CounterBasedGauge64,
lifNumUnicastTxPkts CounterBasedGauge64,
lifNumBroadcastTxPkts CounterBasedGauge64,
lifNumMulticastTxPkts CounterBasedGauge64,
droppedDisRxPkts CounterBasedGauge64,
droppedRxPkts CounterBasedGauge64,
droppedDisTxPkts CounterBasedGauge64,
droppedTxPkts CounterBasedGauge64,
droppedRxPktsGreKey CounterBasedGauge64
}
lifIfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Lif interface name"
::={ interfaceLifSEntry 1 }
lifNumPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 2 }
lifNumTotalBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 3 }
lifNumUnicastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 4 }
lifNumBroadcastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 5 }
lifNumMulticastPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 6 }
lifNumTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 7 }
lifNumTotalTxBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 8 }
lifNumUnicastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 9 }
lifNumBroadcastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 10 }
lifNumMulticastTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 11 }
droppedDisRxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 12 }
droppedRxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 13 }
droppedDisTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 14 }
droppedTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 15 }
droppedRxPktsGreKey OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ interfaceLifSEntry 16 }
acosInterfaceTunnel OBJECT IDENTIFIER ::= { acosInterface 8 }
acosInterfaceTunnelS OBJECT IDENTIFIER ::= { acosInterfaceTunnel 1 }
interfaceTunnelSTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceTunnelSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosInterfaceTunnelS 1 }
interfaceTunnelSEntry OBJECT-TYPE
SYNTAX InterfaceTunnelSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
ifnum
}
::={ interfaceTunnelSTable 1 }
InterfaceTunnelSEntry ::=
SEQUENCE {
ifnum INTEGER,
numRxPkts CounterBasedGauge64,
numTotalRxBytes CounterBasedGauge64,
numTxPkts CounterBasedGauge64,
numTotalTxBytes CounterBasedGauge64,
numRxErrPkts CounterBasedGauge64,
numTxErrPkts CounterBasedGauge64,
ratePktSent CounterBasedGauge64,
rateByteSent CounterBasedGauge64,
ratePktRcvd CounterBasedGauge64,
rateByteRcvd CounterBasedGauge64
}
ifnum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tunnel interface number"
::={ interfaceTunnelSEntry 1 }
numRxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "received packets"
::={ interfaceTunnelSEntry 2 }
numTotalRxBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "received bytes"
::={ interfaceTunnelSEntry 3 }
numTxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "sent packets"
::={ interfaceTunnelSEntry 4 }
numTotalTxBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "sent bytes"
::={ interfaceTunnelSEntry 5 }
numRxErrPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "received error packets"
::={ interfaceTunnelSEntry 6 }
numTxErrPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "sent error packets"
::={ interfaceTunnelSEntry 7 }
ratePktSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet sent rate packets/sec"
::={ interfaceTunnelSEntry 8 }
rateByteSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte sent rate bits/sec"
::={ interfaceTunnelSEntry 9 }
ratePktRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet received rate packets/sec"
::={ interfaceTunnelSEntry 10 }
rateByteRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Byte received rate bits/sec"
::={ interfaceTunnelSEntry 11 }
END

906
mibs/a10/ACOS-IP-STATS-MIB Normal file
View File

@ -0,0 +1,906 @@
ACOS-IP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosIp MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Ip OID for ACOS"
::= { acosRootStats 55 }
acosIpAnomalyDrop OBJECT IDENTIFIER ::= { acosIp 5 }
acosIpAnomalyDropS OBJECT IDENTIFIER ::= { acosIpAnomalyDrop 1 }
land OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Land Attack Drop"
::={ acosIpAnomalyDropS 1 }
empFrg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Empty Fragment Drop"
::={ acosIpAnomalyDropS 2 }
empMicFrg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Micro Fragment Drop"
::={ acosIpAnomalyDropS 3 }
opt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv4 Options Drop"
::={ acosIpAnomalyDropS 4 }
frg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv4 Fragment Drop"
::={ acosIpAnomalyDropS 5 }
badIpHdrlen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Header Len Drop"
::={ acosIpAnomalyDropS 6 }
badIpFlg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Flags Drop"
::={ acosIpAnomalyDropS 7 }
badIpTtl OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP TTL Drop"
::={ acosIpAnomalyDropS 8 }
noIpPayload OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "No IP Payload drop"
::={ acosIpAnomalyDropS 9 }
overIpPayload OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Oversize IP Payload Drop"
::={ acosIpAnomalyDropS 10 }
badIpPayloadLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Payload Len Drop"
::={ acosIpAnomalyDropS 11 }
badIpFrgOffset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Fragment Offset Drop"
::={ acosIpAnomalyDropS 12 }
csum OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Checksum Drop"
::={ acosIpAnomalyDropS 13 }
pod OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Ping of Death Drop"
::={ acosIpAnomalyDropS 14 }
badTcpUrgOffset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Bad Urgent Offset Drop"
::={ acosIpAnomalyDropS 15 }
tcpShtHdr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Short Header Drop"
::={ acosIpAnomalyDropS 16 }
tcpBadIplen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Bad IP Length Drop"
::={ acosIpAnomalyDropS 17 }
tcpNullFrg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Null Flags Drop"
::={ acosIpAnomalyDropS 18 }
tcpNullScan OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Null Scan Drop"
::={ acosIpAnomalyDropS 19 }
tcpSynFin OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Syn and Fin Drop"
::={ acosIpAnomalyDropS 20 }
tcpXmas OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP XMAS Flags Drop"
::={ acosIpAnomalyDropS 21 }
tcpXmasScan OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP XMAS Scan Drop"
::={ acosIpAnomalyDropS 22 }
tcpSynFrg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Syn Fragment Drop"
::={ acosIpAnomalyDropS 23 }
tcpFrgHdr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Fragmented Header Drop"
::={ acosIpAnomalyDropS 24 }
tcpBadCsum OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Bad Checksum Drop"
::={ acosIpAnomalyDropS 25 }
udpSrtHdr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Short Header Drop"
::={ acosIpAnomalyDropS 26 }
udpBadLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Bad Length Drop"
::={ acosIpAnomalyDropS 27 }
udpKerbFrg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Kerberos Fragment Drop"
::={ acosIpAnomalyDropS 28 }
udpPortLb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Port Loopback Drop"
::={ acosIpAnomalyDropS 29 }
udpBadCsum OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Bad Checksum Drop"
::={ acosIpAnomalyDropS 30 }
runtIpHdr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Runt IP Header Drop"
::={ acosIpAnomalyDropS 31 }
runtTcpUdpHdr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Runt TCP/UDP Header Drop"
::={ acosIpAnomalyDropS 32 }
ipipTnlMsmtch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-over-IP Tunnel Mismatch Drop"
::={ acosIpAnomalyDropS 33 }
tcpOptErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Option Error Drop"
::={ acosIpAnomalyDropS 34 }
ipipTnlErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-over-IP Tunnel Error Drop"
::={ acosIpAnomalyDropS 35 }
vxlanErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VXLAN Tunnel Error Drop"
::={ acosIpAnomalyDropS 36 }
nvgreErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GRE Tunnel Error Drop"
::={ acosIpAnomalyDropS 37 }
grePptpErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GRE PPTP Error Drop"
::={ acosIpAnomalyDropS 38 }
acosIpFrag OBJECT IDENTIFIER ::= { acosIp 7 }
acosIpFragS OBJECT IDENTIFIER ::= { acosIpFrag 1 }
ipFragSessionInsert OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Inserted"
::={ acosIpFragS 1 }
ipFragSessionExpired OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Expired"
::={ acosIpFragS 2 }
ipFragIcmpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Received"
::={ acosIpFragS 3 }
ipFragIcmpv6Rcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Received"
::={ acosIpFragS 4 }
ipFragUdpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Received"
::={ acosIpFragS 5 }
ipFragTcpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Received"
::={ acosIpFragS 6 }
ipFragIpipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Received"
::={ acosIpFragS 7 }
ipFragIpv6ipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Received"
::={ acosIpFragS 8 }
ipFragOtherRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Received"
::={ acosIpFragS 9 }
ipFragIcmpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Dropped"
::={ acosIpFragS 10 }
ipFragIcmpv6Dropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Dropped"
::={ acosIpFragS 11 }
ipFragUdpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Dropped"
::={ acosIpFragS 12 }
ipFragTcpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Dropped"
::={ acosIpFragS 13 }
ipFragIpipDroped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Dropped"
::={ acosIpFragS 14 }
ipFragIpv6ipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Dropped"
::={ acosIpFragS 15 }
ipFragOtherDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Dropped"
::={ acosIpFragS 16 }
ipFragOverlapError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Overlapping Fragment Dropped"
::={ acosIpFragS 17 }
iipFragBadIpLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Length"
::={ acosIpFragS 18 }
ipFragTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Too Small Drop"
::={ acosIpFragS 19 }
ipFragFirstTcpTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First TCP Fragment Too Small Drop"
::={ acosIpFragS 20 }
ipFragFirstL4TooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First L4 Fragment Too Small Drop"
::={ acosIpFragS 21 }
ipFragTotalSessionsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Sessions Exceeded Drop"
::={ acosIpFragS 22 }
ipFragNoSessionMemory OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out of Session Memory"
::={ acosIpFragS 23 }
ipFragFastAgingSet OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Set"
::={ acosIpFragS 24 }
ipFragFastAgingUnset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Unset"
::={ acosIpFragS 25 }
ipFragFramentQueueSuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Success"
::={ acosIpFragS 26 }
ipFragUnalignedLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Unaligned"
::={ acosIpFragS 27 }
ipFragExceededLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Out of Bounds"
::={ acosIpFragS 28 }
ipFragDuplicateFirstFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate First Fragment"
::={ acosIpFragS 29 }
ipFragDuplicateLastFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate Last Fragment"
::={ acosIpFragS 30 }
ipFragTotalFragmentsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Queued Fragments Exceeded"
::={ acosIpFragS 31 }
ipFragFramentQueueFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Failure"
::={ acosIpFragS 32 }
ipFragReassemblySucess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Success"
::={ acosIpFragS 33 }
ipFragMaxLenExeeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Max Data Length Exceeded"
::={ acosIpFragS 34 }
ipFragReassemblyFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Failure"
::={ acosIpFragS 35 }
ipFragPolicyDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MTU Exceeded Policy Drop"
::={ acosIpFragS 36 }
ipFragErrorDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Processing Drop"
::={ acosIpFragS 37 }
highCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Threshold Reached"
::={ acosIpFragS 38 }
lowCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Low CPU Threshold Reached"
::={ acosIpFragS 39 }
cpuThresholdDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Drop"
::={ acosIpFragS 40 }
ipdEntryDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DDoS Protection Drop"
::={ acosIpFragS 41 }
ipFragMaxPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Too Many Packets Per Reassembly Drop"
::={ acosIpFragS 42 }
ipFragSessionPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Max Packets Exceeded"
::={ acosIpFragS 43 }
fragSessionCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Session Count"
::={ acosIpFragS 44 }
ipFragSctpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Received"
::={ acosIpFragS 45 }
ipFragSctpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Dropped"
::={ acosIpFragS 46 }
ipFragFirstGTPPacketTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First GTP Fragment Too Small Drop"
::={ acosIpFragS 47 }
acosIpNat OBJECT IDENTIFIER ::= { acosIp 12 }
acosIpNatNatGlobal OBJECT IDENTIFIER ::= { acosIpNat 1 }
acosIpNatNatGlobalS OBJECT IDENTIFIER ::= { acosIpNatNatGlobal 1 }
crossCpuHelperCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Created"
::={ acosIpNatNatGlobalS 1 }
crossCpuHelperFree OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Free"
::={ acosIpNatNatGlobalS 2 }
crossCpuSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Packets Sent"
::={ acosIpNatNatGlobalS 3 }
crossCpuRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Packets Received"
::={ acosIpNatNatGlobalS 4 }
crossCpuHelperNatPoolStandby OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Standby"
::={ acosIpNatNatGlobalS 5 }
crossCpuHelperCpuMismatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper CPU Mismatch"
::={ acosIpNatNatGlobalS 6 }
crossCpuBadL3 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Unsupported L3"
::={ acosIpNatNatGlobalS 7 }
crossCpuBadL4 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Unsupported L4"
::={ acosIpNatNatGlobalS 8 }
crossCpuNoSession OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU No Session Found"
::={ acosIpNatNatGlobalS 9 }
crossCpuHelperDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Deleted"
::={ acosIpNatNatGlobalS 10 }
crossCpuHelperFreeRetryLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Free Retry Lookup"
::={ acosIpNatNatGlobalS 11 }
crossCpuHelperFreeNotFound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Cross CPU Helper Free Not Found"
::={ acosIpNatNatGlobalS 12 }
acosIpNatPool OBJECT IDENTIFIER ::= { acosIpNat 2 }
acosIpNatPoolS OBJECT IDENTIFIER ::= { acosIpNatPool 1 }
ipNatPoolSTable OBJECT-TYPE
SYNTAX SEQUENCE OF IpNatPoolSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosIpNatPoolS 1 }
ipNatPoolSEntry OBJECT-TYPE
SYNTAX IpNatPoolSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
ipNatPoolName
}
::={ ipNatPoolSTable 1 }
IpNatPoolSEntry ::=
SEQUENCE {
ipNatPoolName DisplayString,
ipNatPoolPortUsage CounterBasedGauge64,
ipNatPoolTotalUsed CounterBasedGauge64,
ipNatPoolTotalFreed CounterBasedGauge64,
ipNatPoolFailed CounterBasedGauge64
}
ipNatPoolName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify pool name or pool group"
::={ ipNatPoolSEntry 1 }
ipNatPoolPortUsage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipNatPoolSEntry 2 }
ipNatPoolTotalUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipNatPoolSEntry 3 }
ipNatPoolTotalFreed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipNatPoolSEntry 4 }
ipNatPoolFailed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipNatPoolSEntry 5 }
acosIpNatPoolGroup OBJECT IDENTIFIER ::= { acosIpNat 3 }
acosIpNatPoolGroupS OBJECT IDENTIFIER ::= { acosIpNatPoolGroup 1 }
ipNatPoolGroupSTable OBJECT-TYPE
SYNTAX SEQUENCE OF IpNatPoolGroupSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosIpNatPoolGroupS 1 }
ipNatPoolGroupSEntry OBJECT-TYPE
SYNTAX IpNatPoolGroupSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
poolGroupName
}
::={ ipNatPoolGroupSTable 1 }
IpNatPoolGroupSEntry ::=
SEQUENCE {
poolGroupName DisplayString,
Failed CounterBasedGauge64
}
poolGroupName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify pool group name"
::={ ipNatPoolGroupSEntry 1 }
Failed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some-help-string"
::={ ipNatPoolGroupSEntry 2 }
acosIpNatAlg OBJECT IDENTIFIER ::= { acosIpNat 9 }
acosIpNatAlgPptp OBJECT IDENTIFIER ::= { acosIpNatAlg 1 }
acosIpNatAlgPptpS OBJECT IDENTIFIER ::= { acosIpNatAlgPptp 1 }
currentSmpSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 1 }
currentGreSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 2 }
smpSessionCreationFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 3 }
truncatedPnsMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 4 }
truncatedPacMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 5 }
mismatchedPnsCallId OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 6 }
mismatchedPacCallId OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 7 }
retransmittedPnsMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 8 }
retransmittedPacMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 9 }
truncatedGrePacket OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 10 }
unknownGreVersion OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 11 }
noMatchingGreSession OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosIpNatAlgPptpS 12 }
END

View File

@ -0,0 +1,357 @@
ACOS-IPV4-IN-IPV6-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosIpv4InIpv6 MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Ipv4InIpv6 OID for ACOS"
::= { acosRootStats 98 }
acosIpv4InIpv6Frag OBJECT IDENTIFIER ::= { acosIpv4InIpv6 1 }
acosIpv4InIpv6FragS OBJECT IDENTIFIER ::= { acosIpv4InIpv6Frag 1 }
ipv4InIpv6SessionInserted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Inserted"
::={ acosIpv4InIpv6FragS 1 }
ipv4InIpv6SessionExpired OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Expired"
::={ acosIpv4InIpv6FragS 2 }
ipv4InIpv6IcmpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Received"
::={ acosIpv4InIpv6FragS 3 }
ipv4InIpv6Icmpv6Rcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Received"
::={ acosIpv4InIpv6FragS 4 }
ipv4InIpv6UdpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Received"
::={ acosIpv4InIpv6FragS 5 }
ipv4InIpv6TcpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Received"
::={ acosIpv4InIpv6FragS 6 }
ipv4InIpv6IpipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Received"
::={ acosIpv4InIpv6FragS 7 }
ipv4InIpv6Ipv6ipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Received"
::={ acosIpv4InIpv6FragS 8 }
ipv4InIpv6OtherRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Received"
::={ acosIpv4InIpv6FragS 9 }
ipv4InIpv6IcmpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Dropped"
::={ acosIpv4InIpv6FragS 10 }
ipv4InIpv6Icmpv6Dropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Dropped"
::={ acosIpv4InIpv6FragS 11 }
ipv4InIpv6UdpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Dropped"
::={ acosIpv4InIpv6FragS 12 }
ipv4InIpv6TcpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Dropped"
::={ acosIpv4InIpv6FragS 13 }
ipv4InIpv6IpipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Dropped"
::={ acosIpv4InIpv6FragS 14 }
ipv4InIpv6Ipv6ipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Dropped"
::={ acosIpv4InIpv6FragS 15 }
ipv4InIpv6OtherDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Dropped"
::={ acosIpv4InIpv6FragS 16 }
ipv4InIpv6OverlapError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Overlapping Fragment Dropped"
::={ acosIpv4InIpv6FragS 17 }
ipv4InIpv6BadIpLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Length"
::={ acosIpv4InIpv6FragS 18 }
ipv4InIpv6TooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Too Small Drop"
::={ acosIpv4InIpv6FragS 19 }
ipv4InIpv6FirstTcpTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First TCP Fragment Too Small Drop"
::={ acosIpv4InIpv6FragS 20 }
ipv4InIpv6FirstL4TooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First L4 Fragment Too Small Drop"
::={ acosIpv4InIpv6FragS 21 }
ipv4InIpv6TotalSessionsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Sessions Exceeded Drop"
::={ acosIpv4InIpv6FragS 22 }
ipv4InIpv6NoSessionMemory OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out of Session Memory"
::={ acosIpv4InIpv6FragS 23 }
ipv4InIpv6FastAgingSet OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Set"
::={ acosIpv4InIpv6FragS 24 }
ipv4InIpv6FastAgingUnset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Unset"
::={ acosIpv4InIpv6FragS 25 }
ipv4InIpv6FragmentQueueSuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Success"
::={ acosIpv4InIpv6FragS 26 }
ipv4InIpv6Unaligned OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Unaligned"
::={ acosIpv4InIpv6FragS 27 }
ipv4InIpv6ExceededLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Out of Bounds"
::={ acosIpv4InIpv6FragS 28 }
ipv4InIpv6DuplicateFirstFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate First Fragment"
::={ acosIpv4InIpv6FragS 29 }
ipv4InIpv6DuplicateLastFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate Last Fragment"
::={ acosIpv4InIpv6FragS 30 }
ipv4InIpv6TotalFragmentsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Queued Fragments Exceeded"
::={ acosIpv4InIpv6FragS 31 }
ipv4InIpv6FragmentQueueFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Failure"
::={ acosIpv4InIpv6FragS 32 }
ipv4InIpv6ReassemblySuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Success"
::={ acosIpv4InIpv6FragS 33 }
ipv4InIpv6MaxLenExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Max Data Length Exceeded"
::={ acosIpv4InIpv6FragS 34 }
ipv4InIpv6ReassemblyFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Failure"
::={ acosIpv4InIpv6FragS 35 }
ipv4InIpv6PolicyDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MTU Exceeded Policy Drop"
::={ acosIpv4InIpv6FragS 36 }
ipv4InIpv6ErrorDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Processing Drop"
::={ acosIpv4InIpv6FragS 37 }
highCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Threshold Reached"
::={ acosIpv4InIpv6FragS 38 }
lowCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Low CPU Threshold Reached"
::={ acosIpv4InIpv6FragS 39 }
cpuThresholdDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Drop"
::={ acosIpv4InIpv6FragS 40 }
ipdEntryDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DDoS Protection Drop"
::={ acosIpv4InIpv6FragS 41 }
ipv4InIpv6MaxPackets OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Too Many Packets Per Reassembly Drop"
::={ acosIpv4InIpv6FragS 42 }
ipv4InIpv6SessionPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Max Packets Exceeded"
::={ acosIpv4InIpv6FragS 43 }
fragSessionCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Session Count"
::={ acosIpv4InIpv6FragS 44 }
ipv4InIpv6SctpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Received"
::={ acosIpv4InIpv6FragS 45 }
ipv4InIpv6SctpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Dropped"
::={ acosIpv4InIpv6FragS 46 }
ipFragFirstGTPPacketTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First GTP Fragment Too Small Drop"
::={ acosIpv4InIpv6FragS 47 }
END

View File

@ -0,0 +1,357 @@
ACOS-IPV6-IN-IPV4-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosIpv6InIpv4 MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Ipv6InIpv4 OID for ACOS"
::= { acosRootStats 99 }
acosIpv6InIpv4Frag OBJECT IDENTIFIER ::= { acosIpv6InIpv4 1 }
acosIpv6InIpv4FragS OBJECT IDENTIFIER ::= { acosIpv6InIpv4Frag 1 }
sessionInserted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Inserted"
::={ acosIpv6InIpv4FragS 1 }
sessionExpired OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Expired"
::={ acosIpv6InIpv4FragS 2 }
icmpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Received"
::={ acosIpv6InIpv4FragS 3 }
icmpv6Rcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Received"
::={ acosIpv6InIpv4FragS 4 }
udpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Received"
::={ acosIpv6InIpv4FragS 5 }
tcpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Received"
::={ acosIpv6InIpv4FragS 6 }
ipipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Received"
::={ acosIpv6InIpv4FragS 7 }
ipv6ipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Received"
::={ acosIpv6InIpv4FragS 8 }
otherRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Received"
::={ acosIpv6InIpv4FragS 9 }
icmpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Dropped"
::={ acosIpv6InIpv4FragS 10 }
icmpv6Dropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Dropped"
::={ acosIpv6InIpv4FragS 11 }
udpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Dropped"
::={ acosIpv6InIpv4FragS 12 }
tcpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Dropped"
::={ acosIpv6InIpv4FragS 13 }
ipipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Dropped"
::={ acosIpv6InIpv4FragS 14 }
ipv6ipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Dropped"
::={ acosIpv6InIpv4FragS 15 }
otherDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Dropped"
::={ acosIpv6InIpv4FragS 16 }
overlapError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Overlapping Fragment Dropped"
::={ acosIpv6InIpv4FragS 17 }
badIpLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Length"
::={ acosIpv6InIpv4FragS 18 }
tooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Too Small Drop"
::={ acosIpv6InIpv4FragS 19 }
firstTcpTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First TCP Fragment Too Small Drop"
::={ acosIpv6InIpv4FragS 20 }
firstL4TooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First L4 Fragment Too Small Drop"
::={ acosIpv6InIpv4FragS 21 }
totalSessionsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Sessions Exceeded Drop"
::={ acosIpv6InIpv4FragS 22 }
noSessionMemory OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out of Session Memory"
::={ acosIpv6InIpv4FragS 23 }
ipv6InIpv4FastAgingSet OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Set"
::={ acosIpv6InIpv4FragS 24 }
fastAgingUnset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Unset"
::={ acosIpv6InIpv4FragS 25 }
fragmentQueueSuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Success"
::={ acosIpv6InIpv4FragS 26 }
unalignedLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Unaligned"
::={ acosIpv6InIpv4FragS 27 }
exceededLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Out of Bounds"
::={ acosIpv6InIpv4FragS 28 }
duplicateFirstFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate First Fragment"
::={ acosIpv6InIpv4FragS 29 }
duplicateLastFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate Last Fragment"
::={ acosIpv6InIpv4FragS 30 }
totalFragmentsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Queued Fragments Exceeded"
::={ acosIpv6InIpv4FragS 31 }
fragmentQueueFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Failure"
::={ acosIpv6InIpv4FragS 32 }
reassemblySuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Success"
::={ acosIpv6InIpv4FragS 33 }
maxLenExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Max Data Length Exceeded"
::={ acosIpv6InIpv4FragS 34 }
reassemblyFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Failure"
::={ acosIpv6InIpv4FragS 35 }
policyDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MTU Exceeded Policy Drop"
::={ acosIpv6InIpv4FragS 36 }
errorDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Processing Drop"
::={ acosIpv6InIpv4FragS 37 }
highCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Threshold Reached"
::={ acosIpv6InIpv4FragS 38 }
lowCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Low CPU Threshold Reached"
::={ acosIpv6InIpv4FragS 39 }
cpuThresholdDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Drop"
::={ acosIpv6InIpv4FragS 40 }
ipdEntryDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DDoS Protection Drop"
::={ acosIpv6InIpv4FragS 41 }
maxPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Too Many Packets Per Reassembly Drop"
::={ acosIpv6InIpv4FragS 42 }
sessionPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Max Packets Exceeded"
::={ acosIpv6InIpv4FragS 43 }
fragSessionCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Session Count"
::={ acosIpv6InIpv4FragS 44 }
sctpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Received"
::={ acosIpv6InIpv4FragS 45 }
sctpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Dropped"
::={ acosIpv6InIpv4FragS 46 }
ipFragFirstGTPPacketTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First GTP Fragment Too Small Drop"
::={ acosIpv6InIpv4FragS 47 }
END

View File

@ -0,0 +1,462 @@
ACOS-IPV6-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosIpv6 MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Ipv6 OID for ACOS"
::= { acosRootStats 57 }
acosIpv6Frag OBJECT IDENTIFIER ::= { acosIpv6 4 }
acosIpv6FragS OBJECT IDENTIFIER ::= { acosIpv6Frag 1 }
ipv6FragSessionInserted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Inserted"
::={ acosIpv6FragS 1 }
ipv6FragSessionExpired OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Expired"
::={ acosIpv6FragS 2 }
ipv6FragIcmpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Received"
::={ acosIpv6FragS 3 }
ipv6FragIcmpv6Rcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Received"
::={ acosIpv6FragS 4 }
ipv6FragUdpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Received"
::={ acosIpv6FragS 5 }
ipv6FragTcpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Received"
::={ acosIpv6FragS 6 }
ipv6FragIpipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Received"
::={ acosIpv6FragS 7 }
ipv6FragIpv6ipRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Received"
::={ acosIpv6FragS 8 }
ipv6FragOtherRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Received"
::={ acosIpv6FragS 9 }
ipv6FragIcmpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMP Dropped"
::={ acosIpv6FragS 10 }
ipv6FragIcmpv6Dropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ICMPv6 Dropped"
::={ acosIpv6FragS 11 }
ipv6FragUdpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "UDP Dropped"
::={ acosIpv6FragS 12 }
ipv6FragTcpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TCP Dropped"
::={ acosIpv6FragS 13 }
ipv6FragIpipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP-in-IP Dropped"
::={ acosIpv6FragS 14 }
ipv6FragIpv6ipDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6-in-IP Dropped"
::={ acosIpv6FragS 15 }
ipv6FragOtherDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Other Dropped"
::={ acosIpv6FragS 16 }
ipv6FragOverlapError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Overlapping Fragment Dropped"
::={ acosIpv6FragS 17 }
ipv6FragBadIpLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad IP Length"
::={ acosIpv6FragS 18 }
ipv6FragTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Too Small Drop"
::={ acosIpv6FragS 19 }
ipv6FragFirstTcpTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First TCP Fragment Too Small Drop"
::={ acosIpv6FragS 20 }
ipv6FragFirstL4TooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First L4 Fragment Too Small Drop"
::={ acosIpv6FragS 21 }
ipv6FragTotalSessionsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Sessions Exceeded Drop"
::={ acosIpv6FragS 22 }
ipv6FragNoSessionMemory OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out of Session Memory"
::={ acosIpv6FragS 23 }
ipv6FragFastAgingSet OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Set"
::={ acosIpv6FragS 24 }
ipv6FragFastAgingUnset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Fast Aging Unset"
::={ acosIpv6FragS 25 }
ipv6FragFragmentQueueSuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Success"
::={ acosIpv6FragS 26 }
ipv6FragUnalignedLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Unaligned"
::={ acosIpv6FragS 27 }
ipv6FragExceededLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Payload Length Out of Bounds"
::={ acosIpv6FragS 28 }
ipv6FragDuplicateFirstFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate First Fragment"
::={ acosIpv6FragS 29 }
ipv6FragDuplicateLastFrag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Duplicate Last Fragment"
::={ acosIpv6FragS 30 }
ipv6FragTotalFragmentsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total Queued Fragments Exceeded"
::={ acosIpv6FragS 31 }
ipv6FragFragmentQueueFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Queue Failure"
::={ acosIpv6FragS 32 }
ipv6FragReassemblySuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Success"
::={ acosIpv6FragS 33 }
ipv6FragMaxLenExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Max Data Length Exceeded"
::={ acosIpv6FragS 34 }
ipv6FragReassemblyFailure OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Reassembly Failure"
::={ acosIpv6FragS 35 }
ipv6FragPolicyDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MTU Exceeded Policy Drop"
::={ acosIpv6FragS 36 }
ipv6FragErrorDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragment Processing Drop"
::={ acosIpv6FragS 37 }
highCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Threshold Reached"
::={ acosIpv6FragS 38 }
lowCpuThreshold OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Low CPU Threshold Reached"
::={ acosIpv6FragS 39 }
cpuThresholdDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High CPU Drop"
::={ acosIpv6FragS 40 }
ipdEntryDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DDoS Protection Drop"
::={ acosIpv6FragS 41 }
ipv6FragMaxPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Too Many Packets Per Reassembly Drop"
::={ acosIpv6FragS 42 }
ipv6FragSessionPacketsExceeded OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Session Max Packets Exceeded"
::={ acosIpv6FragS 43 }
fragSessionCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fragmentation Session Count"
::={ acosIpv6FragS 44 }
ipv6FragSctpRcv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Received"
::={ acosIpv6FragS 45 }
ipv6FragSctpDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Dropped"
::={ acosIpv6FragS 46 }
ipFragFirstGTPPacketTooSmall OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "First GTP Fragment Too Small Drop"
::={ acosIpv6FragS 47 }
acosIpv6Nat OBJECT IDENTIFIER ::= { acosIpv6 9 }
acosIpv6NatPool OBJECT IDENTIFIER ::= { acosIpv6Nat 1 }
acosIpv6NatPoolS OBJECT IDENTIFIER ::= { acosIpv6NatPool 1 }
ipv6NatPoolSTable OBJECT-TYPE
SYNTAX SEQUENCE OF Ipv6NatPoolSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosIpv6NatPoolS 1 }
ipv6NatPoolSEntry OBJECT-TYPE
SYNTAX Ipv6NatPoolSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
poolName
}
::={ ipv6NatPoolSTable 1 }
Ipv6NatPoolSEntry ::=
SEQUENCE {
poolName DisplayString,
portUsage CounterBasedGauge64,
totalUsed CounterBasedGauge64,
totalFreed CounterBasedGauge64,
failed CounterBasedGauge64
}
poolName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify pool name"
::={ ipv6NatPoolSEntry 1 }
portUsage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipv6NatPoolSEntry 2 }
totalUsed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipv6NatPoolSEntry 3 }
totalFreed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipv6NatPoolSEntry 4 }
failed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ ipv6NatPoolSEntry 5 }
acosIpv6NatPoolGroup OBJECT IDENTIFIER ::= { acosIpv6Nat 2 }
acosIpv6NatPoolGroupS OBJECT IDENTIFIER ::= { acosIpv6NatPoolGroup 1 }
ipv6NatPoolGroupSTable OBJECT-TYPE
SYNTAX SEQUENCE OF Ipv6NatPoolGroupSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosIpv6NatPoolGroupS 1 }
ipv6NatPoolGroupSEntry OBJECT-TYPE
SYNTAX Ipv6NatPoolGroupSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
poolGroupName
}
::={ ipv6NatPoolGroupSTable 1 }
Ipv6NatPoolGroupSEntry ::=
SEQUENCE {
poolGroupName DisplayString,
Failed CounterBasedGauge64
}
poolGroupName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specify pool group name"
::={ ipv6NatPoolGroupSEntry 1 }
Failed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some-help-string"
::={ ipv6NatPoolGroupSEntry 2 }
END

View File

@ -0,0 +1,246 @@
ACOS-LOGGING-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosLogging MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Logging OID for ACOS"
::= { acosRootStats 117 }
acosLoggingLocalLog OBJECT IDENTIFIER ::= { acosLogging 15 }
acosLoggingLocalLogGlobal OBJECT IDENTIFIER ::= { acosLoggingLocalLog 5 }
acosLoggingLocalLogGlobalS OBJECT IDENTIFIER ::= { acosLoggingLocalLogGlobal 1 }
enqueue OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log enqueue"
::={ acosLoggingLocalLogGlobalS 1 }
enqueueFull OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log queue full"
::={ acosLoggingLocalLogGlobalS 2 }
enqueueError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log enqueue error"
::={ acosLoggingLocalLogGlobalS 3 }
dequeue OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log dequeue"
::={ acosLoggingLocalLogGlobalS 4 }
dequeueError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log dequeue processing error"
::={ acosLoggingLocalLogGlobalS 5 }
rawLog OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log raw logs"
::={ acosLoggingLocalLogGlobalS 6 }
rawLogError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total raw log logging error"
::={ acosLoggingLocalLogGlobalS 7 }
logSummarized OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total raw log summarized"
::={ acosLoggingLocalLogGlobalS 8 }
l1LogSummarized OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total layer 1 log summarized"
::={ acosLoggingLocalLogGlobalS 9 }
l2LogSummarized OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total layer 2 log summarized"
::={ acosLoggingLocalLogGlobalS 10 }
logSummarizedError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log summarization error"
::={ acosLoggingLocalLogGlobalS 11 }
aamDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log AAM raw database"
::={ acosLoggingLocalLogGlobalS 12 }
epDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP raw database"
::={ acosLoggingLocalLogGlobalS 13 }
fwDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall raw database"
::={ acosLoggingLocalLogGlobalS 15 }
aamTopUserDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log AAM top user summary database"
::={ acosLoggingLocalLogGlobalS 16 }
epTopUserDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top user summary database"
::={ acosLoggingLocalLogGlobalS 17 }
epTopSrcDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top client summary database"
::={ acosLoggingLocalLogGlobalS 18 }
epTopDstDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top destination summary database"
::={ acosLoggingLocalLogGlobalS 19 }
epTopDomainDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top domain summary database"
::={ acosLoggingLocalLogGlobalS 20 }
epTopWebCategoryDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top web-category summary database"
::={ acosLoggingLocalLogGlobalS 21 }
epTopHostDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log EP top host summary database"
::={ acosLoggingLocalLogGlobalS 22 }
fwTopAppDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top application summary database"
::={ acosLoggingLocalLogGlobalS 28 }
fwTopSrcDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top source summary database"
::={ acosLoggingLocalLogGlobalS 29 }
fwTopAppSrcDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top application and source summary database"
::={ acosLoggingLocalLogGlobalS 30 }
fwTopCategoryDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top category summary database"
::={ acosLoggingLocalLogGlobalS 31 }
dbErro OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log database create error"
::={ acosLoggingLocalLogGlobalS 32 }
query OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log axapi query"
::={ acosLoggingLocalLogGlobalS 33 }
response OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log axapi response"
::={ acosLoggingLocalLogGlobalS 34 }
queryError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log axapi query error"
::={ acosLoggingLocalLogGlobalS 35 }
fwTopThrDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top threat summary database"
::={ acosLoggingLocalLogGlobalS 36 }
fwTopThrSrcDb OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total local-log Firewall top threat and source summary database"
::={ acosLoggingLocalLogGlobalS 37 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,238 @@
ACOS-NETWORK-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosNetwork MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Network OID for ACOS"
::= { acosRootStats 56 }
acosNetworkVlan OBJECT IDENTIFIER ::= { acosNetwork 4 }
acosNetworkVlanS OBJECT IDENTIFIER ::= { acosNetworkVlan 1 }
networkVlanSTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkVlanSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosNetworkVlanS 1 }
networkVlanSEntry OBJECT-TYPE
SYNTAX NetworkVlanSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
vlanNum
}
::={ networkVlanSTable 1 }
NetworkVlanSEntry ::=
SEQUENCE {
vlanNum INTEGER,
broadcastCount CounterBasedGauge64,
multicastCount CounterBasedGauge64,
ipMulticastCount CounterBasedGauge64,
unknownUnicastCount CounterBasedGauge64,
macMovementCount CounterBasedGauge64,
sharedVlanPartitionSwitchedCounter CounterBasedGauge64
}
vlanNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VLAN number"
::={ networkVlanSEntry 1 }
broadcastCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Broadcast counter"
::={ networkVlanSEntry 2 }
multicastCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Multicast counter"
::={ networkVlanSEntry 3 }
ipMulticastCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP Multicast counter"
::={ networkVlanSEntry 4 }
unknownUnicastCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unknown Unicast counter"
::={ networkVlanSEntry 5 }
macMovementCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Mac Movement counter"
::={ networkVlanSEntry 6 }
sharedVlanPartitionSwitchedCounter OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SVLAN Partition switched counter"
::={ networkVlanSEntry 7 }
acosNetworkVlanGlobal OBJECT IDENTIFIER ::= { acosNetwork 9 }
acosNetworkVlanGlobalS OBJECT IDENTIFIER ::= { acosNetworkVlanGlobal 1 }
xparentVlanListErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transparent Mode VLAN List Errors"
::={ acosNetworkVlanGlobalS 1 }
acosNetworkVirtualWireGlobal OBJECT IDENTIFIER ::= { acosNetwork 24 }
acosNetworkVirtualWireGlobalS OBJECT IDENTIFIER ::= { acosNetworkVirtualWireGlobal 1 }
vlanUpdate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VLAN update"
::={ acosNetworkVirtualWireGlobalS 1 }
macUpdate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MAC update"
::={ acosNetworkVirtualWireGlobalS 2 }
acosNetworkTwamp OBJECT IDENTIFIER ::= { acosNetwork 20 }
acosNetworkTwampResponder OBJECT IDENTIFIER ::= { acosNetworkTwamp 1 }
acosNetworkTwampResponderIp OBJECT IDENTIFIER ::= { acosNetworkTwampResponder 2 }
acosNetworkTwampResponderIpS OBJECT IDENTIFIER ::= { acosNetworkTwampResponderIp 1 }
rxPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IP TWAMP test packets"
::={ acosNetworkTwampResponderIpS 1 }
txPkts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tx IP TWAMP test packets"
::={ acosNetworkTwampResponderIpS 2 }
rxDropNotEnabledV4 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IP disabled drop"
::={ acosNetworkTwampResponderIpS 3 }
rxAclDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IP client-list drop"
::={ acosNetworkTwampResponderIpS 4 }
twampHdrLenErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx TWAMP hdr length error drop"
::={ acosNetworkTwampResponderIpS 5 }
noRouteErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tx IP no route error drop"
::={ acosNetworkTwampResponderIpS 6 }
otherErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP other error drop"
::={ acosNetworkTwampResponderIpS 7 }
acosNetworkTwampResponderIpv6 OBJECT IDENTIFIER ::= { acosNetworkTwampResponder 3 }
acosNetworkTwampResponderIpv6S OBJECT IDENTIFIER ::= { acosNetworkTwampResponderIpv6 1 }
rxPktsV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IPv6 TWAMP test packets"
::={ acosNetworkTwampResponderIpv6S 8 }
txPktsV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tx IPv6 TWAMP test packets"
::={ acosNetworkTwampResponderIpv6S 9 }
rxDropNotEnabledV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IPv6 disabled drop"
::={ acosNetworkTwampResponderIpv6S 10 }
rxAclDropV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IPv6 client-list drop"
::={ acosNetworkTwampResponderIpv6S 11 }
twampHdrLenErrV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rx IPv6 TWAMP hdr length error drop"
::={ acosNetworkTwampResponderIpv6S 12 }
noRouteErrV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tx IPv6 no route error drop"
::={ acosNetworkTwampResponderIpv6S 13 }
otherErrV6 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IPv6 Other error drop"
::={ acosNetworkTwampResponderIpv6S 14 }
END

View File

@ -0,0 +1,353 @@
ACOS-OVERLAY-TUNNEL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosOverlayTunnel MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "OverlayTunnel OID for ACOS"
::= { acosRootStats 128 }
acosOverlayTunnelVtep OBJECT IDENTIFIER ::= { acosOverlayTunnel 2 }
acosOverlayTunnelVtepS OBJECT IDENTIFIER ::= { acosOverlayTunnelVtep 1 }
overlayTunnelVtepSTable OBJECT-TYPE
SYNTAX SEQUENCE OF OverlayTunnelVtepSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosOverlayTunnelVtepS 1 }
overlayTunnelVtepSEntry OBJECT-TYPE
SYNTAX OverlayTunnelVtepSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
id
}
::={ overlayTunnelVtepSTable 1 }
OverlayTunnelVtepSEntry ::=
SEQUENCE {
id INTEGER,
cfgErrCount CounterBasedGauge64,
floodedPktCount CounterBasedGauge64,
encapUnresolvedCount CounterBasedGauge64,
unknownEncapRxPkt CounterBasedGauge64,
unknownEncapTxPkt CounterBasedGauge64,
arpReqSent CounterBasedGauge64,
vtepHostLearned CounterBasedGauge64,
vtepHostLearnError CounterBasedGauge64,
invalidLifRx CounterBasedGauge64,
invalidLifTx CounterBasedGauge64,
unknownVtepTx CounterBasedGauge64,
unknownVtepRx CounterBasedGauge64,
unhandledPktRx CounterBasedGauge64,
unhandledPktTx CounterBasedGauge64,
totalPktsRx CounterBasedGauge64,
totalBytesRx CounterBasedGauge64,
unicastPktRx CounterBasedGauge64,
bcastPktRx CounterBasedGauge64,
mcastPktRx CounterBasedGauge64,
droppedPktRx CounterBasedGauge64,
encapMissPktsRx CounterBasedGauge64,
badChksumPksRx CounterBasedGauge64,
requeuePktsIn CounterBasedGauge64,
pktsOut CounterBasedGauge64,
totalBytesTx CounterBasedGauge64,
unicastPktTx CounterBasedGauge64,
bcastPktTx CounterBasedGauge64,
mcastPktTx CounterBasedGauge64,
droppedPktsTx CounterBasedGauge64,
largePktsRx CounterBasedGauge64,
dot1qPktsRx CounterBasedGauge64,
fragPktsTx CounterBasedGauge64,
reassembledPktsRx CounterBasedGauge64,
badInnerIpv4LenRx CounterBasedGauge64,
badInnerIpv6LenRx CounterBasedGauge64,
fragDropPktsTx CounterBasedGauge64,
lifUnInitRx CounterBasedGauge64
}
id OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "VTEP Identifier"
::={ overlayTunnelVtepSEntry 1 }
cfgErrCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Config errors"
::={ overlayTunnelVtepSEntry 2 }
floodedPktCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Flooded packet count"
::={ overlayTunnelVtepSEntry 3 }
encapUnresolvedCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Encap unresolved failures"
::={ overlayTunnelVtepSEntry 4 }
unknownEncapRxPkt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Encap miss rx pkts"
::={ overlayTunnelVtepSEntry 5 }
unknownEncapTxPkt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Encap miss tx pkts"
::={ overlayTunnelVtepSEntry 6 }
arpReqSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Arp request sent"
::={ overlayTunnelVtepSEntry 7 }
vtepHostLearned OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hosts learned"
::={ overlayTunnelVtepSEntry 8 }
vtepHostLearnError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Host learn error"
::={ overlayTunnelVtepSEntry 9 }
invalidLifRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Lif pkts in"
::={ overlayTunnelVtepSEntry 10 }
invalidLifTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Lif pkts out"
::={ overlayTunnelVtepSEntry 11 }
unknownVtepTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Vtep unknown tx"
::={ overlayTunnelVtepSEntry 12 }
unknownVtepRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Vtep Unkown rx"
::={ overlayTunnelVtepSEntry 13 }
unhandledPktRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unhandled packets in"
::={ overlayTunnelVtepSEntry 14 }
unhandledPktTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unhandled packets out"
::={ overlayTunnelVtepSEntry 15 }
totalPktsRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total packets out"
::={ overlayTunnelVtepSEntry 16 }
totalBytesRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total packet bytes in"
::={ overlayTunnelVtepSEntry 17 }
unicastPktRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total unicast packets in"
::={ overlayTunnelVtepSEntry 18 }
bcastPktRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total broadcast packets in"
::={ overlayTunnelVtepSEntry 19 }
mcastPktRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total multicast packets in"
::={ overlayTunnelVtepSEntry 20 }
droppedPktRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Dropped received packets"
::={ overlayTunnelVtepSEntry 21 }
encapMissPktsRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Encap missed in received packets"
::={ overlayTunnelVtepSEntry 22 }
badChksumPksRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad checksum in received packets"
::={ overlayTunnelVtepSEntry 23 }
requeuePktsIn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Requeued packets in"
::={ overlayTunnelVtepSEntry 24 }
pktsOut OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packets out"
::={ overlayTunnelVtepSEntry 25 }
totalBytesTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet bytes out"
::={ overlayTunnelVtepSEntry 26 }
unicastPktTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unicast packets out"
::={ overlayTunnelVtepSEntry 27 }
bcastPktTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Broadcast packets out"
::={ overlayTunnelVtepSEntry 28 }
mcastPktTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Multicast packets out"
::={ overlayTunnelVtepSEntry 29 }
droppedPktsTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Dropped packets out"
::={ overlayTunnelVtepSEntry 30 }
largePktsRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Too large packets in"
::={ overlayTunnelVtepSEntry 31 }
dot1qPktsRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Dot1q packets in"
::={ overlayTunnelVtepSEntry 32 }
fragPktsTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Frag packets out"
::={ overlayTunnelVtepSEntry 33 }
reassembledPktsRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Reassembled packets in"
::={ overlayTunnelVtepSEntry 34 }
badInnerIpv4LenRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "bad inner ipv4 packet len"
::={ overlayTunnelVtepSEntry 35 }
badInnerIpv6LenRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad inner ipv6 packet len"
::={ overlayTunnelVtepSEntry 36 }
fragDropPktsTx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Frag dropped packets out"
::={ overlayTunnelVtepSEntry 37 }
lifUnInitRx OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Lif uninitialized packets in"
::={ overlayTunnelVtepSEntry 38 }
END

View File

@ -0,0 +1,65 @@
ACOS-PARTITION-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosPartition MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Partition OID for ACOS"
::= { acosRootStats 6 }
acosPartition OBJECT IDENTIFIER ::= { acosRootStats 6 }
acosPartitionS OBJECT IDENTIFIER ::= { acosPartition 1 }
partitionSTable OBJECT-TYPE
SYNTAX SEQUENCE OF PartitionSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosPartitionS 1 }
partitionSEntry OBJECT-TYPE
SYNTAX PartitionSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
partitionName
}
::={ partitionSTable 1 }
PartitionSEntry ::=
SEQUENCE {
partitionName DisplayString,
countersCreated CounterBasedGauge64
}
partitionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Object partition name"
::={ partitionSEntry 1 }
countersCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dummy counter for infra"
::={ partitionSEntry 2 }
END

View File

@ -0,0 +1,89 @@
ACOS-RULE-SET-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosRuleSet MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "RuleSet OID for ACOS"
::= { acosRootStats 138 }
acosRuleSet OBJECT IDENTIFIER ::= { acosRootStats 138 }
acosRuleSetS OBJECT IDENTIFIER ::= { acosRuleSet 1 }
ruleSetSTable OBJECT-TYPE
SYNTAX SEQUENCE OF RuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosRuleSetS 1 }
ruleSetSEntry OBJECT-TYPE
SYNTAX RuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ ruleSetSTable 1 }
RuleSetSEntry ::=
SEQUENCE {
name DisplayString,
unmatchedDrops CounterBasedGauge64,
permit CounterBasedGauge64,
deny CounterBasedGauge64,
reset CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rule set name"
::={ ruleSetSEntry 1 }
unmatchedDrops OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unmatched drops counter"
::={ ruleSetSEntry 2 }
permit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Permitted counter"
::={ ruleSetSEntry 3 }
deny OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Denied counter"
::={ ruleSetSEntry 4 }
reset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Reset counter"
::={ ruleSetSEntry 5 }
END

View File

@ -0,0 +1,490 @@
ACOS-SCTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSctp MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Sctp OID for ACOS"
::= { acosRootStats 168 }
acosSctpGlobal OBJECT IDENTIFIER ::= { acosSctp 1 }
acosSctpGlobalS OBJECT IDENTIFIER ::= { acosSctpGlobal 1 }
sctpStaticNatSessionCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Static NAT Session Created"
::={ acosSctpGlobalS 1 }
sctpStaticNatSessionDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Static NAT Session Deleted"
::={ acosSctpGlobalS 2 }
sctpFirewallSessionCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Firewall Session Created"
::={ acosSctpGlobalS 3 }
sctpFwSessionDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Firewall Session Deleted"
::={ acosSctpGlobalS 4 }
pktErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet Error Drop"
::={ acosSctpGlobalS 5 }
badCsum OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Checksum"
::={ acosSctpGlobalS 6 }
badPayloadDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Payload Drop"
::={ acosSctpGlobalS 7 }
badAlignmentDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Alignment Drop"
::={ acosSctpGlobalS 8 }
oosPktDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out-of-state Packet Drop"
::={ acosSctpGlobalS 9 }
maxMultiHomeDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum Multi-homing IP Addresses Drop"
::={ acosSctpGlobalS 10 }
multiHomeRemoveIpSkip OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Multi-homing Remove IP Parameter Skip"
::={ acosSctpGlobalS 11 }
multiHomeAddrNotFoundDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Multi-homing IP Address Not Found Drop"
::={ acosSctpGlobalS 12 }
staticNatCfgNotFound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static NAT Config Not Found Drop"
::={ acosSctpGlobalS 13 }
cfgErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Configuration Error Drop"
::={ acosSctpGlobalS 14 }
vrrpStandbyDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "NAT Resource VRRP-A Standby Drop"
::={ acosSctpGlobalS 15 }
invalidFragChunkDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Fragmented Chunks Drop"
::={ acosSctpGlobalS 16 }
disallowedChunkFiltered OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Disallowed Chunk Filtered"
::={ acosSctpGlobalS 17 }
disallowedPktDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Disallowed Packet Drop"
::={ acosSctpGlobalS 18 }
rateLimitDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop"
::={ acosSctpGlobalS 19 }
sbySessionCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Standby Session Created"
::={ acosSctpGlobalS 20 }
sbySessionCreateFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Standby Session Create Failed"
::={ acosSctpGlobalS 21 }
sbySessionUpdated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Standby Session Updated"
::={ acosSctpGlobalS 22 }
sbySessionUpdateFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Standby Session Update Failed"
::={ acosSctpGlobalS 23 }
sbyStaticNatCfgNotFound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Static NAT Config Not Found on Standby"
::={ acosSctpGlobalS 24 }
sctpOutOfSystemMemory OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Out of System Memory"
::={ acosSctpGlobalS 25 }
connExtSizeMax OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Max Conn Extension Size"
::={ acosSctpGlobalS 26 }
badCsumShadow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Checksum Shadow"
::={ acosSctpGlobalS 27 }
badPayloadDropShadow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Packet Payload Drop Shadow"
::={ acosSctpGlobalS 28 }
badAlignmentDropShadow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bad Packet Alignment Drop Shadow"
::={ acosSctpGlobalS 29 }
sctpChunkTypeInit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT"
::={ acosSctpGlobalS 30 }
sctpChunkTypeInitAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT-ACK"
::={ acosSctpGlobalS 31 }
sctpChunkTypeCookieEcho OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type COOKIE-ECHO"
::={ acosSctpGlobalS 32 }
sctpChunkTypeCookieAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type COOKIE-ACK"
::={ acosSctpGlobalS 33 }
sctpChunkTypeSack OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type SACK"
::={ acosSctpGlobalS 34 }
sctpChunkTypeAsconf OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type ASCONF"
::={ acosSctpGlobalS 35 }
sctpChunkTypeAsconfAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type ASCONF-ACK"
::={ acosSctpGlobalS 36 }
sctpChunkTypeData OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type DATA"
::={ acosSctpGlobalS 37 }
sctpChunkTypeAbort OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type ABORT"
::={ acosSctpGlobalS 38 }
sctpChunkTypeShutdown OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type SHUTDOWN"
::={ acosSctpGlobalS 39 }
sctpChunkTypeShutdownAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type SHUTDOWN-ACK"
::={ acosSctpGlobalS 40 }
sctpChunkTypeShutdownComplete OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type SHUTDOWN-COMPLETE"
::={ acosSctpGlobalS 41 }
sctpChunkTypeErrorOp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type ERROR-OP"
::={ acosSctpGlobalS 42 }
sctpChunkTypeHeartbeat OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type HEARTBEAT"
::={ acosSctpGlobalS 43 }
sctpChunkTypeHeartbeatAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type HEARTBEAT-ACK"
::={ acosSctpGlobalS 44 }
sctpChunkTypeOther OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type OTHER"
::={ acosSctpGlobalS 45 }
sctpHeartbeatNoTuple OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP HEARTBEAT/ACK no tuple found"
::={ acosSctpGlobalS 46 }
sctpDataNoTuple OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP DATA chunk no tuple found"
::={ acosSctpGlobalS 47 }
sctpDataNoExtMatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP DATA no extended match found"
::={ acosSctpGlobalS 48 }
sctpChunkTypeInitDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT drop"
::={ acosSctpGlobalS 49 }
sctpChunkTypeInitAckDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT-ACK drop"
::={ acosSctpGlobalS 50 }
sctpChunkTypeShutdownCompleteDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type SHUTDOWN-COMPLETE drop"
::={ acosSctpGlobalS 51 }
sctpChunkTypeAbortDataDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type with ABORT and DATA drop"
::={ acosSctpGlobalS 52 }
sctpChunkHeartBeatClubbed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP HEARTBEAT chunk with other chunk"
::={ acosSctpGlobalS 53 }
sctpRetxInitAckDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT_ACK with retx mismatched vtag drop"
::={ acosSctpGlobalS 54 }
sctpRouteErrHeartbeatDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP HEARTBEAT ROUTE lookup failed drop"
::={ acosSctpGlobalS 55 }
sctpRerouteFailover OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP REROUTE lookup for chunks other than HEARTBEAT"
::={ acosSctpGlobalS 56 }
sctpRouteErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP ROUTE lookup failed for chunks other than HEARTBEAT drop"
::={ acosSctpGlobalS 57 }
sctpNoExtMatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP no extended match found"
::={ acosSctpGlobalS 58 }
sctpRetxInitAck OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Chunk Type INIT_ACK retransmitted"
::={ acosSctpGlobalS 59 }
sctpRetxInitDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Retransmitted INIT drop"
::={ acosSctpGlobalS 60 }
sctpRetxInit OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP Retransmitted INIT"
::={ acosSctpGlobalS 61 }
sctpAsconfProcessDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP ASCONF process drop"
::={ acosSctpGlobalS 62 }
sctpInitVtagZeroDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SCTP INIT VTAG ZERO drop"
::={ acosSctpGlobalS 63 }
pktLenErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Packet Length Drop"
::={ acosSctpGlobalS 64 }
pktChunkLenErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Chunk Length Drop"
::={ acosSctpGlobalS 65 }
pktAsconfParamLenErrDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Invalid Parameter Length Drop"
::={ acosSctpGlobalS 66 }
END

View File

@ -0,0 +1,49 @@
ACOS-SFLOW-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSflow MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Sflow OID for ACOS"
::= { acosRootStats 125 }
acosSflowGlobal OBJECT IDENTIFIER ::= { acosSflow 7 }
acosSflowGlobalS OBJECT IDENTIFIER ::= { acosSflowGlobal 1 }
totalPacketSampleRecords OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total packet sample records"
::={ acosSflowGlobalS 1 }
totalCounterSampleRecords OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total counter sample records"
::={ acosSflowGlobalS 2 }
totalSflowPacketsSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total sflow packets sent"
::={ acosSflowGlobalS 3 }
END

2206
mibs/a10/ACOS-SLB-OPER-MIB Normal file

File diff suppressed because it is too large Load Diff

20360
mibs/a10/ACOS-SLB-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,287 @@
ACOS-SO-COUNTERS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSoCounters MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "SoCounters OID for ACOS"
::= { acosRootStats 143 }
acosSoCounters OBJECT IDENTIFIER ::= { acosRootStats 143 }
acosSoCountersS OBJECT IDENTIFIER ::= { acosSoCounters 1 }
soPktsRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total data packets received"
::={ acosSoCountersS 1 }
soRedirectPktsSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total packets redirected out of node"
::={ acosSoCountersS 2 }
soPktsDropped OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total packets dropped"
::={ acosSoCountersS 3 }
soRedirectedPktsRcvd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total redirected packets received on node"
::={ acosSoCountersS 4 }
soFwShadowSessionCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW Shadow Session created"
::={ acosSoCountersS 5 }
soPktsTrafficMapNotFoundDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Traffic MAP Not Found Drop"
::={ acosSoCountersS 6 }
soSlbPktsRedirectConnAgedOut OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total SLB redirect conns aged out"
::={ acosSoCountersS 7 }
soPktsScaleoutNotActiveDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Scaleout Not Active Drop"
::={ acosSoCountersS 8 }
soPktsSlbNatReserveFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total SLB NAT reserve failures"
::={ acosSoCountersS 9 }
soPktsSlbNatReleaseFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total SLB NAT release failures"
::={ acosSoCountersS 10 }
soPktsDestMacMismatchDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Destination MAC Mistmatch Drop"
::={ acosSoCountersS 11 }
soPktsL2redirectDestMacZeroDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Destination MAC Address zero Drop"
::={ acosSoCountersS 12 }
soPktsL2redirectInterfaceNotUp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L2redirect Intf is not UP"
::={ acosSoCountersS 13 }
soPktsL2redirectInvalidRedirectInfoError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Redirect Table Error due to invalid redirect info"
::={ acosSoCountersS 14 }
soPktsL3RedirectEncapErrorDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect encap error drop during transmission"
::={ acosSoCountersS 15 }
soPktsL3RedirectInnerMacZeroDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect inner mac zero drop during transmission"
::={ acosSoCountersS 16 }
soPktsL3RedirectDecapVlanSanityDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect Decap VLAN Sanity Drop during receipt"
::={ acosSoCountersS 17 }
soPktsL3RedirectDecapNonIpv4VxlanDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect received non ipv4 VXLAN packet"
::={ acosSoCountersS 18 }
soPktsL3RedirectDecapRxEncapParamsDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect decap Rx encap params error Drop"
::={ acosSoCountersS 19 }
soPktsL3RedirectTableError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect Table error Drop"
::={ acosSoCountersS 20 }
soPktsL3RedirectRcvdInL2ModeDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Recevied l3 redirect packets in L2 mode Drop"
::={ acosSoCountersS 21 }
soPktsL3RedirectFragmentationError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 redirect encap Fragmentation error"
::={ acosSoCountersS 22 }
soPktsL3RedirectTableNoEntryFound OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 redirect Table no redirect entry found error"
::={ acosSoCountersS 23 }
soPktsL3RedirectInvalidDevDir OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect Invalid Device direction during transmission"
::={ acosSoCountersS 24 }
soPktsL3RedirectChassisDestMacError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect RX multi-slot Destination MAC Error"
::={ acosSoCountersS 25 }
soPktsL3RedirectEncapIpv4JumboFragDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect ipv4 packet after encap more than max jumbo size"
::={ acosSoCountersS 26 }
soPktsL3RedirectEncapIpv6JumboFragDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L3 Redirect tx ipv6 packet after encap more than max jumbo size"
::={ acosSoCountersS 27 }
soPktsL3RedirectTooLargePktsInDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Received L3 Redirected fragmented packets too large"
::={ acosSoCountersS 28 }
soSyncFwShadowSessionCreate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Sent Sync message for FW Shadow session creation"
::={ acosSoCountersS 29 }
soSyncFwShadowSessionDelete OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Sent Sync message for FW Shadow session deletion"
::={ acosSoCountersS 30 }
soSyncFwShadowExt OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Sync FW Shadow extension creation/updation"
::={ acosSoCountersS 31 }
soSyncShadowStatsToActive OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Sync Shadow session stats from shadow to active"
::={ acosSoCountersS 32 }
soFwInternalRuleCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "FW internal rule count"
::={ acosSoCountersS 33 }
soHcRegistrationDone OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Scaleout stats block registered with HC"
::={ acosSoCountersS 34 }
soHcDeregistrationDone OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Scaleout stats block de-registered with HC"
::={ acosSoCountersS 35 }
soPktsL2redirectVlanRetrievalError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L2 redirect pkt vlan not retrieved"
::={ acosSoCountersS 36 }
soPktsL2redirectPortRetrievalError OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "L2 redirect pkt port not retrieved"
::={ acosSoCountersS 37 }
END

View File

@ -0,0 +1,456 @@
ACOS-SYSTEM-CPU-OPER-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootOper
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSystemCpu MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "SystemCpu OID for ACOS"
::= { acosRootOper 40 }
acosSystemCpuVserverDataCpu OBJECT IDENTIFIER ::= { acosSystemCpu 4 }
systemCpuVserverDataCpuVserverCpuUsageTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemCpuVserverDataCpuVserverCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosSystemCpuVserverDataCpu 1 }
systemCpuVserverDataCpuVserverCpuUsageEntry OBJECT-TYPE
SYNTAX SystemCpuVserverDataCpuVserverCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
vserverName,
cpuId
}
::={ systemCpuVserverDataCpuVserverCpuUsageTable 1 }
SystemCpuVserverDataCpuVserverCpuUsageEntry ::=
SEQUENCE {
vserverName DisplayString,
cpuId INTEGER,
dcpuStr DisplayString,
oneSec CounterBasedGauge64,
fiveSec CounterBasedGauge64,
tenSec CounterBasedGauge64,
thirtySec CounterBasedGauge64,
sixtySec CounterBasedGauge64
}
vserverName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 1 }
cpuId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 2 }
dcpuStr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 3 }
oneSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 4 }
fiveSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 5 }
tenSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 6 }
thirtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 7 }
sixtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVserverDataCpuVserverCpuUsageEntry 8 }
acosSystemCpuVportDataCpu OBJECT IDENTIFIER ::= { acosSystemCpu 5 }
systemCpuVportDataCpuVportCpuUsageTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemCpuVportDataCpuVportCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosSystemCpuVportDataCpu 1 }
systemCpuVportDataCpuVportCpuUsageEntry OBJECT-TYPE
SYNTAX SystemCpuVportDataCpuVportCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
vserverName,
portNumber,
protocol,
cpuId
}
::={ systemCpuVportDataCpuVportCpuUsageTable 1 }
SystemCpuVportDataCpuVportCpuUsageEntry ::=
SEQUENCE {
vserverName DisplayString,
portNumber INTEGER,
protocol DisplayString,
cpuId INTEGER,
vportType DisplayString,
dcpuStr DisplayString,
oneSec CounterBasedGauge64,
fiveSec CounterBasedGauge64,
tenSec CounterBasedGauge64,
thirtySec CounterBasedGauge64,
sixtySec CounterBasedGauge64
}
vserverName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 1 }
portNumber OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 2 }
protocol OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 3 }
cpuId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 4 }
vportType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 5 }
dcpuStr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 6 }
oneSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 7 }
fiveSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 8 }
tenSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 9 }
thirtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 10 }
sixtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuVportDataCpuVportCpuUsageEntry 11 }
acosSystemCpuDataCpu OBJECT IDENTIFIER ::= { acosSystemCpu 1 }
systemCpuDataCpuCpuUsageTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemCpuDataCpuCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosSystemCpuDataCpu 1 }
systemCpuDataCpuCpuUsageEntry OBJECT-TYPE
SYNTAX SystemCpuDataCpuCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
cpuId
}
::={ systemCpuDataCpuCpuUsageTable 1 }
SystemCpuDataCpuCpuUsageEntry ::=
SEQUENCE {
cpuId INTEGER,
oneSec CounterBasedGauge64,
fiveSec CounterBasedGauge64,
tenSec CounterBasedGauge64,
thirtySec CounterBasedGauge64,
sixtySec CounterBasedGauge64,
dcpuStr DisplayString
}
cpuId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 1 }
oneSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 2 }
fiveSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 3 }
tenSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 4 }
thirtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 5 }
sixtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 6 }
dcpuStr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuCpuUsageEntry 7 }
acosSystemCpuCtrlCpu OBJECT IDENTIFIER ::= { acosSystemCpu 2 }
systemCpuCtrlCpuCpuUsageTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemCpuCtrlCpuCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosSystemCpuCtrlCpu 1 }
systemCpuCtrlCpuCpuUsageEntry OBJECT-TYPE
SYNTAX SystemCpuCtrlCpuCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
crtlCpuId
}
::={ systemCpuCtrlCpuCpuUsageTable 1 }
SystemCpuCtrlCpuCpuUsageEntry ::=
SEQUENCE {
crtlCpuId INTEGER,
crtlOneSec CounterBasedGauge64,
crtlFiveSec CounterBasedGauge64,
crtlTenSec CounterBasedGauge64,
crtlThirtySec CounterBasedGauge64,
crtlSixtySec CounterBasedGauge64
}
crtlCpuId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 1 }
crtlOneSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 2 }
crtlFiveSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 3 }
crtlTenSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 4 }
crtlThirtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 5 }
crtlSixtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuCtrlCpuCpuUsageEntry 6 }
acosSystemCpuDataCpuOverall OBJECT IDENTIFIER ::= { acosSystemCpu 3 }
systemCpuDataCpuOverallCpuUsageTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemCpuDataCpuOverallCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosSystemCpuDataCpuOverall 1 }
systemCpuDataCpuOverallCpuUsageEntry OBJECT-TYPE
SYNTAX SystemCpuDataCpuOverallCpuUsageEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
allCpuId
}
::={ systemCpuDataCpuOverallCpuUsageTable 1 }
SystemCpuDataCpuOverallCpuUsageEntry ::=
SEQUENCE {
allCpuId INTEGER,
allOneSec CounterBasedGauge64,
allFiveSec CounterBasedGauge64,
allTenSec CounterBasedGauge64,
allThirtySec CounterBasedGauge64,
allSixtySec CounterBasedGauge64,
allDcpuStr DisplayString
}
allCpuId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 1 }
allOneSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 2 }
allFiveSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 3 }
allTenSec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 4 }
allThirtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 5 }
allSixtySec OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 6 }
allDcpuStr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ systemCpuDataCpuOverallCpuUsageEntry 7 }
END

View File

@ -0,0 +1,86 @@
ACOS-SYSTEM-OPER-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootOper
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSystem MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "System OID for ACOS"
::= { acosRootOper 39 }
acosSystem OBJECT IDENTIFIER ::= { acosRootOper 39 }
acosSystemMemory OBJECT IDENTIFIER ::= { acosSystem 22 }
Total OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemMemory 1 }
acosSystemHardware OBJECT IDENTIFIER ::= { acosSystem 32 }
platformDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 1 }
serial OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 2 }
cpu OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 3 }
cpuCores OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 4 }
cpuStepping OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 5 }
storage OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 6 }
memory OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::={ acosSystemHardware 7 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,35 @@
ACOS-SYSTEM-VIEW-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosSystemView MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "SystemView OID for ACOS"
::= { acosRootStats 38 }
acosSystemViewMemoryView OBJECT IDENTIFIER ::= { acosSystemView 1 }
acosSystemViewMemoryViewS OBJECT IDENTIFIER ::= { acosSystemViewMemoryView 1 }
usagePercentage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Usage percentage"
::={ acosSystemViewMemoryViewS 1 }
END

View File

@ -0,0 +1,969 @@
ACOS-TEMPLATE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosTemplate MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "Template OID for ACOS"
::= { acosRootStats 160 }
acosTemplateGtpPolicy OBJECT IDENTIFIER ::= { acosTemplate 6 }
acosTemplateGtpPolicyS OBJECT IDENTIFIER ::= { acosTemplateGtpPolicy 1 }
templateGtpPolicySTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemplateGtpPolicySEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosTemplateGtpPolicyS 1 }
templateGtpPolicySEntry OBJECT-TYPE
SYNTAX TemplateGtpPolicySEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ templateGtpPolicySTable 1 }
TemplateGtpPolicySEntry ::=
SEQUENCE {
name DisplayString,
gtpV0CTunnelCreated CounterBasedGauge64,
gtpV0CTunnelHalfOpen CounterBasedGauge64,
gtpV0CTunnelHalfClosed CounterBasedGauge64,
gtpV0CTunnelClosed CounterBasedGauge64,
gtpV0CTunnelDeleted CounterBasedGauge64,
gtpV0CHalfOpenTunnelClosed CounterBasedGauge64,
gtpV1CTunnelCreated CounterBasedGauge64,
gtpV1CTunnelHalfOpen CounterBasedGauge64,
gtpV1CTunnelHalfClosed CounterBasedGauge64,
gtpV1CTunnelClosed CounterBasedGauge64,
gtpV1CTunnelDeleted CounterBasedGauge64,
gtpV1CHalfOpenTunnelClosed CounterBasedGauge64,
gtpV2CTunnelCreated CounterBasedGauge64,
gtpV2CTunnelHalfOpen CounterBasedGauge64,
gtpV2CTunnelHalfClosed CounterBasedGauge64,
gtpV2CTunnelClosed CounterBasedGauge64,
gtpV2CTunnelDeleted CounterBasedGauge64,
gtpV2CHalfOpenTunnelClosed CounterBasedGauge64,
gtpUTunnelCreated CounterBasedGauge64,
gtpUTunnelDeleted CounterBasedGauge64,
gtpV0CUpdatePdpRespUnsuccess CounterBasedGauge64,
gtpV1CUpdatePdpRespUnsuccess CounterBasedGauge64,
gtpV2CModBearerRespUnsuccess CounterBasedGauge64,
gtpV0CCreatePdpRespUnsuccess CounterBasedGauge64,
gtpV1CCreatePdpRespUnsuccess CounterBasedGauge64,
gtpV2CCreateSessRespUnsuccess CounterBasedGauge64,
gtpV2CPiggybackMessage CounterBasedGauge64,
gtpPathManagementMessage CounterBasedGauge64,
gtpV0CTunnelDeletedRestart CounterBasedGauge64,
gtpV1CTunnelDeletedRestart CounterBasedGauge64,
gtpV2CTunnelDeletedRestart CounterBasedGauge64,
gtpV0CReservedMessageAllow CounterBasedGauge64,
gtpV1CReservedMessageAllow CounterBasedGauge64,
gtpV2CReservedMessageAllow CounterBasedGauge64,
gtpV2CLoadContrInfoExceed CounterBasedGauge64,
gtpV1CPduNotificationRequestForward CounterBasedGauge64,
gtpV1CPduNotificationRejectRequestForward CounterBasedGauge64,
gtpV0CPduNotificationRequestForward CounterBasedGauge64,
gtpV0CPduNotificationRejectRequestForward CounterBasedGauge64,
gtpV0CMessageSkippedApnFilteringNoImsi CounterBasedGauge64,
gtpV1CMessageSkippedApnFilteringNoImsi CounterBasedGauge64,
gtpV2CMessageSkippedApnFilteringNoImsi CounterBasedGauge64,
gtpV0CMessageSkippedMsisdnFilteringNoImsi CounterBasedGauge64,
gtpV1CMessageSkippedMsisdnFilteringNoImsi CounterBasedGauge64,
gtpV2CMessageSkippedMsisdnFilteringNoImsi CounterBasedGauge64,
gtpV0CPacketDummyMsisdn CounterBasedGauge64,
gtpV1CPacketDummyMsisdn CounterBasedGauge64,
gtpV2CPacketDummyMsisdn CounterBasedGauge64,
dropVldSanityGtpV2CMessageWithTeidZeroExpected CounterBasedGauge64,
dropVldSanityGtpV1CMessageWithTeidZeroExpected CounterBasedGauge64,
dropVldSanityGtpV0CMessageWithTeidZeroExpected CounterBasedGauge64,
dropVldGtpIeRepeatCountExceed CounterBasedGauge64,
dropVldReservedFieldSet CounterBasedGauge64,
dropVldTunnelIdFlag CounterBasedGauge64,
dropVldInvalidFlowLabelV0 CounterBasedGauge64,
dropVldInvalidTeid CounterBasedGauge64,
dropVldOutOfState CounterBasedGauge64,
dropVldMandatoryInformationElement CounterBasedGauge64,
dropVldMandatoryIeInGroupedIe CounterBasedGauge64,
dropVldOutOfOrderIe CounterBasedGauge64,
dropVldOutOfStateIe CounterBasedGauge64,
dropVldReservedInformationElement CounterBasedGauge64,
dropVldVersionNotSupported CounterBasedGauge64,
dropVldMessageLength CounterBasedGauge64,
dropVldCrossLayerCorrelation CounterBasedGauge64,
dropVldCountryCodeMismatch CounterBasedGauge64,
dropVldGtpUSpoofedSourceAddress CounterBasedGauge64,
dropVldGtpBearerCountExceed CounterBasedGauge64,
dropVldGtpV2WrongLbiCreateBearerReq CounterBasedGauge64,
gtpCHandoverInProgressWithConn CounterBasedGauge64,
dropVldV0ReservedMessageDrop CounterBasedGauge64,
dropVldV1ReservedMessageDrop CounterBasedGauge64,
dropVldV2ReservedMessageDrop CounterBasedGauge64,
dropVldInvalidPktLenPiggyback CounterBasedGauge64,
dropVldSanityFailedPiggyback CounterBasedGauge64,
dropVldSequenceNumCorrelation CounterBasedGauge64,
dropVldGtpv0SeqnumBufferFull CounterBasedGauge64,
dropVldGtpv1SeqnumBufferFull CounterBasedGauge64,
dropVldGtpv2SeqnumBufferFull CounterBasedGauge64,
dropVldGtpInvalidImsiLenDrop CounterBasedGauge64,
dropVldGtpInvalidApnLenDrop CounterBasedGauge64,
dropVldProtocolFlagUnset CounterBasedGauge64,
dropVldGtpv0SubscriberAttrMiss CounterBasedGauge64,
dropVldGtpv1SubscriberAttrMiss CounterBasedGauge64,
dropVldGtpv2SubscriberAttrMiss CounterBasedGauge64,
dropVldGtpV0CIeLenExceedMsgLen CounterBasedGauge64,
dropVldGtpV1CIeLenExceedMsgLen CounterBasedGauge64,
dropVldGtpV2CIeLenExceedMsgLen CounterBasedGauge64,
dropVldGtpV0CMessageLengthMismatch CounterBasedGauge64,
dropVldGtpV1CMessageLengthMismatch CounterBasedGauge64,
dropVldGtpV2CMessageLengthMismatch CounterBasedGauge64,
dropVldGtpV0CMessageSkippedApnFilteringNoApn CounterBasedGauge64,
dropVldGtpV1CMessageSkippedApnFilteringNoApn CounterBasedGauge64,
dropVldGtpV2CMessageSkippedApnFilteringNoApn CounterBasedGauge64,
dropFltMessageFiltering CounterBasedGauge64,
dropFltApnFiltering CounterBasedGauge64,
dropFltMsisdnFiltering CounterBasedGauge64,
dropFltRatTypeFiltering CounterBasedGauge64,
dropFltGtpInGtp CounterBasedGauge64,
dropRlGtpV0CAgg CounterBasedGauge64,
dropRlGtpV1CAgg CounterBasedGauge64,
dropRlGtpV2CAgg CounterBasedGauge64,
dropRlGtpV1CCreatePdpRequest CounterBasedGauge64,
dropRlGtpV2CCreateSessionRequest CounterBasedGauge64,
dropRlGtpV1CUpdatePdpRequest CounterBasedGauge64,
dropRlGtpV2CModifyBearerRequest CounterBasedGauge64,
dropRlGtpUTunnelCreate CounterBasedGauge64,
dropRlGtpUUplinkByte CounterBasedGauge64,
dropRlGtpUUplinkPacket CounterBasedGauge64,
dropRlGtpUDownlinkByte CounterBasedGauge64,
dropRlGtpUDownlinkPacket CounterBasedGauge64,
dropRlGtpUTotalByte CounterBasedGauge64,
dropRlGtpUTotalPacket CounterBasedGauge64,
dropRlGtpUMaxConcurrentTunnels CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Configure the GTP Policy Name"
::={ templateGtpPolicySEntry 1 }
gtpV0CTunnelCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Tunnel Created"
::={ templateGtpPolicySEntry 2 }
gtpV0CTunnelHalfOpen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Half open tunnel created"
::={ templateGtpPolicySEntry 3 }
gtpV0CTunnelHalfClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Tunnel Delete Request"
::={ templateGtpPolicySEntry 4 }
gtpV0CTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Tunnel Marked Deleted"
::={ templateGtpPolicySEntry 5 }
gtpV0CTunnelDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Tunnel Deleted"
::={ templateGtpPolicySEntry 6 }
gtpV0CHalfOpenTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Half open tunnel closed"
::={ templateGtpPolicySEntry 7 }
gtpV1CTunnelCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Tunnel Created"
::={ templateGtpPolicySEntry 8 }
gtpV1CTunnelHalfOpen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Half open tunnel created"
::={ templateGtpPolicySEntry 9 }
gtpV1CTunnelHalfClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Tunnel Delete Request"
::={ templateGtpPolicySEntry 10 }
gtpV1CTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Tunnel Marked Deleted"
::={ templateGtpPolicySEntry 11 }
gtpV1CTunnelDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Tunnel Deleted"
::={ templateGtpPolicySEntry 12 }
gtpV1CHalfOpenTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Half open tunnel closed"
::={ templateGtpPolicySEntry 13 }
gtpV2CTunnelCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Tunnel Created"
::={ templateGtpPolicySEntry 14 }
gtpV2CTunnelHalfOpen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Half open tunnel created"
::={ templateGtpPolicySEntry 15 }
gtpV2CTunnelHalfClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Tunnel Delete Request"
::={ templateGtpPolicySEntry 16 }
gtpV2CTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Tunnel Marked Deleted"
::={ templateGtpPolicySEntry 17 }
gtpV2CTunnelDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Tunnel Deleted"
::={ templateGtpPolicySEntry 18 }
gtpV2CHalfOpenTunnelClosed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Half open tunnel closed"
::={ templateGtpPolicySEntry 19 }
gtpUTunnelCreated OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTP-U Tunnel Created"
::={ templateGtpPolicySEntry 20 }
gtpUTunnelDeleted OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTP-U Tunnel Deleted"
::={ templateGtpPolicySEntry 21 }
gtpV0CUpdatePdpRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Update PDP Context Response Unsuccessful"
::={ templateGtpPolicySEntry 22 }
gtpV1CUpdatePdpRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Update PDP Context Response Unsuccessful"
::={ templateGtpPolicySEntry 23 }
gtpV2CModBearerRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Modify Bearer Response Unsuccessful"
::={ templateGtpPolicySEntry 24 }
gtpV0CCreatePdpRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Create PDP Context Response Unsuccessful"
::={ templateGtpPolicySEntry 25 }
gtpV1CCreatePdpRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Create PDP Context Response Unsuccessful"
::={ templateGtpPolicySEntry 26 }
gtpV2CCreateSessRespUnsuccess OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Create Session Response Unsuccessful"
::={ templateGtpPolicySEntry 27 }
gtpV2CPiggybackMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Piggyback Message"
::={ templateGtpPolicySEntry 28 }
gtpPathManagementMessage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTP Path Management Messages Received"
::={ templateGtpPolicySEntry 29 }
gtpV0CTunnelDeletedRestart OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Tunnel Deleted with Restart/failure"
::={ templateGtpPolicySEntry 30 }
gtpV1CTunnelDeletedRestart OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Tunnel Deleted with Restart/failure"
::={ templateGtpPolicySEntry 31 }
gtpV2CTunnelDeletedRestart OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Tunnel Deleted with Restart/failure"
::={ templateGtpPolicySEntry 32 }
gtpV0CReservedMessageAllow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Permit GTPv0-C Reserved Messages"
::={ templateGtpPolicySEntry 33 }
gtpV1CReservedMessageAllow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Permit GTPv1-C Reserved Messages"
::={ templateGtpPolicySEntry 34 }
gtpV2CReservedMessageAllow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Permit GTPv2-C Reserved Messages"
::={ templateGtpPolicySEntry 35 }
gtpV2CLoadContrInfoExceed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Load Control Info IEs in message exceeded 2"
::={ templateGtpPolicySEntry 36 }
gtpV1CPduNotificationRequestForward OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C PDU Notification Request Forward"
::={ templateGtpPolicySEntry 37 }
gtpV1CPduNotificationRejectRequestForward OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C PDU Notification Reject Request Forward"
::={ templateGtpPolicySEntry 38 }
gtpV0CPduNotificationRequestForward OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C PDU Notification Request Forward"
::={ templateGtpPolicySEntry 39 }
gtpV0CPduNotificationRejectRequestForward OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C PDU Notification Reject Request Forward"
::={ templateGtpPolicySEntry 40 }
gtpV0CMessageSkippedApnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C APN/IMSI Filtering Skipped (No IMSI)"
::={ templateGtpPolicySEntry 108 }
gtpV1CMessageSkippedApnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C APN/IMSI Filtering Skipped (No IMSI)"
::={ templateGtpPolicySEntry 109 }
gtpV2CMessageSkippedApnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C APN/IMSI Filtering Skipped (No IMSI)"
::={ templateGtpPolicySEntry 110 }
gtpV0CMessageSkippedMsisdnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C MSISDN Filtering Skipped (No MSISDN)"
::={ templateGtpPolicySEntry 111 }
gtpV1CMessageSkippedMsisdnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C MSISDN Filtering Skipped (No MSISDN)"
::={ templateGtpPolicySEntry 112 }
gtpV2CMessageSkippedMsisdnFilteringNoImsi OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C MSISDN Filtering Skipped (No MSISDN)"
::={ templateGtpPolicySEntry 113 }
gtpV0CPacketDummyMsisdn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Packet With Dummy MSISDN Forwarded"
::={ templateGtpPolicySEntry 114 }
gtpV1CPacketDummyMsisdn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Packet With Dummy MSISDN Forwarded"
::={ templateGtpPolicySEntry 115 }
gtpV2CPacketDummyMsisdn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Packet With Dummy MSISDN Forwarded"
::={ templateGtpPolicySEntry 116 }
dropVldSanityGtpV2CMessageWithTeidZeroExpected OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv2-C Create Session Request with TEID"
::={ templateGtpPolicySEntry 41 }
dropVldSanityGtpV1CMessageWithTeidZeroExpected OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv1-C PDU Notification Request with TEID"
::={ templateGtpPolicySEntry 42 }
dropVldSanityGtpV0CMessageWithTeidZeroExpected OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv0-C PDU Notification Request with TEID"
::={ templateGtpPolicySEntry 43 }
dropVldGtpIeRepeatCountExceed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP repeated IE count exceeded"
::={ templateGtpPolicySEntry 44 }
dropVldReservedFieldSet OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Reserved Header Field Set"
::={ templateGtpPolicySEntry 45 }
dropVldTunnelIdFlag OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Tunnel Header Flag Not Set"
::={ templateGtpPolicySEntry 46 }
dropVldInvalidFlowLabelV0 OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Invalid Flow Label in GTPv0-C Header"
::={ templateGtpPolicySEntry 47 }
dropVldInvalidTeid OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Invalid TEID Value"
::={ templateGtpPolicySEntry 48 }
dropVldOutOfState OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Out Of State GTP Message"
::={ templateGtpPolicySEntry 49 }
dropVldMandatoryInformationElement OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Mandatory IE Not Present"
::={ templateGtpPolicySEntry 50 }
dropVldMandatoryIeInGroupedIe OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Mandatory IE in Grouped IE Not Present"
::={ templateGtpPolicySEntry 51 }
dropVldOutOfOrderIe OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv1-C Message Out of Order IE"
::={ templateGtpPolicySEntry 52 }
dropVldOutOfStateIe OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Unexpected IE Present in Message"
::={ templateGtpPolicySEntry 53 }
dropVldReservedInformationElement OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Reserved IE Field Present"
::={ templateGtpPolicySEntry 54 }
dropVldVersionNotSupported OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Invalid GTP version"
::={ templateGtpPolicySEntry 55 }
dropVldMessageLength OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Message Length Exceeded"
::={ templateGtpPolicySEntry 56 }
dropVldCrossLayerCorrelation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Cross Layer IP Address Mismatch"
::={ templateGtpPolicySEntry 57 }
dropVldCountryCodeMismatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Country Code Mismatch in IMSI and MSISDN"
::={ templateGtpPolicySEntry 58 }
dropVldGtpUSpoofedSourceAddress OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP-U IP Address Spoofed"
::={ templateGtpPolicySEntry 59 }
dropVldGtpBearerCountExceed OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP Bearer count exceeded max (11)"
::={ templateGtpPolicySEntry 60 }
dropVldGtpV2WrongLbiCreateBearerReq OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request"
::={ templateGtpPolicySEntry 61 }
gtpCHandoverInProgressWithConn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTP-C matching a conn with Handover In Progress"
::={ templateGtpPolicySEntry 62 }
dropVldV0ReservedMessageDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv0-C Reserved Message Drop"
::={ templateGtpPolicySEntry 64 }
dropVldV1ReservedMessageDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv1-C Reserved Message Drop"
::={ templateGtpPolicySEntry 65 }
dropVldV2ReservedMessageDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv2-C Reserved Message Drop"
::={ templateGtpPolicySEntry 66 }
dropVldInvalidPktLenPiggyback OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Piggyback message invalid packet length"
::={ templateGtpPolicySEntry 67 }
dropVldSanityFailedPiggyback OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: piggyback message anomaly failed"
::={ templateGtpPolicySEntry 68 }
dropVldSequenceNumCorrelation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP-C Sequence number Mismatch"
::={ templateGtpPolicySEntry 69 }
dropVldGtpv0SeqnumBufferFull OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV0-C conn Sequence number Buffer Full"
::={ templateGtpPolicySEntry 70 }
dropVldGtpv1SeqnumBufferFull OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV1-C conn Sequence number Buffer Full"
::={ templateGtpPolicySEntry 71 }
dropVldGtpv2SeqnumBufferFull OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV2-C conn Sequence number Buffer Full"
::={ templateGtpPolicySEntry 72 }
dropVldGtpInvalidImsiLenDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP-C Invalid IMSI Length Drop"
::={ templateGtpPolicySEntry 73 }
dropVldGtpInvalidApnLenDrop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTP-C Invalid APN Length Drop"
::={ templateGtpPolicySEntry 74 }
dropVldProtocolFlagUnset OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: Protocol flag in Header Field not Set"
::={ templateGtpPolicySEntry 75 }
dropVldGtpv0SubscriberAttrMiss OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV0-c Subscriber Attributes Missing"
::={ templateGtpPolicySEntry 102 }
dropVldGtpv1SubscriberAttrMiss OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV1-c Subscriber Attributes Missing"
::={ templateGtpPolicySEntry 103 }
dropVldGtpv2SubscriberAttrMiss OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPV2-c Subscriber Attributes Missing"
::={ templateGtpPolicySEntry 104 }
dropVldGtpV0CIeLenExceedMsgLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C IE Length Exceeds Message Length"
::={ templateGtpPolicySEntry 96 }
dropVldGtpV1CIeLenExceedMsgLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C IE Length Exceeds Message Length"
::={ templateGtpPolicySEntry 97 }
dropVldGtpV2CIeLenExceedMsgLen OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C IE Length Exceeds Message Length"
::={ templateGtpPolicySEntry 98 }
dropVldGtpV0CMessageLengthMismatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv0-C Message Length Mismatch Across Layers"
::={ templateGtpPolicySEntry 99 }
dropVldGtpV1CMessageLengthMismatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv1-C Message Length Mismatch Across Layers"
::={ templateGtpPolicySEntry 100 }
dropVldGtpV2CMessageLengthMismatch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GTPv2-C Message Length Mismatch Across Layers"
::={ templateGtpPolicySEntry 101 }
dropVldGtpV0CMessageSkippedApnFilteringNoApn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv0-C APN/IMSI Filtering Dropped (No APN)"
::={ templateGtpPolicySEntry 105 }
dropVldGtpV1CMessageSkippedApnFilteringNoApn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv1-C APN/IMSI Filtering Dropped (No APN)"
::={ templateGtpPolicySEntry 106 }
dropVldGtpV2CMessageSkippedApnFilteringNoApn OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Validation Drop: GTPv2-C APN/IMSI Filtering Dropped (No APN)"
::={ templateGtpPolicySEntry 107 }
dropFltMessageFiltering OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Filtering Drop: Message Type Not Permitted on Interface"
::={ templateGtpPolicySEntry 76 }
dropFltApnFiltering OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Filtering Drop: APN IMSI Filtering"
::={ templateGtpPolicySEntry 77 }
dropFltMsisdnFiltering OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Filtering Drop: MSISDN Filtering"
::={ templateGtpPolicySEntry 78 }
dropFltRatTypeFiltering OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Filtering Drop: RAT Type Filtering"
::={ templateGtpPolicySEntry 79 }
dropFltGtpInGtp OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Filtering Drop: GTP in GTP Tunnel Present"
::={ templateGtpPolicySEntry 80 }
dropRlGtpV0CAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: Maximum GTPv0-C Message rate"
::={ templateGtpPolicySEntry 81 }
dropRlGtpV1CAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: Maximum GTPv1-C Message rate"
::={ templateGtpPolicySEntry 82 }
dropRlGtpV2CAgg OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: Maximum GTPv2-C Message rate"
::={ templateGtpPolicySEntry 83 }
dropRlGtpV1CCreatePdpRequest OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTPv1-C Create PDP Request rate"
::={ templateGtpPolicySEntry 84 }
dropRlGtpV2CCreateSessionRequest OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTPv2-C Create Session Request rate"
::={ templateGtpPolicySEntry 85 }
dropRlGtpV1CUpdatePdpRequest OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTPv1-C Update PDP Request rate"
::={ templateGtpPolicySEntry 86 }
dropRlGtpV2CModifyBearerRequest OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTPv2-C Modify Bearer Request rate"
::={ templateGtpPolicySEntry 87 }
dropRlGtpUTunnelCreate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Tunnel Creation rate"
::={ templateGtpPolicySEntry 88 }
dropRlGtpUUplinkByte OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Uplink byte rate"
::={ templateGtpPolicySEntry 89 }
dropRlGtpUUplinkPacket OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Uplink packet rate"
::={ templateGtpPolicySEntry 90 }
dropRlGtpUDownlinkByte OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Downlink byte rate"
::={ templateGtpPolicySEntry 91 }
dropRlGtpUDownlinkPacket OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Downlink packet rate"
::={ templateGtpPolicySEntry 92 }
dropRlGtpUTotalByte OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Total byte rate"
::={ templateGtpPolicySEntry 93 }
dropRlGtpUTotalPacket OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Total packet rate"
::={ templateGtpPolicySEntry 94 }
dropRlGtpUMaxConcurrentTunnels OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rate-limit Drop: GTP-U Concurrent Tunnels"
::={ templateGtpPolicySEntry 95 }
END

View File

@ -0,0 +1,254 @@
ACOS-THREAT-INTEL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosThreatIntel MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "ThreatIntel OID for ACOS"
::= { acosRootStats 164 }
acosThreatIntelThreatList OBJECT IDENTIFIER ::= { acosThreatIntel 2 }
acosThreatIntelThreatListS OBJECT IDENTIFIER ::= { acosThreatIntelThreatList 1 }
threatIntelThreatListSTable OBJECT-TYPE
SYNTAX SEQUENCE OF ThreatIntelThreatListSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosThreatIntelThreatListS 1 }
threatIntelThreatListSEntry OBJECT-TYPE
SYNTAX ThreatIntelThreatListSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ threatIntelThreatListSTable 1 }
ThreatIntelThreatListSEntry ::=
SEQUENCE {
name DisplayString,
spamSources CounterBasedGauge64,
windowsExploits CounterBasedGauge64,
webAttacks CounterBasedGauge64,
botnets CounterBasedGauge64,
scanners CounterBasedGauge64,
dosAttacks CounterBasedGauge64,
reputation CounterBasedGauge64,
phishing CounterBasedGauge64,
proxy CounterBasedGauge64,
mobileThreats CounterBasedGauge64,
torProxy CounterBasedGauge64,
totalHits CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Threat category List name"
::={ threatIntelThreatListSEntry 1 }
spamSources OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for spam sources"
::={ threatIntelThreatListSEntry 2 }
windowsExploits OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for windows exploits"
::={ threatIntelThreatListSEntry 3 }
webAttacks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for web attacks"
::={ threatIntelThreatListSEntry 4 }
botnets OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for botnets"
::={ threatIntelThreatListSEntry 5 }
scanners OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for scanners"
::={ threatIntelThreatListSEntry 6 }
dosAttacks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for dos attacks"
::={ threatIntelThreatListSEntry 7 }
reputation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for reputation"
::={ threatIntelThreatListSEntry 8 }
phishing OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for phishing"
::={ threatIntelThreatListSEntry 9 }
proxy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for proxy"
::={ threatIntelThreatListSEntry 10 }
mobileThreats OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for mobile threats"
::={ threatIntelThreatListSEntry 11 }
torProxy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for tor-proxy"
::={ threatIntelThreatListSEntry 12 }
totalHits OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total hits for threat-list"
::={ threatIntelThreatListSEntry 13 }
acosThreatIntelWebrootGlobal OBJECT IDENTIFIER ::= { acosThreatIntel 3 }
acosThreatIntelWebrootGlobalS OBJECT IDENTIFIER ::= { acosThreatIntelWebrootGlobal 1 }
spamSources OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for spam sources"
::={ acosThreatIntelWebrootGlobalS 1 }
windowsExploits OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for windows exploits"
::={ acosThreatIntelWebrootGlobalS 2 }
webAttacks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for web attacks"
::={ acosThreatIntelWebrootGlobalS 3 }
botnets OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for botnets"
::={ acosThreatIntelWebrootGlobalS 4 }
scanners OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for scanners"
::={ acosThreatIntelWebrootGlobalS 5 }
dosAttacks OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for dos attacks"
::={ acosThreatIntelWebrootGlobalS 6 }
reputation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for reputation"
::={ acosThreatIntelWebrootGlobalS 7 }
phishing OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for phishing"
::={ acosThreatIntelWebrootGlobalS 8 }
proxy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for proxy"
::={ acosThreatIntelWebrootGlobalS 9 }
mobileThreats OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for mobile threats"
::={ acosThreatIntelWebrootGlobalS 10 }
torProxy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hits for tor-proxy"
::={ acosThreatIntelWebrootGlobalS 11 }
rtuLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of lookups in RTU cache"
::={ acosThreatIntelWebrootGlobalS 12 }
databaseLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of lookups in database"
::={ acosThreatIntelWebrootGlobalS 13 }
nonMaliciousIps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP's not found in database or RTU cache"
::={ acosThreatIntelWebrootGlobalS 14 }
END

View File

@ -0,0 +1,65 @@
ACOS-TRAFFIC-CONTROL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosTrafficControl MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "TrafficControl OID for ACOS"
::= { acosRootStats 197 }
acosTrafficControlRuleSet OBJECT IDENTIFIER ::= { acosTrafficControl 2 }
acosTrafficControlRuleSetS OBJECT IDENTIFIER ::= { acosTrafficControlRuleSet 1 }
trafficControlRuleSetSTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrafficControlRuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosTrafficControlRuleSetS 1 }
trafficControlRuleSetSEntry OBJECT-TYPE
SYNTAX TrafficControlRuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ trafficControlRuleSetSTable 1 }
TrafficControlRuleSetSEntry ::=
SEQUENCE {
name DisplayString,
hitCount CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rule set name"
::={ trafficControlRuleSetSEntry 1 }
hitCount OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hit counts"
::={ trafficControlRuleSetSEntry 2 }
END

View File

@ -0,0 +1,169 @@
ACOS-VCS-VBLADES-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosVcsVblades MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "VcsVblades OID for ACOS"
::= { acosRootStats 144 }
acosVcsVbladesStat OBJECT IDENTIFIER ::= { acosVcsVblades 1 }
acosVcsVbladesStatS OBJECT IDENTIFIER ::= { acosVcsVbladesStat 1 }
vcsVbladesStatSTable OBJECT-TYPE
SYNTAX SEQUENCE OF VcsVbladesStatSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosVcsVbladesStatS 1 }
vcsVbladesStatSEntry OBJECT-TYPE
SYNTAX VcsVbladesStatSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
vbladeId
}
::={ vcsVbladesStatSTable 1 }
VcsVbladesStatSEntry ::=
SEQUENCE {
vbladeId INTEGER,
vcsVbladesSlaveRecvErr CounterBasedGauge64,
vcsVbladesSlaveSendErr CounterBasedGauge64,
vcsVbladesSlaveRecvBytes CounterBasedGauge64,
vcsVbladesSlaveSentBytes CounterBasedGauge64,
vcsVbladesSlaveNRecv CounterBasedGauge64,
vcsVbladesSlaveNSent CounterBasedGauge64,
vcsVbladesSlaveMsgInval CounterBasedGauge64,
vcsVbladesSlaveKeepAlive CounterBasedGauge64,
vcsVbladesSlaveCfgUpd CounterBasedGauge64,
vcsVbladesSlaveCfgUpdL1Fail CounterBasedGauge64,
vcsVbladesSlaveCfgUpdRFail CounterBasedGauge64,
vcsVbladesSlaveCfgUpdL2Fail CounterBasedGauge64,
vcsVbladesSlaveCfgUpdNotifErr CounterBasedGauge64,
vcsVbladesSlaveCfgUpdResultErr CounterBasedGauge64
}
vbladeId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade-id"
::={ vcsVbladesStatSEntry 1 }
vcsVbladesSlaveRecvErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Receive Errors counter of aVCS election"
::={ vcsVbladesStatSEntry 2 }
vcsVbladesSlaveSendErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Send Errors counter of aVCS election"
::={ vcsVbladesStatSEntry 3 }
vcsVbladesSlaveRecvBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Received Bytes counter of aVCS election"
::={ vcsVbladesStatSEntry 4 }
vcsVbladesSlaveSentBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Sent Bytes counter of aVCS election"
::={ vcsVbladesStatSEntry 5 }
vcsVbladesSlaveNRecv OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Received Messages counter of aVCS election"
::={ vcsVbladesStatSEntry 6 }
vcsVbladesSlaveNSent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Sent Messages counter of aVCS election"
::={ vcsVbladesStatSEntry 7 }
vcsVbladesSlaveMsgInval OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Invalid Messages counter of aVCS election"
::={ vcsVbladesStatSEntry 8 }
vcsVbladesSlaveKeepAlive OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Received Keepalives counter of aVCS election"
::={ vcsVbladesStatSEntry 9 }
vcsVbladesSlaveCfgUpd OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Received Configuration Updates counter of aVCS election"
::={ vcsVbladesStatSEntry 10 }
vcsVbladesSlaveCfgUpdL1Fail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Local Configuration Update Errors (1) counter of aVCS election"
::={ vcsVbladesStatSEntry 11 }
vcsVbladesSlaveCfgUpdRFail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Remote Configuration Update Errors counter of aVCS election"
::={ vcsVbladesStatSEntry 12 }
vcsVbladesSlaveCfgUpdL2Fail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Local Configuration Update Errors (2) counter of aVCS election"
::={ vcsVbladesStatSEntry 13 }
vcsVbladesSlaveCfgUpdNotifErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Configuration Update Notif Errors counter of aVCS election"
::={ vcsVbladesStatSEntry 14 }
vcsVbladesSlaveCfgUpdResultErr OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "vBlade Configuration Update Result Errors counter of aVCS election"
::={ vcsVbladesStatSEntry 15 }
END

File diff suppressed because it is too large Load Diff

1697
mibs/a10/ACOS-VPN-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,265 @@
ACOS-WAF-RULE-SET-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosWafRuleSet MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "WafRuleSet OID for ACOS"
::= { acosRootStats 194 }
acosWafRuleSet OBJECT IDENTIFIER ::= { acosRootStats 194 }
acosWafRuleSetS OBJECT IDENTIFIER ::= { acosWafRuleSet 1 }
wafRuleSetSTable OBJECT-TYPE
SYNTAX SEQUENCE OF WafRuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosWafRuleSetS 1 }
wafRuleSetSEntry OBJECT-TYPE
SYNTAX WafRuleSetSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ wafRuleSetSTable 1 }
WafRuleSetSEntry ::=
SEQUENCE {
name DisplayString,
request CounterBasedGauge64,
response CounterBasedGauge64,
phase1Pass CounterBasedGauge64,
phase1Allow CounterBasedGauge64,
phase1Deny CounterBasedGauge64,
phase1Drop CounterBasedGauge64,
phase1Redirect CounterBasedGauge64,
phase1Other CounterBasedGauge64,
phase2Pass CounterBasedGauge64,
phase2Allow CounterBasedGauge64,
phase2Deny CounterBasedGauge64,
phase2Drop CounterBasedGauge64,
phase2Redirect CounterBasedGauge64,
phase2Other CounterBasedGauge64,
phase3Pass CounterBasedGauge64,
phase3Allow CounterBasedGauge64,
phase3Deny CounterBasedGauge64,
phase3Drop CounterBasedGauge64,
phase3Redirect CounterBasedGauge64,
phase3Other CounterBasedGauge64,
phase4Pass CounterBasedGauge64,
phase4Allow CounterBasedGauge64,
phase4Deny CounterBasedGauge64,
phase4Drop CounterBasedGauge64,
phase4Redirect CounterBasedGauge64,
phase4Other CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF Rule set name"
::={ wafRuleSetSEntry 1 }
request OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Requests hanlded by WAF rule set"
::={ wafRuleSetSEntry 2 }
response OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Responses hanlded by WAF rule set"
::={ wafRuleSetSEntry 3 }
phase1Pass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set pass hits in phase 1"
::={ wafRuleSetSEntry 4 }
phase1Allow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set allow hits in phase 1"
::={ wafRuleSetSEntry 5 }
phase1Deny OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set deny hits in phase 1"
::={ wafRuleSetSEntry 6 }
phase1Drop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set drop hits in phase 1"
::={ wafRuleSetSEntry 7 }
phase1Redirect OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set redirect hits in phase 1"
::={ wafRuleSetSEntry 8 }
phase1Other OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set other hits in phase 1"
::={ wafRuleSetSEntry 9 }
phase2Pass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set pass hits in phase 2"
::={ wafRuleSetSEntry 10 }
phase2Allow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set allow hits in phase 2"
::={ wafRuleSetSEntry 11 }
phase2Deny OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set deny hits in phase 2"
::={ wafRuleSetSEntry 12 }
phase2Drop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set drop hits in phase 2"
::={ wafRuleSetSEntry 13 }
phase2Redirect OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set redirect hits in phase 2"
::={ wafRuleSetSEntry 14 }
phase2Other OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set other hits in phase 2"
::={ wafRuleSetSEntry 15 }
phase3Pass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set pass hits in phase 3"
::={ wafRuleSetSEntry 16 }
phase3Allow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set allow hits in phase 3"
::={ wafRuleSetSEntry 17 }
phase3Deny OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set deny hits in phase 3"
::={ wafRuleSetSEntry 18 }
phase3Drop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set drop hits in phase 3"
::={ wafRuleSetSEntry 19 }
phase3Redirect OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set redirect hits in phase 3"
::={ wafRuleSetSEntry 20 }
phase3Other OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set other hits in phase 3"
::={ wafRuleSetSEntry 21 }
phase4Pass OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set pass hits in phase 4"
::={ wafRuleSetSEntry 22 }
phase4Allow OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set allow hits in phase 4"
::={ wafRuleSetSEntry 23 }
phase4Deny OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set deny hits in phase 4"
::={ wafRuleSetSEntry 24 }
phase4Drop OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set drop hits in phase 4"
::={ wafRuleSetSEntry 25 }
phase4Redirect OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set redirect hits in phase 4"
::={ wafRuleSetSEntry 26 }
phase4Other OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "WAF rule set other hits in phase 4"
::={ wafRuleSetSEntry 27 }
END

5505
mibs/a10/ACOS-WAF-STATS-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,877 @@
ACOS-WEB-CATEGORY-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, PhysAddress
FROM SNMPv2-TC
InetAddressType
FROM INET-ADDRESS-MIB
acosRootStats
FROM A10-AX-MIB
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, Counter64, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
acosWebCategory MODULE-IDENTITY
LAST-UPDATED "200705071327Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "Address: A10 Networks, Inc.
3 West Pumeria Dr.
San Jose, CA 95131
Phone: +1-888-822-7210 (USA/Canada)
+1-408-325-8676 (International)
E-mail: support@A10Networks.com"
DESCRIPTION "WebCategory OID for ACOS"
::= { acosRootStats 106 }
acosWebCategory OBJECT IDENTIFIER ::= { acosRootStats 106 }
acosWebCategoryCategoryList OBJECT IDENTIFIER ::= { acosWebCategory 7 }
acosWebCategoryCategoryListS OBJECT IDENTIFIER ::= { acosWebCategoryCategoryList 1 }
webCategoryCategoryListSTable OBJECT-TYPE
SYNTAX SEQUENCE OF WebCategoryCategoryListSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosWebCategoryCategoryListS 1 }
webCategoryCategoryListSEntry OBJECT-TYPE
SYNTAX WebCategoryCategoryListSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ webCategoryCategoryListSTable 1 }
WebCategoryCategoryListSEntry ::=
SEQUENCE {
name DisplayString,
uncategorized CounterBasedGauge64,
realEstate CounterBasedGauge64,
computerAndInternetSecurity CounterBasedGauge64,
financialServices CounterBasedGauge64,
businessAndEconomy CounterBasedGauge64,
computerAndInternetInfo CounterBasedGauge64,
auctions CounterBasedGauge64,
shopping CounterBasedGauge64,
cultAndOccult CounterBasedGauge64,
travel CounterBasedGauge64,
drugs CounterBasedGauge64,
adultAndPornography CounterBasedGauge64,
homeAndGarden CounterBasedGauge64,
military CounterBasedGauge64,
socialNetwork CounterBasedGauge64,
deadSites CounterBasedGauge64,
stockAdviceAndTools CounterBasedGauge64,
trainingAndTools CounterBasedGauge64,
dating CounterBasedGauge64,
sexEducation CounterBasedGauge64,
religion CounterBasedGauge64,
entertainmentAndArts CounterBasedGauge64,
personalSitesAndBlogs CounterBasedGauge64,
legal CounterBasedGauge64,
localInformation CounterBasedGauge64,
streamingMedia CounterBasedGauge64,
jobSearch CounterBasedGauge64,
gambling CounterBasedGauge64,
translation CounterBasedGauge64,
referenceAndResearch CounterBasedGauge64,
sharewareAndFreeware CounterBasedGauge64,
peerToPeer CounterBasedGauge64,
marijuana CounterBasedGauge64,
hacking CounterBasedGauge64,
games CounterBasedGauge64,
philosophyAndPolitics CounterBasedGauge64,
weapons CounterBasedGauge64,
payToSurf CounterBasedGauge64,
huntingAndFishing CounterBasedGauge64,
society CounterBasedGauge64,
educationalInstitutions CounterBasedGauge64,
onlineGreetingCards CounterBasedGauge64,
sports CounterBasedGauge64,
swimsuitsAndIntimateApparel CounterBasedGauge64,
questionable CounterBasedGauge64,
kids CounterBasedGauge64,
hateAndRacism CounterBasedGauge64,
personalStorage CounterBasedGauge64,
violence CounterBasedGauge64,
keyloggersAndMonitoring CounterBasedGauge64,
searchEngines CounterBasedGauge64,
internetPortals CounterBasedGauge64,
webAdvertisements CounterBasedGauge64,
cheating CounterBasedGauge64,
gross CounterBasedGauge64,
webBasedEmail CounterBasedGauge64,
malwareSites CounterBasedGauge64,
phishingAndOtherFraud CounterBasedGauge64,
proxyAvoidAndAnonymizers CounterBasedGauge64,
spywareAndAdware CounterBasedGauge64,
music CounterBasedGauge64,
government CounterBasedGauge64,
nudity CounterBasedGauge64,
newsAndMedia CounterBasedGauge64,
illegal CounterBasedGauge64,
cDNs CounterBasedGauge64,
internetCommunications CounterBasedGauge64,
botNets CounterBasedGauge64,
abortion CounterBasedGauge64,
healthAndMedicine CounterBasedGauge64,
confirmedSPAMSources CounterBasedGauge64,
spamUrls CounterBasedGauge64,
unconfirmedSPAMSources CounterBasedGauge64,
openHTTPProxies CounterBasedGauge64,
dynamicComment CounterBasedGauge64,
parkedDomains CounterBasedGauge64,
alcoholAndTobacco CounterBasedGauge64,
privateIPAddresses CounterBasedGauge64,
imageAndVideoSearch CounterBasedGauge64,
fashionAndBeauty CounterBasedGauge64,
recreationAndHobbies CounterBasedGauge64,
motorVehicles CounterBasedGauge64,
webHostingSites CounterBasedGauge64,
foodAndDining CounterBasedGauge64,
nudityArtistic CounterBasedGauge64,
illegalPornography CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Web Category List name"
::={ webCategoryCategoryListSEntry 1 }
uncategorized OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "uncategorized category"
::={ webCategoryCategoryListSEntry 2 }
realEstate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "real estate category"
::={ webCategoryCategoryListSEntry 3 }
computerAndInternetSecurity OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "computer and internet security category"
::={ webCategoryCategoryListSEntry 4 }
financialServices OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "financial services category"
::={ webCategoryCategoryListSEntry 5 }
businessAndEconomy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "business and economy category"
::={ webCategoryCategoryListSEntry 6 }
computerAndInternetInfo OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "computer and internet info category"
::={ webCategoryCategoryListSEntry 7 }
auctions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "auctions category"
::={ webCategoryCategoryListSEntry 8 }
shopping OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "shopping category"
::={ webCategoryCategoryListSEntry 9 }
cultAndOccult OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "cult and occult category"
::={ webCategoryCategoryListSEntry 10 }
travel OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "travel category"
::={ webCategoryCategoryListSEntry 11 }
drugs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "drugs category"
::={ webCategoryCategoryListSEntry 12 }
adultAndPornography OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "adult and pornography category"
::={ webCategoryCategoryListSEntry 13 }
homeAndGarden OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "home and garden category"
::={ webCategoryCategoryListSEntry 14 }
military OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "military category"
::={ webCategoryCategoryListSEntry 15 }
socialNetwork OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "social network category"
::={ webCategoryCategoryListSEntry 16 }
deadSites OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dead sites category"
::={ webCategoryCategoryListSEntry 17 }
stockAdviceAndTools OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "stock advice and tools category"
::={ webCategoryCategoryListSEntry 18 }
trainingAndTools OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "training and tools category"
::={ webCategoryCategoryListSEntry 19 }
dating OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dating category"
::={ webCategoryCategoryListSEntry 20 }
sexEducation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "sex education category"
::={ webCategoryCategoryListSEntry 21 }
religion OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "religion category"
::={ webCategoryCategoryListSEntry 22 }
entertainmentAndArts OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "entertainment and arts category"
::={ webCategoryCategoryListSEntry 23 }
personalSitesAndBlogs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "personal sites and blogs category"
::={ webCategoryCategoryListSEntry 24 }
legal OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "legal category"
::={ webCategoryCategoryListSEntry 25 }
localInformation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "local information category"
::={ webCategoryCategoryListSEntry 26 }
streamingMedia OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "streaming media category"
::={ webCategoryCategoryListSEntry 27 }
jobSearch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "job search category"
::={ webCategoryCategoryListSEntry 28 }
gambling OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "gambling category"
::={ webCategoryCategoryListSEntry 29 }
translation OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "translation category"
::={ webCategoryCategoryListSEntry 30 }
referenceAndResearch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "reference and research category"
::={ webCategoryCategoryListSEntry 31 }
sharewareAndFreeware OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "shareware and freeware category"
::={ webCategoryCategoryListSEntry 32 }
peerToPeer OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "peer to peer category"
::={ webCategoryCategoryListSEntry 33 }
marijuana OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "marijuana category"
::={ webCategoryCategoryListSEntry 34 }
hacking OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "hacking category"
::={ webCategoryCategoryListSEntry 35 }
games OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "games category"
::={ webCategoryCategoryListSEntry 36 }
philosophyAndPolitics OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "philosophy and politics category"
::={ webCategoryCategoryListSEntry 37 }
weapons OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "weapons category"
::={ webCategoryCategoryListSEntry 38 }
payToSurf OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "pay to surf category"
::={ webCategoryCategoryListSEntry 39 }
huntingAndFishing OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "hunting and fishing category"
::={ webCategoryCategoryListSEntry 40 }
society OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "society category"
::={ webCategoryCategoryListSEntry 41 }
educationalInstitutions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "educational institutions category"
::={ webCategoryCategoryListSEntry 42 }
onlineGreetingCards OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "online greeting cards category"
::={ webCategoryCategoryListSEntry 43 }
sports OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "sports category"
::={ webCategoryCategoryListSEntry 44 }
swimsuitsAndIntimateApparel OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "swimsuits and intimate apparel category"
::={ webCategoryCategoryListSEntry 45 }
questionable OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "questionable category"
::={ webCategoryCategoryListSEntry 46 }
kids OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "kids category"
::={ webCategoryCategoryListSEntry 47 }
hateAndRacism OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "hate and racism category"
::={ webCategoryCategoryListSEntry 48 }
personalStorage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "personal storage category"
::={ webCategoryCategoryListSEntry 49 }
violence OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "violence category"
::={ webCategoryCategoryListSEntry 50 }
keyloggersAndMonitoring OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "keyloggers and monitoring category"
::={ webCategoryCategoryListSEntry 51 }
searchEngines OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "search engines category"
::={ webCategoryCategoryListSEntry 52 }
internetPortals OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "internet portals category"
::={ webCategoryCategoryListSEntry 53 }
webAdvertisements OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "web advertisements category"
::={ webCategoryCategoryListSEntry 54 }
cheating OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "cheating category"
::={ webCategoryCategoryListSEntry 55 }
gross OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "gross category"
::={ webCategoryCategoryListSEntry 56 }
webBasedEmail OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "web based email category"
::={ webCategoryCategoryListSEntry 57 }
malwareSites OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "malware sites category"
::={ webCategoryCategoryListSEntry 58 }
phishingAndOtherFraud OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "phishing and other fraud category"
::={ webCategoryCategoryListSEntry 59 }
proxyAvoidAndAnonymizers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "proxy avoid and anonymizers category"
::={ webCategoryCategoryListSEntry 60 }
spywareAndAdware OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "spyware and adware category"
::={ webCategoryCategoryListSEntry 61 }
music OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "music category"
::={ webCategoryCategoryListSEntry 62 }
government OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "government category"
::={ webCategoryCategoryListSEntry 63 }
nudity OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "nudity category"
::={ webCategoryCategoryListSEntry 64 }
newsAndMedia OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "news and media category"
::={ webCategoryCategoryListSEntry 65 }
illegal OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "illegal category"
::={ webCategoryCategoryListSEntry 66 }
cDNs OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "content delivery networks category"
::={ webCategoryCategoryListSEntry 67 }
internetCommunications OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "internet communications category"
::={ webCategoryCategoryListSEntry 68 }
botNets OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "bot nets category"
::={ webCategoryCategoryListSEntry 69 }
abortion OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "abortion category"
::={ webCategoryCategoryListSEntry 70 }
healthAndMedicine OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "health and medicine category"
::={ webCategoryCategoryListSEntry 71 }
confirmedSPAMSources OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "confirmed SPAM sources category"
::={ webCategoryCategoryListSEntry 72 }
spamUrls OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SPAM URLs category"
::={ webCategoryCategoryListSEntry 73 }
unconfirmedSPAMSources OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "unconfirmed SPAM sources category"
::={ webCategoryCategoryListSEntry 74 }
openHTTPProxies OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "open HTTP proxies category"
::={ webCategoryCategoryListSEntry 75 }
dynamicComment OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dynamic comment category"
::={ webCategoryCategoryListSEntry 76 }
parkedDomains OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "parked domains category"
::={ webCategoryCategoryListSEntry 77 }
alcoholAndTobacco OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "alcohol and tobacco category"
::={ webCategoryCategoryListSEntry 78 }
privateIPAddresses OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "private IP addresses category"
::={ webCategoryCategoryListSEntry 79 }
imageAndVideoSearch OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "image and video search category"
::={ webCategoryCategoryListSEntry 80 }
fashionAndBeauty OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "fashion and beauty category"
::={ webCategoryCategoryListSEntry 81 }
recreationAndHobbies OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "recreation and hobbies category"
::={ webCategoryCategoryListSEntry 82 }
motorVehicles OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "motor vehicles category"
::={ webCategoryCategoryListSEntry 83 }
webHostingSites OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "web hosting sites category"
::={ webCategoryCategoryListSEntry 84 }
foodAndDining OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "food and dining category"
::={ webCategoryCategoryListSEntry 85 }
nudityArtistic OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "nudity join entertainment and arts"
::={ webCategoryCategoryListSEntry 86 }
illegalPornography OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "illegal join adult and pornography"
::={ webCategoryCategoryListSEntry 87 }
acosWebCategoryStatistics OBJECT IDENTIFIER ::= { acosWebCategory 8 }
acosWebCategoryStatisticsS OBJECT IDENTIFIER ::= { acosWebCategoryStatistics 1 }
dbLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 1 }
cloudCacheLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 2 }
cloudLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 3 }
rtuLookup OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 4 }
lookupLatency OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 5 }
dbMem OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 6 }
rtuCacheMem OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 7 }
lookupCacheMem OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "some help string"
::={ acosWebCategoryStatisticsS 8 }
acosWebCategoryReputationScope OBJECT IDENTIFIER ::= { acosWebCategory 9 }
acosWebCategoryReputationScopeS OBJECT IDENTIFIER ::= { acosWebCategoryReputationScope 1 }
webCategoryReputationScopeSTable OBJECT-TYPE
SYNTAX SEQUENCE OF WebCategoryReputationScopeSEntry
MAX-ACCESS not-accessible
STATUS current
::={ acosWebCategoryReputationScopeS 1 }
webCategoryReputationScopeSEntry OBJECT-TYPE
SYNTAX WebCategoryReputationScopeSEntry
MAX-ACCESS not-accessible
STATUS current
INDEX {
name
}
::={ webCategoryReputationScopeSTable 1 }
WebCategoryReputationScopeSEntry ::=
SEQUENCE {
name DisplayString,
trustworthy CounterBasedGauge64,
lowRisk CounterBasedGauge64,
moderateRisk CounterBasedGauge64,
suspicious CounterBasedGauge64,
malicious CounterBasedGauge64
}
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Reputation Scope name"
::={ webCategoryReputationScopeSEntry 1 }
trustworthy OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Trustworthy level(81-100)"
::={ webCategoryReputationScopeSEntry 2 }
lowRisk OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Low-risk level(61-80)"
::={ webCategoryReputationScopeSEntry 3 }
moderateRisk OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Moderate-risk level(41-60)"
::={ webCategoryReputationScopeSEntry 4 }
suspicious OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Suspicious level(21-40)"
::={ webCategoryReputationScopeSEntry 5 }
malicious OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Malicious level(1-20)"
::={ webCategoryReputationScopeSEntry 6 }
END

973
mibs/a10/AX-BGP-MIB Normal file
View File

@ -0,0 +1,973 @@
-- **************************************************************
--
-- AX-BGP-MIB.txt
-- Copyright(C) 2007-2022, A10 Networks Inc. All rights reserved.
-- Software for all A10 products contain trade secrets and confidential
-- information of A10 Networks and its subsidiaries and may not be disclosed,
-- copied, reproduced or distributed to anyone outside of A10 Networks
-- without prior written consent of A10 Networks, Inc.
--
-- **************************************************************
AX-BGP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
IpAddress, Integer32, Counter32, Gauge32, mib-2
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
InetAddressType, InetAddress, InetPortNumber,
InetAutonomousSystemNumber, InetAddressPrefixLength
FROM INET-ADDRESS-MIB
a10Mgmt
FROM A10-COMMON-MIB;
axBgpMIB MODULE-IDENTITY
LAST-UPDATED "202204070000Z"
ORGANIZATION "A10 Networks, Inc."
CONTACT-INFO "E-mail: support@A10Networks.com"
DESCRIPTION
"This MIB module defines the management object
for the BGP protocol. This MIB extends the
RFC 4273 to cover both IPv4 and IPv6 address
families and A10 extensions."
::= { a10Mgmt 5 }
axBgpVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Vector of supported BGP protocol version
numbers. Each peer negotiates the version
from this vector. Versions are identified
via the string of bits contained within this
object. The first octet contains bits 0 to
7, the second octet contains bits 8 to 15,
and so on, with the most significant bit
referring to the lowest bit number in the
octet (e.g., the MSB of the first octet
refers to bit 0). If a bit, i, is present
and set, then the version (i+1) of the BGP
is supported."
::= { axBgpMIB 1 }
axBgpLocalAs OBJECT-TYPE
SYNTAX InetAutonomousSystemNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local autonomous system number. Support
for two-octet and four-octet AS number space."
REFERENCE
"RFC 4271, Section 4.2, 'My Autonomous System'.
RFC 6793, BGP Support for Four-Octet Autonomous
System (AS) Number Space"
::= { axBgpMIB 2 }
axBgpIdentifier OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The BGP Identifier of the local system."
::= { axBgpMIB 3 }
-- BGP Peer table. This table contains, one entry per
-- BGP peer, information about the BGP peer.
axBgpPeerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AxBgpPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"BGP peer table. This table contains,
one entry per BGP peer, information about the
connections with BGP peers."
::= { axBgpMIB 4 }
axBgpPeerEntry OBJECT-TYPE
SYNTAX AxBgpPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing information about the
connection with a BGP peer."
INDEX { axBgpPeerType, axBgpPeerRemoteAddr }
::= { axBgpPeerTable 1 }
AxBgpPeerEntry ::= SEQUENCE {
axBgpPeerType
INTEGER,
axBgpPeerIdentifier
IpAddress,
axBgpPeerState
INTEGER,
axBgpPeerAdminStatus
INTEGER,
axBgpPeerNegotiatedVersion
Integer32,
axBgpPeerLocalAddr
InetAddress,
axBgpPeerLocalPort
Integer32,
axBgpPeerRemoteAddr
InetAddress,
axBgpPeerRemotePort
Integer32,
axBgpPeerRemoteAs
InetAutonomousSystemNumber,
axBgpPeerInUpdates
Counter32,
axBgpPeerOutUpdates
Counter32,
axBgpPeerInTotalMessages
Counter32,
axBgpPeerOutTotalMessages
Counter32,
axBgpPeerLastError
OCTET STRING,
axBgpPeerFsmEstablishedTransitions
Counter32,
axBgpPeerFsmEstablishedTime
Gauge32,
axBgpPeerConnectRetryInterval
Integer32,
axBgpPeerHoldTime
Integer32,
axBgpPeerKeepAlive
Integer32,
axBgpPeerHoldTimeConfigured
Integer32,
axBgpPeerKeepAliveConfigured
Integer32,
axBgpPeerMinASOriginationInterval
Integer32,
axBgpPeerMinRouteAdvertisementInterval
Integer32,
axBgpPeerInUpdateElapsedTime
Gauge32,
axBgpPeerMaxPrefixLimit
Gauge32,
axBgpPeerThreshold
Integer32
}
axBgpPeerType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of the BGP peer address"
::= { axBgpPeerEntry 1 }
axBgpPeerIdentifier OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The BGP Identifier of this entry's BGP peer.
This entry MUST be 0.0.0.0 unless the
axBgpPeerState is in the openconfirm or the
established state."
::= { axBgpPeerEntry 2 }
axBgpPeerState OBJECT-TYPE
SYNTAX INTEGER {
idle(1),
connect(2),
active(3),
opensent(4),
openconfirm(5),
established(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The BGP peer connection state."
::= { axBgpPeerEntry 3 }
axBgpPeerAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
stop(1),
start(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The desired state of the BGP connection.
A transition from 'stop' to 'start' will cause
the BGP Manual Start Event to be generated.
A transition from 'start' to 'stop' will cause
the BGP Manual Stop Event to be generated.
This parameter can be used to restart BGP peer
connections."
::= { axBgpPeerEntry 4 }
axBgpPeerNegotiatedVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The negotiated version of BGP running between
the two peers.
This entry MUST be zero (0) unless the
axBgpPeerState is in the openconfirm or the
established state.
Note that legal values for this object are
between 0 and 255."
::= { axBgpPeerEntry 5 }
axBgpPeerLocalAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local IP address of this entry's BGP
connection."
::= { axBgpPeerEntry 6 }
axBgpPeerLocalPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local port for the TCP connection between
the BGP peers."
::= { axBgpPeerEntry 7 }
axBgpPeerRemoteAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remote IP address of this entry's BGP
peer."
::= { axBgpPeerEntry 8 }
axBgpPeerRemotePort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remote port for the TCP connection
between the BGP peers. Note that the
objects axBgpPeerLocalAddr,
axBgpPeerLocalPort, axBgpPeerRemoteAddr, and
axBgpPeerRemotePort provide the appropriate
reference to the standard MIB TCP
connection table."
::= { axBgpPeerEntry 9 }
axBgpPeerRemoteAs OBJECT-TYPE
SYNTAX InetAutonomousSystemNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remote autonomous system number received in
the BGP OPEN message."
::= { axBgpPeerEntry 10 }
axBgpPeerInUpdates OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of BGP UPDATE messages
received on this connection."
::= { axBgpPeerEntry 11 }
axBgpPeerOutUpdates OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of BGP UPDATE messages
transmitted on this connection."
::= { axBgpPeerEntry 12 }
axBgpPeerInTotalMessages OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of messages received
from the remote peer on this connection."
::= { axBgpPeerEntry 13 }
axBgpPeerOutTotalMessages OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of messages transmitted to
the remote peer on this connection."
::= { axBgpPeerEntry 14 }
axBgpPeerLastError OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last error code and subcode seen by this
peer on this connection. If no error has
occurred, this field is zero. Otherwise, the
first byte of this two byte OCTET STRING
contains the error code, and the second byte
contains the subcode."
::= { axBgpPeerEntry 15 }
axBgpPeerFsmEstablishedTransitions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of times the BGP FSM
transitioned into the established state
for this peer."
::= { axBgpPeerEntry 16 }
axBgpPeerFsmEstablishedTime OBJECT-TYPE
SYNTAX Gauge32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This timer indicates how long (in
seconds) this peer has been in the
established state or how long
since this peer was last in the
established state. It is set to zero when
a new peer is configured or when the router is
booted."
::= { axBgpPeerEntry 17 }
axBgpPeerConnectRetryInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the
ConnectRetry timer. The suggested value
for this timer is 120 seconds."
::= { axBgpPeerEntry 18 }
axBgpPeerHoldTime OBJECT-TYPE
SYNTAX Integer32 ( 0 | 3..65535 )
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the Hold
Timer established with the peer. The
value of this object is calculated by this
BGP speaker, using the smaller of the
values in axBgpPeerHoldTimeConfigured and the
Hold Time received in the OPEN message.
This value must be at least three seconds
if it is not zero (0).
If the Hold Timer has not been established
with the peer this object MUST have a value
of zero (0).
If the axBgpPeerHoldTimeConfigured object has
a value of (0), then this object MUST have a
value of (0)."
::= { axBgpPeerEntry 19 }
axBgpPeerKeepAlive OBJECT-TYPE
SYNTAX Integer32 ( 0 | 1..21845 )
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the KeepAlive
timer established with the peer. The value
of this object is calculated by this BGP
speaker such that, when compared with
axBgpPeerHoldTime, it has the same proportion
that axBgpPeerKeepAliveConfigured has,
compared with axBgpPeerHoldTimeConfigured.
If the KeepAlive timer has not been established
with the peer, this object MUST have a value
of zero (0).
If the of axBgpPeerKeepAliveConfigured object
has a value of (0), then this object MUST have
a value of (0)."
::= { axBgpPeerEntry 20 }
axBgpPeerHoldTimeConfigured OBJECT-TYPE
SYNTAX Integer32 ( 0 | 3..65535 )
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the Hold Time
configured for this BGP speaker with this
peer. This value is placed in an OPEN
message sent to this peer by this BGP
speaker, and is compared with the Hold
Time field in an OPEN message received
from the peer when determining the Hold
Time (axBgpPeerHoldTime) with the peer.
This value must not be less than three
seconds if it is not zero (0). If it is
zero (0), the Hold Time is NOT to be
established with the peer. The suggested
value for this timer is 90 seconds."
::= { axBgpPeerEntry 21 }
axBgpPeerKeepAliveConfigured OBJECT-TYPE
SYNTAX Integer32 ( 0 | 1..21845 )
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the
KeepAlive timer configured for this BGP
speaker with this peer. The value of this
object will only determine the
KEEPALIVE messages' frequency relative to
the value specified in
axBgpPeerHoldTimeConfigured; the actual
time interval for the KEEPALIVE messages is
indicated by axBgpPeerKeepAlive. A
reasonable maximum value for this timer
would be one third of that of
axBgpPeerHoldTimeConfigured.
If the value of this object is zero (0),
no periodical KEEPALIVE messages are sent
to the peer after the BGP connection has
been established. The suggested value for
this timer is 30 seconds."
::= { axBgpPeerEntry 22 }
axBgpPeerMinASOriginationInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the
MinASOriginationInterval timer.
The suggested value for this timer is 15
seconds."
::= { axBgpPeerEntry 23 }
axBgpPeerMinRouteAdvertisementInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time interval (in seconds) for the
MinRouteAdvertisementInterval timer.
The suggested value for this timer is 30
seconds for EBGP connections and 5
seconds for IBGP connections."
::= { axBgpPeerEntry 24 }
axBgpPeerInUpdateElapsedTime OBJECT-TYPE
SYNTAX Gauge32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Elapsed time (in seconds) since the last BGP
UPDATE message was received from the peer.
Each time axBgpPeerInUpdates is incremented,
the value of this object is set to zero (0)."
::= { axBgpPeerEntry 25 }
axBgpPeerMaxPrefixLimit OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum number of prefix accept from this peer"
::= { axBgpPeerEntry 26 }
axBgpPeerThreshold OBJECT-TYPE
SYNTAX Integer32 (1..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Max-Prefix Threshold-value (1-100)%. Once an accepted
prefixes exceed the threshold limit a warning message is
generatead and the SNMP notification is sent"
::= { axBgpPeerEntry 27 }
-- BGP Received Path Attribute Table. This table
-- contains one entry per path to a network, and path
-- attributes received from all peers running BGP.
axBgpPathAttrTable OBJECT-TYPE
SYNTAX SEQUENCE OF AxBgpPathAttrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The BGP Received Path Attribute Table
contains information about paths to
destination networks, received from all
BGP peers."
::= { axBgpMIB 5 }
axBgpPathAttrEntry OBJECT-TYPE
SYNTAX AxBgpPathAttrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a path to a network."
INDEX { axBgpPathAttrIpAddrType,
axBgpPathAttrIpAddrPrefix,
axBgpPathAttrIpAddrPrefixLen,
axBgpPathAttrPeerType,
axBgpPathAttrPeer }
::= { axBgpPathAttrTable 1 }
AxBgpPathAttrEntry ::= SEQUENCE {
axBgpPathAttrIpAddrType
InetAddressType,
axBgpPathAttrPeerType
InetAddressType,
axBgpPathAttrPeer
InetAddress,
axBgpPathAttrIpAddrPrefixLen
InetAddressPrefixLength,
axBgpPathAttrIpAddrPrefix
InetAddress,
axBgpPathAttrOrigin
INTEGER,
axBgpPathAttrASPathSegment
OCTET STRING,
axBgpPathAttrNextHopType
InetAddressType,
axBgpPathAttrNextHop
InetAddress,
axBgpPathAttrMultiExitDisc
Integer32,
axBgpPathAttrLocalPref
Integer32,
axBgpPathAttrAtomicAggregate
INTEGER,
axBgpPathAttrAggregatorAS
Integer32,
axBgpPathAttrAggregatorAddr
IpAddress,
axBgpPathAttrCalcLocalPref
Integer32,
axBgpPathAttrBest
INTEGER,
axBgpPathAttrUnknown
OCTET STRING
}
axBgpPathAttrIpAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The address family of the prfix specified
in axBgpPathAttrIpAddrPrefix"
::= { axBgpPathAttrEntry 1 }
axBgpPathAttrPeerType OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of the address of the peer where the path
information was learned."
::= { axBgpPathAttrEntry 2 }
axBgpPathAttrPeer OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the peer where the path
information was learned."
::= { axBgpPathAttrEntry 3 }
axBgpPathAttrIpAddrPrefixLen OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Length in bits of the IP address prefix in
the Network Layer Reachability
Information field."
::= { axBgpPathAttrEntry 4 }
axBgpPathAttrIpAddrPrefix OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An IP address prefix in the Network Layer
Reachability Information field. This object
is an IP address containing the prefix with
length specified by
axBgpPathAttrIpAddrPrefixLen.
Any bits beyond the length specified by
axBgpPathAttrIpAddrPrefixLen are zeroed."
::= { axBgpPathAttrEntry 5 }
axBgpPathAttrOrigin OBJECT-TYPE
SYNTAX INTEGER {
igp(1),-- networks are interior
egp(2),-- networks learned via the
-- EGP protocol
incomplete(3) -- networks that
-- are learned by some other
-- means
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ultimate origin of the path
information."
::= { axBgpPathAttrEntry 6 }
axBgpPathAttrASPathSegment OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (2..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sequence of AS path segments. Each AS
path segment is represented by a triple
<type, length, value>.
The type is a 1-octet field that has two
possible values:
1 AS_SET: unordered set of ASes that a
route in the UPDATE message
has traversed
2 AS_SEQUENCE: ordered set of ASes that
a route in the UPDATE message
has traversed.
The length is a 1-octet field containing the
number of ASes in the value field.
The value field contains one or more AS
numbers. Each AS is represented in the octet
string as a pair of octets according to the
following algorithm:
first-byte-of-pair = ASNumber / 256;
second-byte-of-pair = ASNumber & 255;
Known IssueVs:
o BGP Confederations will result in
a type of either 3 or 4.
o An AS Path may be longer than 255 octets.
This may result in this object containing
a truncated AS Path."
::= { axBgpPathAttrEntry 7 }
axBgpPathAttrNextHopType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address family of the address of the border
router that should be used for the destination network."
::= { axBgpPathAttrEntry 8 }
axBgpPathAttrNextHop OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address of the border router that
should be used for the destination
network. This address is the NEXT_HOP
address received in the UPDATE packet."
::= { axBgpPathAttrEntry 9 }
axBgpPathAttrMultiExitDisc OBJECT-TYPE
SYNTAX Integer32 (-1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This metric is used to discriminate
between multiple exit points to an
adjacent autonomous system. A value of -1
indicates the absence of this attribute."
::= { axBgpPathAttrEntry 10 }
axBgpPathAttrLocalPref OBJECT-TYPE
SYNTAX Integer32 (-1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The originating BGP speaker's degree of
preference for an advertised route. A
value of -1 indicates the absence of this
attribute."
::= { axBgpPathAttrEntry 11 }
axBgpPathAttrAtomicAggregate OBJECT-TYPE
SYNTAX INTEGER {
lessSpecificRouteNotSelected(1),
-- Typo corrected from RFC 1657
lessSpecificRouteSelected(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the ATOMIC_AGGREGATE attribute is present
in the Path Attributes then this object MUST
have a value of 'lessSpecificRouteNotSelected'.
If the ATOMIC_AGGREGATE attribute is missing
in the Path Attributes then this object MUST
have a value of 'lessSpecificRouteSelected'.
Note that ATOMIC_AGGREGATE is now a primarily
informational attribute."
::= { axBgpPathAttrEntry 12 }
axBgpPathAttrAggregatorAS OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The AS number of the last BGP speaker that
performed route aggregation. A value of
zero (0) indicates the absence of this
attribute.
Note that propagation of AS of zero is illegal
in the Internet."
::= { axBgpPathAttrEntry 13 }
axBgpPathAttrAggregatorAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the last BGP speaker
that performed route aggregation. A
value of 0.0.0.0 indicates the absence
of this attribute."
::= { axBgpPathAttrEntry 14 }
axBgpPathAttrCalcLocalPref OBJECT-TYPE
SYNTAX Integer32 (-1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The degree of preference calculated by the
receiving BGP speaker for an advertised
route. A value of -1 indicates the
absence of this attribute."
::= { axBgpPathAttrEntry 15 }
axBgpPathAttrBest OBJECT-TYPE
SYNTAX INTEGER {
false(1),-- not chosen as best route
true(2) -- chosen as best route
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An indication of whether this route
was chosen as the best BGP route for this
destination."
::= { axBgpPathAttrEntry 16 }
axBgpPathAttrUnknown OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"One or more path attributes not understood by
this BGP speaker.
Path attributes are recorded in the Update Path
attribute format of type, length, value.
Size zero (0) indicates the absence of such
attributes.
Octets beyond the maximum size, if any, are not
recorded by this object.
Known Issues:
o Attributes understood by this speaker, but not
represented in this MIB, are unavailable to
the agent."
::= { axBgpPathAttrEntry 17 }
--
-- Notifications.
--
axBgpNotification OBJECT IDENTIFIER ::= { axBgpMIB 0 }
axBgpEstablishedNotification NOTIFICATION-TYPE
OBJECTS { axBgpPeerRemoteAddr,
axBgpPeerLastError,
axBgpPeerState }
STATUS current
DESCRIPTION
"The axbgpEstablishedNotification event is generated
when the BGP FSM enters the established state."
::= { axBgpNotification 1 }
axBgpBackwardTransNotification NOTIFICATION-TYPE
OBJECTS { axBgpPeerRemoteAddr,
axBgpPeerLastError,
axBgpPeerState }
STATUS current
DESCRIPTION
"The axbgpBackwardTransNotification event is
generated when the BGP FSM moves from a higher
numbered state to a lower numbered state."
::= { axBgpNotification 2 }
axBgpPrefixThresholdExceededNotification NOTIFICATION-TYPE
OBJECTS { axBgpPeerRemoteAddr,
axBgpPeerMaxPrefixLimit,
axBgpPeerThreshold }
STATUS current
DESCRIPTION
"The axBgpPrefixThresholdExceededNotification event is
generated when the prefix count exceeds the warning
threshold configured for the BGP peer."
::= { axBgpNotification 3 }
axBgpPrefixThresholdClearNotification NOTIFICATION-TYPE
OBJECTS { axBgpPeerRemoteAddr,
axBgpPeerMaxPrefixLimit,
axBgpPeerThreshold }
STATUS current
DESCRIPTION
"The axBgpPrefixThresholdClearNotification event is
generated when the prefix count drops below the warning
threshold configured for the BGP peer if it exceeded the
threshold before."
::= { axBgpNotification 4 }
-- Conformance information
axBgpMIBConformance OBJECT IDENTIFIER
::= { axBgpMIB 8 }
axBgpMIBCompliances OBJECT IDENTIFIER
::= { axBgpMIBConformance 1 }
axBgpMIBGroups OBJECT IDENTIFIER
::= { axBgpMIBConformance 2 }
-- Compliance statements
axBgpMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which
implement the AX BGP mib."
MODULE -- this module
MANDATORY-GROUPS { axBgpMIBGlobalsGroup,
axBgpMIBPeerGroup,
axBgpMIBPathAttrGroup }
GROUP axBgpMIBNotificationGroup
DESCRIPTION
"Implementation of BGP Notifications are
completely optional in this MIB."
::= { axBgpMIBCompliances 1 }
-- Units of conformance
axBgpMIBGlobalsGroup OBJECT-GROUP
OBJECTS { axBgpVersion,
axBgpLocalAs,
axBgpIdentifier }
STATUS current
DESCRIPTION
"A collection of objects providing
information on global BGP state."
::= { axBgpMIBGroups 1 }
axBgpMIBPeerGroup OBJECT-GROUP
OBJECTS { axBgpPeerType,
axBgpPeerIdentifier,
axBgpPeerState,
axBgpPeerAdminStatus,
axBgpPeerNegotiatedVersion,
axBgpPeerLocalAddr,
axBgpPeerLocalPort,
axBgpPeerRemoteAddr,
axBgpPeerRemotePort,
axBgpPeerRemoteAs,
axBgpPeerInUpdates,
axBgpPeerOutUpdates,
axBgpPeerInTotalMessages,
axBgpPeerOutTotalMessages,
axBgpPeerLastError,
axBgpPeerFsmEstablishedTransitions,
axBgpPeerFsmEstablishedTime,
axBgpPeerConnectRetryInterval,
axBgpPeerHoldTime,
axBgpPeerKeepAlive,
axBgpPeerHoldTimeConfigured,
axBgpPeerKeepAliveConfigured,
axBgpPeerMinASOriginationInterval,
axBgpPeerMinRouteAdvertisementInterval,
axBgpPeerInUpdateElapsedTime,
axBgpPeerMaxPrefixLimit,
axBgpPeerThreshold }
STATUS current
DESCRIPTION
"A collection of objects for managing
BGP peers."
::= { axBgpMIBGroups 2 }
axBgpMIBPathAttrGroup OBJECT-GROUP
OBJECTS { axBgpPathAttrIpAddrType,
axBgpPathAttrPeerType,
axBgpPathAttrPeer,
axBgpPathAttrIpAddrPrefixLen,
axBgpPathAttrIpAddrPrefix,
axBgpPathAttrOrigin,
axBgpPathAttrASPathSegment,
axBgpPathAttrNextHopType,
axBgpPathAttrNextHop,
axBgpPathAttrMultiExitDisc,
axBgpPathAttrLocalPref,
axBgpPathAttrAtomicAggregate,
axBgpPathAttrAggregatorAS,
axBgpPathAttrAggregatorAddr,
axBgpPathAttrCalcLocalPref,
axBgpPathAttrBest,
axBgpPathAttrUnknown }
STATUS current
DESCRIPTION
"A collection of objects for managing
BGP path entries."
::= { axBgpMIBGroups 3 }
axBgpMIBNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { axBgpEstablishedNotification,
axBgpBackwardTransNotification,
axBgpPrefixThresholdExceededNotification,
axBgpPrefixThresholdClearNotification }
STATUS current
DESCRIPTION
"A collection of notifications related to
BGP events."
::= { axBgpMIBGroups 4 }
END