initial commit

This commit is contained in:
Heston Snodgrass 2016-12-15 15:03:18 -07:00
commit 89bf4b016e
4576 changed files with 5273009 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

82
3fc-004.mib Executable file
View File

@ -0,0 +1,82 @@
-- **********************************************************************
--
-- Name: 3Com ESD Generic MIB branches
--
-- Description:
-- This is the register for all MIB branches under a3com.generic.
-- These MIB branches are declared in the source file:
-- /vobs/shelf/gma/gmi/bdn.mib
--
-- This document is currently maintained by:
-- Les Bell Les_Bell@3Com.com
--
-- History Date Reason for Change
--
-- 1.00 1997 Issued as 3Com RFC.
-- some history was lost
-- 1.50 17 March 00 Added branch for qos
-- 1.60 23 Oct 00 Added branch for L4 Re-direction
-- -----------------------------
-- YY/MM/DD Author Comments
-- -----------------------------
-- 01/12/06 EL Bell Added a3ComTrafficStats {41} a3ComRadiusMIB {42}
-- 01/12/11 P Biti Added a3ComBackup-mib { 43}
-- 02/04/30 EL Bell Added a3comLicenseGroup {44}
-- 03/09/30 EL Bell Added a3ComPowerEthernetExt {45}
-- **********************************************************************
-- Copyright (c) 3Com Corporation. All Rights Reserved.
-- **********************************************************************
A3COM0004-GENERIC DEFINITIONS ::= BEGIN
IMPORTS
generic FROM A3Com-products-MIB
OBJECT-TYPE FROM RFC-1212
;
setup OBJECT IDENTIFIER ::= {generic 2}
sysLoader OBJECT IDENTIFIER ::= {generic 3}
security OBJECT IDENTIFIER ::= {generic 4}
gauges OBJECT IDENTIFIER ::= {generic 5}
asciiAgent OBJECT IDENTIFIER ::= {generic 6}
serialIf OBJECT IDENTIFIER ::= {generic 7}
repeaterMgmt OBJECT IDENTIFIER ::= {generic 8}
endStation OBJECT IDENTIFIER ::= {generic 9}
localSnmp OBJECT IDENTIFIER ::= {generic 10}
manager OBJECT IDENTIFIER ::= {generic 11}
unusedGeneric12 OBJECT IDENTIFIER ::= {generic 12}
chassis OBJECT IDENTIFIER ::= {generic 14}
mrmResilience OBJECT IDENTIFIER ::= {generic 15}
tokenRing OBJECT IDENTIFIER ::= {generic 16}
multiRepeater OBJECT IDENTIFIER ::= {generic 17}
bridgeMgmt OBJECT IDENTIFIER ::= {generic 18}
fault OBJECT IDENTIFIER ::= {generic 19}
poll OBJECT IDENTIFIER ::= {generic 20}
powerSupply OBJECT IDENTIFIER ::= {generic 21}
securePort OBJECT IDENTIFIER ::= {generic 22}
alertLed OBJECT IDENTIFIER ::= {generic 23}
remoteControl OBJECT IDENTIFIER ::= {generic 24}
rmonExtensions OBJECT IDENTIFIER ::= {generic 25}
rfc1516extensions OBJECT IDENTIFIER ::= {generic 26}
superStackIIconfig OBJECT IDENTIFIER ::= {generic 27}
extendedIfInfo OBJECT IDENTIFIER ::= {generic 28}
a3ComVlan OBJECT IDENTIFIER ::= {generic 29}
vlanServerClient OBJECT IDENTIFIER ::= {generic 30}
segmentLoadBalancing OBJECT IDENTIFIER ::= {generic 31}
virtualFileSystem OBJECT IDENTIFIER ::= {generic 32}
smartAutosensing OBJECT IDENTIFIER ::= {generic 33}
brasica2 OBJECT IDENTIFIER ::= {generic 34}
smaVlanSupport OBJECT IDENTIFIER ::= {generic 35}
a3ComBridgeExt OBJECT IDENTIFIER ::= {generic 36}
igmpMIB OBJECT IDENTIFIER ::= {generic 37}
mibSummary OBJECT IDENTIFIER ::= {generic 38}
qosProfiles OBJECT IDENTIFIER ::= {generic 39}
l4Redirect OBJECT IDENTIFIER ::= {generic 40}
a3ComTrafficStats OBJECT IDENTIFIER ::= {generic 41}
a3ComRadiusMIB OBJECT IDENTIFIER ::= {generic 42}
a3ComBackup-mib OBJECT IDENTIFIER ::= {generic 43}
a3comLicenseGroup OBJECT IDENTIFIER ::= {generic 44}
a3ComPowerEthernetExt OBJECT IDENTIFIER ::= {generic 45}
END

2708
3fc-045.mib Executable file

File diff suppressed because it is too large Load Diff

530
3fc-469.mib Executable file
View File

@ -0,0 +1,530 @@
-- **********************************************************************
--
-- Name: 3Com Switch Configuration Backup & Restore Control MIB
--
-- Description:
--
-- This MIB has been designed for use with the Simple Configuration
-- Backup and Restore Feature.
--
-- This MIB allows the user to save the configuration of a stack of
-- devices to a file on a TFTP Server, verify that the configuration
-- was stored correctly, restore the configuration from the TFTP Server
-- and produce a snapshot of the current device status and configuration.
--
-- Not all of the configuration information from the device will be
-- saved in the backup file. Security information such as passwords and
-- RADIUS shared secrets shall not be backed up. Storing these in a user
-- readable file would be a potential security breach. Furthermore,
-- there is no point in storing the basic IP address, subnetwork mask and
-- default gateway. If these are not already configured on the device,
-- it is impossible to TFTP the file to the device. And changing these
-- parameters accidentally to the settings of another device could break
-- the user's network.
--
-- At the head of the backup file there shall be:
-- (1) An indication of the hardware configuration of the device that
-- has produced this backup. This shall include information about
-- every unit in the stack and the plug-in modules that are
-- contained in each unit.
-- (2) An agent-generated comment that describes the backup. This may
-- include such items as the device name, the time when the backup
-- was taken (if supported on the device) and any other pertinent
-- information. This differs from (1) above in that this is
-- intended to be read by the user.
-- (3) Additional notes that the user may wish to attach to the file
-- for their own housekeeping purposes.
-- This is followed by the data contents of the backup file.
--
-- When a user is restoring a file, they will normally use the
-- loadDescriptionOnly operation first. This reads the contents of (2)
-- and (3) above into MIB variables. These would then be displayed to
-- the user. If the user is happy that the correct backup file has
-- been selected, then they would perform the restoreConfig operation.
-- This restores all of the configuration information that was saved
-- for the device.
--
-- Lock Mechanism:
--
-- This MIB employs a simple locking mechanism. When an operation is
-- in progress, all of the objects become read-only - that is any
-- attempt to write to the object should be rejected with a bad value
-- error. The only exception to this is that any user may write
-- abortAction(2) to a3ComBackupAction - this will abort the current
-- operation. When the abortion has completed, the objects will
-- return to read-write operation where appropriate.
--
-- For example, if a user tries to write a new filename to
-- a3ComBackupFilename, then the write will succeed if
-- a3ComBackupAction is notActive(1) and will fail otherwise.
-- This means that another user cannot corrupt the parameters
-- of the current operation.
--
-- The objects shall also become read-only if another operation in the
-- device means that a backup or restore operation cannot be executed
-- at this time. An example could be a software upgrade. In this case
-- a3ComBackupAction would be notActive(1). For simplicity, the user
-- is still allowed to write abortAction(2) to a3ComBackupAction.
--
-- **********************************************************************
--
-- History Date Reason for Change
--
-- 0.01 Sep 2001 Created.
-- 0.02 Oct 2001 Updated after initial review comments.
-- 0.03 Oct 2001 Minor editorial changes.
-- 0.04 Oct 2001 Updated after review with 3NS.
-- 0.05 Nov 2001 Restructured to allow for incorporation of user
-- locking mechanism.
-- 0.06 Nov 2001 Removed locking mechanism as being too complex.
-- MIB items are now read-only during operations as
-- an alternative locking mechanism.
-- 0.07 Nov 2001 Re-ordered the backup status enumerations.
-- 0.08 Dec 2001 Moved MIB root from products MIB to the generic branch
-- 0.09 Jan 2002 Added a3ComBackupResetNecessary to the MIB
-- 0.10 Jan 2002 No change to MIB contents.
-- 0.11 Feb 2002 Added a3ComBackupLastAction to the MIB and two new
-- backup status values.
-- 0.12 Feb 2002 Changed a3ComBackupKBytes to a3ComBackupBytes.
-- 1.00 Feb 2002 Now an Approved Standard.
--
-- **********************************************************************
-- Copyright (c) 2001 3Com Corporation, All Rights Reserved
-- **********************************************************************
A3COM0469-BACKUP-AND-RESTORE DEFINITIONS ::= BEGIN
IMPORTS
a3ComBackup-mib FROM A3COM0004-GENERIC
mgmt, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks,
enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
TRAP-TYPE FROM RFC-1215
DisplayString, PhysAddress, snmp FROM RFC1213-MIB
TruthValue FROM SNMPv2-TC
;
-- **********************************************************************
-- The following enumeration type defines the error messages that the
-- backup restore and snapshot operations may generate. They are listed
-- here at the head of the MIB since there are rather a lot of them.
-- **********************************************************************
BackupStatus ::= INTEGER {
backupTftpFileNotFound (1),
-- The TFTP Server was unable to locate the file that the user has
-- specified. The user should be prompted to re-enter the filename
-- correctly. This status is not applicable to operations that are
-- creating a new backup file.
backupTftpAccessViolation (2),
-- The TFTP Server will not allow the user access to the specified
-- filename. The user needs to reconfigure the TFTP Server or to select
-- a more appropriate filename.
backupTftpDiskFull (3),
-- The TFTP Server has been unable to create the specified file since it
-- has run out of disk space. The user needs to rationalise the file
-- usage on the TFTP Server. Or more disk space needs to be allocated
-- on the TFTP Server.
backupTftpIllegalOperation (4),
backupTftpUnknownTransferId (5),
-- The communications between the device and the TFTP Server have been
-- corrupted. The user should sort out any network problems and then
-- repeat the operation.
backupTftpFileExists (6),
-- The specified filename already exists on the TFTP Server and the TFTP
-- Server has been configured so that overwriting a file is not allowed.
-- The user should either use a new filename or should remove the file
-- from the TFTP Server before repeating the command.
backupTftpNoSuchUser (7),
-- The TFTP Server is not happy with this device trying to use it. It
-- may have an access table listing the IP addresses of the devices that
-- may access it. In that case, this device's IP address may not be in
-- that list.
backupNoResponse (8),
-- The device was unable to contact the TFTP Server. The user should
-- ensure that the correct TFTP Server IP address has been configured.
backupNoResource (9),
-- The device was unable to carry out the operation because of a lack
-- of resources (probably memory). The user should consider restarting
-- the device.
backupRecordLengthMismatch (10),
backupBadRecordType (11),
backupChecksumError (12),
-- These indicate that the file which is being read has been corrupted.
-- it is possible that the user has mistyped the filename and the wrong
-- file is being read.
backupWrongHardwareType (13),
backupWrongHardwareVersion (14),
-- This indicates that the backup file has been generated using a
-- different hardware configuration. The user has either changed the
-- device configuration or has selected the wrong backup file. If the
-- device configuration has been changed, the user may want to use the
-- restoreIgnoringErrors operation.
backupHeaderMissing (15),
-- The header information is missing from the backup file. This means
-- that the device is unable to determine if the file is appropriate to
-- this device. It is possible that the user has mistyped the filename.
-- This error is returned for the loadDescriptionOnly operation if it
-- cannot find the header. It is not returned for the restoreConfig
-- operation - this is to allow user generated files to be executed on
-- the device.
backupByteCountIncorrect (16),
backupAddressIncorrect (17),
-- These would be used by a binary format backup restoration if an
-- error is discovered in the format of the file. The backup file is
-- either corrupt or for a totally different type of device. The user
-- should select an appropriate backup file.
backupErasureFailed (18),
backupFlashProgramFailed (19),
-- A binary format backup restore was unable to erase or write the
-- configuration data to the flash memory. This could indicate that
-- the life of the flash memory has been exhausted. The user should
-- retry the operation before returning the unit for repair.
backupWaitingToStart (20),
-- The operation is waiting to be started. This state may last some
-- time if necessary resources are being used by another operation.
-- If it continues for too long, it may indicate a software lock-up
-- and the user may need to restart the device.
backupOperationInProgress (21),
-- The operation is in progress.
backupOperationSucceeded (22),
-- The operation succeeded.
backupAbortedByUser (23),
-- A user aborted the operation by setting the action to abortAction.
backupNotRequired (24),
-- Probably not required by the backup operations. This would indicate
-- that the device already has the configuration stored in the file
-- and that there is therefore no need to do the restore.
backupUnknownFailure (25),
-- A catch-all for any other unexplained error. The user should retry
-- the operation.
backupAbortedAutomatically (26),
-- This indicates that the operation was automatically aborted. This
-- may be due to a hardware configuration change or a software agent
-- upgrade.
backupFileValid (27),
-- The indicated backup file contains the same data that this device
-- would produce for a new backup.
backupBadCommand (28),
-- A restore of a CLI-based backup file encountered a command that it
-- did not recognise. The user has probably loaded a backup file that
-- was generated by a later version of the agent.
backupCommandFailed (29),
-- The restoration operation was terminated because a CLI command
-- discovered an error when trying to execute. The user may have edited
-- the file and introduced an error. Alternatively, the user may have
-- created the backup with a later version of the agent.
backupFilenameInvalid (30),
-- A legitimate operation was started but the filename had not been
-- configured correctly. The filename has probably been left blank.
backupTftpServerInvalid (31)
-- A legitimate operation was started but the TFTP server had not been
-- configured correctly. The object has probably been left at 0.0.0.0.
}
-- **********************************************************************
a3ComBackupNecessary OBJECT-TYPE
SYNTAX TruthValue
ACCESS read-only
STATUS mandatory
DESCRIPTION "This object is used to warn the user that any
previous backup that they have taken may no longer be used to
restore the configuration to this device. It is therefore
imperative that the user takes a new backup.
This object shall return true(1) if the user has taken a backup
in the past and the current hardware configuration of the
device does not match the configuration at the time of the
previous backup. In such a case, the backup file will either
contain commands that can not be executed on the current
hardware or will not contain configuration data for additional
hardware. The user needs either to take a new backup or to
restore the original configuration. Note that if the user
restores the original hardware configuration, this item shall
(by definition) return to false(2)."
::= {a3ComBackup-mib 1}
a3ComBackupTftpServer OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION "This object is used to store the IP address of the
TFTP Server which is being used to hold the backup and snapshot
files. Before a user has programmed an address, this value shall
return 0.0.0.0 Only valid class A, B or C IP addresses may be
programmed into this object.
This object shall be read-only when an operation is in progress.
That is when a3ComBackupAction is not notActive(1)"
::= {a3ComBackup-mib 2}
a3ComBackupFilename OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION "The name of the backup or snapshot file on the TFTP
Server. This may include directory information as appropriate
to the TFTP Server being used. This value shall contain a zero
length string until the user specifies a particular value.
This object shall be read-only when an operation is in progress.
That is when a3ComBackupAction is not notActive(1)"
::= {a3ComBackup-mib 3}
a3ComBackupAgentComment OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "This object contains the header comment that the
agent prepends to the backup and snapshot files. By default,
it will contain a zero length string. It shall also be set to
a zero length string by the agent when any operation is
started. As the operation proceeds, this object shall be set
to the generated string for backup and snapshot operations and
to the received string for restore operations. The string shall
then remain unchanged until the next operation commences.
If the file being restored does not contain a header, this
object shall contain the zero length string when the operation
has completed.
This object shall be read-only when an operation is in progress.
That is when a3ComBackupAction is not notActive(1)"
::= {a3ComBackup-mib 4}
a3ComBackupUserComment OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION "This object is similar to the agent comment object
above but it allows the user to add their own notes to the
backup or snapshot file. This object shall default to a zero
length string. Before a user starts a backup or snapshot
operation, they should set their comments in this object (or
clear it if they have no comments). For restore operations
this object shall be cleared as the restore commences and shall
be loaded with the user comment from the restored file's header
when it is received.
If the file being restored does not contain a header, this
object shall contain the zero length string when the operation
has completed.
This object shall be read-only when an operation is in progress.
That is when a3ComBackupAction is not notActive(1)"
::= {a3ComBackup-mib 5}
a3ComBackupAction OBJECT-TYPE
SYNTAX INTEGER {
notActive (1),
abortAction (2),
cliSave (3),
cliVerify (4),
binarySave (5),
binaryVerify (6),
restoreConfig (7),
restoreIgnoringErrors (8),
loadDescriptionOnly (9),
takeSnapshot (10)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "This object actually starts the operation. The user's
parameters MUST have been entered into the preceeding objects
before a command is started. The objects SHOULD all be set using
a single SNMP packet. This reduces the liklihood of one user
altering another user's parameters inadvertantly.
This object shall return notActive(1) when no operations are in
progress. While an operation is in progress, it will return the
enumeration for the operation that is in progress. When that
operation finishes, this object shall return to notActive(1).
The user may set this object to abortAction(2) at any time. This
will abort any operation that is currently in progress. While
the operation is being aborted, this object shall return
abortAction(2). When the abort is complete, this value shall
return to notActive(1). The a3ComBackupStatus shall be set to
backupAbortedByUser(23) to indicate that the command was aborted.
The user may only start any of the other operations when the state
is notActive(1). Once an operation is in progress, this object
shall return the enumeration for the operation until it completes.
The outcome of the operation may be read from a3ComBackupStatus
below.
A device may refuse to carry out an operation if it is currently
unable to carry out the operation or if the operation is not
supported. In this case a bad value response shall be returned.
The cliSave(3) operation saves the configuration as a list of CLI
commands. If these commands are played back to the device, then
the resultant configuration of the device would be that of the
device when the backup was taken. The cliVerify(4) operation
checks that a backup file contains the commands that the current
configuration of the device would generate.
The binarySave(5) and binaryVerify(6) operations are similar to
the CLI operations. The difference being that the configuration
is stored in a binary format rather than the CLI command format.
The restoreConfig(7) operation will read the configuration from
the specified file and apply it to the current device. It is
assumed that the configuration file will have been generated by
this device or by a device of identical configuration. If this
is not the case, then the operation shall be aborted and the
a3ComBackupStatus shall be set to backupWrongHardwareType. If
any of the commands fail to execute, then the operation is
aborted and a3ComBackupStatus is set to backupBadCommand or
backupCommandFailed. The details of the failed command shall be
stored in a3ComBackupFailedCommand and a3ComBackupFailureReason.
The preceeding is a deliberate protection mechanism. It ensures
that a user does not accidentally restore the wrong configuration
to a device. However, there may be times when a user wants to
copy the configuration from one type of device to another. The
user may edit the file to remove commands that the new device
does not understand. This could be a time consuming process.
We therefore also allow the user the restoreIgnoringErrors(8)
operation. This is similar to the restoreConfig(7) operation
above with the exception that all errors are ignored and the
restore passes onto the next configuration item in the backup
file. The objects a3ComBackupFailedCommand and
a3ComBackupFailureReason will contain details of the last error
which occurred.
As an additional protection mechanism, the user may also load
just the comment fields from the backup file. These can then be
displayed to the user so that they can confirm that they have
selected the correct operation. In this case the user would
select the loadDescriptionOnly(9) operation; wait for it to
complete; display the comments to the user and ask for
confiirmation; if the user is happy that it is the correct file
it is then loaded using the restoreConfig(7) operation.
Note: It is possible for another user to overwrite the parameters
while the confirmation is awaited. The user SHOULD therefore
set the parameters to the same values as were used for the
loadDescriptionOnly(9) operation in the same SNMP packet as the
setting of the restoreConfig(7) operation.
The final operation is takeSnapshot(10). A snapshot creates a
file which contains the current status of the device. This
includes dynamic details such as what addresses have been
learned on a port as well as the configuration details. This
file is intended for human reading and contains the detail in
a tabular format. A snapshot is similar to the output that
would be created by running all of the display and summary
commands on the device."
::= {a3ComBackup-mib 6}
a3ComBackupStatus OBJECT-TYPE
SYNTAX BackupStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION "This returns the status of the current or the previous
operation. See the top of this MIB for a list of all of the
possible values that this object may take."
::= {a3ComBackup-mib 7}
a3ComBackupBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bytes of the configuration data that
have been transferred between the device and the TFTP Server.
This may be used by the user interface to provide an indication
of the progress of the operation."
::= {a3ComBackup-mib 8}
a3ComBackupFailedCommand OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "If any restore command fails, then this object shall
contain the command line that caused the failure. It shall be
cleared when the next restore operation commences. Where the
failures are being ignored, it shall contain the details of the
last command that was ignored."
::= {a3ComBackup-mib 9}
a3ComBackupFailureReason OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "If a3ComBackupFailedCommand contains a failed
command, then this object contains the error message that the
failed command produced. Where the failures are being ignored,
it shall contain the details of the last command that was
ignored."
::= {a3ComBackup-mib 10}
a3ComBackupResetNecessary OBJECT-TYPE
SYNTAX TruthValue
ACCESS read-only
STATUS mandatory
DESCRIPTION "This object is used to inform management stations such
as 3NS that the device must be reset to factory defaults before
a backup file may be restored. It shall return true(1) if the
device must first be returned to factory defaults.
Note that the basic IP parameters are not to be returned to the
factory defaults otherwise communication with the device would
be lost. These IP parameters are not saved in the backup file."
::= {a3ComBackup-mib 11}
a3ComBackupLastAction OBJECT-TYPE
SYNTAX INTEGER {
noCommandIssued (1),
cliSave (3),
cliVerify (4),
binarySave (5),
binaryVerify (6),
restoreConfig (7),
restoreIgnoringErrors (8),
loadDescriptionOnly (9),
takeSnapshot (10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This object returns the last operation that was
performed by the user. This is used for display purposes so
that a suitable message may be displayed to the user."
::= {a3ComBackup-mib 12}
-- **********************************************************************
END

1923
A3COM-PRIVATE-MIB.mib Executable file

File diff suppressed because it is too large Load Diff

300
A3COM51-SS9000SX.mib Executable file
View File

@ -0,0 +1,300 @@
A3COM51-SS9000SX DEFINITIONS ::= BEGIN
--
-- 3Com - ss9000 Private MIB
--
-- Copyright (c) 1997 by 3Com
--
--
-- HISTORY LOG
-- ===========
-- 03/20/97 GWH - Created v0.1 - This MIB is under contruction
-- and is subject to change.
-- 05/16/97 GWH - Add PACE, trap destination & security tables.
-- 06/05/97 GWH - Move mib to brighton enterprise branch. Remove
-- unused objects. Add 64 bit counters as 32 bit pairs.
-- 06/10/97 GWH - Move traps to superStackSwitch9000SX-mib id. Remove unused
-- objects. Prefix all tables with ss9000 to avoid conflicts.
-- 06/11/97 GWH - Fix compilation errors. Move traps to extreme identifier.
-- Import sysDescr, sysUpTime.
-- 12/06/97 P.Biti - Fixed mismatching names and realigned tabs
-- 30/06/97 PB - Taken out security portion as it did not contain
-- an object for community string. Improved descriptions
-- 10/07/97 PB - issued. Changed integer to counter in ss9000PortTable
-- changed Ss9000PortTable name to ss9000PortTable
-- deleted trap destination table - switch now supporting
-- table in rfc 2021.
-- 22/07/97 PB - Changed MIB definition title from superstackswitch9000sx to A3Com51. Taken
-- out spurious imports. Changed ss9000PortIndex type to INTEGER.
-- 07/24/97 GWH - Add configuration save and check object
-- 06-aug-97 AHS - Add MAU-type definitions per e-mail from PB 06-aug-97
-- 20-aug-97 AHS - Add invalidLoginAttempt trap
--
IMPORTS
enterprises, Counter
FROM RFC1155-SMI
sysUpTime, sysDescr
FROM RFC1213-MIB
TRAP-TYPE
FROM RFC-1215
OBJECT-TYPE
FROM RFC-1212;
--
-- Organization & Product branches
--
extreme OBJECT IDENTIFIER ::= { enterprises 1916 }
a3Com OBJECT IDENTIFIER ::= { enterprises 43 }
products OBJECT IDENTIFIER ::= { a3Com 1 }
hub OBJECT IDENTIFIER ::= { products 8 }
superStackSwitch9000SX OBJECT IDENTIFIER ::= { hub 32 }
superStackSwitch3800 OBJECT IDENTIFIER ::= { hub 34 }
superStackSwitch9100 OBJECT IDENTIFIER ::= { hub 36 }
superStackSwitch9000SX-mib OBJECT IDENTIFIER ::= { a3Com 27 }
--
-- Traps
--
overheat TRAP-TYPE
ENTERPRISE extreme
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A overheat trap indicates that the on board
tempature sensor has reported a overheat
condition. System will shutdown until unit has
suficiently cooled such that operation may begin
again. A cold start trap will be issued when
the unit has come back on line."
::= 1
fanfailed TRAP-TYPE
ENTERPRISE extreme
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A fan failed trap indicates one or more of the
cooling fans inside the device has failed. A
fanOK trap will be sent once the fan has attained
normal operation."
::= 2
fanOK TRAP-TYPE
ENTERPRISE extreme
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A fan has tansitioned out of a failure state and
is now operating correctly."
::= 3
invalidLoginAttempt TRAP-TYPE
ENTERPRISE extreme
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A user attempted to login to console or by telnet but was refused
access due to incorrect username or password"
::= 4
--
-- superStackSwitch 9000SX-mib objects
--
ss9000UnitPaceMode OBJECT-TYPE
SYNTAX INTEGER {
notApplicable(1),
normalEthernet(2),
lowLatency(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the type of backoff algorithm.
Any port can use the standard ethernet
algorithm or, for PACE applications, it can be set into low
latency mode. In this mode, the backoff algorithm is optimized
to minimize the possibility of collisions.
PACE mode can be set for the whole unit only."
::= { superStackSwitch9000SX-mib 1 }
--
-- superStackSwitch9000SX-mib PORT counters - NOTE: A "get" op on any
-- of these objects will return the current value of the counter
-- from the Hardware.
--
ss9000PortTable OBJECT-TYPE
SYNTAX SEQUENCE OF Ss9000PortTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The port management table."
::= { superStackSwitch9000SX-mib 2 }
ss9000PortTableEntry OBJECT-TYPE
SYNTAX Ss9000PortTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains pairs of 32-bit counters which
map to RMON 2 64-bit counters"
INDEX { ss9000PortIndex }
::= { ss9000PortTable 1 }
Ss9000PortTableEntry ::=
SEQUENCE {
ss9000PortIndex INTEGER,
ss9000PortRxPktCtLow Counter,
ss9000PortRxPktCtHigh Counter,
ss9000PortRxByteCtLow Counter,
ss9000PortRxByteCtHigh Counter,
ss9000PortTxPktCtLow Counter,
ss9000PortTxPktCtHigh Counter,
ss9000PortTxByteCtLow Counter,
ss9000PortTxByteCtHigh Counter
}
ss9000PortIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of this table entry."
::= { ss9000PortTableEntry 1 }
ss9000PortRxPktCtLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The lower 32 bits of the 64 bit receive packet counter
for this port"
::= { ss9000PortTableEntry 2 }
ss9000PortRxPktCtHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The upper 32 bits of the 64 bit receive packet counter
for this port"
::= { ss9000PortTableEntry 3 }
ss9000PortRxByteCtLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The lower 32 bits of the 64 bit receive byte counter
for this port"
::= { ss9000PortTableEntry 4 }
ss9000PortRxByteCtHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The upper 32 bits of the 64 bit receive byte counter
for this port"
::= { ss9000PortTableEntry 5 }
ss9000PortTxPktCtLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The lower 32 bits of the 64 bit transmit packet counter
for this port"
::= { ss9000PortTableEntry 6 }
ss9000PortTxPktCtHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The upper 32 bits of the 64 bit transmit packet counter
for this port"
::= { ss9000PortTableEntry 7 }
ss9000PortTxByteCtLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The lower 32 bits of the 64 bit transmit byte counter
for this port"
::= { ss9000PortTableEntry 8 }
ss9000PortTxByteCtHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The upper 32 bits of the 64 bit transmit byte counter
for this port"
::= { ss9000PortTableEntry 9 }
--
-- Configuration save objects. These objects are used by the network
-- management application to save configuration changes into the
-- persistant store. There are 2 stores on the SS9000; a primary and
-- a secondary.
--
ss9000SaveConfiguration OBJECT-TYPE
SYNTAX INTEGER {
saveToPrimary(1),
saveToSecondary(2)
}
ACCESS write-only
STATUS mandatory
DESCRIPTION
"When this object is set, the device will copy the contents
of the configuration database to a buffer and save it to the
persistant store specified by the value of the object. The
save is performed asynchronously, and the snmp agent will continue
to respond to both gets and sets while the save is taking
place. A network management application may use the
ss9000SaveStatus object to determine when the asynchronous
save operation has completed."
::= { superStackSwitch9000SX-mib 3 }
ss9000SaveStatus OBJECT-TYPE
SYNTAX INTEGER {
saveInProgress(1),
saveNotInProgress(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object will return the status of a save operation invoked
by setting the ss9000SaveConfiguration object. A network
management application can read this object to determine that a
save operation has completed."
::= { superStackSwitch9000SX-mib 4 }
--
-- We place here some OIDs for as-yet-unstandardised 802.3 MAU types
-- (see MAU MIB for usages)
--
ss9000MauType
OBJECT IDENTIFIER ::= { superStackSwitch9000SX-mib 5 }
-- "X fiber over short-wavelength laser PMD as specified
-- in clause 38, duplex mode unknown"
ss9000MauType1000BaseSX OBJECT IDENTIFIER
::= { ss9000MauType 1 }
END
-- ################################################################################

1028
ACCOUNTING-CONTROL-MIB.my Normal file

File diff suppressed because it is too large Load Diff

1028
ACCOUNTING-CONTROL-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
### THIS FILE WAS GENERATED BY MIB2SCHEMA
enterprise 1.3.6.1.4.1.9.10.17.3
1 acctngFileNearlyFull
2 acctngFileFull

877
ACSServer-MIB.mib Normal file
View File

@ -0,0 +1,877 @@
--
-- WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
--
-- This Microsoft private RSVP MIB is still in development and
-- can change without notice.
--
--
ACSServer-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises,
OBJECT-TYPE,
Counter
FROM RFC1155-SMI
microsoft,
software
FROM MSFT-MIB;
-- microsoft OBJECT IDENTIFIER ::= { enterprises 311 }
-- software OBJECT IDENTIFIER ::= { microsoft 1 }
acsService OBJECT IDENTIFIER ::= { software 15 }
acsSvcStats OBJECT IDENTIFIER ::= { acsService 1 }
acsInterfaces OBJECT IDENTIFIER ::= { acsService 2 }
acsMsidlpmStats OBJECT IDENTIFIER ::= { acsService 3 }
acsSvcStatsIfNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of network interfaces on this
system detected by ACS server."
::= { acsSvcStats 1 }
acsSvcStatsActiveApiSessions OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of API sessions
active on this ACS Server"
::= { acsSvcStats 2 }
acsSvcStatsActiveApiSockets OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of API sockets
active on this ACS Server"
::= { acsSvcStats 3 }
acsSvcStatsReceivedApiPathRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Path requests
received from QoS aware applications by this ACS Server"
::= { acsSvcStats 4 }
acsSvcStatsReceivedApiResvRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Resv requests
received from QoS aware applications by this ACS Server"
::= { acsSvcStats 5 }
acsSvcStatsFailedApiRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of requests received from QoS
aware applications by this ACS Server which failed"
::= { acsSvcStats 6 }
acsSvcStatsFailedApiSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of requests which could not be sent to QoS
aware applications by this ACS Server"
::= { acsSvcStats 7 }
acsSvcStatsApiNotifications OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of notifications sent by this
ACS Server to QoS aware applications"
::= { acsSvcStats 8 }
acsSvcStatsApiNotificationBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of bytes in notifications sent by this
ACS Server to QoS aware applications"
::= { acsSvcStats 9 }
acsSvcStatsNetSockets OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of network sockets opened
by this ACS Server currently"
::= { acsSvcStats 10 }
acsSvcStatsTimers OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of timer events
active in this ACS Server currently"
::= { acsSvcStats 11 }
-- the Interfaces table
-- The Interfaces table contains information on the entity's
-- interfaces. Each interface is thought of as being
-- attached to a `subnetwork'.
acsIfStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcsIfStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of interface entries. The number of
entries is given by the value of ifNumber."
::= { acsInterfaces 1 }
acsIfStatsEntry OBJECT-TYPE
SYNTAX AcsIfStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An interface entry containing objects at the
subnetwork layer and below for a particular
interface."
INDEX { acsIfStatsIndex }
::= { acsIfStatsTable 1 }
AcsIfStatsEntry ::=
SEQUENCE {
acsIfStatsIndex
INTEGER,
acsIfStatsIpAddr
IpAddress,
acsIfStatsRawIpSentBytes
Counter,
acsIfStatsRawIpReceivedBytes
Counter,
acsIfStatsReceivedRsvpPathMsgs
Counter,
acsIfStatsReceivedRsvpResvMsgs
Counter,
acsIfStatsReceivedRsvpPathErrMsgs
Counter,
acsIfStatsReceivedRsvpResvErrMsgs
Counter,
acsIfStatsReceivedRsvpPathTearMsgs
Counter,
acsIfStatsReceivedRsvpResvTearMsgs
Counter,
acsIfStatsReceivedRsvpConfirmMsgs
Counter,
acsIfStatsSentRsvpPathMsgs
Counter,
acsIfStatsSentRsvpResvMsgs
Counter,
acsIfStatsSentRsvpPathErrMsgs
Counter,
acsIfStatsSentRsvpResvErrMsgs
Counter,
acsIfStatsSentRsvpPathTearMsgs
Counter,
acsIfStatsSentRsvpResvTearMsgs
Counter,
acsIfStatsSentRsvpConfirmMsgs
Counter,
acsIfStatsAdmissionControlFailures
Counter,
acsIfStatsPolicyControlFailures
Counter,
acsIfStatsOtherFailures
Counter,
acsIfStatsInBlockadeStateResvs
Counter,
acsIfStatsResvTimeOuts
Counter,
acsIfStatsPathTimeOuts
Counter,
acsIfStatsReceiveFailsBigMsg
Counter,
acsIfStatsSendFailsBigMsg
Counter,
acsIfStatsReceiveFailsNoMemory
Counter,
acsIfStatsSendFailsNoMemory
Counter,
acsIfStatsActiveFlows
INTEGER,
acsIfStatsAllocatedBandwidthBits
INTEGER,
acsIfStatsMaxAllocatedBandwidthBits
INTEGER
}
acsIfStatsIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each interface. Its value
ranges between 1 and the value of ifNumber. The
value for each interface must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { acsIfStatsEntry 1 }
acsIfStatsIpAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The IP address of the interface to which these
statistics pertains."
::= { acsIfStatsEntry 2 }
acsIfStatsRawIpSentBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RAW IP
BYTEs sent by ACS Server"
::= { acsIfStatsEntry 3 }
acsIfStatsRawIpReceivedBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RAW IP
BYTEs received by ACS Server"
::= { acsIfStatsEntry 4 }
acsIfStatsReceivedRsvpPathMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Path messages
received by this ACS Server"
::= { acsIfStatsEntry 5 }
acsIfStatsReceivedRsvpResvMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Resv messages
received by this ACS Server"
::= { acsIfStatsEntry 6 }
acsIfStatsReceivedRsvpPathErrMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP PathErr messages
received by this ACS Server"
::= { acsIfStatsEntry 7 }
acsIfStatsReceivedRsvpResvErrMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP ResvErr messages
received by this ACS Server"
::= { acsIfStatsEntry 8 }
acsIfStatsReceivedRsvpPathTearMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP PathTear messages
received by this ACS Server"
::= { acsIfStatsEntry 9 }
acsIfStatsReceivedRsvpResvTearMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP ResvTear messages
received by this ACS Server"
::= { acsIfStatsEntry 10 }
acsIfStatsReceivedRsvpConfirmMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Confirm messages
received by this ACS Server"
::= { acsIfStatsEntry 11 }
acsIfStatsSentRsvpPathMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Path messages
sent by this ACS Server"
::= { acsIfStatsEntry 12 }
acsIfStatsSentRsvpResvMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Resv messages
sent by this ACS Server"
::= { acsIfStatsEntry 13 }
acsIfStatsSentRsvpPathErrMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP PathErr messages
sent by this ACS Server"
::= { acsIfStatsEntry 14 }
acsIfStatsSentRsvpResvErrMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP ResvErr messages
sent by this ACS Server"
::= { acsIfStatsEntry 15 }
acsIfStatsSentRsvpPathTearMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP PathTear messages
sent by this ACS Server"
::= { acsIfStatsEntry 16 }
acsIfStatsSentRsvpResvTearMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP ResvTear messages
sent by this ACS Server"
::= { acsIfStatsEntry 17 }
acsIfStatsSentRsvpConfirmMsgs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP Confirm messages
sent by this ACS Server"
::= { acsIfStatsEntry 18 }
acsIfStatsAdmissionControlFailures OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Admission Control errors generated
by this ACS Server"
::= { acsIfStatsEntry 19 }
acsIfStatsPolicyControlFailures OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Policy Control errors generated
by this ACS Server"
::= { acsIfStatsEntry 20 }
acsIfStatsOtherFailures OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of other types errors generated
by this ACS Server"
::= { acsIfStatsEntry 21 }
acsIfStatsInBlockadeStateResvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Resv State Blocks in
blockade state in this ACS Server"
::= { acsIfStatsEntry 22 }
acsIfStatsResvTimeOuts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Reservations which have
timed out in this ACS Server"
::= { acsIfStatsEntry 23 }
acsIfStatsPathTimeOuts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Path states which have
timed out in this ACS Server"
::= { acsIfStatsEntry 24 }
acsIfStatsReceiveFailsBigMsg OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP messages which could
not be received by this ACS Server because they are too big to
fit in the message buffer"
::= { acsIfStatsEntry 25 }
acsIfStatsSendFailsBigMsg OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP messages which could
not be sent by this ACS Server because they are too big to
fit in the message buffer"
::= { acsIfStatsEntry 26 }
acsIfStatsReceiveFailsNoMemory OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP messages which could
not be sent by this ACS Server because there was no free
message buffer"
::= { acsIfStatsEntry 27 }
acsIfStatsSendFailsNoMemory OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of RSVP messages which could
not be sent by this ACS Server because there was no free
message buffer"
::= { acsIfStatsEntry 28 }
acsIfStatsActiveFlows OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number flows currently active
in this ACS Server currently"
::= { acsIfStatsEntry 29 }
acsIfStatsAllocatedBandwidthBits OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total bandwidth allocated currently
by this ACS Server"
::= { acsIfStatsEntry 30 }
acsIfStatsMaxAllocatedBandwidthBits OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum bandwidth ever allocated
by this ACS Server"
::= { acsIfStatsEntry 31 }
-- the MSIDLPM table
-- The MSIDLPM table contains information on the policy based
-- admission control performed by Microsoft supplied Identity LPM.
-- Statistics are maintained for each subnetwork managed by this ACS
acsMsidlpmStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF MsidlpmStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of interface entries. The number of
entries is given by the value of ifNumber."
::= { acsMsidlpmStats 1 }
acsMsidlpmStatsEntry OBJECT-TYPE
SYNTAX MsidlpmStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An interface entry containing objects at the
subnetwork layer and below for a particular
interface."
INDEX { acsMsidlpmStatsIndex }
::= { acsMsidlpmStatsTable 1 }
MsidlpmStatsEntry ::=
SEQUENCE {
acsMsidlpmStatsIndex
INTEGER,
acsMsidlpmStatsSubnetAddr
IpAddress,
acsMsidlpmSendersAccepted
Counter,
acsMsidlpmSenderChgAccepted
Counter,
acsMsidlpmRejSndFlowRate
Counter,
acsMsidlpmRejSndPeakRate
Counter,
acsMsidlpmRejSndSumFlowRate
Counter,
acsMsidlpmRejSndSumPeakRate
Counter,
acsMsidlpmRejSndIdChange
Counter,
acsMsidlpmRejSndDuration
Counter,
acsMsidlpmRejSndCount
Counter,
acsMsidlpmRejSndOthersPolicies
Counter,
acsMsidlpmReceiversAccepted
Counter,
acsMsidlpmReceiverChgAccepted
Counter,
acsMsidlpmRejRecvFlowRate
Counter,
acsMsidlpmRejRecvPeakRate
Counter,
acsMsidlpmRejRecvSumFlowRate
Counter,
acsMsidlpmRejRecvSumPeakRate
Counter,
acsMsidlpmRejRecvIdChange
Counter,
acsMsidlpmRejRecvDuration
Counter,
acsMsidlpmRejRecvCount
Counter,
acsMsidlpmRejRecvOthersPolicies
Counter,
acsMsidlpmBadIdentityPes
Counter,
acsMsidlpmDsCacheSize
INTEGER
}
acsMsidlpmStatsIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each subnet. Its value
ranges between 1 and the value of ifNumber. The
value for each subnet must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { acsMsidlpmStatsEntry 1 }
acsMsidlpmStatsSubnetAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The IP address of the subnet to which these
statistics pertains."
::= { acsMsidlpmStatsEntry 2 }
acsMsidlpmSendersAccepted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH messages were accepted"
::= { acsMsidlpmStatsEntry 3 }
acsMsidlpmSenderChgAccepted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message changes were accepted"
::= { acsMsidlpmStatsEntry 4 }
acsMsidlpmRejSndFlowRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
data flow rate policy"
::= { acsMsidlpmStatsEntry 5 }
acsMsidlpmRejSndPeakRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
peak data rate policy"
::= { acsMsidlpmStatsEntry 6 }
acsMsidlpmRejSndSumFlowRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
aggregate data flow rate policy"
::= { acsMsidlpmStatsEntry 7 }
acsMsidlpmRejSndSumPeakRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
aggregate peak data rate policy"
::= { acsMsidlpmStatsEntry 8 }
acsMsidlpmRejSndIdChange OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
identity change"
::= { acsMsidlpmStatsEntry 9 }
acsMsidlpmRejSndDuration OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
flow duration policy"
::= { acsMsidlpmStatsEntry 10 }
acsMsidlpmRejSndCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
flow count policy"
::= { acsMsidlpmStatsEntry 11 }
acsMsidlpmRejSndOthersPolicies OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose PATH message were rejected because of
policies other than flow rate, peak rate,
flow duration and flow count"
::= { acsMsidlpmStatsEntry 12 }
acsMsidlpmReceiversAccepted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV messages were accepted"
::= { acsMsidlpmStatsEntry 13 }
acsMsidlpmReceiverChgAccepted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message changes were accepted"
::= { acsMsidlpmStatsEntry 14 }
acsMsidlpmRejRecvFlowRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
data flow rate policy"
::= { acsMsidlpmStatsEntry 15 }
acsMsidlpmRejRecvPeakRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
peak data rate policy"
::= { acsMsidlpmStatsEntry 16 }
acsMsidlpmRejRecvSumFlowRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
aggregate data flow rate policy"
::= { acsMsidlpmStatsEntry 17 }
acsMsidlpmRejRecvSumPeakRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
aggregate peak data rate policy"
::= { acsMsidlpmStatsEntry 18 }
acsMsidlpmRejRecvIdChange OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of senders
whose RESV message were rejected because of
identity change"
::= { acsMsidlpmStatsEntry 19 }
acsMsidlpmRejRecvDuration OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
flow duration policy"
::= { acsMsidlpmStatsEntry 20 }
acsMsidlpmRejRecvCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
flow count policy"
::= { acsMsidlpmStatsEntry 21 }
acsMsidlpmRejRecvOthersPolicies OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of receivers
whose RESV message were rejected because of
policies other than flow rate, peak rate,
flow duration and flow count"
::= { acsMsidlpmStatsEntry 22 }
acsMsidlpmBadIdentityPes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of Identity Policy elements
which could not be cracked by the MSIDLPM"
::= { acsMsidlpmStatsEntry 23 }
acsMsidlpmDsCacheSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of entries in the
policy cache maintained by the MSIDLPM"
::= { acsMsidlpmStatsEntry 24 }
END

1345
ACTONA-ACTASTOR-MIB.my Normal file

File diff suppressed because it is too large Load Diff

1345
ACTONA-ACTASTOR-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
### THIS FILE WAS GENERATED BY MIB2SCHEMA
enterprise 1.3.6.1.4.1.17471.1.2
2 mgrLogsTrap
3 csLogsTrap
3 esLogsTrap
0 acCsLogsTrap
1 acMgrLogsTrap
2 acEsLogsTrap

304
ADMIN-AUTH-STATS-MIB.my Normal file
View File

@ -0,0 +1,304 @@
-- *------------------------------------------------------------------
-- * ADMIN-AUTH-STATS-MIB.my: The Altiga Administrator Authentication Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ADMIN-AUTH-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, IpAddress, Counter32, TimeTicks
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alAdminAuthStats, alAdminAuthGroup
FROM ALTIGA-MIB
alAdminAuthMibModule
FROM ALTIGA-GLOBAL-REG;
altigaAdminAuthStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Administrator Authentication Statistics MIB models counters and objects that are
of management interest for administration authentication.
Acronyms
The following acronyms are used in this document:
IP: Internet Protocol
MIB: Management Information Base
TACACS: Terminal Access Controller Access Control System
UDP: User Datagram Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alAdminAuthMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAminAuthStatsGlobal OBJECT IDENTIFIER ::= { alAdminAuthStats 1 }
alAdminAuthServStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAdminAuthServStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table listing the TACACS authentication
servers with which the client shares a secret."
::= { alAdminAuthStats 2 }
alAdminAuthServStatsEntry OBJECT-TYPE
SYNTAX AlAdminAuthServStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) representing a TACACS
authentication server with which the client shares a secret."
INDEX { alAdminAuthServIndex }
::= { alAdminAuthServStatsTable 1 }
AlAdminAuthServStatsEntry ::= SEQUENCE {
alAdminAuthServIndex Integer32,
alAdminAuthServAddress IpAddress,
alAdminAuthClientServerPortNumber Integer32,
alAdminAuthClientRoundTripTime TimeTicks,
alAdminAuthClientAccessRequests Counter32,
alAdminAuthClientAccessRetransmissions Counter32,
alAdminAuthClientAccessAccepts Counter32,
alAdminAuthClientAccessRejects Counter32,
alAdminAuthClientAccessChallenges Counter32,
alAdminAuthClientMalformedAccessResponses Counter32,
alAdminAuthClientBadAuthenticators Counter32,
alAdminAuthClientPendingRequests Gauge32,
alAdminAuthClientTimeouts Counter32,
alAdminAuthClientUnknownType Counter32,
alAdminAuthServerGroupIdentification Gauge32
}
alAdminAuthServIndex OBJECT-TYPE
SYNTAX Integer32 (0..MAX)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A number uniquely identifying each ADMIN
Authentication server with which this client
communicates."
::= { alAdminAuthServStatsEntry 1 }
alAdminAuthServAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the ADMIN authentication server
referred to in this table entry."
::= { alAdminAuthServStatsEntry 2 }
alAdminAuthClientServerPortNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The UDP port the client is using to send requests to
this server."
::= { alAdminAuthServStatsEntry 3 }
alAdminAuthClientRoundTripTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time interval between the most recent
Access-Reply/Access-Challenge and the Access-Request that
matched it from this ADMIN authentication server."
::= { alAdminAuthServStatsEntry 4 }
-- Request/Response statistics
-- Ignoring Unknown Types, then
-- AccessRequests + AccesssRetransmissions = AccessAccepts +
-- AccessRejects + AccessChallenges + PendingRequests + Timeouts
alAdminAuthClientAccessRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets sent
to this server since client start-up. This does not
include retransmissions."
::= { alAdminAuthServStatsEntry 5 }
alAdminAuthClientAccessRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets
retransmitted to this ADMIN authentication server
since client start-up."
::= { alAdminAuthServStatsEntry 6 }
alAdminAuthClientAccessAccepts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Accept packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 7 }
alAdminAuthClientAccessRejects OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Reject packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 8 }
alAdminAuthClientAccessChallenges OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Challenge packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 9 }
-- "Access-Response" includes an Access-Accept, Access-Challenge
-- or Access-Reject
alAdminAuthClientMalformedAccessResponses OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of malformed ADMIN Access-Response
packets received from this server since client
start-up. Malformed packets include packets with
an invalid length. Bad authenticators or
Signature attributes are not
included as malformed access responses."
::= { alAdminAuthServStatsEntry 10 }
alAdminAuthClientBadAuthenticators OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Response packets
containing invalid authenticators or Signature
attributes received from this server since client
start-up."
::= { alAdminAuthServStatsEntry 11 }
alAdminAuthClientPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when an Access-Request is sent and decremented due to
receipt of an Access-Reply or Access-Challenge,
a timeout or retransmission."
::= { alAdminAuthServStatsEntry 12 }
alAdminAuthClientTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of authentication timeouts to this server
since client startup. After a timeout the client may
retry to the same server, send to a different server, or
give up. A retry to the same server is counted as a
retransmit as well as a timeout. A send to a different
server is counted as a Request as well as a timeout."
::= { alAdminAuthServStatsEntry 13 }
alAdminAuthClientUnknownType OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN packets of unknown type which
were received from this server on the authentication port
since client start-up."
::= { alAdminAuthServStatsEntry 14 }
alAdminAuthServerGroupIdentification OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Id of group accociated with this server."
::= { alAdminAuthServStatsEntry 15 }
altigaAdminAuthStatsMibConformance OBJECT IDENTIFIER ::= { altigaAdminAuthStatsMibModule 1 }
altigaAdminAuthStatsMibCompliances OBJECT IDENTIFIER ::= { altigaAdminAuthStatsMibConformance 1 }
altigaAdminAuthStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Administrator Authentication Statistics MIB."
MODULE
MANDATORY-GROUPS {
alAdminAuthClientMIBGroup
}
::= { altigaAdminAuthStatsMibCompliances 1 }
alAdminAuthClientMIBGroup OBJECT-GROUP
OBJECTS {
alAdminAuthServAddress,
alAdminAuthClientServerPortNumber,
alAdminAuthClientRoundTripTime,
alAdminAuthClientAccessRequests,
alAdminAuthClientAccessRetransmissions,
alAdminAuthClientAccessAccepts,
alAdminAuthClientAccessRejects,
alAdminAuthClientAccessChallenges,
alAdminAuthClientMalformedAccessResponses,
alAdminAuthClientBadAuthenticators,
alAdminAuthClientPendingRequests,
alAdminAuthClientTimeouts,
alAdminAuthClientUnknownType,
alAdminAuthServerGroupIdentification
}
STATUS current
DESCRIPTION
"The basic collection of objects providing management of
ADMIN Authentication Clients."
::= { alAdminAuthGroup 2 }
END

304
ADMIN-AUTH-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,304 @@
-- *------------------------------------------------------------------
-- * ADMIN-AUTH-STATS-MIB.my: The Altiga Administrator Authentication Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ADMIN-AUTH-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, IpAddress, Counter32, TimeTicks
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alAdminAuthStats, alAdminAuthGroup
FROM ALTIGA-MIB
alAdminAuthMibModule
FROM ALTIGA-GLOBAL-REG;
altigaAdminAuthStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Administrator Authentication Statistics MIB models counters and objects that are
of management interest for administration authentication.
Acronyms
The following acronyms are used in this document:
IP: Internet Protocol
MIB: Management Information Base
TACACS: Terminal Access Controller Access Control System
UDP: User Datagram Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alAdminAuthMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAminAuthStatsGlobal OBJECT IDENTIFIER ::= { alAdminAuthStats 1 }
alAdminAuthServStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAdminAuthServStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table listing the TACACS authentication
servers with which the client shares a secret."
::= { alAdminAuthStats 2 }
alAdminAuthServStatsEntry OBJECT-TYPE
SYNTAX AlAdminAuthServStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) representing a TACACS
authentication server with which the client shares a secret."
INDEX { alAdminAuthServIndex }
::= { alAdminAuthServStatsTable 1 }
AlAdminAuthServStatsEntry ::= SEQUENCE {
alAdminAuthServIndex Integer32,
alAdminAuthServAddress IpAddress,
alAdminAuthClientServerPortNumber Integer32,
alAdminAuthClientRoundTripTime TimeTicks,
alAdminAuthClientAccessRequests Counter32,
alAdminAuthClientAccessRetransmissions Counter32,
alAdminAuthClientAccessAccepts Counter32,
alAdminAuthClientAccessRejects Counter32,
alAdminAuthClientAccessChallenges Counter32,
alAdminAuthClientMalformedAccessResponses Counter32,
alAdminAuthClientBadAuthenticators Counter32,
alAdminAuthClientPendingRequests Gauge32,
alAdminAuthClientTimeouts Counter32,
alAdminAuthClientUnknownType Counter32,
alAdminAuthServerGroupIdentification Gauge32
}
alAdminAuthServIndex OBJECT-TYPE
SYNTAX Integer32 (0..MAX)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A number uniquely identifying each ADMIN
Authentication server with which this client
communicates."
::= { alAdminAuthServStatsEntry 1 }
alAdminAuthServAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the ADMIN authentication server
referred to in this table entry."
::= { alAdminAuthServStatsEntry 2 }
alAdminAuthClientServerPortNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The UDP port the client is using to send requests to
this server."
::= { alAdminAuthServStatsEntry 3 }
alAdminAuthClientRoundTripTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time interval between the most recent
Access-Reply/Access-Challenge and the Access-Request that
matched it from this ADMIN authentication server."
::= { alAdminAuthServStatsEntry 4 }
-- Request/Response statistics
-- Ignoring Unknown Types, then
-- AccessRequests + AccesssRetransmissions = AccessAccepts +
-- AccessRejects + AccessChallenges + PendingRequests + Timeouts
alAdminAuthClientAccessRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets sent
to this server since client start-up. This does not
include retransmissions."
::= { alAdminAuthServStatsEntry 5 }
alAdminAuthClientAccessRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets
retransmitted to this ADMIN authentication server
since client start-up."
::= { alAdminAuthServStatsEntry 6 }
alAdminAuthClientAccessAccepts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Accept packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 7 }
alAdminAuthClientAccessRejects OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Reject packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 8 }
alAdminAuthClientAccessChallenges OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Challenge packets
received from this server since client start-up."
::= { alAdminAuthServStatsEntry 9 }
-- "Access-Response" includes an Access-Accept, Access-Challenge
-- or Access-Reject
alAdminAuthClientMalformedAccessResponses OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of malformed ADMIN Access-Response
packets received from this server since client
start-up. Malformed packets include packets with
an invalid length. Bad authenticators or
Signature attributes are not
included as malformed access responses."
::= { alAdminAuthServStatsEntry 10 }
alAdminAuthClientBadAuthenticators OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Response packets
containing invalid authenticators or Signature
attributes received from this server since client
start-up."
::= { alAdminAuthServStatsEntry 11 }
alAdminAuthClientPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN Access-Request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when an Access-Request is sent and decremented due to
receipt of an Access-Reply or Access-Challenge,
a timeout or retransmission."
::= { alAdminAuthServStatsEntry 12 }
alAdminAuthClientTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of authentication timeouts to this server
since client startup. After a timeout the client may
retry to the same server, send to a different server, or
give up. A retry to the same server is counted as a
retransmit as well as a timeout. A send to a different
server is counted as a Request as well as a timeout."
::= { alAdminAuthServStatsEntry 13 }
alAdminAuthClientUnknownType OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ADMIN packets of unknown type which
were received from this server on the authentication port
since client start-up."
::= { alAdminAuthServStatsEntry 14 }
alAdminAuthServerGroupIdentification OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Id of group accociated with this server."
::= { alAdminAuthServStatsEntry 15 }
altigaAdminAuthStatsMibConformance OBJECT IDENTIFIER ::= { altigaAdminAuthStatsMibModule 1 }
altigaAdminAuthStatsMibCompliances OBJECT IDENTIFIER ::= { altigaAdminAuthStatsMibConformance 1 }
altigaAdminAuthStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Administrator Authentication Statistics MIB."
MODULE
MANDATORY-GROUPS {
alAdminAuthClientMIBGroup
}
::= { altigaAdminAuthStatsMibCompliances 1 }
alAdminAuthClientMIBGroup OBJECT-GROUP
OBJECTS {
alAdminAuthServAddress,
alAdminAuthClientServerPortNumber,
alAdminAuthClientRoundTripTime,
alAdminAuthClientAccessRequests,
alAdminAuthClientAccessRetransmissions,
alAdminAuthClientAccessAccepts,
alAdminAuthClientAccessRejects,
alAdminAuthClientAccessChallenges,
alAdminAuthClientMalformedAccessResponses,
alAdminAuthClientBadAuthenticators,
alAdminAuthClientPendingRequests,
alAdminAuthClientTimeouts,
alAdminAuthClientUnknownType,
alAdminAuthServerGroupIdentification
}
STATUS current
DESCRIPTION
"The basic collection of objects providing management of
ADMIN Authentication Clients."
::= { alAdminAuthGroup 2 }
END

637
ADSL-DMT-LINE-MIB.my Normal file
View File

@ -0,0 +1,637 @@
-- *****************************************************************
-- Descriptions of managed objects for ADSL DMT line interfaces.
--
-- March 1999, Patrick Gili
--
-- Copyright (c) 1999 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
-- This mib was extracted from RFC xxxx
ADSL-DMT-LINE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
ifIndex FROM IF-MIB
adslLCSMib,
adslLineConfProfileName FROM ADSL-LINE-MIB;
adslLineDmtMIB MODULE-IDENTITY
LAST-UPDATED "9809251000Z"
ORGANIZATION "ADSL Forum"
CONTACT-INFO "Kevin Godfrey
Motorola Inc.
Colvilles Road, East Kilbride,
Glasgow, United Kingdom.
Tel: +44 1355 565597
Fax: +44 1355 261790
E-mail: ttz864@email.sps.mot.com"
DESCRIPTION
"Naming Conventions:
Atuc -- (ATUC) modem at near (Central) end of line
Atur -- (ATUR) modem at Remote end of line
ES -- Errored Second.
LCS -- Line Code Specific
Lof -- Loss of Frame
Lol -- Loss of Link
Los -- Loss of Signal
Lpr -- Loss of Power"
::= { adslLCSMib 2 }
adslLineDmtMIBObjects OBJECT IDENTIFIER ::= { adslLineDmtMIB 1 }
-- ADSL DMT Line Table
adslLineDmtTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslLineDmtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslLineTable and contains common attributes
describing both ends of ADSL lines supported by the system."
::= { adslLineDmtMIBObjects 1 }
adslLineDmtEntry OBJECT-TYPE
SYNTAX AdslLineDmtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of common attributes describing both ends of an ADSL line
supported by the system. There exist an entry for each ifEntry with
an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslLineDmtTable 1 }
AdslLineDmtEntry ::= SEQUENCE {
adslLineDmtTrellis INTEGER,
adslLineDmtEOC INTEGER
}
adslLineDmtTrellis OBJECT-TYPE
SYNTAX INTEGER {
trellisOn(1),
trellisOff(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports whether the Trellis coding is used on the DMT
line. Use of trellis coding is determined at line
initialization with C-MSGS1 and R-MSGS1 exchanges
and will not change until the line is re-initialized."
::= { adslLineDmtEntry 1 }
adslLineDmtEOC OBJECT-TYPE
SYNTAX INTEGER {
unknown(1), -- eoc mode is unknown yet
transaction(2), -- eoc only operates in original
-- transaction mode
streaming(3) -- eoc supports autonomous data
-- streaming mode and original
-- transaction mode
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports whether the eoc can support autonomous data streaming
mode or only transaction mode. After initialization, unknown
is reported until sufficient autonomous eoc messages have been
transmitted to determine the true capability of both ATUs."
::= { adslLineDmtEntry 2 }
-- ADSL ATU-C DMT Physical-Layer Parameters Table
adslAtucDmtPhysTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslAtucDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslAtucPhysTable and contains specific
physical layer parameters for the ATU-C class devices supported
by the system."
::= { adslLineDmtMIBObjects 2 }
adslAtucDmtPhysEntry OBJECT-TYPE
SYNTAX AdslAtucDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of physical-layer parameters for an ATU-C class device
supported by the system. There exists an entry for each ifEntry
with an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslAtucDmtPhysTable 1 }
AdslAtucDmtPhysEntry ::= SEQUENCE {
adslAtucDmtIssue INTEGER,
adslAtucDmtState INTEGER,
adslAtucDmtInterleavePath INTEGER,
adslAtucDmtFastPath INTEGER
}
adslAtucDmtIssue OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- unknown or other
t1413Issue1(2), -- ANSI T1.413 Issue 1
t1413Issue2(3), -- ANSI T1.413 Issue 2
t1413Issue3(4), -- ANSI T1.413 Issue 3
gdmtIssue1(5), -- ITU G.dmt Issue 1
etsiIssue1(6) -- ETSI DMT Issue 1
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports the issue number of the relevant standard that the
DMT ADSL transceiver at the ATU-C is currently operating to.
The issue number will be fixed by the hardware and is
transmitted by the ATU-C in C-MSGS1 during initialization."
::= { adslAtucDmtPhysEntry 1 }
adslAtucDmtState OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- Unknown or other state
powerUp(2), -- DMT transceiver not yet
-- configured
configure(3), -- DMT transceiver being configured
idle(4), -- transceiver is initialized but
-- idle
quiet(5), -- awaiting activation request from
-- ATU-R
tone(6), -- requesting ATU-R to be silent
activating(7), -- activation in progress
training(8), -- transceiver training in progress
analyzing(9), -- channel analysis in progress
exchange(10), -- exchanging final operating
-- parameters
steadyState(11), -- normal operating mode
notResponding(12) -- DMT transceiver not responding
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports current state of the ATU-C DMT transceiver. The
current state can change dynamically. The SNMP agent
reports the state after querying the ATU-C state machine."
::= { adslAtucDmtPhysEntry 2 }
-- Report downstream path for each DMT bearer channel used by
-- ADSL Forum ATM and packet mode specifications. Data rates are
-- reported in the ADSL Line MIB. DMT bearer channel paths are
-- known to the ATU-C by observing the C-RATES1, C-RATES-RA,
-- R-RATES1, R-RATES-RA, R-RATES2 and C-RATES2 exchanges.
adslAtucDmtInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Downstream interleave path is unused
as0(2), -- AS0 channel uses the interleaved path
as1(3) -- AS1 channel uses the interleaved path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of downstream interleaved path."
::= { adslAtucDmtPhysEntry 3 }
adslAtucDmtFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Downstream fast path is unused
as0(2), -- AS0 channel uses the fast path
as1(3) -- AS1 channel uses the fast path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of downstream fast path."
::= { adslAtucDmtPhysEntry 4 }
-- ADSL ATU-R DMT Physical-Layer Parameters Table
adslAturDmtPhysTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslAturDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslAturPhysTable and contains physical
layer parameters for the ATU-R class devices supported by the
system."
::= { adslLineDmtMIBObjects 3 }
adslAturDmtPhysEntry OBJECT-TYPE
SYNTAX AdslAturDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of physical-layer parameters for an ATU-R class device
supported by the system. There exists an entry for each ifEntry
with an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslAturDmtPhysTable 1 }
AdslAturDmtPhysEntry ::= SEQUENCE {
adslAturDmtIssue INTEGER,
adslAturDmtState INTEGER,
adslAturDmtInterleavePath INTEGER,
adslAturDmtFastPath INTEGER
}
adslAturDmtIssue OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- unknown or other
t1413Issue1(2), -- ANSI T1.413 Issue 1
t1413Issue2(3), -- ANSI T1.413 Issue 2
t1413Issue3(4), -- ANSI T1.413 Issue 3
gdmtIssue1(5), -- ITU G.dmt Issue 1
etsiIssue1(6) -- ETSI DMT Issue 1
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports the issue number of the relevant standard that
the DMT ADSL transceiver at the ATU-R is currently
operating to. The issue number will be fixed by the
hardware and is transmitted by the ATU-R
in R-MSGS1 during initialization."
::= { adslAturDmtPhysEntry 1 }
adslAturDmtState OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- Unknown or other state
activating(2), -- activation in progress
training(3), -- transceiver training in
-- progress
analyzing(4), -- channel analysis in progress
exchange(5), -- exchanging final operating
-- parameters
steadyState(6) -- normal operating mode
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports current state of the ATU-R DMT transceiver.
The current state can change dynamically. ATU-R state
is reported by the SNMP agent at the ATU-C which infers
the state depending on the ATU-C state. When the inference
cannot be made, unknown state is returned."
::= { adslAturDmtPhysEntry 2 }
-- Report upstream path for each DMT bearer channel used by
-- ADSL Forum ATM and packet mode specifications. Data rates are
-- reported in the ADSL Line MIB. DMT bearer channel paths are
-- known to the ATU-R by observing the C-RATES1, C-RATES-RA,
-- R-RATES1, R-RATES-RA, R-RATES2 and C-RATES2 exchanges.
adslAturDmtInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Upstream interleave path is unused
ls0(2), -- LS0 channel uses the interleaved path
ls1(3) -- LS1 channel uses the interleaved path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of upstream interleaved path."
::= { adslAturDmtPhysEntry 3 }
adslAturDmtFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Upstream fast path is unused
ls0(2), -- LS0 channel uses the fast path
ls1(3) -- LS1 channel uses the fast path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of upstream fast path."
::= { adslAturDmtPhysEntry 4 }
-- ADSL ATU-C DMT Channel Parameters Table
adslAtucDmtChanTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 4 }
-- ADSL ATU-R DMT Channel Parameters Table
adslAturDmtChanTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 5 }
-- ADSL ATU-C DMT Physical-Layer Statistics Table
adslAtucDmtPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 6 }
-- ADSL ATU-R DMT Physical-Layer Statistics Table
adslAturDmtPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 7 }
-- ADSL ATU-C DMT Physical-Layer Statistics 15-Minute Interval Table
adslAtucDmtIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 8 }
-- ADSL ATU-R DMT Physical-Layer Statistics 15-Minute Interval Table
adslAturDmtIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 9 }
-- ADSL ATU-C DMT Channel Statistics Table
adslAtucDmtChanPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 10 }
-- ADSL ATU-R DMT Channel Statistics Table
adslAturDmtChanPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 11 }
-- ADSL ATU-C DMT Channel Statistics 15-Minute Interval Table
adslAtucDmtChanIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 12 }
-- ADSL ATU-R DMT Channel Statistics 15-Minute Interval Table
adslAturDmtChanIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 13 }
-- Configuration Profile Table
adslLineDmtConfProfileIndexNext OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 14 }
adslLineDmtConfProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslLineDmtConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslLineConfProfileTable and contains
ADSL DMT line configuration information."
::= { adslLineDmtMIBObjects 15 }
adslLineDmtConfProfileEntry OBJECT-TYPE
SYNTAX AdslLineDmtConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A configuration profile containing ADSL DMT line configuration
information."
INDEX { IMPLIED adslLineConfProfileName }
::= { adslLineDmtConfProfileTable 1 }
AdslLineDmtConfProfileEntry ::= SEQUENCE {
adslAtucDmtConfFreqBins OCTET STRING,
adslAturDmtConfFreqBins OCTET STRING,
adslLineDmtConfMode INTEGER,
adslLineDmtConfTrellis INTEGER,
adslLineDmtConfEOC INTEGER,
adslAtucDmtConfInterleavePath INTEGER,
adslAtucDmtConfFastPath INTEGER,
adslAturDmtConfInterleavePath INTEGER,
adslAturDmtConfFastPath INTEGER
}
-- Configuration profiles define the starting point for line
-- initialization. After initialization is complete, the
-- parameters may have changed due to the negotiation and rate
-- options process. Check the adslAtucDMTPhysTable and
-- adslLineDMTTable for the final settings.
adslAtucDmtConfFreqBins OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of 32 bits to enable/disable the incoming DMT
frequency bins that the ATU-C receiver monitors. Each bit
controls one bin with the first bit of the first octet
controlling sub-carrier zero (lowest frequency bin).
A bit set to 1 disables reception of the specified sub-
carrier frequency bin end a 0 enables reception."
DEFVAL { '00000000'H }
::= { adslLineDmtConfProfileEntry 1 }
adslAturDmtConfFreqBins OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of 256 bits to enable/disable the incoming DMT frequency
bins that the ATU-R receiver should monitor after the next activation.
The mechanism to pass adslAturDMTConfFreqBins to the ATU-R is vendor
specific. Each bit controls one bin with the first bit of the first
octet controlling sub-carrier zero (lowest frequency bin). A bit set
to 1 disables reception of the specified sub-carrier frequency bin end
a 0 enables reception."
DEFVAL { '0000000000000000000000000000000000000000000000000000000000000000'H }
::= { adslLineDmtConfProfileEntry 2 }
adslLineDmtConfMode OBJECT-TYPE
SYNTAX INTEGER {
echoCancel(1), -- DMT line operates in echo
-- cancellation mode
freqDivMux(2) -- DMT line operates in frequency
-- division multiplex mode
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the operational mode of the DMT ADSL transceiver.
Configured in the C-MSG1 and C-MSG-RA exchanges."
::= { adslLineDmtConfProfileEntry 3 }
adslLineDmtConfTrellis OBJECT-TYPE
SYNTAX INTEGER {
enable(1), -- DMT line operates with
-- Trellis coder enabled
disable(2) -- DMT line operates with
-- Trellis coder disabled
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enables the Trellis coder of the DMT transceiver. Configured
in the C-MSG1 and C-MSG-RA exchanges."
DEFVAL { disable }
::= { adslLineDmtConfProfileEntry 4 }
adslLineDmtConfEOC OBJECT-TYPE
SYNTAX INTEGER {
byte(1), -- eoc operates in byte
-- transaction mode
streaming(2) -- eoc allows autonomous
-- data streaming mode in
-- addition to byte
-- transaction mode
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the embedded operations channel mode for the DMT
ADSL line."
DEFVAL { byte }
::= { adslLineDmtConfProfileEntry 5 }
-- Configure upstream and downstream paths for each DMT bearer
-- channel used by ADSL Forum ATM and packet mode specifications.
-- DMT bearer channel paths are fixed by the ATU-C in the
-- C-RATES1 and C-RATES-RA rate option exchanges.
adslAtucDmtConfInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No downstream interleave path
as0(2), -- Downstream interleave path operates
-- over the AS0 bearer channel
as1(3) -- Downstream interleave path operates
-- over the AS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for downstream interleave data path."
::= { adslLineDmtConfProfileEntry 6 }
adslAtucDmtConfFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No downstream fast path
as0(2), -- Downstream fast path operates over
-- the AS0 bearer channel
as1(3) -- Downstream fast path operates over
-- the AS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for downstream fast data path."
::= { adslLineDmtConfProfileEntry 7 }
adslAturDmtConfInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No upstream interleave path
ls0(2), -- Upstream interleave path operates
-- over the LS0 bearer channel
ls1(3) -- Upstream interleave path operates
-- over the LS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for upstream interleave data path."
::= { adslLineDmtConfProfileEntry 8 }
adslAturDmtConfFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No upstream fast path
ls0(2), -- Upstream fast path operates over
-- the LS0 bearer channel
ls1(3) -- Upstream fast path operates over
-- the LS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for upstream fast data path."
::= { adslLineDmtConfProfileEntry 9 }
-- Alarm Configuration Profile Table
adslLineDmtAlarmConfProfileIndexNext OBJECT IDENTIFIER ::=
{ adslLineDmtMIBObjects 16 }
adslLineDmtAlarmConfProfileTable OBJECT IDENTIFIER ::=
{ adslLineDmtMIBObjects 17 }
-- MIB Notifications Definitions
adslDmtLineMIBNotificationsPrefix OBJECT IDENTIFIER ::= { adslLineDmtMIB 2 }
adslDmtLineMIBNotifications OBJECT IDENTIFIER ::=
{ adslDmtLineMIBNotificationsPrefix 0 }
-- MIB Conformance Statements
adslLineDmtMIBConformance OBJECT IDENTIFIER ::= { adslLineDmtMIB 3 }
adslLineDmtMIBCompliances OBJECT IDENTIFIER ::= { adslLineDmtMIBConformance 1 }
adslLineDmtMIBGroups OBJECT IDENTIFIER ::= { adslLineDmtMIBConformance 2 }
-- Compliance
adslDMTLineMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which have ADSL DMT
interfaces."
MODULE -- this module
MANDATORY-GROUPS {
adslLineDmtGroup,
adslAtucDmtPhysGroup,
adslAturDmtPhysGroup,
adslLineDmtConfProfileGroup
}
::= { adslLineDmtMIBCompliances 1 }
adslLineDmtMIBAturCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which manage ADSL DMT
ATU-R interfaces."
MODULE -- this module
MANDATORY-GROUPS {
adslLineDmtGroup,
adslAturDmtPhysGroup,
adslLineDmtConfProfileGroup
}
::= { adslLineDmtMIBCompliances 2 }
-- Units of Conformance
adslLineDmtGroup OBJECT-GROUP
OBJECTS {
adslLineDmtTrellis,
adslLineDmtEOC
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the attributes of an ADSL
line supportings modems using the DMT line code."
::= { adslLineDmtMIBGroups 1 }
adslAtucDmtPhysGroup OBJECT-GROUP
OBJECTS {
adslAtucDmtIssue,
adslAtucDmtState,
adslAtucDmtInterleavePath,
adslAtucDmtFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the physical-layer
parameters of an ATU-C using the DMT line code."
::= { adslLineDmtMIBGroups 2 }
adslAturDmtPhysGroup OBJECT-GROUP
OBJECTS {
adslAturDmtIssue,
adslAturDmtState,
adslAturDmtInterleavePath,
adslAturDmtFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the physical-layer
parameters of an ATU-R using the DMT line code."
::= { adslLineDmtMIBGroups 3 }
adslLineDmtConfProfileGroup OBJECT-GROUP
OBJECTS {
adslAtucDmtConfFreqBins,
adslAturDmtConfFreqBins,
adslLineDmtConfMode,
adslLineDmtConfTrellis,
adslLineDmtConfEOC,
adslAtucDmtConfInterleavePath,
adslAtucDmtConfFastPath,
adslAturDmtConfInterleavePath,
adslAturDmtConfFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the line configuration
information associated with one or more ADSL ATU class devices
implementing the DMT line code."
::= { adslLineDmtMIBGroups 4 }
END

637
ADSL-DMT-LINE-MIB.my 2 Normal file
View File

@ -0,0 +1,637 @@
-- *****************************************************************
-- Descriptions of managed objects for ADSL DMT line interfaces.
--
-- March 1999, Patrick Gili
--
-- Copyright (c) 1999 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
-- This mib was extracted from RFC xxxx
ADSL-DMT-LINE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
ifIndex FROM IF-MIB
adslLCSMib,
adslLineConfProfileName FROM ADSL-LINE-MIB;
adslLineDmtMIB MODULE-IDENTITY
LAST-UPDATED "9809251000Z"
ORGANIZATION "ADSL Forum"
CONTACT-INFO "Kevin Godfrey
Motorola Inc.
Colvilles Road, East Kilbride,
Glasgow, United Kingdom.
Tel: +44 1355 565597
Fax: +44 1355 261790
E-mail: ttz864@email.sps.mot.com"
DESCRIPTION
"Naming Conventions:
Atuc -- (ATUC) modem at near (Central) end of line
Atur -- (ATUR) modem at Remote end of line
ES -- Errored Second.
LCS -- Line Code Specific
Lof -- Loss of Frame
Lol -- Loss of Link
Los -- Loss of Signal
Lpr -- Loss of Power"
::= { adslLCSMib 2 }
adslLineDmtMIBObjects OBJECT IDENTIFIER ::= { adslLineDmtMIB 1 }
-- ADSL DMT Line Table
adslLineDmtTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslLineDmtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslLineTable and contains common attributes
describing both ends of ADSL lines supported by the system."
::= { adslLineDmtMIBObjects 1 }
adslLineDmtEntry OBJECT-TYPE
SYNTAX AdslLineDmtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of common attributes describing both ends of an ADSL line
supported by the system. There exist an entry for each ifEntry with
an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslLineDmtTable 1 }
AdslLineDmtEntry ::= SEQUENCE {
adslLineDmtTrellis INTEGER,
adslLineDmtEOC INTEGER
}
adslLineDmtTrellis OBJECT-TYPE
SYNTAX INTEGER {
trellisOn(1),
trellisOff(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports whether the Trellis coding is used on the DMT
line. Use of trellis coding is determined at line
initialization with C-MSGS1 and R-MSGS1 exchanges
and will not change until the line is re-initialized."
::= { adslLineDmtEntry 1 }
adslLineDmtEOC OBJECT-TYPE
SYNTAX INTEGER {
unknown(1), -- eoc mode is unknown yet
transaction(2), -- eoc only operates in original
-- transaction mode
streaming(3) -- eoc supports autonomous data
-- streaming mode and original
-- transaction mode
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports whether the eoc can support autonomous data streaming
mode or only transaction mode. After initialization, unknown
is reported until sufficient autonomous eoc messages have been
transmitted to determine the true capability of both ATUs."
::= { adslLineDmtEntry 2 }
-- ADSL ATU-C DMT Physical-Layer Parameters Table
adslAtucDmtPhysTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslAtucDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslAtucPhysTable and contains specific
physical layer parameters for the ATU-C class devices supported
by the system."
::= { adslLineDmtMIBObjects 2 }
adslAtucDmtPhysEntry OBJECT-TYPE
SYNTAX AdslAtucDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of physical-layer parameters for an ATU-C class device
supported by the system. There exists an entry for each ifEntry
with an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslAtucDmtPhysTable 1 }
AdslAtucDmtPhysEntry ::= SEQUENCE {
adslAtucDmtIssue INTEGER,
adslAtucDmtState INTEGER,
adslAtucDmtInterleavePath INTEGER,
adslAtucDmtFastPath INTEGER
}
adslAtucDmtIssue OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- unknown or other
t1413Issue1(2), -- ANSI T1.413 Issue 1
t1413Issue2(3), -- ANSI T1.413 Issue 2
t1413Issue3(4), -- ANSI T1.413 Issue 3
gdmtIssue1(5), -- ITU G.dmt Issue 1
etsiIssue1(6) -- ETSI DMT Issue 1
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports the issue number of the relevant standard that the
DMT ADSL transceiver at the ATU-C is currently operating to.
The issue number will be fixed by the hardware and is
transmitted by the ATU-C in C-MSGS1 during initialization."
::= { adslAtucDmtPhysEntry 1 }
adslAtucDmtState OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- Unknown or other state
powerUp(2), -- DMT transceiver not yet
-- configured
configure(3), -- DMT transceiver being configured
idle(4), -- transceiver is initialized but
-- idle
quiet(5), -- awaiting activation request from
-- ATU-R
tone(6), -- requesting ATU-R to be silent
activating(7), -- activation in progress
training(8), -- transceiver training in progress
analyzing(9), -- channel analysis in progress
exchange(10), -- exchanging final operating
-- parameters
steadyState(11), -- normal operating mode
notResponding(12) -- DMT transceiver not responding
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports current state of the ATU-C DMT transceiver. The
current state can change dynamically. The SNMP agent
reports the state after querying the ATU-C state machine."
::= { adslAtucDmtPhysEntry 2 }
-- Report downstream path for each DMT bearer channel used by
-- ADSL Forum ATM and packet mode specifications. Data rates are
-- reported in the ADSL Line MIB. DMT bearer channel paths are
-- known to the ATU-C by observing the C-RATES1, C-RATES-RA,
-- R-RATES1, R-RATES-RA, R-RATES2 and C-RATES2 exchanges.
adslAtucDmtInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Downstream interleave path is unused
as0(2), -- AS0 channel uses the interleaved path
as1(3) -- AS1 channel uses the interleaved path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of downstream interleaved path."
::= { adslAtucDmtPhysEntry 3 }
adslAtucDmtFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Downstream fast path is unused
as0(2), -- AS0 channel uses the fast path
as1(3) -- AS1 channel uses the fast path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of downstream fast path."
::= { adslAtucDmtPhysEntry 4 }
-- ADSL ATU-R DMT Physical-Layer Parameters Table
adslAturDmtPhysTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslAturDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslAturPhysTable and contains physical
layer parameters for the ATU-R class devices supported by the
system."
::= { adslLineDmtMIBObjects 3 }
adslAturDmtPhysEntry OBJECT-TYPE
SYNTAX AdslAturDmtPhysEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of physical-layer parameters for an ATU-R class device
supported by the system. There exists an entry for each ifEntry
with an ifType of adsl(94)."
INDEX { ifIndex }
::= { adslAturDmtPhysTable 1 }
AdslAturDmtPhysEntry ::= SEQUENCE {
adslAturDmtIssue INTEGER,
adslAturDmtState INTEGER,
adslAturDmtInterleavePath INTEGER,
adslAturDmtFastPath INTEGER
}
adslAturDmtIssue OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- unknown or other
t1413Issue1(2), -- ANSI T1.413 Issue 1
t1413Issue2(3), -- ANSI T1.413 Issue 2
t1413Issue3(4), -- ANSI T1.413 Issue 3
gdmtIssue1(5), -- ITU G.dmt Issue 1
etsiIssue1(6) -- ETSI DMT Issue 1
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports the issue number of the relevant standard that
the DMT ADSL transceiver at the ATU-R is currently
operating to. The issue number will be fixed by the
hardware and is transmitted by the ATU-R
in R-MSGS1 during initialization."
::= { adslAturDmtPhysEntry 1 }
adslAturDmtState OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- Unknown or other state
activating(2), -- activation in progress
training(3), -- transceiver training in
-- progress
analyzing(4), -- channel analysis in progress
exchange(5), -- exchanging final operating
-- parameters
steadyState(6) -- normal operating mode
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports current state of the ATU-R DMT transceiver.
The current state can change dynamically. ATU-R state
is reported by the SNMP agent at the ATU-C which infers
the state depending on the ATU-C state. When the inference
cannot be made, unknown state is returned."
::= { adslAturDmtPhysEntry 2 }
-- Report upstream path for each DMT bearer channel used by
-- ADSL Forum ATM and packet mode specifications. Data rates are
-- reported in the ADSL Line MIB. DMT bearer channel paths are
-- known to the ATU-R by observing the C-RATES1, C-RATES-RA,
-- R-RATES1, R-RATES-RA, R-RATES2 and C-RATES2 exchanges.
adslAturDmtInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Upstream interleave path is unused
ls0(2), -- LS0 channel uses the interleaved path
ls1(3) -- LS1 channel uses the interleaved path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of upstream interleaved path."
::= { adslAturDmtPhysEntry 3 }
adslAturDmtFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- Upstream fast path is unused
ls0(2), -- LS0 channel uses the fast path
ls1(3) -- LS1 channel uses the fast path
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reports bearer channel of upstream fast path."
::= { adslAturDmtPhysEntry 4 }
-- ADSL ATU-C DMT Channel Parameters Table
adslAtucDmtChanTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 4 }
-- ADSL ATU-R DMT Channel Parameters Table
adslAturDmtChanTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 5 }
-- ADSL ATU-C DMT Physical-Layer Statistics Table
adslAtucDmtPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 6 }
-- ADSL ATU-R DMT Physical-Layer Statistics Table
adslAturDmtPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 7 }
-- ADSL ATU-C DMT Physical-Layer Statistics 15-Minute Interval Table
adslAtucDmtIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 8 }
-- ADSL ATU-R DMT Physical-Layer Statistics 15-Minute Interval Table
adslAturDmtIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 9 }
-- ADSL ATU-C DMT Channel Statistics Table
adslAtucDmtChanPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 10 }
-- ADSL ATU-R DMT Channel Statistics Table
adslAturDmtChanPerfDataTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 11 }
-- ADSL ATU-C DMT Channel Statistics 15-Minute Interval Table
adslAtucDmtChanIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 12 }
-- ADSL ATU-R DMT Channel Statistics 15-Minute Interval Table
adslAturDmtChanIntervalTable OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 13 }
-- Configuration Profile Table
adslLineDmtConfProfileIndexNext OBJECT IDENTIFIER ::= { adslLineDmtMIBObjects 14 }
adslLineDmtConfProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslLineDmtConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table extends the adslLineConfProfileTable and contains
ADSL DMT line configuration information."
::= { adslLineDmtMIBObjects 15 }
adslLineDmtConfProfileEntry OBJECT-TYPE
SYNTAX AdslLineDmtConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A configuration profile containing ADSL DMT line configuration
information."
INDEX { IMPLIED adslLineConfProfileName }
::= { adslLineDmtConfProfileTable 1 }
AdslLineDmtConfProfileEntry ::= SEQUENCE {
adslAtucDmtConfFreqBins OCTET STRING,
adslAturDmtConfFreqBins OCTET STRING,
adslLineDmtConfMode INTEGER,
adslLineDmtConfTrellis INTEGER,
adslLineDmtConfEOC INTEGER,
adslAtucDmtConfInterleavePath INTEGER,
adslAtucDmtConfFastPath INTEGER,
adslAturDmtConfInterleavePath INTEGER,
adslAturDmtConfFastPath INTEGER
}
-- Configuration profiles define the starting point for line
-- initialization. After initialization is complete, the
-- parameters may have changed due to the negotiation and rate
-- options process. Check the adslAtucDMTPhysTable and
-- adslLineDMTTable for the final settings.
adslAtucDmtConfFreqBins OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of 32 bits to enable/disable the incoming DMT
frequency bins that the ATU-C receiver monitors. Each bit
controls one bin with the first bit of the first octet
controlling sub-carrier zero (lowest frequency bin).
A bit set to 1 disables reception of the specified sub-
carrier frequency bin end a 0 enables reception."
DEFVAL { '00000000'H }
::= { adslLineDmtConfProfileEntry 1 }
adslAturDmtConfFreqBins OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of 256 bits to enable/disable the incoming DMT frequency
bins that the ATU-R receiver should monitor after the next activation.
The mechanism to pass adslAturDMTConfFreqBins to the ATU-R is vendor
specific. Each bit controls one bin with the first bit of the first
octet controlling sub-carrier zero (lowest frequency bin). A bit set
to 1 disables reception of the specified sub-carrier frequency bin end
a 0 enables reception."
DEFVAL { '0000000000000000000000000000000000000000000000000000000000000000'H }
::= { adslLineDmtConfProfileEntry 2 }
adslLineDmtConfMode OBJECT-TYPE
SYNTAX INTEGER {
echoCancel(1), -- DMT line operates in echo
-- cancellation mode
freqDivMux(2) -- DMT line operates in frequency
-- division multiplex mode
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the operational mode of the DMT ADSL transceiver.
Configured in the C-MSG1 and C-MSG-RA exchanges."
::= { adslLineDmtConfProfileEntry 3 }
adslLineDmtConfTrellis OBJECT-TYPE
SYNTAX INTEGER {
enable(1), -- DMT line operates with
-- Trellis coder enabled
disable(2) -- DMT line operates with
-- Trellis coder disabled
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enables the Trellis coder of the DMT transceiver. Configured
in the C-MSG1 and C-MSG-RA exchanges."
DEFVAL { disable }
::= { adslLineDmtConfProfileEntry 4 }
adslLineDmtConfEOC OBJECT-TYPE
SYNTAX INTEGER {
byte(1), -- eoc operates in byte
-- transaction mode
streaming(2) -- eoc allows autonomous
-- data streaming mode in
-- addition to byte
-- transaction mode
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the embedded operations channel mode for the DMT
ADSL line."
DEFVAL { byte }
::= { adslLineDmtConfProfileEntry 5 }
-- Configure upstream and downstream paths for each DMT bearer
-- channel used by ADSL Forum ATM and packet mode specifications.
-- DMT bearer channel paths are fixed by the ATU-C in the
-- C-RATES1 and C-RATES-RA rate option exchanges.
adslAtucDmtConfInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No downstream interleave path
as0(2), -- Downstream interleave path operates
-- over the AS0 bearer channel
as1(3) -- Downstream interleave path operates
-- over the AS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for downstream interleave data path."
::= { adslLineDmtConfProfileEntry 6 }
adslAtucDmtConfFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No downstream fast path
as0(2), -- Downstream fast path operates over
-- the AS0 bearer channel
as1(3) -- Downstream fast path operates over
-- the AS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for downstream fast data path."
::= { adslLineDmtConfProfileEntry 7 }
adslAturDmtConfInterleavePath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No upstream interleave path
ls0(2), -- Upstream interleave path operates
-- over the LS0 bearer channel
ls1(3) -- Upstream interleave path operates
-- over the LS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for upstream interleave data path."
::= { adslLineDmtConfProfileEntry 8 }
adslAturDmtConfFastPath OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- No upstream fast path
ls0(2), -- Upstream fast path operates over
-- the LS0 bearer channel
ls1(3) -- Upstream fast path operates over
-- the LS1 bearer channel
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Target channel for upstream fast data path."
::= { adslLineDmtConfProfileEntry 9 }
-- Alarm Configuration Profile Table
adslLineDmtAlarmConfProfileIndexNext OBJECT IDENTIFIER ::=
{ adslLineDmtMIBObjects 16 }
adslLineDmtAlarmConfProfileTable OBJECT IDENTIFIER ::=
{ adslLineDmtMIBObjects 17 }
-- MIB Notifications Definitions
adslDmtLineMIBNotificationsPrefix OBJECT IDENTIFIER ::= { adslLineDmtMIB 2 }
adslDmtLineMIBNotifications OBJECT IDENTIFIER ::=
{ adslDmtLineMIBNotificationsPrefix 0 }
-- MIB Conformance Statements
adslLineDmtMIBConformance OBJECT IDENTIFIER ::= { adslLineDmtMIB 3 }
adslLineDmtMIBCompliances OBJECT IDENTIFIER ::= { adslLineDmtMIBConformance 1 }
adslLineDmtMIBGroups OBJECT IDENTIFIER ::= { adslLineDmtMIBConformance 2 }
-- Compliance
adslDMTLineMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which have ADSL DMT
interfaces."
MODULE -- this module
MANDATORY-GROUPS {
adslLineDmtGroup,
adslAtucDmtPhysGroup,
adslAturDmtPhysGroup,
adslLineDmtConfProfileGroup
}
::= { adslLineDmtMIBCompliances 1 }
adslLineDmtMIBAturCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which manage ADSL DMT
ATU-R interfaces."
MODULE -- this module
MANDATORY-GROUPS {
adslLineDmtGroup,
adslAturDmtPhysGroup,
adslLineDmtConfProfileGroup
}
::= { adslLineDmtMIBCompliances 2 }
-- Units of Conformance
adslLineDmtGroup OBJECT-GROUP
OBJECTS {
adslLineDmtTrellis,
adslLineDmtEOC
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the attributes of an ADSL
line supportings modems using the DMT line code."
::= { adslLineDmtMIBGroups 1 }
adslAtucDmtPhysGroup OBJECT-GROUP
OBJECTS {
adslAtucDmtIssue,
adslAtucDmtState,
adslAtucDmtInterleavePath,
adslAtucDmtFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the physical-layer
parameters of an ATU-C using the DMT line code."
::= { adslLineDmtMIBGroups 2 }
adslAturDmtPhysGroup OBJECT-GROUP
OBJECTS {
adslAturDmtIssue,
adslAturDmtState,
adslAturDmtInterleavePath,
adslAturDmtFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the physical-layer
parameters of an ATU-R using the DMT line code."
::= { adslLineDmtMIBGroups 3 }
adslLineDmtConfProfileGroup OBJECT-GROUP
OBJECTS {
adslAtucDmtConfFreqBins,
adslAturDmtConfFreqBins,
adslLineDmtConfMode,
adslLineDmtConfTrellis,
adslLineDmtConfEOC,
adslAtucDmtConfInterleavePath,
adslAtucDmtConfFastPath,
adslAturDmtConfInterleavePath,
adslAturDmtConfFastPath
}
STATUS current
DESCRIPTION
"A collection of managed objects defining the line configuration
information associated with one or more ADSL ATU class devices
implementing the DMT line code."
::= { adslLineDmtMIBGroups 4 }
END

4031
ADSL-LINE-MIB.my Normal file

File diff suppressed because it is too large Load Diff

4031
ADSL-LINE-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

15
ADSL-LINE-MIB.traps Normal file
View File

@ -0,0 +1,15 @@
### THIS FILE WAS GENERATED BY MIB2SCHEMA
enterprise 1.3.6.1.2.1.10.94.1.2.1
1 adslAtucPerfLofsThreshTrap
2 adslAtucPerfLossThreshTrap
3 adslAtucPerfLprsThreshTrap
4 adslAtucPerfESsThreshTrap
5 adslAtucRateChangeTrap
6 adslAtucPerfLolsThreshTrap
7 adslAtucInitFailureTrap
1 adslAturPerfLofsThreshTrap
2 adslAturPerfLossThreshTrap
3 adslAturPerfLprsThreshTrap
4 adslAturPerfESsThreshTrap
5 adslAturRateChangeTrap

125
ADSL-TC-MIB.my Normal file
View File

@ -0,0 +1,125 @@
-- *****************************************************************
-- Descriptions of managed objects for ADSL DMT line interfaces.
--
-- March 1999, Patrick Gili
--
-- Copyright (c) 1999, 2000 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
-- This mib was extracted from RFC xxxx
ADSL-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
transmission,
MODULE-IDENTITY, Gauge32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC;
adsltcmib MODULE-IDENTITY
LAST-UPDATED "9908190000Z"
ORGANIZATION "IETF ADSL MIB Working Group"
CONTACT-INFO
"
Gregory Bathrick
AG Communication Systems
A Subsidiary of Lucent Technologies
2500 W Utopia Rd.
Phoenix, AZ 85027 USA
Tel: +1 602-582-7679
Fax: +1 602-582-7697
E-mail: bathricg@agcs.com
Faye Ly
Copper Mountain Networks
Norcal Office
2470 Embarcadero Way
Palo Alto, CA 94303
Tel: +1 650-858-8500
Fax: +1 650-858-8085
E-Mail: faye@coppermountain.com
IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
"
DESCRIPTION
"The MIB module which provides a ADSL
Line Coding Textual Convention to be used
by ADSL Lines."
-- Revision history
REVISION "9908190000Z" -- 19 August 1999, midnight
DESCRIPTION "Initial Version, published as RFC 2662"
::= { transmission 94 2 } -- adslMIB 2
AdslLineCodingType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used as the syntax for the ADSL
Line Code."
SYNTAX INTEGER {
other(1),-- none of the following
dmt (2), -- Discrete MultiTone
cap (3), -- Carrierless Amplitude & Phase modulation
qam (4) -- Quadrature Amplitude Modulation
}
AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A counter associated with interface performance
measurements in a current 1-day (24 hour) measurement
interval.
The value of this counter starts at zero at the
beginning of an interval and is increased when
associated events occur, until the end of the
1-day interval. At that time the value of the
counter is stored in the previous 1-day history
interval, if available, and the current interval
counter is restarted at zero.
In the case where the agent has no valid data available
for this interval the corresponding object
instance is not available and upon a retrieval
request a corresponding error message shall be
returned to indicate that this instance does
not exist (for example, a noSuchName error for
SNMPv1 and a noSuchInstance for SNMPv2 GET
operation)."
SYNTAX Gauge32
AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A counter associated with interface performance
measurements during the most previous 1-day (24 hour)
measurement interval. The value of this counter is
equal to the value of the current day counter at
the end of its most recent interval.
In the case where the agent has no valid data available
for this interval the corresponding object
instance is not available and upon a retrieval
request a corresponding error message shall be
returned to indicate that this instance does
not exist (for example, a noSuchName error for
SNMPv1 and a noSuchInstance for SNMPv2 GET
operation)."
SYNTAX Gauge32
AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The number of seconds that have elapsed since
the beginning of the current measurement period.
If, for some reason, such as an adjustment in the
system's time-of-day clock, the current interval
exceeds the maximum value, the agent will return
the maximum value."
SYNTAX Gauge32
END

125
ADSL-TC-MIB.my 2 Normal file
View File

@ -0,0 +1,125 @@
-- *****************************************************************
-- Descriptions of managed objects for ADSL DMT line interfaces.
--
-- March 1999, Patrick Gili
--
-- Copyright (c) 1999, 2000 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
-- This mib was extracted from RFC xxxx
ADSL-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
transmission,
MODULE-IDENTITY, Gauge32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC;
adsltcmib MODULE-IDENTITY
LAST-UPDATED "9908190000Z"
ORGANIZATION "IETF ADSL MIB Working Group"
CONTACT-INFO
"
Gregory Bathrick
AG Communication Systems
A Subsidiary of Lucent Technologies
2500 W Utopia Rd.
Phoenix, AZ 85027 USA
Tel: +1 602-582-7679
Fax: +1 602-582-7697
E-mail: bathricg@agcs.com
Faye Ly
Copper Mountain Networks
Norcal Office
2470 Embarcadero Way
Palo Alto, CA 94303
Tel: +1 650-858-8500
Fax: +1 650-858-8085
E-Mail: faye@coppermountain.com
IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
"
DESCRIPTION
"The MIB module which provides a ADSL
Line Coding Textual Convention to be used
by ADSL Lines."
-- Revision history
REVISION "9908190000Z" -- 19 August 1999, midnight
DESCRIPTION "Initial Version, published as RFC 2662"
::= { transmission 94 2 } -- adslMIB 2
AdslLineCodingType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used as the syntax for the ADSL
Line Code."
SYNTAX INTEGER {
other(1),-- none of the following
dmt (2), -- Discrete MultiTone
cap (3), -- Carrierless Amplitude & Phase modulation
qam (4) -- Quadrature Amplitude Modulation
}
AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A counter associated with interface performance
measurements in a current 1-day (24 hour) measurement
interval.
The value of this counter starts at zero at the
beginning of an interval and is increased when
associated events occur, until the end of the
1-day interval. At that time the value of the
counter is stored in the previous 1-day history
interval, if available, and the current interval
counter is restarted at zero.
In the case where the agent has no valid data available
for this interval the corresponding object
instance is not available and upon a retrieval
request a corresponding error message shall be
returned to indicate that this instance does
not exist (for example, a noSuchName error for
SNMPv1 and a noSuchInstance for SNMPv2 GET
operation)."
SYNTAX Gauge32
AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A counter associated with interface performance
measurements during the most previous 1-day (24 hour)
measurement interval. The value of this counter is
equal to the value of the current day counter at
the end of its most recent interval.
In the case where the agent has no valid data available
for this interval the corresponding object
instance is not available and upon a retrieval
request a corresponding error message shall be
returned to indicate that this instance does
not exist (for example, a noSuchName error for
SNMPv1 and a noSuchInstance for SNMPv2 GET
operation)."
SYNTAX Gauge32
AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The number of seconds that have elapsed since
the beginning of the current measurement period.
If, for some reason, such as an adjustment in the
system's time-of-day clock, the current interval
exceeds the maximum value, the agent will return
the maximum value."
SYNTAX Gauge32
END

5475
ADSL2-LINE-MIB.my Normal file

File diff suppressed because it is too large Load Diff

5475
ADSL2-LINE-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

728
ADSL2-LINE-TC-MIB.my Normal file
View File

@ -0,0 +1,728 @@
ADSL2-LINE-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
transmission
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
adsl2TCMIB MODULE-IDENTITY
LAST-UPDATED "200610040000Z"
ORGANIZATION "ADSLMIB Working Group"
CONTACT-INFO
"WG-email: adslmib@ietf.org
Info: https://www1.ietf.org/mailman/listinfo/adslmib
Chair: Mike Sneed
Sand Channel Systems
Postal: P.O. Box 37324
Raleigh NC 27627-732
Email: sneedmike@hotmail.com
Phone: +1 206 600 7022
Co-Chair & Co-editor:
Menachem Dodge
ECI Telecom Ltd.
Postal: 30 Hasivim St.
Petach Tikva 49517,
Israel.
Email: mbdodge@ieee.org
Phone: +972 3 926 8421
Co-editor: Moti Morgenstern
ECI Telecom Ltd.
Postal: 30 Hasivim St.
Petach Tikva 49517,
Israel.
Email: moti.morgenstern@ecitele.com
Phone: +972 3 926 6258
Co-editor: Scott Baillie
NEC Australia
Postal: 649-655 Springvale Road,
Mulgrave, Victoria 3170,
Australia.
Email: scott.baillie@nec.com.au
Phone: +61 3 9264 3986
Co-editor: Umberto Bonollo
NEC Australia
Postal: 649-655 Springvale Road,
Mulgrave, Victoria 3170,
Australia.
Email: umberto.bonollo@nec.com.au
Phone: +61 3 9264 3385"
DESCRIPTION
"This MIB Module provides Textual Conventions to be
used by the ADSL2-LINE-MIB module for the purpose of
managing ADSL, ADSL2, and ADSL2+ lines.
Copyright (C) The Internet Society (2006). This version of
this MIB module is part of RFC 4706: see the RFC itself for
full legal notices."
REVISION "200610040000Z"
DESCRIPTION
"Initial version, published as RFC 4706."
::= { transmission 238 2 }
-- adsl2MIB 2
--
-- ----------------------------------------------
-- Textual Conventions --
-- ----------------------------------------------
Adsl2Unit ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies a transceiver as being either an ATU-C or
an ATU-R. An ADSL line consists of two transceivers, an ATU-C
and an ATU-R. Attributes with this syntax reference the two
sides of a line. Specified as an INTEGER, the two values
are:
atuc(1) -- Central office ADSL terminal unit (ATU-C).
atur(2) -- Remote ADSL terminal unit (ATU-R)."
SYNTAX INTEGER {
atuc(1),
atur(2)
}
Adsl2Direction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies the direction of a band as being
either upstream or downstream. Specified as an INTEGER,
the two values are:
upstream(1), and
downstream(2)."
SYNTAX INTEGER {
upstream(1),
downstream(2)
}
Adsl2TransmissionModeType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A set of ADSL2 line transmission modes, with one bit
per mode. The notes (F) and (L) denote Full-Rate
and Lite/splitterless, respectively:
Bit 00 : Regional Std. (ANSI T1.413) (F)
Bit 01 : Regional Std. (ETSI DTS/TM06006) (F)
Bit 02 : G.992.1 POTS non-overlapped (F)
Bit 03 : G.992.1 POTS overlapped (F)
Bit 04 : G.992.1 ISDN non-overlapped (F)
Bit 05 : G.992.1 ISDN overlapped (F)
Bit 06 : G.992.1 TCM-ISDN non-overlapped (F)
Bit 07 : G.992.1 TCM-ISDN overlapped (F)
Bit 08 : G.992.2 POTS non-overlapped (L)
Bit 09 : G.992.2 POTS overlapped (L)
Bit 10 : G.992.2 with TCM-ISDN non-overlapped (L)
Bit 11 : G.992.2 with TCM-ISDN overlapped (L)
Bit 12 : G.992.1 TCM-ISDN symmetric (F) -- not in G.997.1
Bit 13-17: Reserved
Bit 18 : G.992.3 POTS non-overlapped (F)
Bit 19 : G.992.3 POTS overlapped (F)
Bit 20 : G.992.3 ISDN non-overlapped (F)
Bit 21 : G.992.3 ISDN overlapped (F)
Bit 22-23: Reserved
Bit 24 : G.992.4 POTS non-overlapped (L)
Bit 25 : G.992.4 POTS overlapped (L)
Bit 26-27: Reserved
Bit 28 : G.992.3 Annex I All-Digital non-overlapped (F)
Bit 29 : G.992.3 Annex I All-Digital overlapped (F)
Bit 30 : G.992.3 Annex J All-Digital non-overlapped (F)
Bit 31 : G.992.3 Annex J All-Digital overlapped (F)
Bit 32 : G.992.4 Annex I All-Digital non-overlapped (L)
Bit 33 : G.992.4 Annex I All-Digital overlapped (L)
Bit 34 : G.992.3 Annex L POTS non-overlapped, mode 1,
wide U/S (F)
Bit 35 : G.992.3 Annex L POTS non-overlapped, mode 2,
narrow U/S(F)
Bit 36 : G.992.3 Annex L POTS overlapped, mode 3,
wide U/S (F)
Bit 37 : G.992.3 Annex L POTS overlapped, mode 4,
narrow U/S (F)
Bit 38 : G.992.3 Annex M POTS non-overlapped (F)
Bit 39 : G.992.3 Annex M POTS overlapped (F)
Bit 40 : G.992.5 POTS non-overlapped (F)
Bit 41 : G.992.5 POTS overlapped (F)
Bit 42 : G.992.5 ISDN non-overlapped (F)
Bit 43 : G.992.5 ISDN overlapped (F)
Bit 44-45: Reserved
Bit 46 : G.992.5 Annex I All-Digital non-overlapped (F)
Bit 47 : G.992.5 Annex I All-Digital overlapped (F)
Bit 48 : G.992.5 Annex J All-Digital non-overlapped (F)
Bit 49 : G.992.5 Annex J All-Digital overlapped (F)
Bit 50 : G.992.5 Annex M POTS non-overlapped (F)
Bit 51 : G.992.5 Annex M POTS overlapped (F)
Bit 52-55: Reserved"
SYNTAX BITS {
ansit1413(0),
etsi(1),
g9921PotsNonOverlapped(2),
g9921PotsOverlapped(3),
g9921IsdnNonOverlapped(4),
g9921isdnOverlapped(5),
g9921tcmIsdnNonOverlapped(6),
g9921tcmIsdnOverlapped(7),
g9922potsNonOverlapped(8),
g9922potsOverlapped(9),
g9922tcmIsdnNonOverlapped(10),
g9922tcmIsdnOverlapped(11),
g9921tcmIsdnSymmetric(12),
reserved1(13),
reserved2(14),
reserved3(15),
reserved4(16),
reserved5(17),
g9923PotsNonOverlapped(18),
g9923PotsOverlapped(19),
g9923IsdnNonOverlapped(20),
g9923isdnOverlapped(21),
reserved6(22),
reserved7(23),
g9924potsNonOverlapped(24),
g9924potsOverlapped(25),
reserved8(26),
reserved9(27),
g9923AnnexIAllDigNonOverlapped(28),
g9923AnnexIAllDigOverlapped(29),
g9923AnnexJAllDigNonOverlapped(30),
g9923AnnexJAllDigOverlapped(31),
g9924AnnexIAllDigNonOverlapped(32),
g9924AnnexIAllDigOverlapped(33),
g9923AnnexLMode1NonOverlapped(34),
g9923AnnexLMode2NonOverlapped(35),
g9923AnnexLMode3Overlapped(36),
g9923AnnexLMode4Overlapped(37),
g9923AnnexMPotsNonOverlapped(38),
g9923AnnexMPotsOverlapped(39),
g9925PotsNonOverlapped(40),
g9925PotsOverlapped(41),
g9925IsdnNonOverlapped(42),
g9925isdnOverlapped(43),
reserved10(44),
reserved11(45),
g9925AnnexIAllDigNonOverlapped(46),
g9925AnnexIAllDigOverlapped(47),
g9925AnnexJAllDigNonOverlapped(48),
g9925AnnexJAllDigOverlapped(49),
g9925AnnexMPotsNonOverlapped(50),
g9925AnnexMPotsOverlapped(51),
reserved12(52),
reserved13(53),
reserved14(54),
reserved15(55)
}
Adsl2RaMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specifies the rate adaptation behavior for the line.
The three possible behaviors are:
manual(1) - No Rate-Adaptation. The initialization
process attempts to synchronize to a
specified rate.
raInit(2) - Rate-Adaptation during initialization process
only, which attempts to synchronize to a rate
between minimum and maximum specified values.
dynamicRa(3) - Dynamic Rate-Adaptation during initialization
process as well as during SHOWTIME."
SYNTAX INTEGER {
manual(1),
raInit(2),
dynamicRa(3)
}
Adsl2InitResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specifies the result of a full initialization attempt; the
six possible result values are:
noFail(0) - Successful initialization.
configError(1) - Configuration failure.
configNotFeasible(2) - Configuration details not supported.
commFail(3) - Communication failure.
noPeerAtu(4) - Peer ATU not detected.
otherCause(5) - Other initialization failure reason.
The values used are as defined in ITU-T G.997.1,
paragraph 7.5.1.3"
SYNTAX INTEGER {
noFail(0),
configError(1),
configNotFeasible(2),
commFail(3),
noPeerAtu(4),
otherCause(5)
}
Adsl2OperationModes ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The ADSL2 management model specified includes an ADSL Mode
attribute that identifies an instance of ADSL Mode-Specific
PSD Configuration object in the ADSL Line Profile. The
following classes of ADSL operating mode are defined.
The notes (F) and (L) denote Full-Rate and Lite/splitterless
respectively:
+-------+--------------------------------------------------+
| Value | ADSL operation mode description |
+-------+--------------------------------------------------+
1 - The default/generic PSD configuration. Default
configuration will be used when no other matching
mode-specific configuration can be found.
2 - ADSL family. The attributes included in the Mode-
Specific PSD Configuration are irrelevant for
ITU-T G.992.1 and G.992.2 ADSL modes. Hence, it
is possible to map those modes to this generic
class.
3-7 - Unused. Reserved for future ITU-T specification.
8 - G.992.3 POTS non-overlapped (F)
9 - G.992.3 POTS overlapped (F)
10 - G.992.3 ISDN non-overlapped (F)
11 - G.992.3 ISDN overlapped (F)
12-13 - Unused. Reserved for future ITU-T specification.
14 - G.992.4 POTS non-overlapped (L)
15 - G.992.4 POTS overlapped (L)
16-17 - Unused. Reserved for future ITU-T specification.
18 - G.992.3 Annex I All-Digital non-overlapped (F)
19 - G.992.3 Annex I All-Digital overlapped (F)
20 - G.992.3 Annex J All-Digital non-overlapped (F)
21 - G.992.3 Annex J All-Digital overlapped (F)
22 - G.992.4 Annex I All-Digital non-overlapped (L)
23 - G.992.4 Annex I All-Digital overlapped (L)
24 - G.992.3 Annex L POTS non-overlapped, mode 1,
wide U/S (F)
25 - G.992.3 Annex L POTS non-overlapped, mode 2,
narrow U/S(F)
26 - G.992.3 Annex L POTS overlapped, mode 3,
wide U/S (F)
27 - G.992.3 Annex L POTS overlapped, mode 4,
narrow U/S (F)
28 - G.992.3 Annex M POTS non-overlapped (F)
29 - G.992.3 Annex M POTS overlapped (F)
30 - G.992.5 POTS non-overlapped (F)
31 - G.992.5 POTS overlapped (F)
32 - G.992.5 ISDN non-overlapped (F)
33 - G.992.5 ISDN overlapped (F)
34-35 - Unused. Reserved for future ITU-T specification.
36 - G.992.5 Annex I All-Digital non-overlapped (F)
37 - G.992.5 Annex I All-Digital overlapped (F)
38 - G.992.5 Annex J All-Digital non-overlapped (F)
39 - G.992.5 Annex J All-Digital overlapped (F)
40 - G.992.5 Annex M POTS non-overlapped (F)
41 - G.992.5 Annex M POTS overlapped (F)"
SYNTAX INTEGER {
defMode(1),
adsl(2),
g9923PotsNonOverlapped(8),
g9923PotsOverlapped(9),
g9923IsdnNonOverlapped(10),
g9923isdnOverlapped(11),
g9924potsNonOverlapped(14),
g9924potsOverlapped(15),
g9923AnnexIAllDigNonOverlapped(18),
g9923AnnexIAllDigOverlapped(19),
g9923AnnexJAllDigNonOverlapped(20),
g9923AnnexJAllDigOverlapped(21),
g9924AnnexIAllDigNonOverlapped(22),
g9924AnnexIAllDigOverlapped(23),
g9923AnnexLMode1NonOverlapped(24),
g9923AnnexLMode2NonOverlapped(25),
g9923AnnexLMode3Overlapped(26),
g9923AnnexLMode4Overlapped(27),
g9923AnnexMPotsNonOverlapped(28),
g9923AnnexMPotsOverlapped(29),
g9925PotsNonOverlapped(30),
g9925PotsOverlapped(31),
g9925IsdnNonOverlapped(32),
g9925isdnOverlapped(33),
g9925AnnexIAllDigNonOverlapped(36),
g9925AnnexIAllDigOverlapped(37),
g9925AnnexJAllDigNonOverlapped(38),
g9925AnnexJAllDigOverlapped(39),
g9925AnnexMPotsNonOverlapped(40),
g9925AnnexMPotsOverlapped(41)
}
Adsl2PowerMngState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax uniquely identify each power
management state defined for the ADSL/ADSL2 or ADSL2+ link.
The possible values are:
l0(1) - L0 - Full power management state.
l1(2) - L1 - Low power management state (for G.992.2).
l2(3) - L2 - Low power management state (for G.992.3,
G.992.4, and G.992.5).
l3(4) - L3 - Idle power management state."
SYNTAX INTEGER {
l0(1),
l1(2),
l2(3),
l3(4)
}
Adsl2ConfPmsForce ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the desired power management state for the
ADSL/ADSL2 or ADSL2+ link:
l3toL0(0) - Perform a transition from L3 to L0
(Full power management state).
l0toL2(2) - Perform a transition from L0 to L2
(Low power management state).
l0orL2toL3(3) - Perform a transition into L3 (Idle
power management state).
The values used are as defined in ITU-T G.997.1,
paragraph 7.3.1.1.3"
SYNTAX INTEGER {
l3toL0(0),
l0toL2(2),
l0orL2toL3(3)
}
Adsl2LConfProfPmMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the power modes/states into which the ATU-C or
ATU-R may autonomously transit.
It is a BITS structure that allows control of the following
transit options:
allowTransitionsToIdle(0) - XTU may autonomously transit
to idle (L3) state.
allowTransitionsToLowPower(1) - XTU may autonomously transit
to low-power (L2) state."
SYNTAX BITS {
allowTransitionsToIdle(0),
allowTransitionsToLowPower(1)
}
Adsl2LineLdsf ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that control the Loop Diagnostic mode for the ADSL/ADSL2 or
ADSL2+ link. The possible values are:
inhibit(0) - Inhibit Loop Diagnostic mode.
force(1) - Force/Initiate Loop Diagnostic mode.
The values used are as defined in ITU-T G.997.1,
paragraph 7.3.1.1.8"
SYNTAX INTEGER {
inhibit(0),
force(1)
}
Adsl2LdsfResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Possible failure reasons associated with performing
a Dual Ended Loop Test (DELT) on a DSL line.
Possible values are:
none(1) - The default value in case LDSF was never
requested for the associated line.
success(2) - The recent command completed
successfully.
inProgress(3) - The Loop Diagnostics process is in
progress.
unsupported(4) - The NE or the line card doesn't support
LDSF.
cannotRun(5) - The NE cannot initiate the command, due
to a nonspecific reason.
aborted(6) - The Loop Diagnostics process aborted.
failed(7) - The Loop Diagnostics process failed.
illegalMode(8) - The NE cannot initiate the command, due
to the specific mode of the relevant
line.
adminUp(9) - The NE cannot initiate the command, as
the relevant line is administratively
'Up'.
tableFull(10) - The NE cannot initiate the command, due
to reaching the maximum number of rows
in the results table.
noResources(11) - The NE cannot initiate the command, due
to lack of internal memory resources."
SYNTAX INTEGER {
none(1),
success(2),
inProgress(3),
unsupported(4),
cannotRun(5),
aborted(6),
failed(7),
illegalMode(8),
adminUp(9),
tableFull(10),
noResources(11)
}
Adsl2SymbolProtection ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the minimum-length impulse noise protection
(INP) in terms of number of symbols. The possible values are:
noProtection (i.e., INP not required), halfSymbol (i.e., INP
length is 1/2 symbol), and 1-16 symbols in steps of 1 symbol."
SYNTAX INTEGER {
noProtection(1),
halfSymbol(2),
singleSymbol(3),
twoSymbols(4),
threeSymbols(5),
fourSymbols(6),
fiveSymbols(7),
sixSymbols(8),
sevenSymbols(9),
eightSymbols(10),
nineSymbols(11),
tenSymbols(12),
elevenSymbols(13),
twelveSymbols(14),
thirteeSymbols(15),
fourteenSymbols(16),
fifteenSymbols(17),
sixteenSymbols(18)
}
Adsl2MaxBer ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the maximum Bit Error Rate (BER).
The possible values are:
eminus3(1) - Maximum BER=E^-3
eminus5(2) - Maximum BER=E^-5
eminus7(3) - Maximum BER=E^-7"
SYNTAX INTEGER {
eminus3(1),
eminus5(2),
eminus7(3)
}
Adsl2ScMaskDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 512 bits in this OCTET
STRING array represents the corresponding bin
in the downstream direction. A value of one
indicates that the bin is not in use."
SYNTAX OCTET STRING (SIZE (0..64))
Adsl2ScMaskUs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 64 bits in this OCTET
STRING array represents the corresponding bin
in the upstream direction. A value of one
indicates that the bin is not in use."
SYNTAX OCTET STRING (SIZE (0..8))
Adsl2RfiDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 512 bits in this OCTET
STRING array represents the corresponding bin
in the downstream direction. A value of one
indicates that the bin is part of a notch
filter."
SYNTAX OCTET STRING (SIZE (0..64))
Adsl2PsdMaskDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
32 PSD Mask breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the PSD reduction at the breakpoint from 0
(0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
0.5 dBm/Hz."
SYNTAX OCTET STRING (SIZE (0..96))
Adsl2PsdMaskUs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
4 PSD Mask breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the PSD reduction at the breakpoint from 0
(0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
0.5 dBm/Hz."
SYNTAX OCTET STRING (SIZE (0..12))
Adsl2Tssi ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
32 transmit spectrum shaping (TSSi) breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the shaping parameter at the breakpoint. It
is a value from 0 to 127 (units of -0.5 dB). The
special value 127 indicates that the sub-carrier
is not transmitted."
SYNTAX OCTET STRING (SIZE (0..96))
Adsl2LastTransmittedState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This parameter represents the last successfully
transmitted initialization state in the last full
initialization performed on the line. States are
per the specific xDSL technology and are numbered
from 0 (if G.994.1 is used) or 1 (if G.994.1 is
not used) up to Showtime."
SYNTAX INTEGER {
atucG9941(0),
atucQuiet1(1),
atucComb1(2),
atucQuiet2(3),
atucComb2(4),
atucIcomb1(5),
atucLineprob(6),
atucQuiet3(7),
atucComb3(8),
atucIComb2(9),
atucMsgfmt(10),
atucMsgpcb(11),
atucQuiet4(12),
atucReverb1(13),
atucTref1(14),
atucReverb2(15),
atucEct(16),
atucReverb3(17),
atucTref2(18),
atucReverb4(19),
atucSegue1(20),
atucMsg1(21),
atucReverb5(22),
atucSegue2(23),
atucMedley(24),
atucExchmarker(25),
atucMsg2(26),
atucReverb6(27),
atucSegue3(28),
atucParams(29),
atucReverb7(30),
atucSegue4(31),
atucShowtime(32),
aturG9941(100),
aturQuiet1(101),
aturComb1(102),
aturQuiet2(103),
aturComb2(104),
aturIcomb1(105),
aturLineprob(106),
aturQuiet3(107),
aturComb3(108),
aturIcomb2(109),
aturMsgfmt(110),
aturMsgpcb(111),
aturReverb1(112),
aturQuiet4(113),
aturReverb2(114),
aturQuiet5(115),
aturReverb3(116),
aturEct(117),
aturReverb4(118),
aturSegue1(119),
aturReverb5(120),
aturSegue2(121),
aturMsg1(122),
aturMedley(123),
aturExchmarker(124),
aturMsg2(125),
aturReverb6(126),
aturSegue3(127),
aturParams(128),
aturReverb7(129),
aturSegue4(130),
aturShowtime(131)
}
Adsl2LineStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters
that reflect the failure status for a given endpoint of
ADSL/ADSL2 or ADSL2+ link.
This BITS structure can report the following failures:
noDefect(0) - This bit position positively reports
that no defect or failure exists.
lossOfFrame(1) - Loss of frame synchronization.
lossOfSignal(2) - Loss of signal.
lossOfPower(3) - Loss of power. Usually this failure may
be reported for ATU-Rs only.
initFailure(4) - Recent initialization process failed.
Never active on ATU-R."
SYNTAX BITS {
noDefect(0),
lossOfFrame(1),
lossOfSignal(2),
lossOfPower(3),
initFailure(4)
}
Adsl2ChAtmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters that
reflect the failure status for Transmission Convergence (TC)
layer of a given ATM interface (data path over an ADSL/ADSL2
or ADSL2+ link).
This BITS structure can report the following failures:
noDefect(0) - This bit position positively
reports that no defect or failure
exists.
noCellDelineation(1) - The link was successfully
initialized, but cell delineation
was never acquired on the
associated ATM data path.
lossOfCellDelineation(2) - Loss of cell delineation on the
associated ATM data path."
SYNTAX BITS {
noDefect(0),
noCellDelineation(1),
lossOfCellDelineation(2)
}
Adsl2ChPtmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters that
reflect the failure status for a given PTM interface (packet
data path over an ADSL/ADSL2 or ADSL2+ link).
This BITS structure can report the following failures:
noDefect(0) - This bit position positively
reports that no defect or failure exists.
outOfSync(1) - Out of synchronization."
SYNTAX BITS {
noDefect(0),
outOfSync(1)
}
END

728
ADSL2-LINE-TC-MIB.my 2 Normal file
View File

@ -0,0 +1,728 @@
ADSL2-LINE-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
transmission
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
adsl2TCMIB MODULE-IDENTITY
LAST-UPDATED "200610040000Z"
ORGANIZATION "ADSLMIB Working Group"
CONTACT-INFO
"WG-email: adslmib@ietf.org
Info: https://www1.ietf.org/mailman/listinfo/adslmib
Chair: Mike Sneed
Sand Channel Systems
Postal: P.O. Box 37324
Raleigh NC 27627-732
Email: sneedmike@hotmail.com
Phone: +1 206 600 7022
Co-Chair & Co-editor:
Menachem Dodge
ECI Telecom Ltd.
Postal: 30 Hasivim St.
Petach Tikva 49517,
Israel.
Email: mbdodge@ieee.org
Phone: +972 3 926 8421
Co-editor: Moti Morgenstern
ECI Telecom Ltd.
Postal: 30 Hasivim St.
Petach Tikva 49517,
Israel.
Email: moti.morgenstern@ecitele.com
Phone: +972 3 926 6258
Co-editor: Scott Baillie
NEC Australia
Postal: 649-655 Springvale Road,
Mulgrave, Victoria 3170,
Australia.
Email: scott.baillie@nec.com.au
Phone: +61 3 9264 3986
Co-editor: Umberto Bonollo
NEC Australia
Postal: 649-655 Springvale Road,
Mulgrave, Victoria 3170,
Australia.
Email: umberto.bonollo@nec.com.au
Phone: +61 3 9264 3385"
DESCRIPTION
"This MIB Module provides Textual Conventions to be
used by the ADSL2-LINE-MIB module for the purpose of
managing ADSL, ADSL2, and ADSL2+ lines.
Copyright (C) The Internet Society (2006). This version of
this MIB module is part of RFC 4706: see the RFC itself for
full legal notices."
REVISION "200610040000Z"
DESCRIPTION
"Initial version, published as RFC 4706."
::= { transmission 238 2 }
-- adsl2MIB 2
--
-- ----------------------------------------------
-- Textual Conventions --
-- ----------------------------------------------
Adsl2Unit ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies a transceiver as being either an ATU-C or
an ATU-R. An ADSL line consists of two transceivers, an ATU-C
and an ATU-R. Attributes with this syntax reference the two
sides of a line. Specified as an INTEGER, the two values
are:
atuc(1) -- Central office ADSL terminal unit (ATU-C).
atur(2) -- Remote ADSL terminal unit (ATU-R)."
SYNTAX INTEGER {
atuc(1),
atur(2)
}
Adsl2Direction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies the direction of a band as being
either upstream or downstream. Specified as an INTEGER,
the two values are:
upstream(1), and
downstream(2)."
SYNTAX INTEGER {
upstream(1),
downstream(2)
}
Adsl2TransmissionModeType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A set of ADSL2 line transmission modes, with one bit
per mode. The notes (F) and (L) denote Full-Rate
and Lite/splitterless, respectively:
Bit 00 : Regional Std. (ANSI T1.413) (F)
Bit 01 : Regional Std. (ETSI DTS/TM06006) (F)
Bit 02 : G.992.1 POTS non-overlapped (F)
Bit 03 : G.992.1 POTS overlapped (F)
Bit 04 : G.992.1 ISDN non-overlapped (F)
Bit 05 : G.992.1 ISDN overlapped (F)
Bit 06 : G.992.1 TCM-ISDN non-overlapped (F)
Bit 07 : G.992.1 TCM-ISDN overlapped (F)
Bit 08 : G.992.2 POTS non-overlapped (L)
Bit 09 : G.992.2 POTS overlapped (L)
Bit 10 : G.992.2 with TCM-ISDN non-overlapped (L)
Bit 11 : G.992.2 with TCM-ISDN overlapped (L)
Bit 12 : G.992.1 TCM-ISDN symmetric (F) -- not in G.997.1
Bit 13-17: Reserved
Bit 18 : G.992.3 POTS non-overlapped (F)
Bit 19 : G.992.3 POTS overlapped (F)
Bit 20 : G.992.3 ISDN non-overlapped (F)
Bit 21 : G.992.3 ISDN overlapped (F)
Bit 22-23: Reserved
Bit 24 : G.992.4 POTS non-overlapped (L)
Bit 25 : G.992.4 POTS overlapped (L)
Bit 26-27: Reserved
Bit 28 : G.992.3 Annex I All-Digital non-overlapped (F)
Bit 29 : G.992.3 Annex I All-Digital overlapped (F)
Bit 30 : G.992.3 Annex J All-Digital non-overlapped (F)
Bit 31 : G.992.3 Annex J All-Digital overlapped (F)
Bit 32 : G.992.4 Annex I All-Digital non-overlapped (L)
Bit 33 : G.992.4 Annex I All-Digital overlapped (L)
Bit 34 : G.992.3 Annex L POTS non-overlapped, mode 1,
wide U/S (F)
Bit 35 : G.992.3 Annex L POTS non-overlapped, mode 2,
narrow U/S(F)
Bit 36 : G.992.3 Annex L POTS overlapped, mode 3,
wide U/S (F)
Bit 37 : G.992.3 Annex L POTS overlapped, mode 4,
narrow U/S (F)
Bit 38 : G.992.3 Annex M POTS non-overlapped (F)
Bit 39 : G.992.3 Annex M POTS overlapped (F)
Bit 40 : G.992.5 POTS non-overlapped (F)
Bit 41 : G.992.5 POTS overlapped (F)
Bit 42 : G.992.5 ISDN non-overlapped (F)
Bit 43 : G.992.5 ISDN overlapped (F)
Bit 44-45: Reserved
Bit 46 : G.992.5 Annex I All-Digital non-overlapped (F)
Bit 47 : G.992.5 Annex I All-Digital overlapped (F)
Bit 48 : G.992.5 Annex J All-Digital non-overlapped (F)
Bit 49 : G.992.5 Annex J All-Digital overlapped (F)
Bit 50 : G.992.5 Annex M POTS non-overlapped (F)
Bit 51 : G.992.5 Annex M POTS overlapped (F)
Bit 52-55: Reserved"
SYNTAX BITS {
ansit1413(0),
etsi(1),
g9921PotsNonOverlapped(2),
g9921PotsOverlapped(3),
g9921IsdnNonOverlapped(4),
g9921isdnOverlapped(5),
g9921tcmIsdnNonOverlapped(6),
g9921tcmIsdnOverlapped(7),
g9922potsNonOverlapped(8),
g9922potsOverlapped(9),
g9922tcmIsdnNonOverlapped(10),
g9922tcmIsdnOverlapped(11),
g9921tcmIsdnSymmetric(12),
reserved1(13),
reserved2(14),
reserved3(15),
reserved4(16),
reserved5(17),
g9923PotsNonOverlapped(18),
g9923PotsOverlapped(19),
g9923IsdnNonOverlapped(20),
g9923isdnOverlapped(21),
reserved6(22),
reserved7(23),
g9924potsNonOverlapped(24),
g9924potsOverlapped(25),
reserved8(26),
reserved9(27),
g9923AnnexIAllDigNonOverlapped(28),
g9923AnnexIAllDigOverlapped(29),
g9923AnnexJAllDigNonOverlapped(30),
g9923AnnexJAllDigOverlapped(31),
g9924AnnexIAllDigNonOverlapped(32),
g9924AnnexIAllDigOverlapped(33),
g9923AnnexLMode1NonOverlapped(34),
g9923AnnexLMode2NonOverlapped(35),
g9923AnnexLMode3Overlapped(36),
g9923AnnexLMode4Overlapped(37),
g9923AnnexMPotsNonOverlapped(38),
g9923AnnexMPotsOverlapped(39),
g9925PotsNonOverlapped(40),
g9925PotsOverlapped(41),
g9925IsdnNonOverlapped(42),
g9925isdnOverlapped(43),
reserved10(44),
reserved11(45),
g9925AnnexIAllDigNonOverlapped(46),
g9925AnnexIAllDigOverlapped(47),
g9925AnnexJAllDigNonOverlapped(48),
g9925AnnexJAllDigOverlapped(49),
g9925AnnexMPotsNonOverlapped(50),
g9925AnnexMPotsOverlapped(51),
reserved12(52),
reserved13(53),
reserved14(54),
reserved15(55)
}
Adsl2RaMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specifies the rate adaptation behavior for the line.
The three possible behaviors are:
manual(1) - No Rate-Adaptation. The initialization
process attempts to synchronize to a
specified rate.
raInit(2) - Rate-Adaptation during initialization process
only, which attempts to synchronize to a rate
between minimum and maximum specified values.
dynamicRa(3) - Dynamic Rate-Adaptation during initialization
process as well as during SHOWTIME."
SYNTAX INTEGER {
manual(1),
raInit(2),
dynamicRa(3)
}
Adsl2InitResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specifies the result of a full initialization attempt; the
six possible result values are:
noFail(0) - Successful initialization.
configError(1) - Configuration failure.
configNotFeasible(2) - Configuration details not supported.
commFail(3) - Communication failure.
noPeerAtu(4) - Peer ATU not detected.
otherCause(5) - Other initialization failure reason.
The values used are as defined in ITU-T G.997.1,
paragraph 7.5.1.3"
SYNTAX INTEGER {
noFail(0),
configError(1),
configNotFeasible(2),
commFail(3),
noPeerAtu(4),
otherCause(5)
}
Adsl2OperationModes ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The ADSL2 management model specified includes an ADSL Mode
attribute that identifies an instance of ADSL Mode-Specific
PSD Configuration object in the ADSL Line Profile. The
following classes of ADSL operating mode are defined.
The notes (F) and (L) denote Full-Rate and Lite/splitterless
respectively:
+-------+--------------------------------------------------+
| Value | ADSL operation mode description |
+-------+--------------------------------------------------+
1 - The default/generic PSD configuration. Default
configuration will be used when no other matching
mode-specific configuration can be found.
2 - ADSL family. The attributes included in the Mode-
Specific PSD Configuration are irrelevant for
ITU-T G.992.1 and G.992.2 ADSL modes. Hence, it
is possible to map those modes to this generic
class.
3-7 - Unused. Reserved for future ITU-T specification.
8 - G.992.3 POTS non-overlapped (F)
9 - G.992.3 POTS overlapped (F)
10 - G.992.3 ISDN non-overlapped (F)
11 - G.992.3 ISDN overlapped (F)
12-13 - Unused. Reserved for future ITU-T specification.
14 - G.992.4 POTS non-overlapped (L)
15 - G.992.4 POTS overlapped (L)
16-17 - Unused. Reserved for future ITU-T specification.
18 - G.992.3 Annex I All-Digital non-overlapped (F)
19 - G.992.3 Annex I All-Digital overlapped (F)
20 - G.992.3 Annex J All-Digital non-overlapped (F)
21 - G.992.3 Annex J All-Digital overlapped (F)
22 - G.992.4 Annex I All-Digital non-overlapped (L)
23 - G.992.4 Annex I All-Digital overlapped (L)
24 - G.992.3 Annex L POTS non-overlapped, mode 1,
wide U/S (F)
25 - G.992.3 Annex L POTS non-overlapped, mode 2,
narrow U/S(F)
26 - G.992.3 Annex L POTS overlapped, mode 3,
wide U/S (F)
27 - G.992.3 Annex L POTS overlapped, mode 4,
narrow U/S (F)
28 - G.992.3 Annex M POTS non-overlapped (F)
29 - G.992.3 Annex M POTS overlapped (F)
30 - G.992.5 POTS non-overlapped (F)
31 - G.992.5 POTS overlapped (F)
32 - G.992.5 ISDN non-overlapped (F)
33 - G.992.5 ISDN overlapped (F)
34-35 - Unused. Reserved for future ITU-T specification.
36 - G.992.5 Annex I All-Digital non-overlapped (F)
37 - G.992.5 Annex I All-Digital overlapped (F)
38 - G.992.5 Annex J All-Digital non-overlapped (F)
39 - G.992.5 Annex J All-Digital overlapped (F)
40 - G.992.5 Annex M POTS non-overlapped (F)
41 - G.992.5 Annex M POTS overlapped (F)"
SYNTAX INTEGER {
defMode(1),
adsl(2),
g9923PotsNonOverlapped(8),
g9923PotsOverlapped(9),
g9923IsdnNonOverlapped(10),
g9923isdnOverlapped(11),
g9924potsNonOverlapped(14),
g9924potsOverlapped(15),
g9923AnnexIAllDigNonOverlapped(18),
g9923AnnexIAllDigOverlapped(19),
g9923AnnexJAllDigNonOverlapped(20),
g9923AnnexJAllDigOverlapped(21),
g9924AnnexIAllDigNonOverlapped(22),
g9924AnnexIAllDigOverlapped(23),
g9923AnnexLMode1NonOverlapped(24),
g9923AnnexLMode2NonOverlapped(25),
g9923AnnexLMode3Overlapped(26),
g9923AnnexLMode4Overlapped(27),
g9923AnnexMPotsNonOverlapped(28),
g9923AnnexMPotsOverlapped(29),
g9925PotsNonOverlapped(30),
g9925PotsOverlapped(31),
g9925IsdnNonOverlapped(32),
g9925isdnOverlapped(33),
g9925AnnexIAllDigNonOverlapped(36),
g9925AnnexIAllDigOverlapped(37),
g9925AnnexJAllDigNonOverlapped(38),
g9925AnnexJAllDigOverlapped(39),
g9925AnnexMPotsNonOverlapped(40),
g9925AnnexMPotsOverlapped(41)
}
Adsl2PowerMngState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax uniquely identify each power
management state defined for the ADSL/ADSL2 or ADSL2+ link.
The possible values are:
l0(1) - L0 - Full power management state.
l1(2) - L1 - Low power management state (for G.992.2).
l2(3) - L2 - Low power management state (for G.992.3,
G.992.4, and G.992.5).
l3(4) - L3 - Idle power management state."
SYNTAX INTEGER {
l0(1),
l1(2),
l2(3),
l3(4)
}
Adsl2ConfPmsForce ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the desired power management state for the
ADSL/ADSL2 or ADSL2+ link:
l3toL0(0) - Perform a transition from L3 to L0
(Full power management state).
l0toL2(2) - Perform a transition from L0 to L2
(Low power management state).
l0orL2toL3(3) - Perform a transition into L3 (Idle
power management state).
The values used are as defined in ITU-T G.997.1,
paragraph 7.3.1.1.3"
SYNTAX INTEGER {
l3toL0(0),
l0toL2(2),
l0orL2toL3(3)
}
Adsl2LConfProfPmMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the power modes/states into which the ATU-C or
ATU-R may autonomously transit.
It is a BITS structure that allows control of the following
transit options:
allowTransitionsToIdle(0) - XTU may autonomously transit
to idle (L3) state.
allowTransitionsToLowPower(1) - XTU may autonomously transit
to low-power (L2) state."
SYNTAX BITS {
allowTransitionsToIdle(0),
allowTransitionsToLowPower(1)
}
Adsl2LineLdsf ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that control the Loop Diagnostic mode for the ADSL/ADSL2 or
ADSL2+ link. The possible values are:
inhibit(0) - Inhibit Loop Diagnostic mode.
force(1) - Force/Initiate Loop Diagnostic mode.
The values used are as defined in ITU-T G.997.1,
paragraph 7.3.1.1.8"
SYNTAX INTEGER {
inhibit(0),
force(1)
}
Adsl2LdsfResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Possible failure reasons associated with performing
a Dual Ended Loop Test (DELT) on a DSL line.
Possible values are:
none(1) - The default value in case LDSF was never
requested for the associated line.
success(2) - The recent command completed
successfully.
inProgress(3) - The Loop Diagnostics process is in
progress.
unsupported(4) - The NE or the line card doesn't support
LDSF.
cannotRun(5) - The NE cannot initiate the command, due
to a nonspecific reason.
aborted(6) - The Loop Diagnostics process aborted.
failed(7) - The Loop Diagnostics process failed.
illegalMode(8) - The NE cannot initiate the command, due
to the specific mode of the relevant
line.
adminUp(9) - The NE cannot initiate the command, as
the relevant line is administratively
'Up'.
tableFull(10) - The NE cannot initiate the command, due
to reaching the maximum number of rows
in the results table.
noResources(11) - The NE cannot initiate the command, due
to lack of internal memory resources."
SYNTAX INTEGER {
none(1),
success(2),
inProgress(3),
unsupported(4),
cannotRun(5),
aborted(6),
failed(7),
illegalMode(8),
adminUp(9),
tableFull(10),
noResources(11)
}
Adsl2SymbolProtection ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the minimum-length impulse noise protection
(INP) in terms of number of symbols. The possible values are:
noProtection (i.e., INP not required), halfSymbol (i.e., INP
length is 1/2 symbol), and 1-16 symbols in steps of 1 symbol."
SYNTAX INTEGER {
noProtection(1),
halfSymbol(2),
singleSymbol(3),
twoSymbols(4),
threeSymbols(5),
fourSymbols(6),
fiveSymbols(7),
sixSymbols(8),
sevenSymbols(9),
eightSymbols(10),
nineSymbols(11),
tenSymbols(12),
elevenSymbols(13),
twelveSymbols(14),
thirteeSymbols(15),
fourteenSymbols(16),
fifteenSymbols(17),
sixteenSymbols(18)
}
Adsl2MaxBer ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are configuration parameters
that reference the maximum Bit Error Rate (BER).
The possible values are:
eminus3(1) - Maximum BER=E^-3
eminus5(2) - Maximum BER=E^-5
eminus7(3) - Maximum BER=E^-7"
SYNTAX INTEGER {
eminus3(1),
eminus5(2),
eminus7(3)
}
Adsl2ScMaskDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 512 bits in this OCTET
STRING array represents the corresponding bin
in the downstream direction. A value of one
indicates that the bin is not in use."
SYNTAX OCTET STRING (SIZE (0..64))
Adsl2ScMaskUs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 64 bits in this OCTET
STRING array represents the corresponding bin
in the upstream direction. A value of one
indicates that the bin is not in use."
SYNTAX OCTET STRING (SIZE (0..8))
Adsl2RfiDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each one of the 512 bits in this OCTET
STRING array represents the corresponding bin
in the downstream direction. A value of one
indicates that the bin is part of a notch
filter."
SYNTAX OCTET STRING (SIZE (0..64))
Adsl2PsdMaskDs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
32 PSD Mask breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the PSD reduction at the breakpoint from 0
(0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
0.5 dBm/Hz."
SYNTAX OCTET STRING (SIZE (0..96))
Adsl2PsdMaskUs ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
4 PSD Mask breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the PSD reduction at the breakpoint from 0
(0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
0.5 dBm/Hz."
SYNTAX OCTET STRING (SIZE (0..12))
Adsl2Tssi ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is a structure that represents up to
32 transmit spectrum shaping (TSSi) breakpoints.
Each breakpoint occupies 3 octets: The first
two octets hold the index of the sub-carrier
associated with the breakpoint. The third octet
holds the shaping parameter at the breakpoint. It
is a value from 0 to 127 (units of -0.5 dB). The
special value 127 indicates that the sub-carrier
is not transmitted."
SYNTAX OCTET STRING (SIZE (0..96))
Adsl2LastTransmittedState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This parameter represents the last successfully
transmitted initialization state in the last full
initialization performed on the line. States are
per the specific xDSL technology and are numbered
from 0 (if G.994.1 is used) or 1 (if G.994.1 is
not used) up to Showtime."
SYNTAX INTEGER {
atucG9941(0),
atucQuiet1(1),
atucComb1(2),
atucQuiet2(3),
atucComb2(4),
atucIcomb1(5),
atucLineprob(6),
atucQuiet3(7),
atucComb3(8),
atucIComb2(9),
atucMsgfmt(10),
atucMsgpcb(11),
atucQuiet4(12),
atucReverb1(13),
atucTref1(14),
atucReverb2(15),
atucEct(16),
atucReverb3(17),
atucTref2(18),
atucReverb4(19),
atucSegue1(20),
atucMsg1(21),
atucReverb5(22),
atucSegue2(23),
atucMedley(24),
atucExchmarker(25),
atucMsg2(26),
atucReverb6(27),
atucSegue3(28),
atucParams(29),
atucReverb7(30),
atucSegue4(31),
atucShowtime(32),
aturG9941(100),
aturQuiet1(101),
aturComb1(102),
aturQuiet2(103),
aturComb2(104),
aturIcomb1(105),
aturLineprob(106),
aturQuiet3(107),
aturComb3(108),
aturIcomb2(109),
aturMsgfmt(110),
aturMsgpcb(111),
aturReverb1(112),
aturQuiet4(113),
aturReverb2(114),
aturQuiet5(115),
aturReverb3(116),
aturEct(117),
aturReverb4(118),
aturSegue1(119),
aturReverb5(120),
aturSegue2(121),
aturMsg1(122),
aturMedley(123),
aturExchmarker(124),
aturMsg2(125),
aturReverb6(126),
aturSegue3(127),
aturParams(128),
aturReverb7(129),
aturSegue4(130),
aturShowtime(131)
}
Adsl2LineStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters
that reflect the failure status for a given endpoint of
ADSL/ADSL2 or ADSL2+ link.
This BITS structure can report the following failures:
noDefect(0) - This bit position positively reports
that no defect or failure exists.
lossOfFrame(1) - Loss of frame synchronization.
lossOfSignal(2) - Loss of signal.
lossOfPower(3) - Loss of power. Usually this failure may
be reported for ATU-Rs only.
initFailure(4) - Recent initialization process failed.
Never active on ATU-R."
SYNTAX BITS {
noDefect(0),
lossOfFrame(1),
lossOfSignal(2),
lossOfPower(3),
initFailure(4)
}
Adsl2ChAtmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters that
reflect the failure status for Transmission Convergence (TC)
layer of a given ATM interface (data path over an ADSL/ADSL2
or ADSL2+ link).
This BITS structure can report the following failures:
noDefect(0) - This bit position positively
reports that no defect or failure
exists.
noCellDelineation(1) - The link was successfully
initialized, but cell delineation
was never acquired on the
associated ATM data path.
lossOfCellDelineation(2) - Loss of cell delineation on the
associated ATM data path."
SYNTAX BITS {
noDefect(0),
noCellDelineation(1),
lossOfCellDelineation(2)
}
Adsl2ChPtmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Attributes with this syntax are status parameters that
reflect the failure status for a given PTM interface (packet
data path over an ADSL/ADSL2 or ADSL2+ link).
This BITS structure can report the following failures:
noDefect(0) - This bit position positively
reports that no defect or failure exists.
outOfSync(1) - Out of synchronization."
SYNTAX BITS {
noDefect(0),
outOfSync(1)
}
END

527
AGENTX-MIB.txt Executable file
View File

@ -0,0 +1,527 @@
AGENTX-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, mib-2
FROM SNMPv2-SMI
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION, TimeStamp, TruthValue, TDomain
FROM SNMPv2-TC;
agentxMIB MODULE-IDENTITY
LAST-UPDATED "200001100000Z" -- Midnight 10 January 2000
ORGANIZATION "AgentX Working Group"
CONTACT-INFO "WG-email: agentx@dorothy.bmc.com
Subscribe: agentx-request@dorothy.bmc.com
WG-email Archive: ftp://ftp.peer.com/pub/agentx/archives
FTP repository: ftp://ftp.peer.com/pub/agentx
http://www.ietf.org/html.charters/agentx-charter.html
Chair: Bob Natale
ACE*COMM Corporation
Email: bnatale@acecomm.com
WG editor: Mark Ellison
Ellison Software Consulting, Inc.
Email: ellison@world.std.com
Co-author: Lauren Heintz
Cisco Systems,
EMail: lheintz@cisco.com
Co-author: Smitha Gudur
Independent Consultant
Email: sgudur@hotmail.com
"
DESCRIPTION "This is the MIB module for the SNMP Agent Extensibility
Protocol (AgentX). This MIB module will be implemented by
the master agent.
"
REVISION "200001100000Z" -- Midnight 10 January 2000
DESCRIPTION
"Initial version published as RFC 2742."
::= { mib-2 74 }
-- Textual Conventions
AgentxTAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Denotes a transport service address. This is identical to
the TAddress textual convention (SNMPv2-SMI) except that
zero-length values are permitted.
"
SYNTAX OCTET STRING (SIZE (0..255))
-- Administrative assignments
agentxObjects OBJECT IDENTIFIER ::= { agentxMIB 1 }
agentxGeneral OBJECT IDENTIFIER ::= { agentxObjects 1 }
agentxConnection OBJECT IDENTIFIER ::= { agentxObjects 2 }
agentxSession OBJECT IDENTIFIER ::= { agentxObjects 3 }
agentxRegistration OBJECT IDENTIFIER ::= { agentxObjects 4 }
agentxDefaultTimeout OBJECT-TYPE
SYNTAX INTEGER (0..255)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The default length of time, in seconds, that the master
agent should allow to elapse after dispatching a message
to a session before it regards the subagent as not
responding. This is a system-wide value that may
override the timeout value associated with a particular
session (agentxSessionTimeout) or a particular registered
MIB region (agentxRegTimeout). If the associated value of
agentxSessionTimeout and agentxRegTimeout are zero, or
impractical in accordance with implementation-specific
procedure of the master agent, the value represented by
this object will be the effective timeout value for the
master agent to await a response to a dispatch from a
given subagent.
"
DEFVAL { 5 }
::= { agentxGeneral 1 }
agentxMasterAgentXVer OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The AgentX protocol version supported by this master agent.
The current protocol version is 1. Note that the master agent
must also allow interaction with earlier version subagents.
"
::= { agentxGeneral 2 }
-- The AgentX Subagent Connection Group
agentxConnTableLastChange OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the last row creation or deletion
occurred in the agentxConnectionTable.
"
::= { agentxConnection 1 }
agentxConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentxConnectionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The agentxConnectionTable tracks all current AgentX transport
connections. There may be zero, one, or more AgentX sessions
carried on a given AgentX connection.
"
::= { agentxConnection 2 }
agentxConnectionEntry OBJECT-TYPE
SYNTAX AgentxConnectionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An agentxConnectionEntry contains information describing a
single AgentX transport connection. A connection may be
used to support zero or more AgentX sessions. An entry is
created when a new transport connection is established,
and is destroyed when the transport connection is terminated.
"
INDEX { agentxConnIndex }
::= { agentxConnectionTable 1 }
AgentxConnectionEntry ::= SEQUENCE {
agentxConnIndex Unsigned32,
agentxConnOpenTime TimeStamp,
agentxConnTransportDomain TDomain,
agentxConnTransportAddress AgentxTAddress }
agentxConnIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"agentxConnIndex contains the value that uniquely identifies
an open transport connection used by this master agent
to provide AgentX service. Values of this index should
not be re-used. The value assigned to a given transport
connection is constant for the lifetime of that connection.
"
::= { agentxConnectionEntry 1 }
agentxConnOpenTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when this connection was established
and, therefore, its value when this entry was added to the table.
"
::= { agentxConnectionEntry 2 }
agentxConnTransportDomain OBJECT-TYPE
SYNTAX TDomain
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The transport protocol in use for this connection to the
subagent.
"
::= { agentxConnectionEntry 3 }
agentxConnTransportAddress OBJECT-TYPE
SYNTAX AgentxTAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The transport address of the remote (subagent) end of this
connection to the master agent. This object may be zero-length
for unix-domain sockets (and possibly other types of transport
addresses) since the subagent need not bind a filename to its
local socket.
"
::= { agentxConnectionEntry 4 }
-- The AgentX Subagent Session Group
agentxSessionTableLastChange OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the last row creation or deletion
occurred in the agentxSessionTable.
"
::= { agentxSession 1 }
agentxSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentxSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of AgentX subagent sessions currently in effect.
"
::= { agentxSession 2 }
agentxSessionEntry OBJECT-TYPE
SYNTAX AgentxSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a single open session between the AgentX
master agent and a subagent is contained in this entry. An
entry is created when a new session is successfully established
and is destroyed either when the subagent transport connection
has terminated or when the subagent session is closed.
"
INDEX { agentxConnIndex, agentxSessionIndex }
::= { agentxSessionTable 1 }
AgentxSessionEntry ::= SEQUENCE {
agentxSessionIndex Unsigned32,
agentxSessionObjectID OBJECT IDENTIFIER,
agentxSessionDescr SnmpAdminString,
agentxSessionAdminStatus INTEGER,
agentxSessionOpenTime TimeStamp,
agentxSessionAgentXVer INTEGER,
agentxSessionTimeout INTEGER
}
agentxSessionIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique index for the subagent session. It is the same as
h.sessionID defined in the agentx header. Note that if
a subagent's session with the master agent is closed for
any reason its index should not be re-used.
A value of zero(0) is specifically allowed in order
to be compatible with the definition of h.sessionId.
"
::= { agentxSessionEntry 1 }
agentxSessionObjectID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is taken from the o.id field of the agentx-Open-PDU.
This attribute will report a value of '0.0' for subagents
not supporting the notion of an AgentX session object
identifier.
"
::= { agentxSessionEntry 2 }
agentxSessionDescr OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of the session. This is analogous to
sysDescr defined in the SNMPv2-MIB in RFC 1907 [19] and is
taken from the o.descr field of the agentx-Open-PDU.
This attribute will report a zero-length string value for
subagents not supporting the notion of a session description.
"
::= { agentxSessionEntry 3 }
agentxSessionAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative (desired) status of the session. Setting
the value to 'down(2)' closes the subagent session (with c.reason
set to 'reasonByManager').
"
::= { agentxSessionEntry 4 }
agentxSessionOpenTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when this session was opened and,
therefore, its value when this entry was added to the table.
"
::= { agentxSessionEntry 5 }
agentxSessionAgentXVer OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of the AgentX protocol supported by the
session. This must be less than or equal to the value of
agentxMasterAgentXVer.
"
::= { agentxSessionEntry 6 }
agentxSessionTimeout OBJECT-TYPE
SYNTAX INTEGER (0..255)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The length of time, in seconds, that a master agent should
allow to elapse after dispatching a message to this session
before it regards the subagent as not responding. This value
is taken from the o.timeout field of the agentx-Open-PDU.
This is a session-specific value that may be overridden by
values associated with the specific registered MIB regions
(see agentxRegTimeout). A value of zero(0) indicates that
the master agent's default timeout value should be used
(see agentxDefaultTimeout).
"
::= { agentxSessionEntry 7 }
-- The AgentX Registration Group
agentxRegistrationTableLastChange OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the last row creation or deletion
occurred in the agentxRegistrationTable.
"
::= { agentxRegistration 1 }
agentxRegistrationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentxRegistrationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of registered regions.
"
::= { agentxRegistration 2 }
agentxRegistrationEntry OBJECT-TYPE
SYNTAX AgentxRegistrationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains information for a single registered region. An
entry is created when a session successfully registers a
region and is destroyed for any of three reasons: this region
is unregistered by the session, the session is closed,
or the subagent connection is closed.
"
INDEX { agentxConnIndex, agentxSessionIndex, agentxRegIndex }
::= { agentxRegistrationTable 1 }
AgentxRegistrationEntry ::= SEQUENCE {
agentxRegIndex Unsigned32,
agentxRegContext OCTET STRING,
agentxRegStart OBJECT IDENTIFIER,
agentxRegRangeSubId Unsigned32,
agentxRegUpperBound Unsigned32,
agentxRegPriority Unsigned32,
agentxRegTimeout INTEGER,
agentxRegInstance TruthValue }
agentxRegIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"agentxRegIndex uniquely identifies a registration entry.
This value is constant for the lifetime of an entry.
"
::= { agentxRegistrationEntry 1 }
agentxRegContext OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The context in which the session supports the objects in this
region. A zero-length context indicates the default context.
"
::= { agentxRegistrationEntry 2 }
agentxRegStart OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The starting OBJECT IDENTIFIER of this registration entry. The
session identified by agentxSessionIndex implements objects
starting at this value (inclusive). Note that this value could
identify an object type, an object instance, or a partial object
instance.
"
::= { agentxRegistrationEntry 3 }
agentxRegRangeSubId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"agentxRegRangeSubId is used to specify the range. This is
taken from r.region_subid in the registration PDU. If the value
of this object is zero, no range is specified. If it is non-zero,
it identifies the `nth' sub-identifier in r.region for which
this entry's agentxRegUpperBound value is substituted in the
OID for purposes of defining the region's upper bound.
"
::= { agentxRegistrationEntry 4 }
agentxRegUpperBound OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"agentxRegUpperBound represents the upper-bound sub-identifier in
a registration. This is taken from the r.upper_bound in the
registration PDU. If agentxRegRangeSubid (r.region_subid) is
zero, this value is also zero and is not used to define an upper
bound for this registration.
"
::= { agentxRegistrationEntry 5 }
agentxRegPriority OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The registration priority. Lower values have higher priority.
This value is taken from r.priority in the register PDU.
Sessions should use the value of 127 for r.priority if a
default value is desired.
"
::= { agentxRegistrationEntry 6 }
agentxRegTimeout OBJECT-TYPE
SYNTAX INTEGER (0..255)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The timeout value, in seconds, for responses to
requests associated with this registered MIB region.
A value of zero(0) indicates the default value (indicated
by by agentxSessionTimeout or agentxDefaultTimeout) is to
be used. This value is taken from the r.timeout field of
the agentx-Register-PDU.
"
::= { agentxRegistrationEntry 7 }
agentxRegInstance OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of agentxRegInstance is `true' for
registrations for which the INSTANCE_REGISTRATION
was set, and is `false' for all other registrations.
"
::= { agentxRegistrationEntry 8 }
-- Conformance Statements for AgentX
agentxConformance OBJECT IDENTIFIER ::= { agentxMIB 2 }
agentxMIBGroups OBJECT IDENTIFIER ::= { agentxConformance 1 }
agentxMIBCompliances OBJECT IDENTIFIER ::= { agentxConformance 2 }
-- Compliance Statements for AgentX
agentxMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities that implement the
AgentX protocol. Note that a compliant agent can implement all
objects in this MIB module as read-only.
"
MODULE -- this module
MANDATORY-GROUPS { agentxMIBGroup }
OBJECT agentxSessionAdminStatus
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required.
"
::= { agentxMIBCompliances 1 }
agentxMIBGroup OBJECT-GROUP
OBJECTS {
agentxDefaultTimeout,
agentxMasterAgentXVer,
agentxConnTableLastChange,
agentxConnOpenTime,
agentxConnTransportDomain,
agentxConnTransportAddress,
agentxSessionTableLastChange,
agentxSessionTimeout,
agentxSessionObjectID,
agentxSessionDescr,
agentxSessionAdminStatus,
agentxSessionOpenTime,
agentxSessionAgentXVer,
agentxRegistrationTableLastChange,
agentxRegContext,
agentxRegStart,
agentxRegRangeSubId,
agentxRegUpperBound,
agentxRegPriority,
agentxRegTimeout,
agentxRegInstance
}
STATUS current
DESCRIPTION
"All accessible objects in the AgentX MIB.
"
::= { agentxMIBGroups 1 }
END

52
AIRESPACE-REF-MIB.my Normal file
View File

@ -0,0 +1,52 @@
-- **********************************************************
-- Airespace Reference MIB
-- Copyright 2005 Cisco Systems, Inc. All rights reserved.
-- This SNMP Management Information Specification
-- embodies Cisco's confidential and proprietary
-- intellectual property. Cisco retains all title
-- and ownership in the Specification including any revisions.
-- This Specification is supplied "AS IS", Cisco
-- makes no warranty, either expressed or implied,
-- as to the use, operation, condition, or performance of the
-- Specification.
-- Status: Release
-- Version: 4.0
-- Internal Source Code Version:1.268
-- Date: 01 Jan 2006
-- **********************************************************
AIRESPACE-REF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises
FROM SNMPv2-SMI;
airespace MODULE-IDENTITY
LAST-UPDATED "200512190000Z" -- December 19, 2005
ORGANIZATION "Airespace, Inc."
CONTACT-INFO
" Cisco Systems,
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
Email: cs-wnbu-snmp@cisco.com"
DESCRIPTION
"The Structure of Management Information for the
Airespace enterprise."
REVISION "200512190000Z" -- December 19, 2005
DESCRIPTION
"Initial version of this MIB module."
::= { enterprises 14179 } -- assigned by IANA
END

52
AIRESPACE-REF-MIB.my 2 Normal file
View File

@ -0,0 +1,52 @@
-- **********************************************************
-- Airespace Reference MIB
-- Copyright 2005 Cisco Systems, Inc. All rights reserved.
-- This SNMP Management Information Specification
-- embodies Cisco's confidential and proprietary
-- intellectual property. Cisco retains all title
-- and ownership in the Specification including any revisions.
-- This Specification is supplied "AS IS", Cisco
-- makes no warranty, either expressed or implied,
-- as to the use, operation, condition, or performance of the
-- Specification.
-- Status: Release
-- Version: 4.0
-- Internal Source Code Version:1.268
-- Date: 01 Jan 2006
-- **********************************************************
AIRESPACE-REF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises
FROM SNMPv2-SMI;
airespace MODULE-IDENTITY
LAST-UPDATED "200512190000Z" -- December 19, 2005
ORGANIZATION "Airespace, Inc."
CONTACT-INFO
" Cisco Systems,
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
Email: cs-wnbu-snmp@cisco.com"
DESCRIPTION
"The Structure of Management Information for the
Airespace enterprise."
REVISION "200512190000Z" -- December 19, 2005
DESCRIPTION
"Initial version of this MIB module."
::= { enterprises 14179 } -- assigned by IANA
END

4068
AIRESPACE-SWITCHING-MIB.my Normal file

File diff suppressed because it is too large Load Diff

4068
AIRESPACE-SWITCHING-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
### THIS FILE WAS GENERATED BY MIB2SCHEMA
enterprise 1.3.6.1.4.1.14179.1.50
1 multipleUsersTrap
2 broadcastStormStartTrap
3 broadcastStormEndTrap
4 linkFailureTrap
5 vlanRequestFailureTrap
6 vlanDeleteLastTrap
7 vlanDefaultCfgFailureTrap
8 vlanRestoreFailureTrap
9 fanFailureTrap
10 stpInstanceNewRootTrap
11 stpInstanceTopologyChangeTrap
12 powerSupplyStatusChangeTrap

17105
AIRESPACE-WIRELESS-MIB.my Normal file

File diff suppressed because it is too large Load Diff

17105
AIRESPACE-WIRELESS-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,85 @@
### THIS FILE WAS GENERATED BY MIB2SCHEMA
enterprise 1.3.6.1.4.1.14179.2.6.3
1 bsnDot11StationDisassociate
2 bsnDot11StationDeauthenticate
3 bsnDot11StationAuthenticateFail
4 bsnDot11StationAssociateFail
52 bsnDot11StationBlacklisted
53 bsnDot11StationAssociate
5 bsnAPUp
6 bsnAPDown
7 bsnAPAssociated
8 bsnAPDisassociated
9 bsnAPIfUp
10 bsnAPIfDown
11 bsnAPLoadProfileFailed
12 bsnAPNoiseProfileFailed
13 bsnAPInterferenceProfileFailed
14 bsnAPCoverageProfileFailed
37 bsnAPLoadProfileUpdatedToPass
38 bsnAPNoiseProfileUpdatedToPass
39 bsnAPInterferenceProfileUpdatedToPass
40 bsnAPCoverageProfileUpdatedToPass
15 bsnAPCurrentTxPowerChanged
16 bsnAPCurrentChannelChanged
21 bsnRrmDot11aGroupingDone
22 bsnRrmDot11bGroupingDone
23 bsnConfigSaved
24 bsnDot11EssCreated
25 bsnDot11EssDeleted
26 bsnRADIUSServerNotResponding
27 bsnAuthenticationFailure
28 bsnIpsecEspAuthFailureTrap
29 bsnIpsecEspReplayFailureTrap
31 bsnIpsecEspInvalidSpiTrap
33 bsnIpsecIkeNegFailure
34 bsnIpsecSuiteNegFailure
35 bsnIpsecInvalidCookieTrap
36 bsnRogueAPDetected
41 bsnRogueAPRemoved
59 bsnRogueAPDetectedOnWiredNetwork
60 bsnApHasNoRadioCards
61 bsnDuplicateIpAddressReported
62 bsnAPContainedAsARogue
69 bsnNetworkStateChanged
70 bsnSignatureAttackDetected
71 bsnAPRadioCardTxFailure
72 bsnAPRadioCardTxFailureClear
73 bsnAPRadioCardRxFailure
74 bsnAPRadioCardRxFailureClear
75 bsnAPImpersonationDetected
79 bsnAPRegulatoryDomainMismatch
76 bsnTrustedApHasInvalidPreamble
42 bsnRadiosExceedLicenseCount
43 bsnSensedTemperatureTooHigh
44 bsnSensedTemperatureTooLow
45 bsnTemperatureSensorFailure
46 bsnTemperatureSensorClear
47 bsnPOEControllerFailure
48 bsnMaxRogueCountExceeded
49 bsnMaxRogueCountClear
50 bsnApMaxRogueCountExceeded
51 bsnApMaxRogueCountClear
55 bsnApBigNavDosAttack
56 bsnTooManyUnsuccessLoginAttempts
57 bsnWepKeyDecryptError
58 bsnWpaMicErrorCounterActivated
65 bsnAdhocRogueAutoContained
66 bsnRogueApAutoContained
67 bsnTrustedApHasInvalidEncryption
68 bsnTrustedApHasInvalidRadioPolicy
63 bsnTrustedApHasInvalidSsid
64 bsnTrustedApIsMissing
77 bsnAPIPAddressFallback
78 bsnAPFunctionalityDisabled
80 bsnRxMulticastQueueFull
81 bsnRadarChannelDetected
82 bsnRadarChannelCleared
83 bsnAPAuthorizationFailure
84 radioCoreDumpTrap
85 invalidRadioTrap
86 countryChangeTrap
87 unsupportedAPTrap
88 heartbeatLossTrap
89 locationNotifyTrap

497
ALTIGA-ADDRESS-STATS-MIB.my Normal file
View File

@ -0,0 +1,497 @@
-- *------------------------------------------------------------------
-- * ALTIGA-ADDRESS-STATS-MIB.my: The Altiga Address Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2004, 2005 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-ADDRESS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, IpAddress
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsAddress, alAddressGroup
FROM ALTIGA-MIB
alAddressMibModule
FROM ALTIGA-GLOBAL-REG;
altigaAddressStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200501250000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Address Statistics MIB models counters and objects
that are of management interest for address assignment.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200501250000Z"
DESCRIPTION
"Added tables alAddressStatsPoolTable,
alAddressStatsPoolGroupTable.
Added object alAddressStatsHeldAddresses,
alAddressStatsGrpHeldAddresses,
alAddressStatsHeldPoolId,
alAddressStatsHeldAddrIndex,
alAddressStatsHeldAddress,
alAddressStatsHeldTimeLeft,
alAddressStatsHeldReason,
alAddressStatsGrpHeldId,
alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex,
alAddressStatsGrpHeldAddress,
alAddressStatsGrpHeldTimeLeft,
alAddressStatsGrpHeldReason."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alAddressMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsGlobal OBJECT IDENTIFIER ::= { alStatsAddress 1 }
IPAddressHeldReason ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Definition of reason an IP Address is held for.
delayReuse - held due to address re-use delay feature
foundInUse - held because the address is found to
be used"
SYNTAX INTEGER {
delayReuse(1),
foundInUse(2)
}
alAddressStatsPoolTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of trap destinations."
::= { alStatsAddress 2}
alAddressStatsPoolEntry OBJECT-TYPE
SYNTAX AlAddressStatsPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsPoolTable."
INDEX { alAddressStatsPoolId }
::= { alAddressStatsPoolTable 1 }
AlAddressStatsPoolEntry ::= SEQUENCE {
alAddressStatsPoolId Integer32,
alAddressStatsTotalPoolAddresses Integer32,
alAddressStatsCurrAllocAddresses Gauge32,
alAddressStatsCurrAvailAddresses Gauge32,
alAddressStatsMaxAddressesAssigned Gauge32,
alAddressStatsHeldAddresses Gauge32
}
alAddressStatsPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsPoolEntry 1 }
alAddressStatsTotalPoolAddresses OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of legal addresses defined in pool.
This does not include Network and Broadcast addresses."
::= { alAddressStatsPoolEntry 2 }
alAddressStatsCurrAllocAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently assigned."
::= { alAddressStatsPoolEntry 3 }
alAddressStatsCurrAvailAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolEntry 4 }
alAddressStatsMaxAddressesAssigned OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolEntry 5 }
alAddressStatsHeldAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently held. This reflects
the number of entries in alAddressStatsHeldTable."
::= { alAddressStatsPoolEntry 6 }
alAddressStatsPoolGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsPoolGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of trap destinations."
::= { alStatsAddress 3}
alAddressStatsPoolGroupEntry OBJECT-TYPE
SYNTAX AlAddressStatsPoolGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsPoolGroupTable."
INDEX { alAddressStatsGrpId, alAddressStatsGrpPoolId }
::= { alAddressStatsPoolGroupTable 1 }
AlAddressStatsPoolGroupEntry ::= SEQUENCE {
alAddressStatsGrpId Integer32,
alAddressStatsGrpPoolId Integer32,
alAddressStatsGrpTotalPoolAddresses Integer32,
alAddressStatsGrpCurrAllocAddresses Gauge32,
alAddressStatsGrpCurrAvailAddresses Gauge32,
alAddressStatsGrpMaxAddressesAssigned Gauge32,
alAddressStatsGrpHeldAddresses Gauge32
}
alAddressStatsGrpId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group ID for this entry."
::= { alAddressStatsPoolGroupEntry 1 }
alAddressStatsGrpPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group Pool ID for this entry."
::= { alAddressStatsPoolGroupEntry 2 }
alAddressStatsGrpTotalPoolAddresses OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of legal addresses defined in pool.
This does not include Network and Broadcast addresses."
::= { alAddressStatsPoolGroupEntry 3 }
alAddressStatsGrpCurrAllocAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently assigned."
::= { alAddressStatsPoolGroupEntry 4 }
alAddressStatsGrpCurrAvailAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolGroupEntry 5 }
alAddressStatsGrpMaxAddressesAssigned OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolGroupEntry 6 }
alAddressStatsGrpHeldAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently held. This reflects
the number of entries in alAddressStatsGrpHeldTable."
::= { alAddressStatsPoolGroupEntry 7 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Global Address Held Stats
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsHeldTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of held IP addresses in the Base group.
The IP addresses in this table are not available
for use.
When an IP address is released from use and if
the re-use delay feature is enabled, the IP address is added
into this table for a configured time period before it can
be used again. An IP address that was discovered to be used
by an external device is also added into this table
for configured time period also. When the timer
expires, the IP address is removed from this table."
::= { alStatsAddress 4}
alAddressStatsHeldEntry OBJECT-TYPE
SYNTAX AlAddressStatsHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsHeldTable."
INDEX { alAddressStatsHeldPoolId, alAddressStatsHeldAddrIndex }
::= { alAddressStatsHeldTable 1 }
AlAddressStatsHeldEntry ::= SEQUENCE {
alAddressStatsHeldPoolId Integer32,
alAddressStatsHeldAddrIndex Integer32,
alAddressStatsHeldAddress IpAddress,
alAddressStatsHeldTimeLeft Integer32,
alAddressStatsHeldReason IPAddressHeldReason
}
alAddressStatsHeldPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsHeldEntry 1 }
alAddressStatsHeldAddrIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address index for this entry."
::= { alAddressStatsHeldEntry 2 }
alAddressStatsHeldAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP Address currently being held; not available for assignment."
::= { alAddressStatsHeldEntry 3 }
alAddressStatsHeldTimeLeft OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time left, in second, before the address
can be assigned."
::= { alAddressStatsHeldEntry 4 }
alAddressStatsHeldReason OBJECT-TYPE
SYNTAX IPAddressHeldReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object reflects the reason for being held."
::= { alAddressStatsHeldEntry 5 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Group Address Held Stats
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsGrpHeldTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsGrpHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of held IP addresses in the user group.
The IP addresses in this table are not available
for use.
When an IP address is released from use and if
the re-use delay feature is enabled, the IP address is added
into this table for a configured time period before it can
be used again. An IP address that was discovered to be used
by an external device is also added into this table
for configured time period also. When the timer
expires, the IP address is removed from this table."
::= { alStatsAddress 5}
alAddressStatsGrpHeldEntry OBJECT-TYPE
SYNTAX AlAddressStatsGrpHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsGrpHeldTable."
INDEX { alAddressStatsGrpHeldId, alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex }
::= { alAddressStatsGrpHeldTable 1 }
AlAddressStatsGrpHeldEntry ::= SEQUENCE {
alAddressStatsGrpHeldId Integer32,
alAddressStatsGrpHeldPoolId Integer32,
alAddressStatsGrpHeldAddrIndex Integer32,
alAddressStatsGrpHeldAddress IpAddress,
alAddressStatsGrpHeldTimeLeft Integer32,
alAddressStatsGrpHeldReason IPAddressHeldReason
}
alAddressStatsGrpHeldId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group ID for this entry."
::= { alAddressStatsGrpHeldEntry 1 }
alAddressStatsGrpHeldPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsGrpHeldEntry 2 }
alAddressStatsGrpHeldAddrIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address index for this entry."
::= { alAddressStatsGrpHeldEntry 3 }
alAddressStatsGrpHeldAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP Address currently being held; not available for assignment."
::= { alAddressStatsGrpHeldEntry 4 }
alAddressStatsGrpHeldTimeLeft OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time left, in second, before the address
can be assigned."
::= { alAddressStatsGrpHeldEntry 5 }
alAddressStatsGrpHeldReason OBJECT-TYPE
SYNTAX IPAddressHeldReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object reflects the reason for being held."
::= { alAddressStatsGrpHeldEntry 6 }
altigaAddressStatsMibConformance OBJECT IDENTIFIER
::= { altigaAddressStatsMibModule 1 }
altigaAddressStatsMibCompliances OBJECT IDENTIFIER
::= { altigaAddressStatsMibConformance 1 }
altigaAddressStatsMibCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Address Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaAddressStatsGroup
}
::= { altigaAddressStatsMibCompliances 1 }
altigaAddressStatsMibComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Address Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaAddressStatsGroup,
altigaAddressStatsGroupSup1
}
::= { altigaAddressStatsMibCompliances 2 }
altigaAddressStatsGroup OBJECT-GROUP
OBJECTS
{
alAddressStatsPoolId,
alAddressStatsTotalPoolAddresses,
alAddressStatsCurrAllocAddresses,
alAddressStatsCurrAvailAddresses,
alAddressStatsMaxAddressesAssigned,
alAddressStatsGrpId,
alAddressStatsGrpPoolId,
alAddressStatsGrpTotalPoolAddresses,
alAddressStatsGrpCurrAllocAddresses,
alAddressStatsGrpCurrAvailAddresses,
alAddressStatsGrpMaxAddressesAssigned
}
STATUS current
DESCRIPTION
"The objects for address statistics."
::= { alAddressGroup 2 }
altigaAddressStatsGroupSup1 OBJECT-GROUP
OBJECTS
{
alAddressStatsHeldAddresses,
alAddressStatsGrpHeldAddresses,
alAddressStatsHeldPoolId,
alAddressStatsHeldAddrIndex,
alAddressStatsHeldAddress,
alAddressStatsHeldTimeLeft,
alAddressStatsHeldReason,
alAddressStatsGrpHeldId,
alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex,
alAddressStatsGrpHeldAddress,
alAddressStatsGrpHeldTimeLeft,
alAddressStatsGrpHeldReason
}
STATUS current
DESCRIPTION
"The objects for address statistics."
::= { alAddressGroup 3 }
END

View File

@ -0,0 +1,497 @@
-- *------------------------------------------------------------------
-- * ALTIGA-ADDRESS-STATS-MIB.my: The Altiga Address Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2004, 2005 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-ADDRESS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, IpAddress
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsAddress, alAddressGroup
FROM ALTIGA-MIB
alAddressMibModule
FROM ALTIGA-GLOBAL-REG;
altigaAddressStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200501250000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Address Statistics MIB models counters and objects
that are of management interest for address assignment.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200501250000Z"
DESCRIPTION
"Added tables alAddressStatsPoolTable,
alAddressStatsPoolGroupTable.
Added object alAddressStatsHeldAddresses,
alAddressStatsGrpHeldAddresses,
alAddressStatsHeldPoolId,
alAddressStatsHeldAddrIndex,
alAddressStatsHeldAddress,
alAddressStatsHeldTimeLeft,
alAddressStatsHeldReason,
alAddressStatsGrpHeldId,
alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex,
alAddressStatsGrpHeldAddress,
alAddressStatsGrpHeldTimeLeft,
alAddressStatsGrpHeldReason."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alAddressMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsGlobal OBJECT IDENTIFIER ::= { alStatsAddress 1 }
IPAddressHeldReason ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Definition of reason an IP Address is held for.
delayReuse - held due to address re-use delay feature
foundInUse - held because the address is found to
be used"
SYNTAX INTEGER {
delayReuse(1),
foundInUse(2)
}
alAddressStatsPoolTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of trap destinations."
::= { alStatsAddress 2}
alAddressStatsPoolEntry OBJECT-TYPE
SYNTAX AlAddressStatsPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsPoolTable."
INDEX { alAddressStatsPoolId }
::= { alAddressStatsPoolTable 1 }
AlAddressStatsPoolEntry ::= SEQUENCE {
alAddressStatsPoolId Integer32,
alAddressStatsTotalPoolAddresses Integer32,
alAddressStatsCurrAllocAddresses Gauge32,
alAddressStatsCurrAvailAddresses Gauge32,
alAddressStatsMaxAddressesAssigned Gauge32,
alAddressStatsHeldAddresses Gauge32
}
alAddressStatsPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsPoolEntry 1 }
alAddressStatsTotalPoolAddresses OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of legal addresses defined in pool.
This does not include Network and Broadcast addresses."
::= { alAddressStatsPoolEntry 2 }
alAddressStatsCurrAllocAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently assigned."
::= { alAddressStatsPoolEntry 3 }
alAddressStatsCurrAvailAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolEntry 4 }
alAddressStatsMaxAddressesAssigned OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolEntry 5 }
alAddressStatsHeldAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently held. This reflects
the number of entries in alAddressStatsHeldTable."
::= { alAddressStatsPoolEntry 6 }
alAddressStatsPoolGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsPoolGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of trap destinations."
::= { alStatsAddress 3}
alAddressStatsPoolGroupEntry OBJECT-TYPE
SYNTAX AlAddressStatsPoolGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsPoolGroupTable."
INDEX { alAddressStatsGrpId, alAddressStatsGrpPoolId }
::= { alAddressStatsPoolGroupTable 1 }
AlAddressStatsPoolGroupEntry ::= SEQUENCE {
alAddressStatsGrpId Integer32,
alAddressStatsGrpPoolId Integer32,
alAddressStatsGrpTotalPoolAddresses Integer32,
alAddressStatsGrpCurrAllocAddresses Gauge32,
alAddressStatsGrpCurrAvailAddresses Gauge32,
alAddressStatsGrpMaxAddressesAssigned Gauge32,
alAddressStatsGrpHeldAddresses Gauge32
}
alAddressStatsGrpId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group ID for this entry."
::= { alAddressStatsPoolGroupEntry 1 }
alAddressStatsGrpPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group Pool ID for this entry."
::= { alAddressStatsPoolGroupEntry 2 }
alAddressStatsGrpTotalPoolAddresses OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of legal addresses defined in pool.
This does not include Network and Broadcast addresses."
::= { alAddressStatsPoolGroupEntry 3 }
alAddressStatsGrpCurrAllocAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently assigned."
::= { alAddressStatsPoolGroupEntry 4 }
alAddressStatsGrpCurrAvailAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolGroupEntry 5 }
alAddressStatsGrpMaxAddressesAssigned OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently available."
::= { alAddressStatsPoolGroupEntry 6 }
alAddressStatsGrpHeldAddresses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of addresses currently held. This reflects
the number of entries in alAddressStatsGrpHeldTable."
::= { alAddressStatsPoolGroupEntry 7 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Global Address Held Stats
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsHeldTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of held IP addresses in the Base group.
The IP addresses in this table are not available
for use.
When an IP address is released from use and if
the re-use delay feature is enabled, the IP address is added
into this table for a configured time period before it can
be used again. An IP address that was discovered to be used
by an external device is also added into this table
for configured time period also. When the timer
expires, the IP address is removed from this table."
::= { alStatsAddress 4}
alAddressStatsHeldEntry OBJECT-TYPE
SYNTAX AlAddressStatsHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsHeldTable."
INDEX { alAddressStatsHeldPoolId, alAddressStatsHeldAddrIndex }
::= { alAddressStatsHeldTable 1 }
AlAddressStatsHeldEntry ::= SEQUENCE {
alAddressStatsHeldPoolId Integer32,
alAddressStatsHeldAddrIndex Integer32,
alAddressStatsHeldAddress IpAddress,
alAddressStatsHeldTimeLeft Integer32,
alAddressStatsHeldReason IPAddressHeldReason
}
alAddressStatsHeldPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsHeldEntry 1 }
alAddressStatsHeldAddrIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address index for this entry."
::= { alAddressStatsHeldEntry 2 }
alAddressStatsHeldAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP Address currently being held; not available for assignment."
::= { alAddressStatsHeldEntry 3 }
alAddressStatsHeldTimeLeft OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time left, in second, before the address
can be assigned."
::= { alAddressStatsHeldEntry 4 }
alAddressStatsHeldReason OBJECT-TYPE
SYNTAX IPAddressHeldReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object reflects the reason for being held."
::= { alAddressStatsHeldEntry 5 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Group Address Held Stats
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alAddressStatsGrpHeldTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlAddressStatsGrpHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of held IP addresses in the user group.
The IP addresses in this table are not available
for use.
When an IP address is released from use and if
the re-use delay feature is enabled, the IP address is added
into this table for a configured time period before it can
be used again. An IP address that was discovered to be used
by an external device is also added into this table
for configured time period also. When the timer
expires, the IP address is removed from this table."
::= { alStatsAddress 5}
alAddressStatsGrpHeldEntry OBJECT-TYPE
SYNTAX AlAddressStatsGrpHeldEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAddressStatsGrpHeldTable."
INDEX { alAddressStatsGrpHeldId, alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex }
::= { alAddressStatsGrpHeldTable 1 }
AlAddressStatsGrpHeldEntry ::= SEQUENCE {
alAddressStatsGrpHeldId Integer32,
alAddressStatsGrpHeldPoolId Integer32,
alAddressStatsGrpHeldAddrIndex Integer32,
alAddressStatsGrpHeldAddress IpAddress,
alAddressStatsGrpHeldTimeLeft Integer32,
alAddressStatsGrpHeldReason IPAddressHeldReason
}
alAddressStatsGrpHeldId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Group ID for this entry."
::= { alAddressStatsGrpHeldEntry 1 }
alAddressStatsGrpHeldPoolId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Global Address Pool ID for this entry."
::= { alAddressStatsGrpHeldEntry 2 }
alAddressStatsGrpHeldAddrIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address index for this entry."
::= { alAddressStatsGrpHeldEntry 3 }
alAddressStatsGrpHeldAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP Address currently being held; not available for assignment."
::= { alAddressStatsGrpHeldEntry 4 }
alAddressStatsGrpHeldTimeLeft OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time left, in second, before the address
can be assigned."
::= { alAddressStatsGrpHeldEntry 5 }
alAddressStatsGrpHeldReason OBJECT-TYPE
SYNTAX IPAddressHeldReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object reflects the reason for being held."
::= { alAddressStatsGrpHeldEntry 6 }
altigaAddressStatsMibConformance OBJECT IDENTIFIER
::= { altigaAddressStatsMibModule 1 }
altigaAddressStatsMibCompliances OBJECT IDENTIFIER
::= { altigaAddressStatsMibConformance 1 }
altigaAddressStatsMibCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Address Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaAddressStatsGroup
}
::= { altigaAddressStatsMibCompliances 1 }
altigaAddressStatsMibComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Address Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaAddressStatsGroup,
altigaAddressStatsGroupSup1
}
::= { altigaAddressStatsMibCompliances 2 }
altigaAddressStatsGroup OBJECT-GROUP
OBJECTS
{
alAddressStatsPoolId,
alAddressStatsTotalPoolAddresses,
alAddressStatsCurrAllocAddresses,
alAddressStatsCurrAvailAddresses,
alAddressStatsMaxAddressesAssigned,
alAddressStatsGrpId,
alAddressStatsGrpPoolId,
alAddressStatsGrpTotalPoolAddresses,
alAddressStatsGrpCurrAllocAddresses,
alAddressStatsGrpCurrAvailAddresses,
alAddressStatsGrpMaxAddressesAssigned
}
STATUS current
DESCRIPTION
"The objects for address statistics."
::= { alAddressGroup 2 }
altigaAddressStatsGroupSup1 OBJECT-GROUP
OBJECTS
{
alAddressStatsHeldAddresses,
alAddressStatsGrpHeldAddresses,
alAddressStatsHeldPoolId,
alAddressStatsHeldAddrIndex,
alAddressStatsHeldAddress,
alAddressStatsHeldTimeLeft,
alAddressStatsHeldReason,
alAddressStatsGrpHeldId,
alAddressStatsGrpHeldPoolId,
alAddressStatsGrpHeldAddrIndex,
alAddressStatsGrpHeldAddress,
alAddressStatsGrpHeldTimeLeft,
alAddressStatsGrpHeldReason
}
STATUS current
DESCRIPTION
"The objects for address statistics."
::= { alAddressGroup 3 }
END

237
ALTIGA-BMGT-STATS-MIB.my Normal file
View File

@ -0,0 +1,237 @@
-- *------------------------------------------------------------------
-- * ALTIGA-BMGT-STATS-MIB.my: Altiga Bandwidth Limiting/Guarantee and Policy Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-BMGT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alBwMgmtGroup, alStatsBwMgmt
FROM ALTIGA-MIB
alBwMgmtMibModule
FROM ALTIGA-GLOBAL-REG;
altigaBwMgmMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Bandwidth Limiting/Guarantee and Policy Statistics MIB
models counters and objects that are of management interest for bandwidth
management.
Acronyms
The following acronyms are used in this document:
BW: Bandwidth
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alBwMgmtMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alBwMgmtStatsGlobal OBJECT IDENTIFIER ::= { alStatsBwMgmt 1 }
-- Any global stuff here...
alBwMgmtStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlBwMgmtStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BW Management status entries."
::= { alStatsBwMgmt 2 }
alBwMgmtStatEntry OBJECT-TYPE
SYNTAX AlBwMgmtStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of bandwidth mgmt status objects on this
interface."
INDEX { alBwMgmtStatIntfId }
::= { alBwMgmtStatTable 1 }
AlBwMgmtStatEntry ::=
SEQUENCE {
alBwMgmtStatRowStatus RowStatus,
alBwMgmtStatIntfId INTEGER,
alBwMgmtStatGrpId INTEGER,
alBwMgmtStatInConformedRate Unsigned32,
alBwMgmtStatInDroppedRate Unsigned32,
alBwMgmtStatInConformedBytes Counter32,
alBwMgmtStatInDroppedBytes Counter32,
alBwMgmtStatOutConformedRate Unsigned32,
alBwMgmtStatOutDroppedRate Unsigned32,
alBwMgmtStatOutConformedBytes Counter32,
alBwMgmtStatOutDroppedBytes Counter32
}
alBwMgmtStatRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of this row."
::= { alBwMgmtStatEntry 1 }
alBwMgmtStatIntfId OBJECT-TYPE
SYNTAX INTEGER (1..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BwPolicy identifier used as the index of this row."
::= { alBwMgmtStatEntry 2 }
alBwMgmtStatGrpId OBJECT-TYPE
SYNTAX INTEGER (0..100000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BwPolicy identifier used as the index of this row."
::= { alBwMgmtStatEntry 3 }
alBwMgmtStatInConformedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets permitted by this rate limit."
::= { alBwMgmtStatEntry 4 }
alBwMgmtStatInDroppedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets which exceeded this rate limit."
::= { alBwMgmtStatEntry 5 }
alBwMgmtStatInConformedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 6 }
alBwMgmtStatInDroppedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 7 }
alBwMgmtStatOutConformedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets permitted by this rate limit."
::= { alBwMgmtStatEntry 8 }
alBwMgmtStatOutDroppedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets which exceeded this rate limit."
::= { alBwMgmtStatEntry 9 }
alBwMgmtStatOutConformedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 10 }
alBwMgmtStatOutDroppedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 11 }
altigaBwMgmMibConformance OBJECT IDENTIFIER ::= { altigaBwMgmMibModule 1 }
altigaBwMgmMibCompliances OBJECT IDENTIFIER ::= { altigaBwMgmMibConformance 1 }
altigaBwMgmMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Bandwidth Limiting/Guarantee and Policy Statistics MIB."
MODULE
MANDATORY-GROUPS {
alBwMgmtStatsGroup
}
::= { altigaBwMgmMibCompliances 1 }
alBwMgmtStatsGroup OBJECT-GROUP
OBJECTS {
alBwMgmtStatRowStatus,
alBwMgmtStatIntfId,
alBwMgmtStatGrpId,
alBwMgmtStatInConformedRate,
alBwMgmtStatInDroppedRate,
alBwMgmtStatInConformedBytes,
alBwMgmtStatInDroppedBytes,
alBwMgmtStatOutConformedRate,
alBwMgmtStatOutDroppedRate,
alBwMgmtStatOutConformedBytes,
alBwMgmtStatOutDroppedBytes
}
STATUS current
DESCRIPTION
"A collection of objects providing BW Management monitoring."
::= { alBwMgmtGroup 2 }
END

237
ALTIGA-BMGT-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,237 @@
-- *------------------------------------------------------------------
-- * ALTIGA-BMGT-STATS-MIB.my: Altiga Bandwidth Limiting/Guarantee and Policy Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-BMGT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alBwMgmtGroup, alStatsBwMgmt
FROM ALTIGA-MIB
alBwMgmtMibModule
FROM ALTIGA-GLOBAL-REG;
altigaBwMgmMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Bandwidth Limiting/Guarantee and Policy Statistics MIB
models counters and objects that are of management interest for bandwidth
management.
Acronyms
The following acronyms are used in this document:
BW: Bandwidth
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alBwMgmtMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alBwMgmtStatsGlobal OBJECT IDENTIFIER ::= { alStatsBwMgmt 1 }
-- Any global stuff here...
alBwMgmtStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlBwMgmtStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BW Management status entries."
::= { alStatsBwMgmt 2 }
alBwMgmtStatEntry OBJECT-TYPE
SYNTAX AlBwMgmtStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of bandwidth mgmt status objects on this
interface."
INDEX { alBwMgmtStatIntfId }
::= { alBwMgmtStatTable 1 }
AlBwMgmtStatEntry ::=
SEQUENCE {
alBwMgmtStatRowStatus RowStatus,
alBwMgmtStatIntfId INTEGER,
alBwMgmtStatGrpId INTEGER,
alBwMgmtStatInConformedRate Unsigned32,
alBwMgmtStatInDroppedRate Unsigned32,
alBwMgmtStatInConformedBytes Counter32,
alBwMgmtStatInDroppedBytes Counter32,
alBwMgmtStatOutConformedRate Unsigned32,
alBwMgmtStatOutDroppedRate Unsigned32,
alBwMgmtStatOutConformedBytes Counter32,
alBwMgmtStatOutDroppedBytes Counter32
}
alBwMgmtStatRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of this row."
::= { alBwMgmtStatEntry 1 }
alBwMgmtStatIntfId OBJECT-TYPE
SYNTAX INTEGER (1..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BwPolicy identifier used as the index of this row."
::= { alBwMgmtStatEntry 2 }
alBwMgmtStatGrpId OBJECT-TYPE
SYNTAX INTEGER (0..100000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BwPolicy identifier used as the index of this row."
::= { alBwMgmtStatEntry 3 }
alBwMgmtStatInConformedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets permitted by this rate limit."
::= { alBwMgmtStatEntry 4 }
alBwMgmtStatInDroppedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets which exceeded this rate limit."
::= { alBwMgmtStatEntry 5 }
alBwMgmtStatInConformedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 6 }
alBwMgmtStatInDroppedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 7 }
alBwMgmtStatOutConformedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets permitted by this rate limit."
::= { alBwMgmtStatEntry 8 }
alBwMgmtStatOutDroppedRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kbytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of packets which exceeded this rate limit."
::= { alBwMgmtStatEntry 9 }
alBwMgmtStatOutConformedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 10 }
alBwMgmtStatOutDroppedBytes OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of bytes which exceeded this rate limit."
::= { alBwMgmtStatEntry 11 }
altigaBwMgmMibConformance OBJECT IDENTIFIER ::= { altigaBwMgmMibModule 1 }
altigaBwMgmMibCompliances OBJECT IDENTIFIER ::= { altigaBwMgmMibConformance 1 }
altigaBwMgmMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Bandwidth Limiting/Guarantee and Policy Statistics MIB."
MODULE
MANDATORY-GROUPS {
alBwMgmtStatsGroup
}
::= { altigaBwMgmMibCompliances 1 }
alBwMgmtStatsGroup OBJECT-GROUP
OBJECTS {
alBwMgmtStatRowStatus,
alBwMgmtStatIntfId,
alBwMgmtStatGrpId,
alBwMgmtStatInConformedRate,
alBwMgmtStatInDroppedRate,
alBwMgmtStatInConformedBytes,
alBwMgmtStatInDroppedBytes,
alBwMgmtStatOutConformedRate,
alBwMgmtStatOutDroppedRate,
alBwMgmtStatOutConformedBytes,
alBwMgmtStatOutDroppedBytes
}
STATUS current
DESCRIPTION
"A collection of objects providing BW Management monitoring."
::= { alBwMgmtGroup 2 }
END

265
ALTIGA-CAP.my Normal file
View File

@ -0,0 +1,265 @@
-- *------------------------------------------------------------------
-- * ALTIGA-CAP.my: The Altiga Networks capabilities MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-CAP DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
altigaCaps, alCapModule
FROM ALTIGA-GLOBAL-REG;
altigaCapModule MODULE-IDENTITY
LAST-UPDATED "200209091200Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Networks capabilities MIB models counters and
objects that are of management interest for networks
capabilities.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
DNS: Domain Name Service
FTP: File Transfer Protocol
HTTP: HyperText Transfer Protocol
ICMP: Internet Control Message Protocol
IP: Internet Protocol
L2TP: Layer-2 Tunneling Protocol
MIB: Management Information Base
PPP: Point-to-Point Protocol
PPTP: Point-to-Point Tunneling Protocol
SEP: Scalable Encryption Processor
SNMP: Simple Network Management Protocol
SSL: Secure Sockets Layer
TCP: Transmission Control Protocol
UDP: User Datagram Protocol
"
REVISION "200209091200Z"
DESCRIPTION
"Updated MIB to comply to Cisco MIB Police standards.
Added missing supports for new Altiga MIBs.
"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alCapModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
altigaBasicAgent AGENT-CAPABILITIES
PRODUCT-RELEASE "Altiga Agent v1.0"
STATUS obsolete
DESCRIPTION "Altiga SNMP Agent"
SUPPORTS SNMPv2-MIB
INCLUDES { snmpGroup, snmpSetGroup, systemGroup,
snmpBasicNotificationsGroup }
SUPPORTS IP-MIB
INCLUDES { ipGroup, icmpGroup }
SUPPORTS UDP-MIB
INCLUDES { udpGroup }
SUPPORTS ALTIGA-VERSION-STATS-MIB
INCLUDES { altigaVersionStatsGroup }
SUPPORTS ALTIGA-PPTP-STATS-MIB
INCLUDES { altigaPptpStatsGroup }
SUPPORTS ALTIGA-PPP-STATS-MIB
INCLUDES { altigaPppStatsGroup }
SUPPORTS ALTIGA-HTTP-STATS-MIB
INCLUDES { altigaHttpStatsGroup }
SUPPORTS ALTIGA-L2TP-STATS-MIB
INCLUDES { altigaL2tpStatsGroup }
SUPPORTS ALTIGA-SESSION-STATS-MIB
INCLUDES { altigaSessionStatsGroup }
SUPPORTS ALTIGA-TELNET-STATS-MIB
INCLUDES { altigaTelnetStatsGroup }
SUPPORTS ALTIGA-DHCP-STATS-MIB
INCLUDES { altigaDhcpStatsGroup }
SUPPORTS ALTIGA-DNS-STATS-MIB
INCLUDES { altigaDnsStatsGroup }
SUPPORTS ALTIGA-CERT-STATS-MIB
INCLUDES { altigaCertStatsGroup }
SUPPORTS ALTIGA-SEP-STATS-MIB
INCLUDES { altigaSepStatsGroup }
SUPPORTS ALTIGA-SYNC-STATS-MIB
INCLUDES { altigaSyncStatsGroup }
SUPPORTS ALTIGA-T1E1-STATS-MIB
INCLUDES { altigaT1E1StatsGroup }
SUPPORTS ALTIGA-SSL-STATS-MIB
INCLUDES { altigaSslStatsGroup }
SUPPORTS ALTIGA-EVENT-STATS-MIB
INCLUDES { altigaEventStatsGroup }
SUPPORTS ALTIGA-FILTER-STATS-MIB
INCLUDES { altigaFilterStatsGroup }
SUPPORTS ALTIGA-FTP-STATS-MIB
INCLUDES { altigaFtpStatsGroup }
SUPPORTS ALTIGA-GENERAL-STATS-MIB
INCLUDES { altigaGeneralStatsGroup }
SUPPORTS ALTIGA-HARDWARE-STATS-MIB
INCLUDES { altigaHardwareStatsGroup }
::= { altigaCaps 1 }
altigaBasicAgentRev1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Altiga Agent v1.1"
STATUS current
DESCRIPTION "Altiga SNMP Agent"
SUPPORTS SNMPv2-MIB
INCLUDES { snmpGroup, snmpSetGroup, systemGroup,
snmpBasicNotificationsGroup }
SUPPORTS ALTIGA-ADDRESS-STATS-MIB
INCLUDES { altigaAddressStatsGroup }
SUPPORTS ALTIGA-CERT-STATS-MIB
INCLUDES { altigaCertStatsGroup }
SUPPORTS ALTIGA-DHCP-SERVER-STATS-MIB
INCLUDES { altigaDhcpServerStatsGroup }
SUPPORTS ALTIGA-DHCP-STATS-MIB
INCLUDES { altigaDhcpStatsGroup }
SUPPORTS ALTIGA-DNS-STATS-MIB
INCLUDES { altigaDnsStatsGroup }
SUPPORTS ALTIGA-EVENT-STATS-MIB
INCLUDES { altigaEventStatsGroup }
SUPPORTS ALTIGA-FILTER-STATS-MIB
INCLUDES { altigaFilterStatsGroup }
SUPPORTS ALTIGA-FTP-STATS-MIB
INCLUDES { altigaFtpStatsGroup }
SUPPORTS ALTIGA-GENERAL-STATS-MIB
INCLUDES { altigaGeneralStatsGroup }
SUPPORTS ALTIGA-HARDWARE-STATS-MIB
INCLUDES { altigaHardwareStatsGroup }
SUPPORTS ALTIGA-HTTP-STATS-MIB
INCLUDES { altigaHttpStatsGroup }
SUPPORTS ALTIGA-IP-STATS-MIB
INCLUDES { altigaIpStatsGroup }
SUPPORTS ALTIGA-L2TP-STATS-MIB
INCLUDES { altigaL2tpStatsGroup }
SUPPORTS ALTIGA-LBSSF-STATS-MIB
INCLUDES { altigaStatsLBSSFGroup }
SUPPORTS ALTIGA-MULTILINK-STATS-MIB
INCLUDES { altigaMultiLinkStatsGroup }
SUPPORTS ALTIGA-NAT-STATS-MIB
INCLUDES { altigaNatStatsGroup }
SUPPORTS ALTIGA-PPP-STATS-MIB
INCLUDES { altigaPppStatsGroup }
SUPPORTS ALTIGA-PPPOE-STATS-MIB
INCLUDES { altigaPPPoEStatsGroup }
SUPPORTS ALTIGA-PPTP-STATS-MIB
INCLUDES { altigaPptpStatsGroup }
SUPPORTS ALTIGA-SDI-ACE-STATS-MIB
INCLUDES { altigaACEServerGroup }
SUPPORTS ALTIGA-SEP-STATS-MIB
INCLUDES { altigaSepStatsGroup }
SUPPORTS ALTIGA-SESSION-STATS-MIB
INCLUDES { altigaSessionStatsGroup }
SUPPORTS ALTIGA-SSH-STATS-MIB
INCLUDES { altigaSshStatsGroup }
SUPPORTS ALTIGA-SSL-STATS-MIB
INCLUDES { altigaSslStatsGroup }
SUPPORTS ALTIGA-SYNC-STATS-MIB
INCLUDES { altigaSyncStatsGroup }
SUPPORTS ALTIGA-T1E1-STATS-MIB
INCLUDES { altigaT1E1StatsGroup }
SUPPORTS ALTIGA-TELNET-STATS-MIB
INCLUDES { altigaTelnetStatsGroup }
SUPPORTS ALTIGA-VERSION-STATS-MIB
INCLUDES { altigaVersionStatsGroup }
SUPPORTS IP-MIB
INCLUDES { ipGroup, icmpGroup }
SUPPORTS UDP-MIB
INCLUDES { udpGroup }
::= { altigaCapModule 1 }
END

265
ALTIGA-CAP.my 2 Normal file
View File

@ -0,0 +1,265 @@
-- *------------------------------------------------------------------
-- * ALTIGA-CAP.my: The Altiga Networks capabilities MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-CAP DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
altigaCaps, alCapModule
FROM ALTIGA-GLOBAL-REG;
altigaCapModule MODULE-IDENTITY
LAST-UPDATED "200209091200Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Networks capabilities MIB models counters and
objects that are of management interest for networks
capabilities.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
DNS: Domain Name Service
FTP: File Transfer Protocol
HTTP: HyperText Transfer Protocol
ICMP: Internet Control Message Protocol
IP: Internet Protocol
L2TP: Layer-2 Tunneling Protocol
MIB: Management Information Base
PPP: Point-to-Point Protocol
PPTP: Point-to-Point Tunneling Protocol
SEP: Scalable Encryption Processor
SNMP: Simple Network Management Protocol
SSL: Secure Sockets Layer
TCP: Transmission Control Protocol
UDP: User Datagram Protocol
"
REVISION "200209091200Z"
DESCRIPTION
"Updated MIB to comply to Cisco MIB Police standards.
Added missing supports for new Altiga MIBs.
"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alCapModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
altigaBasicAgent AGENT-CAPABILITIES
PRODUCT-RELEASE "Altiga Agent v1.0"
STATUS obsolete
DESCRIPTION "Altiga SNMP Agent"
SUPPORTS SNMPv2-MIB
INCLUDES { snmpGroup, snmpSetGroup, systemGroup,
snmpBasicNotificationsGroup }
SUPPORTS IP-MIB
INCLUDES { ipGroup, icmpGroup }
SUPPORTS UDP-MIB
INCLUDES { udpGroup }
SUPPORTS ALTIGA-VERSION-STATS-MIB
INCLUDES { altigaVersionStatsGroup }
SUPPORTS ALTIGA-PPTP-STATS-MIB
INCLUDES { altigaPptpStatsGroup }
SUPPORTS ALTIGA-PPP-STATS-MIB
INCLUDES { altigaPppStatsGroup }
SUPPORTS ALTIGA-HTTP-STATS-MIB
INCLUDES { altigaHttpStatsGroup }
SUPPORTS ALTIGA-L2TP-STATS-MIB
INCLUDES { altigaL2tpStatsGroup }
SUPPORTS ALTIGA-SESSION-STATS-MIB
INCLUDES { altigaSessionStatsGroup }
SUPPORTS ALTIGA-TELNET-STATS-MIB
INCLUDES { altigaTelnetStatsGroup }
SUPPORTS ALTIGA-DHCP-STATS-MIB
INCLUDES { altigaDhcpStatsGroup }
SUPPORTS ALTIGA-DNS-STATS-MIB
INCLUDES { altigaDnsStatsGroup }
SUPPORTS ALTIGA-CERT-STATS-MIB
INCLUDES { altigaCertStatsGroup }
SUPPORTS ALTIGA-SEP-STATS-MIB
INCLUDES { altigaSepStatsGroup }
SUPPORTS ALTIGA-SYNC-STATS-MIB
INCLUDES { altigaSyncStatsGroup }
SUPPORTS ALTIGA-T1E1-STATS-MIB
INCLUDES { altigaT1E1StatsGroup }
SUPPORTS ALTIGA-SSL-STATS-MIB
INCLUDES { altigaSslStatsGroup }
SUPPORTS ALTIGA-EVENT-STATS-MIB
INCLUDES { altigaEventStatsGroup }
SUPPORTS ALTIGA-FILTER-STATS-MIB
INCLUDES { altigaFilterStatsGroup }
SUPPORTS ALTIGA-FTP-STATS-MIB
INCLUDES { altigaFtpStatsGroup }
SUPPORTS ALTIGA-GENERAL-STATS-MIB
INCLUDES { altigaGeneralStatsGroup }
SUPPORTS ALTIGA-HARDWARE-STATS-MIB
INCLUDES { altigaHardwareStatsGroup }
::= { altigaCaps 1 }
altigaBasicAgentRev1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Altiga Agent v1.1"
STATUS current
DESCRIPTION "Altiga SNMP Agent"
SUPPORTS SNMPv2-MIB
INCLUDES { snmpGroup, snmpSetGroup, systemGroup,
snmpBasicNotificationsGroup }
SUPPORTS ALTIGA-ADDRESS-STATS-MIB
INCLUDES { altigaAddressStatsGroup }
SUPPORTS ALTIGA-CERT-STATS-MIB
INCLUDES { altigaCertStatsGroup }
SUPPORTS ALTIGA-DHCP-SERVER-STATS-MIB
INCLUDES { altigaDhcpServerStatsGroup }
SUPPORTS ALTIGA-DHCP-STATS-MIB
INCLUDES { altigaDhcpStatsGroup }
SUPPORTS ALTIGA-DNS-STATS-MIB
INCLUDES { altigaDnsStatsGroup }
SUPPORTS ALTIGA-EVENT-STATS-MIB
INCLUDES { altigaEventStatsGroup }
SUPPORTS ALTIGA-FILTER-STATS-MIB
INCLUDES { altigaFilterStatsGroup }
SUPPORTS ALTIGA-FTP-STATS-MIB
INCLUDES { altigaFtpStatsGroup }
SUPPORTS ALTIGA-GENERAL-STATS-MIB
INCLUDES { altigaGeneralStatsGroup }
SUPPORTS ALTIGA-HARDWARE-STATS-MIB
INCLUDES { altigaHardwareStatsGroup }
SUPPORTS ALTIGA-HTTP-STATS-MIB
INCLUDES { altigaHttpStatsGroup }
SUPPORTS ALTIGA-IP-STATS-MIB
INCLUDES { altigaIpStatsGroup }
SUPPORTS ALTIGA-L2TP-STATS-MIB
INCLUDES { altigaL2tpStatsGroup }
SUPPORTS ALTIGA-LBSSF-STATS-MIB
INCLUDES { altigaStatsLBSSFGroup }
SUPPORTS ALTIGA-MULTILINK-STATS-MIB
INCLUDES { altigaMultiLinkStatsGroup }
SUPPORTS ALTIGA-NAT-STATS-MIB
INCLUDES { altigaNatStatsGroup }
SUPPORTS ALTIGA-PPP-STATS-MIB
INCLUDES { altigaPppStatsGroup }
SUPPORTS ALTIGA-PPPOE-STATS-MIB
INCLUDES { altigaPPPoEStatsGroup }
SUPPORTS ALTIGA-PPTP-STATS-MIB
INCLUDES { altigaPptpStatsGroup }
SUPPORTS ALTIGA-SDI-ACE-STATS-MIB
INCLUDES { altigaACEServerGroup }
SUPPORTS ALTIGA-SEP-STATS-MIB
INCLUDES { altigaSepStatsGroup }
SUPPORTS ALTIGA-SESSION-STATS-MIB
INCLUDES { altigaSessionStatsGroup }
SUPPORTS ALTIGA-SSH-STATS-MIB
INCLUDES { altigaSshStatsGroup }
SUPPORTS ALTIGA-SSL-STATS-MIB
INCLUDES { altigaSslStatsGroup }
SUPPORTS ALTIGA-SYNC-STATS-MIB
INCLUDES { altigaSyncStatsGroup }
SUPPORTS ALTIGA-T1E1-STATS-MIB
INCLUDES { altigaT1E1StatsGroup }
SUPPORTS ALTIGA-TELNET-STATS-MIB
INCLUDES { altigaTelnetStatsGroup }
SUPPORTS ALTIGA-VERSION-STATS-MIB
INCLUDES { altigaVersionStatsGroup }
SUPPORTS IP-MIB
INCLUDES { ipGroup, icmpGroup }
SUPPORTS UDP-MIB
INCLUDES { udpGroup }
::= { altigaCapModule 1 }
END

260
ALTIGA-CERT-STATS-MIB.my Normal file
View File

@ -0,0 +1,260 @@
-- *------------------------------------------------------------------
-- * ALTIGA-CERT-STATS-MIB.my: Altiga Digital Certificates Statistics.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-CERT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsCert, alCertGroup
FROM ALTIGA-MIB
alCertMibModule
FROM ALTIGA-GLOBAL-REG;
altigaCertStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Digital Certificates Statistics MIB models counters and objects that are
of management interest for digital certificates.
Acronyms
The following acronyms are used in this document:
CA: Certificate Authority
CRL: Certificate Revocation List
IP: Internet Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alCertMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsCertGlobal OBJECT IDENTIFIER ::= { alStatsCert 1 }
alCertStatsServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlCertStatsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List table listing the CA servers."
::= { alStatsCert 2 }
alCertStatsServerEntry OBJECT-TYPE
SYNTAX AlCertStatsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing a CA server."
INDEX { alCertStatsServerIndex }
::= { alCertStatsServerTable 1 }
AlCertStatsServerEntry ::= SEQUENCE {
alCertStatsServerIndex Integer32,
alCertStatsServerAddress IpAddress,
alCertStatsServerPortNumber Integer32,
alCertStatsServerCertRequests Counter32,
alCertStatsServerCertRetransmissions Counter32,
alCertStatsServerCertRcvd Counter32,
alCertStatsServerCertPendingRequests Gauge32,
alCertStatsServerCertTimeouts Counter32,
alCertStatsServerCRLRequests Counter32,
alCertStatsServerCRLRetransmissions Counter32,
alCertStatsServerCRLRcvd Counter32,
alCertStatsServerCRLPendingRequests Gauge32,
alCertStatsServerCRLTimeouts Counter32
}
alCertStatsServerIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this CA."
::= { alCertStatsServerEntry 1 }
alCertStatsServerAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of this CA."
::= { alCertStatsServerEntry 2 }
alCertStatsServerPortNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port number of this CA."
::= { alCertStatsServerEntry 3 }
alCertStatsServerCertRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets sent
to this CA since client start-up. This does not
include retransmissions."
::= { alCertStatsServerEntry 4 }
alCertStatsServerCertRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets
retransmitted to this CA since client start-up."
::= { alCertStatsServerEntry 5 }
alCertStatsServerCertRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificates received from
this server since client start-up."
::= { alCertStatsServerEntry 6 }
alCertStatsServerCertPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when certificate request is sent and decremented due to
receipt of a certificate, a timeout or retransmission."
::= { alCertStatsServerEntry 7 }
alCertStatsServerCertTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate timeouts to this
server since client startup."
::= { alCertStatsServerEntry 8 }
alCertStatsServerCRLRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets sent
to this CA since client start-up. This does not
include retransmissions."
::= { alCertStatsServerEntry 9 }
alCertStatsServerCRLRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets
retransmitted to this CA since client start-up."
::= { alCertStatsServerEntry 10 }
alCertStatsServerCRLRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL received from
this server since client start-up."
::= { alCertStatsServerEntry 11 }
alCertStatsServerCRLPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when certificate request is sent and decremented due to
receipt of a certificate, a timeout or retransmission."
::= { alCertStatsServerEntry 12 }
alCertStatsServerCRLTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL timeouts to this server since
client startup."
::= { alCertStatsServerEntry 13 }
altigaCertStatsMibConformance OBJECT IDENTIFIER ::= { altigaCertStatsMibModule 1 }
altigaCertStatsMibCompliances OBJECT IDENTIFIER ::= { altigaCertStatsMibConformance 1 }
altigaCertStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Digital Certificates Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaCertStatsGroup
}
::= { altigaCertStatsMibCompliances 1 }
altigaCertStatsGroup OBJECT-GROUP
OBJECTS
{
alCertStatsServerIndex,
alCertStatsServerAddress,
alCertStatsServerPortNumber,
alCertStatsServerCertRequests,
alCertStatsServerCertRetransmissions,
alCertStatsServerCertRcvd,
alCertStatsServerCertPendingRequests,
alCertStatsServerCertTimeouts,
alCertStatsServerCRLRequests,
alCertStatsServerCRLRetransmissions,
alCertStatsServerCRLRcvd,
alCertStatsServerCRLPendingRequests,
alCertStatsServerCRLTimeouts
}
STATUS current
DESCRIPTION
"The objects for Cert statistics."
::= { alCertGroup 2 }
END

260
ALTIGA-CERT-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,260 @@
-- *------------------------------------------------------------------
-- * ALTIGA-CERT-STATS-MIB.my: Altiga Digital Certificates Statistics.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-CERT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsCert, alCertGroup
FROM ALTIGA-MIB
alCertMibModule
FROM ALTIGA-GLOBAL-REG;
altigaCertStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Digital Certificates Statistics MIB models counters and objects that are
of management interest for digital certificates.
Acronyms
The following acronyms are used in this document:
CA: Certificate Authority
CRL: Certificate Revocation List
IP: Internet Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alCertMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsCertGlobal OBJECT IDENTIFIER ::= { alStatsCert 1 }
alCertStatsServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlCertStatsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List table listing the CA servers."
::= { alStatsCert 2 }
alCertStatsServerEntry OBJECT-TYPE
SYNTAX AlCertStatsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing a CA server."
INDEX { alCertStatsServerIndex }
::= { alCertStatsServerTable 1 }
AlCertStatsServerEntry ::= SEQUENCE {
alCertStatsServerIndex Integer32,
alCertStatsServerAddress IpAddress,
alCertStatsServerPortNumber Integer32,
alCertStatsServerCertRequests Counter32,
alCertStatsServerCertRetransmissions Counter32,
alCertStatsServerCertRcvd Counter32,
alCertStatsServerCertPendingRequests Gauge32,
alCertStatsServerCertTimeouts Counter32,
alCertStatsServerCRLRequests Counter32,
alCertStatsServerCRLRetransmissions Counter32,
alCertStatsServerCRLRcvd Counter32,
alCertStatsServerCRLPendingRequests Gauge32,
alCertStatsServerCRLTimeouts Counter32
}
alCertStatsServerIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this CA."
::= { alCertStatsServerEntry 1 }
alCertStatsServerAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of this CA."
::= { alCertStatsServerEntry 2 }
alCertStatsServerPortNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port number of this CA."
::= { alCertStatsServerEntry 3 }
alCertStatsServerCertRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets sent
to this CA since client start-up. This does not
include retransmissions."
::= { alCertStatsServerEntry 4 }
alCertStatsServerCertRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets
retransmitted to this CA since client start-up."
::= { alCertStatsServerEntry 5 }
alCertStatsServerCertRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificates received from
this server since client start-up."
::= { alCertStatsServerEntry 6 }
alCertStatsServerCertPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when certificate request is sent and decremented due to
receipt of a certificate, a timeout or retransmission."
::= { alCertStatsServerEntry 7 }
alCertStatsServerCertTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of certificate timeouts to this
server since client startup."
::= { alCertStatsServerEntry 8 }
alCertStatsServerCRLRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets sent
to this CA since client start-up. This does not
include retransmissions."
::= { alCertStatsServerEntry 9 }
alCertStatsServerCRLRetransmissions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets
retransmitted to this CA since client start-up."
::= { alCertStatsServerEntry 10 }
alCertStatsServerCRLRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL received from
this server since client start-up."
::= { alCertStatsServerEntry 11 }
alCertStatsServerCRLPendingRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL request packets
destined for this server that have not yet timed out
or received a response. This variable is incremented
when certificate request is sent and decremented due to
receipt of a certificate, a timeout or retransmission."
::= { alCertStatsServerEntry 12 }
alCertStatsServerCRLTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of CRL timeouts to this server since
client startup."
::= { alCertStatsServerEntry 13 }
altigaCertStatsMibConformance OBJECT IDENTIFIER ::= { altigaCertStatsMibModule 1 }
altigaCertStatsMibCompliances OBJECT IDENTIFIER ::= { altigaCertStatsMibConformance 1 }
altigaCertStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Digital Certificates Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaCertStatsGroup
}
::= { altigaCertStatsMibCompliances 1 }
altigaCertStatsGroup OBJECT-GROUP
OBJECTS
{
alCertStatsServerIndex,
alCertStatsServerAddress,
alCertStatsServerPortNumber,
alCertStatsServerCertRequests,
alCertStatsServerCertRetransmissions,
alCertStatsServerCertRcvd,
alCertStatsServerCertPendingRequests,
alCertStatsServerCertTimeouts,
alCertStatsServerCRLRequests,
alCertStatsServerCRLRetransmissions,
alCertStatsServerCRLRcvd,
alCertStatsServerCRLPendingRequests,
alCertStatsServerCRLTimeouts
}
STATUS current
DESCRIPTION
"The objects for Cert statistics."
::= { alCertGroup 2 }
END

View File

@ -0,0 +1,240 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DHCP-SERVER-STATS-MIB.my: The Altiga DHCP Server Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DHCP-SERVER-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32, Counter32
FROM SNMPv2-SMI
RowStatus, MacAddress, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDhcpServer, alDhcpServerGroup
FROM ALTIGA-MIB
alDhcpServerMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDhcpServerStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DHCP Statistics Server MIB models counters and objects that are
of management interest for DHCP.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDhcpServerMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDhcpServerGlobal OBJECT IDENTIFIER ::= { alStatsDhcpServer 1 }
alDhcpServerStatsActiveLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active DHCP leases."
::= { alStatsDhcpServerGlobal 1 }
alDhcpServerStatsMaximumLeases OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that were active at any one time."
::= { alStatsDhcpServerGlobal 2 }
alDhcpServerStatsDiscoversRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages."
::= { alStatsDhcpServerGlobal 3 }
alDhcpServerStatsOffersSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPOFFER messages."
::= { alStatsDhcpServerGlobal 4 }
alDhcpServerStatsAcksSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPACK messages."
::= { alStatsDhcpServerGlobal 5 }
alDhcpServerStatsNaksSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPNAK messages."
::= { alStatsDhcpServerGlobal 6 }
alDhcpServerStatsReqTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of request timeouts that occurred."
::= { alStatsDhcpServerGlobal 7 }
-- Per session stats
alDhcpServerStatsSessTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlDhcpServerStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsDhcpServer 2 }
alDhcpServerStatsSessEntry OBJECT-TYPE
SYNTAX AlDhcpServerStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alDhcpServerStatsSessTable."
INDEX { alDhcpServerStatsSessId }
::= { alDhcpServerStatsSessTable 1 }
AlDhcpServerStatsSessEntry ::= SEQUENCE {
alDhcpServerStatsSessRowStatus RowStatus,
alDhcpServerStatsSessId Integer32,
alDhcpServerStatsSessIpAddr IpAddress,
alDhcpServerStatsSessLeaseExpire Gauge32,
alDhcpServerStatsSessMacAddr MacAddress,
alDhcpServerStatsSessHostName DisplayString
}
alDhcpServerStatsSessRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. This can be used to delete the
lease, but can not be used to create one."
::= { alDhcpServerStatsSessEntry 1 }
alDhcpServerStatsSessId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique DHCP session ID used as the index for this row."
::= { alDhcpServerStatsSessEntry 2 }
alDhcpServerStatsSessIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alDhcpServerStatsSessEntry 3 }
alDhcpServerStatsSessLeaseExpire OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remaining seconds until the current lease expires."
::= { alDhcpServerStatsSessEntry 4 }
alDhcpServerStatsSessMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of the client."
::= { alDhcpServerStatsSessEntry 5 }
alDhcpServerStatsSessHostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Name of the client."
::= { alDhcpServerStatsSessEntry 6 }
altigaDhcpServerStatsMibConformance OBJECT IDENTIFIER ::= { altigaDhcpServerStatsMibModule 1 }
altigaDhcpServerStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDhcpServerStatsMibConformance 1 }
altigaDhcpServerStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DHCP Server Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDhcpServerStatsGroup
}
::= { altigaDhcpServerStatsMibCompliances 1 }
altigaDhcpServerStatsGroup OBJECT-GROUP
OBJECTS
{
alDhcpServerStatsActiveLeases,
alDhcpServerStatsMaximumLeases,
alDhcpServerStatsDiscoversRcvd,
alDhcpServerStatsOffersSent,
alDhcpServerStatsAcksSent,
alDhcpServerStatsNaksSent,
alDhcpServerStatsReqTimeouts,
alDhcpServerStatsSessRowStatus,
alDhcpServerStatsSessId,
alDhcpServerStatsSessIpAddr,
alDhcpServerStatsSessLeaseExpire,
alDhcpServerStatsSessMacAddr,
alDhcpServerStatsSessHostName
}
STATUS current
DESCRIPTION
"The objects for the DHCP Server statistics."
::= { alDhcpServerGroup 2 }
END

View File

@ -0,0 +1,240 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DHCP-SERVER-STATS-MIB.my: The Altiga DHCP Server Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DHCP-SERVER-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32, Counter32
FROM SNMPv2-SMI
RowStatus, MacAddress, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDhcpServer, alDhcpServerGroup
FROM ALTIGA-MIB
alDhcpServerMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDhcpServerStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DHCP Statistics Server MIB models counters and objects that are
of management interest for DHCP.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDhcpServerMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDhcpServerGlobal OBJECT IDENTIFIER ::= { alStatsDhcpServer 1 }
alDhcpServerStatsActiveLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active DHCP leases."
::= { alStatsDhcpServerGlobal 1 }
alDhcpServerStatsMaximumLeases OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that were active at any one time."
::= { alStatsDhcpServerGlobal 2 }
alDhcpServerStatsDiscoversRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages."
::= { alStatsDhcpServerGlobal 3 }
alDhcpServerStatsOffersSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPOFFER messages."
::= { alStatsDhcpServerGlobal 4 }
alDhcpServerStatsAcksSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPACK messages."
::= { alStatsDhcpServerGlobal 5 }
alDhcpServerStatsNaksSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPNAK messages."
::= { alStatsDhcpServerGlobal 6 }
alDhcpServerStatsReqTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of request timeouts that occurred."
::= { alStatsDhcpServerGlobal 7 }
-- Per session stats
alDhcpServerStatsSessTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlDhcpServerStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsDhcpServer 2 }
alDhcpServerStatsSessEntry OBJECT-TYPE
SYNTAX AlDhcpServerStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alDhcpServerStatsSessTable."
INDEX { alDhcpServerStatsSessId }
::= { alDhcpServerStatsSessTable 1 }
AlDhcpServerStatsSessEntry ::= SEQUENCE {
alDhcpServerStatsSessRowStatus RowStatus,
alDhcpServerStatsSessId Integer32,
alDhcpServerStatsSessIpAddr IpAddress,
alDhcpServerStatsSessLeaseExpire Gauge32,
alDhcpServerStatsSessMacAddr MacAddress,
alDhcpServerStatsSessHostName DisplayString
}
alDhcpServerStatsSessRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. This can be used to delete the
lease, but can not be used to create one."
::= { alDhcpServerStatsSessEntry 1 }
alDhcpServerStatsSessId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique DHCP session ID used as the index for this row."
::= { alDhcpServerStatsSessEntry 2 }
alDhcpServerStatsSessIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alDhcpServerStatsSessEntry 3 }
alDhcpServerStatsSessLeaseExpire OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remaining seconds until the current lease expires."
::= { alDhcpServerStatsSessEntry 4 }
alDhcpServerStatsSessMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of the client."
::= { alDhcpServerStatsSessEntry 5 }
alDhcpServerStatsSessHostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Name of the client."
::= { alDhcpServerStatsSessEntry 6 }
altigaDhcpServerStatsMibConformance OBJECT IDENTIFIER ::= { altigaDhcpServerStatsMibModule 1 }
altigaDhcpServerStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDhcpServerStatsMibConformance 1 }
altigaDhcpServerStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DHCP Server Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDhcpServerStatsGroup
}
::= { altigaDhcpServerStatsMibCompliances 1 }
altigaDhcpServerStatsGroup OBJECT-GROUP
OBJECTS
{
alDhcpServerStatsActiveLeases,
alDhcpServerStatsMaximumLeases,
alDhcpServerStatsDiscoversRcvd,
alDhcpServerStatsOffersSent,
alDhcpServerStatsAcksSent,
alDhcpServerStatsNaksSent,
alDhcpServerStatsReqTimeouts,
alDhcpServerStatsSessRowStatus,
alDhcpServerStatsSessId,
alDhcpServerStatsSessIpAddr,
alDhcpServerStatsSessLeaseExpire,
alDhcpServerStatsSessMacAddr,
alDhcpServerStatsSessHostName
}
STATUS current
DESCRIPTION
"The objects for the DHCP Server statistics."
::= { alDhcpServerGroup 2 }
END

381
ALTIGA-DHCP-STATS-MIB.my Normal file
View File

@ -0,0 +1,381 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DHCP-STATS-MIB.my: The Altiga DHCP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DHCP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDhcp, alDhcpGroup
FROM ALTIGA-MIB
alDhcpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDhcpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DHCP Statistics MIB models counters and objects that are
of management interest for DHCP.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDhcpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDhcpGlobal OBJECT IDENTIFIER ::= { alStatsDhcp 1 }
alDhcpStatsActiveLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active DHCP leases."
::= { alStatsDhcpGlobal 1 }
alDhcpStatsMaximumLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that were active at any one time."
::= { alStatsDhcpGlobal 2 }
alDhcpStatsDiscoversSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages."
::= { alStatsDhcpGlobal 3 }
alDhcpStatsOffersRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPOFFER messages."
::= { alStatsDhcpGlobal 4 }
alDhcpStatsInitRequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of initially (i.e. in the SELECTING or REQUESTING state)
transmitted DHCPREQUEST messages."
::= { alStatsDhcpGlobal 5 }
alDhcpStatsT1RequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages after the T1
timer expired."
::= { alStatsDhcpGlobal 6 }
alDhcpStatsT2RequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages after the T2
timer expired."
::= { alStatsDhcpGlobal 7 }
alDhcpStatsInitAcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPACK messages."
::= { alStatsDhcpGlobal 8 }
alDhcpStatsInitNaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPNAK messages."
::= { alStatsDhcpGlobal 9 }
alDhcpStatsT1AcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPACK messages after the T1 timer
expired."
::= { alStatsDhcpGlobal 10 }
alDhcpStatsT1NaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPNAK messages after the T1 timer
expired."
::= { alStatsDhcpGlobal 11 }
alDhcpStatsT2AcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPACK messages after the T2 timer
expired."
::= { alStatsDhcpGlobal 12 }
alDhcpStatsT2NaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPNAK messages after the T2 timer
expired."
::= { alStatsDhcpGlobal 13 }
alDhcpStatsT1Timeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of T1 timeouts that occurred."
::= { alStatsDhcpGlobal 14 }
alDhcpStatsT2Timeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of T2 timeouts that occurred."
::= { alStatsDhcpGlobal 15 }
alDhcpStatsApiRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of requests made to obtain an IP address from
the DHCP module."
::= { alStatsDhcpGlobal 16 }
alDhcpStatsLeaseTimeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that expired."
::= { alStatsDhcpGlobal 17 }
-- Per session stats
alDhcpStatsSessTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlDhcpStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsDhcp 2 }
alDhcpStatsSessEntry OBJECT-TYPE
SYNTAX AlDhcpStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alDhcpStatsSessTable."
INDEX { alDhcpStatsSessIpAddr }
::= { alDhcpStatsSessTable 1 }
AlDhcpStatsSessEntry ::= SEQUENCE {
alDhcpStatsSessRowStatus RowStatus,
alDhcpStatsSessId Integer32,
alDhcpStatsSessKey Integer32,
alDhcpStatsSessIpAddr IpAddress,
alDhcpStatsSessUpTime Integer32,
alDhcpStatsSessLeaseDuration Integer32,
alDhcpStatsSessLeaseExpire Integer32,
alDhcpStatsSessState DisplayString,
alDhcpStatsSessClientId DisplayString,
alDhcpStatsSessSrvrIpAddr IpAddress
}
alDhcpStatsSessRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. This can be used to delete the
lease, but can not be used to create one."
::= { alDhcpStatsSessEntry 1 }
alDhcpStatsSessId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique DHCP session ID used as the index for this row."
::= { alDhcpStatsSessEntry 2 }
alDhcpStatsSessKey OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The DHCP hash key for this lease."
::= { alDhcpStatsSessEntry 3 }
alDhcpStatsSessIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alDhcpStatsSessEntry 4 }
alDhcpStatsSessUpTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total length of time that this session has had active
lease(s)."
::= { alDhcpStatsSessEntry 5 }
alDhcpStatsSessLeaseDuration OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The duration of the current lease."
::= { alDhcpStatsSessEntry 6 }
alDhcpStatsSessLeaseExpire OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remaining seconds until the current lease expires."
::= { alDhcpStatsSessEntry 7 }
alDhcpStatsSessState OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this session."
::= { alDhcpStatsSessEntry 8 }
alDhcpStatsSessClientId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The full 'client ID' value associated with this lease."
::= { alDhcpStatsSessEntry 9 }
alDhcpStatsSessSrvrIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the server from which this lease
was obtained."
::= { alDhcpStatsSessEntry 10 }
altigaDhcpStatsMibConformance OBJECT IDENTIFIER ::= { altigaDhcpStatsMibModule 1 }
altigaDhcpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDhcpStatsMibConformance 1 }
altigaDhcpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DHCP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDhcpStatsGroup
}
::= { altigaDhcpStatsMibCompliances 1 }
altigaDhcpStatsGroup OBJECT-GROUP
OBJECTS
{
alDhcpStatsActiveLeases,
alDhcpStatsMaximumLeases,
alDhcpStatsDiscoversSent,
alDhcpStatsOffersRcvd,
alDhcpStatsInitRequestsSent,
alDhcpStatsT1RequestsSent,
alDhcpStatsT2RequestsSent,
alDhcpStatsInitAcksRcvd,
alDhcpStatsInitNaksRcvd,
alDhcpStatsT1AcksRcvd,
alDhcpStatsT1NaksRcvd,
alDhcpStatsT2AcksRcvd,
alDhcpStatsT2NaksRcvd,
alDhcpStatsT1Timeouts,
alDhcpStatsT2Timeouts,
alDhcpStatsApiRequests,
alDhcpStatsLeaseTimeouts,
alDhcpStatsSessRowStatus,
alDhcpStatsSessId,
alDhcpStatsSessKey,
alDhcpStatsSessIpAddr,
alDhcpStatsSessUpTime,
alDhcpStatsSessLeaseDuration,
alDhcpStatsSessLeaseExpire,
alDhcpStatsSessState,
alDhcpStatsSessClientId,
alDhcpStatsSessSrvrIpAddr
}
STATUS current
DESCRIPTION
"The objects for the DHCP Server statistics."
::= { alDhcpGroup 2 }
END

381
ALTIGA-DHCP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,381 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DHCP-STATS-MIB.my: The Altiga DHCP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DHCP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDhcp, alDhcpGroup
FROM ALTIGA-MIB
alDhcpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDhcpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DHCP Statistics MIB models counters and objects that are
of management interest for DHCP.
Acronyms
The following acronyms are used in this document:
DHCP: Dynamic Host Configuration Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDhcpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDhcpGlobal OBJECT IDENTIFIER ::= { alStatsDhcp 1 }
alDhcpStatsActiveLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active DHCP leases."
::= { alStatsDhcpGlobal 1 }
alDhcpStatsMaximumLeases OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that were active at any one time."
::= { alStatsDhcpGlobal 2 }
alDhcpStatsDiscoversSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages."
::= { alStatsDhcpGlobal 3 }
alDhcpStatsOffersRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPOFFER messages."
::= { alStatsDhcpGlobal 4 }
alDhcpStatsInitRequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of initially (i.e. in the SELECTING or REQUESTING state)
transmitted DHCPREQUEST messages."
::= { alStatsDhcpGlobal 5 }
alDhcpStatsT1RequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages after the T1
timer expired."
::= { alStatsDhcpGlobal 6 }
alDhcpStatsT2RequestsSent OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted DHCPDISCOVER messages after the T2
timer expired."
::= { alStatsDhcpGlobal 7 }
alDhcpStatsInitAcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPACK messages."
::= { alStatsDhcpGlobal 8 }
alDhcpStatsInitNaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received original (i.e. in the REQUESTING state)
DHCPNAK messages."
::= { alStatsDhcpGlobal 9 }
alDhcpStatsT1AcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPACK messages after the T1 timer
expired."
::= { alStatsDhcpGlobal 10 }
alDhcpStatsT1NaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPNAK messages after the T1 timer
expired."
::= { alStatsDhcpGlobal 11 }
alDhcpStatsT2AcksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPACK messages after the T2 timer
expired."
::= { alStatsDhcpGlobal 12 }
alDhcpStatsT2NaksRcvd OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received DHCPNAK messages after the T2 timer
expired."
::= { alStatsDhcpGlobal 13 }
alDhcpStatsT1Timeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of T1 timeouts that occurred."
::= { alStatsDhcpGlobal 14 }
alDhcpStatsT2Timeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of T2 timeouts that occurred."
::= { alStatsDhcpGlobal 15 }
alDhcpStatsApiRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of requests made to obtain an IP address from
the DHCP module."
::= { alStatsDhcpGlobal 16 }
alDhcpStatsLeaseTimeouts OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of leases that expired."
::= { alStatsDhcpGlobal 17 }
-- Per session stats
alDhcpStatsSessTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlDhcpStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsDhcp 2 }
alDhcpStatsSessEntry OBJECT-TYPE
SYNTAX AlDhcpStatsSessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alDhcpStatsSessTable."
INDEX { alDhcpStatsSessIpAddr }
::= { alDhcpStatsSessTable 1 }
AlDhcpStatsSessEntry ::= SEQUENCE {
alDhcpStatsSessRowStatus RowStatus,
alDhcpStatsSessId Integer32,
alDhcpStatsSessKey Integer32,
alDhcpStatsSessIpAddr IpAddress,
alDhcpStatsSessUpTime Integer32,
alDhcpStatsSessLeaseDuration Integer32,
alDhcpStatsSessLeaseExpire Integer32,
alDhcpStatsSessState DisplayString,
alDhcpStatsSessClientId DisplayString,
alDhcpStatsSessSrvrIpAddr IpAddress
}
alDhcpStatsSessRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. This can be used to delete the
lease, but can not be used to create one."
::= { alDhcpStatsSessEntry 1 }
alDhcpStatsSessId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique DHCP session ID used as the index for this row."
::= { alDhcpStatsSessEntry 2 }
alDhcpStatsSessKey OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The DHCP hash key for this lease."
::= { alDhcpStatsSessEntry 3 }
alDhcpStatsSessIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alDhcpStatsSessEntry 4 }
alDhcpStatsSessUpTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total length of time that this session has had active
lease(s)."
::= { alDhcpStatsSessEntry 5 }
alDhcpStatsSessLeaseDuration OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The duration of the current lease."
::= { alDhcpStatsSessEntry 6 }
alDhcpStatsSessLeaseExpire OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remaining seconds until the current lease expires."
::= { alDhcpStatsSessEntry 7 }
alDhcpStatsSessState OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this session."
::= { alDhcpStatsSessEntry 8 }
alDhcpStatsSessClientId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The full 'client ID' value associated with this lease."
::= { alDhcpStatsSessEntry 9 }
alDhcpStatsSessSrvrIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the server from which this lease
was obtained."
::= { alDhcpStatsSessEntry 10 }
altigaDhcpStatsMibConformance OBJECT IDENTIFIER ::= { altigaDhcpStatsMibModule 1 }
altigaDhcpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDhcpStatsMibConformance 1 }
altigaDhcpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DHCP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDhcpStatsGroup
}
::= { altigaDhcpStatsMibCompliances 1 }
altigaDhcpStatsGroup OBJECT-GROUP
OBJECTS
{
alDhcpStatsActiveLeases,
alDhcpStatsMaximumLeases,
alDhcpStatsDiscoversSent,
alDhcpStatsOffersRcvd,
alDhcpStatsInitRequestsSent,
alDhcpStatsT1RequestsSent,
alDhcpStatsT2RequestsSent,
alDhcpStatsInitAcksRcvd,
alDhcpStatsInitNaksRcvd,
alDhcpStatsT1AcksRcvd,
alDhcpStatsT1NaksRcvd,
alDhcpStatsT2AcksRcvd,
alDhcpStatsT2NaksRcvd,
alDhcpStatsT1Timeouts,
alDhcpStatsT2Timeouts,
alDhcpStatsApiRequests,
alDhcpStatsLeaseTimeouts,
alDhcpStatsSessRowStatus,
alDhcpStatsSessId,
alDhcpStatsSessKey,
alDhcpStatsSessIpAddr,
alDhcpStatsSessUpTime,
alDhcpStatsSessLeaseDuration,
alDhcpStatsSessLeaseExpire,
alDhcpStatsSessState,
alDhcpStatsSessClientId,
alDhcpStatsSessSrvrIpAddr
}
STATUS current
DESCRIPTION
"The objects for the DHCP Server statistics."
::= { alDhcpGroup 2 }
END

135
ALTIGA-DNS-STATS-MIB.my Normal file
View File

@ -0,0 +1,135 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DNS-STATS-MIB.my: Altiga DNS Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DNS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDns, alDnsGroup
FROM ALTIGA-MIB
alDnsMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDnsStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DNS Statistics MIB models counters and objects that are
of management interest for DNS.
Acronyms
The following acronyms are used in this document:
DNS: Domain Name Service
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDnsMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDnsResolverGlobal OBJECT IDENTIFIER ::= { alStatsDns 1 }
alDnsStatsAttemptedQueries OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of DNS queries that were attempted."
::= { alStatsDnsResolverGlobal 1 }
alDnsStatsSuccessfulResponses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of queries that were successfully resolved."
::= { alStatsDnsResolverGlobal 2 }
alDnsStatsTimeoutFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures because there was no response from
the server."
::= { alStatsDnsResolverGlobal 3 }
alDnsStatsUnreachableServerFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures because the address of the server
is not reachable according to the Concentrator's routing
table."
::= { alStatsDnsResolverGlobal 4 }
alDnsStatsMiscFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures for an unspecified reason."
::= { alStatsDnsResolverGlobal 5 }
altigaDnsStatsMibConformance OBJECT IDENTIFIER ::= { altigaDnsStatsMibModule 1 }
altigaDnsStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDnsStatsMibConformance 1 }
altigaDnsStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DNS Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDnsStatsGroup
}
::= { altigaDnsStatsMibCompliances 1 }
altigaDnsStatsGroup OBJECT-GROUP
OBJECTS
{
alDnsStatsAttemptedQueries,
alDnsStatsSuccessfulResponses,
alDnsStatsTimeoutFailures,
alDnsStatsUnreachableServerFailures,
alDnsStatsMiscFailures
}
STATUS current
DESCRIPTION
"The objects for the DNS resolver module statistics."
::= { alDnsGroup 2 }
END

135
ALTIGA-DNS-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,135 @@
-- *------------------------------------------------------------------
-- * ALTIGA-DNS-STATS-MIB.my: Altiga DNS Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-DNS-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsDns, alDnsGroup
FROM ALTIGA-MIB
alDnsMibModule
FROM ALTIGA-GLOBAL-REG;
altigaDnsStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga DNS Statistics MIB models counters and objects that are
of management interest for DNS.
Acronyms
The following acronyms are used in this document:
DNS: Domain Name Service
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alDnsMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsDnsResolverGlobal OBJECT IDENTIFIER ::= { alStatsDns 1 }
alDnsStatsAttemptedQueries OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of DNS queries that were attempted."
::= { alStatsDnsResolverGlobal 1 }
alDnsStatsSuccessfulResponses OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of queries that were successfully resolved."
::= { alStatsDnsResolverGlobal 2 }
alDnsStatsTimeoutFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures because there was no response from
the server."
::= { alStatsDnsResolverGlobal 3 }
alDnsStatsUnreachableServerFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures because the address of the server
is not reachable according to the Concentrator's routing
table."
::= { alStatsDnsResolverGlobal 4 }
alDnsStatsMiscFailures OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of failures for an unspecified reason."
::= { alStatsDnsResolverGlobal 5 }
altigaDnsStatsMibConformance OBJECT IDENTIFIER ::= { altigaDnsStatsMibModule 1 }
altigaDnsStatsMibCompliances OBJECT IDENTIFIER ::= { altigaDnsStatsMibConformance 1 }
altigaDnsStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga DNS Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaDnsStatsGroup
}
::= { altigaDnsStatsMibCompliances 1 }
altigaDnsStatsGroup OBJECT-GROUP
OBJECTS
{
alDnsStatsAttemptedQueries,
alDnsStatsSuccessfulResponses,
alDnsStatsTimeoutFailures,
alDnsStatsUnreachableServerFailures,
alDnsStatsMiscFailures
}
STATUS current
DESCRIPTION
"The objects for the DNS resolver module statistics."
::= { alDnsGroup 2 }
END

177
ALTIGA-EVENT-STATS-MIB.my Normal file
View File

@ -0,0 +1,177 @@
-- *------------------------------------------------------------------
-- * ALTIGA-EVENT-STATS-MIB.my: Altiga Event Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-EVENT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsEvent, alEventGroup
FROM ALTIGA-MIB
alEventMibModule
FROM ALTIGA-GLOBAL-REG;
altigaEventStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200301130000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Event Statistics MIB models counters and objects that are
of management interest for events.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200301130000Z"
DESCRIPTION
"Added alStatsEventNotificationId object"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alEventMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsEventGlobal OBJECT IDENTIFIER ::= { alStatsEvent 1 }
alStatsEventNotificationId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The event class and event ID string in class/id format.
The string applies as the product is configured to
send log events whenever SNMP generates notifications."
::= { alStatsEventGlobal 1 }
alEventStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlEventStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Event Stats Per Class/Event Number."
::= { alStatsEvent 2 }
alEventStatsEntry OBJECT-TYPE
SYNTAX AlEventStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alEventStatsTable."
INDEX { alEventStatsClass, alEventStatsEventNumber }
::= { alEventStatsTable 1 }
AlEventStatsEntry ::= SEQUENCE {
alEventStatsClass Integer32,
alEventStatsEventNumber Integer32,
alEventStatsCount Counter32
}
alEventStatsClass OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The primary index of this row, the event class."
::= { alEventStatsEntry 1 }
alEventStatsEventNumber OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The secondary index of this row, the event number."
::= { alEventStatsEntry 2 }
alEventStatsCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that the given event for the give class has
been generated."
::= { alEventStatsEntry 3 }
altigaEventStatsMibConformance OBJECT IDENTIFIER
::= { altigaEventStatsMibModule 1 }
altigaEventStatsMibCompliances OBJECT IDENTIFIER
::= { altigaEventStatsMibConformance 1 }
altigaEventStatsMibCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Event Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaEventStatsGroup
}
::= { altigaEventStatsMibCompliances 1 }
altigaEventStatsMibComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Event Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaEventStatsGroupRev1
}
::= { altigaEventStatsMibCompliances 2 }
altigaEventStatsGroup OBJECT-GROUP
OBJECTS
{
alEventStatsClass,
alEventStatsEventNumber,
alEventStatsCount
}
STATUS deprecated
DESCRIPTION
"The objects for Event Statistics."
::= { alEventGroup 2 }
altigaEventStatsGroupRev1 OBJECT-GROUP
OBJECTS
{
alEventStatsClass,
alEventStatsEventNumber,
alEventStatsCount,
alStatsEventNotificationId
}
STATUS current
DESCRIPTION
"The objects for Event Statistics."
::= { alEventGroup 3 }
END

177
ALTIGA-EVENT-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,177 @@
-- *------------------------------------------------------------------
-- * ALTIGA-EVENT-STATS-MIB.my: Altiga Event Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-EVENT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsEvent, alEventGroup
FROM ALTIGA-MIB
alEventMibModule
FROM ALTIGA-GLOBAL-REG;
altigaEventStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200301130000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Event Statistics MIB models counters and objects that are
of management interest for events.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200301130000Z"
DESCRIPTION
"Added alStatsEventNotificationId object"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alEventMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsEventGlobal OBJECT IDENTIFIER ::= { alStatsEvent 1 }
alStatsEventNotificationId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The event class and event ID string in class/id format.
The string applies as the product is configured to
send log events whenever SNMP generates notifications."
::= { alStatsEventGlobal 1 }
alEventStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlEventStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Event Stats Per Class/Event Number."
::= { alStatsEvent 2 }
alEventStatsEntry OBJECT-TYPE
SYNTAX AlEventStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alEventStatsTable."
INDEX { alEventStatsClass, alEventStatsEventNumber }
::= { alEventStatsTable 1 }
AlEventStatsEntry ::= SEQUENCE {
alEventStatsClass Integer32,
alEventStatsEventNumber Integer32,
alEventStatsCount Counter32
}
alEventStatsClass OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The primary index of this row, the event class."
::= { alEventStatsEntry 1 }
alEventStatsEventNumber OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The secondary index of this row, the event number."
::= { alEventStatsEntry 2 }
alEventStatsCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that the given event for the give class has
been generated."
::= { alEventStatsEntry 3 }
altigaEventStatsMibConformance OBJECT IDENTIFIER
::= { altigaEventStatsMibModule 1 }
altigaEventStatsMibCompliances OBJECT IDENTIFIER
::= { altigaEventStatsMibConformance 1 }
altigaEventStatsMibCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Event Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaEventStatsGroup
}
::= { altigaEventStatsMibCompliances 1 }
altigaEventStatsMibComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Event Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaEventStatsGroupRev1
}
::= { altigaEventStatsMibCompliances 2 }
altigaEventStatsGroup OBJECT-GROUP
OBJECTS
{
alEventStatsClass,
alEventStatsEventNumber,
alEventStatsCount
}
STATUS deprecated
DESCRIPTION
"The objects for Event Statistics."
::= { alEventGroup 2 }
altigaEventStatsGroupRev1 OBJECT-GROUP
OBJECTS
{
alEventStatsClass,
alEventStatsEventNumber,
alEventStatsCount,
alStatsEventNotificationId
}
STATUS current
DESCRIPTION
"The objects for Event Statistics."
::= { alEventGroup 3 }
END

294
ALTIGA-FILTER-STATS-MIB.my Normal file
View File

@ -0,0 +1,294 @@
-- *------------------------------------------------------------------
-- * ALTIGA-FILTER-STATS-MIB.my: Altiga Filter Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-FILTER-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, TimeTicks, Counter32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsFilter, alFilterGroup
FROM ALTIGA-MIB
alFilterMibModule
FROM ALTIGA-GLOBAL-REG;
altigaFilterStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Filter Statistics MIB models counters and objects that are
of management interest for filters.
Acronyms
The following acronyms are used in this document:
ICMP: Internet Control Message Protocol
MIB: Management Information Base
Rx: Received
TCP: Transmission Control Protocol
Tx: Transmitted
UDP: User Datagram Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alFilterMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsFilterGlobal OBJECT IDENTIFIER ::= { alStatsFilter 1 }
alFilterStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlFilterStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of filter statistics."
::= { alStatsFilter 2 }
alFilterStatsEntry OBJECT-TYPE
SYNTAX AlFilterStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alFilterStatsTable."
INDEX { alFilterStatsInterfaceId }
::= { alFilterStatsTable 1 }
AlFilterStatsEntry ::= SEQUENCE {
alFilterStatsInterfaceId Integer32,
alFilterStatsStartTime TimeTicks,
alFilterStatsInPktsFiltered Counter32,
alFilterStatsOutPktsFiltered Counter32,
alFilterStatsInPktsRx Counter32,
alFilterStatsOutPktsRx Counter32,
alFilterStatsInPktsTx Counter32,
alFilterStatsOutPktsTx Counter32,
alFilterStatsInShortTcpHdr Counter32,
alFilterStatsOutShortTcpHdr Counter32,
alFilterStatsInShortUdpHdr Counter32,
alFilterStatsOutShortUdpHdr Counter32,
alFilterStatsInTcpFragDiscard Counter32,
alFilterStatsOutTcpFragDiscard Counter32,
alFilterStatsInIcmpFragDiscard Counter32,
alFilterStatsOutIcmpFragDiscard Counter32
}
alFilterStatsInterfaceId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The primary index of this row, the IP interface ID."
::= { alFilterStatsEntry 1 }
alFilterStatsStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Start time the filter became active."
::= { alFilterStatsEntry 2 }
alFilterStatsInPktsFiltered OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets discarded on this interface."
::= { alFilterStatsEntry 3 }
alFilterStatsOutPktsFiltered OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets discarded on this interface."
::= { alFilterStatsEntry 4 }
alFilterStatsInPktsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets received on this interface."
::= { alFilterStatsEntry 5 }
alFilterStatsOutPktsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets received on this interface.
This count includes filtered (dropped) packets."
::= { alFilterStatsEntry 6 }
alFilterStatsInPktsTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets forwarded on this interface."
::= { alFilterStatsEntry 7 }
alFilterStatsOutPktsTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets forwarded on this interface.
This count does not include filtered packets."
::= { alFilterStatsEntry 8 }
alFilterStatsInShortTcpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound TCP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 9 }
alFilterStatsOutShortTcpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound TCP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 10 }
alFilterStatsInShortUdpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound UDP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 11 }
alFilterStatsOutShortUdpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound UDP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 12 }
alFilterStatsInTcpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound TCP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 13 }
alFilterStatsOutTcpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound TCP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 14 }
alFilterStatsInIcmpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound ICMP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 15 }
alFilterStatsOutIcmpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound ICMP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 16 }
altigaFilterStatsMibConformance OBJECT IDENTIFIER ::= { altigaFilterStatsMibModule 1 }
altigaFilterStatsMibCompliances OBJECT IDENTIFIER ::= { altigaFilterStatsMibConformance 1 }
altigaFilterStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Filter Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaFilterStatsGroup
}
::= { altigaFilterStatsMibCompliances 1 }
altigaFilterStatsGroup OBJECT-GROUP
OBJECTS
{
alFilterStatsInterfaceId,
alFilterStatsStartTime,
alFilterStatsInPktsFiltered,
alFilterStatsOutPktsFiltered,
alFilterStatsInPktsRx,
alFilterStatsOutPktsRx,
alFilterStatsInPktsTx,
alFilterStatsOutPktsTx,
alFilterStatsInShortTcpHdr,
alFilterStatsOutShortTcpHdr,
alFilterStatsInShortUdpHdr,
alFilterStatsOutShortUdpHdr,
alFilterStatsInTcpFragDiscard,
alFilterStatsOutTcpFragDiscard,
alFilterStatsInIcmpFragDiscard,
alFilterStatsOutIcmpFragDiscard
}
STATUS current
DESCRIPTION
"The objects for filter statistics."
::= { alFilterGroup 2 }
END

View File

@ -0,0 +1,294 @@
-- *------------------------------------------------------------------
-- * ALTIGA-FILTER-STATS-MIB.my: Altiga Filter Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-FILTER-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, TimeTicks, Counter32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsFilter, alFilterGroup
FROM ALTIGA-MIB
alFilterMibModule
FROM ALTIGA-GLOBAL-REG;
altigaFilterStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Filter Statistics MIB models counters and objects that are
of management interest for filters.
Acronyms
The following acronyms are used in this document:
ICMP: Internet Control Message Protocol
MIB: Management Information Base
Rx: Received
TCP: Transmission Control Protocol
Tx: Transmitted
UDP: User Datagram Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alFilterMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsFilterGlobal OBJECT IDENTIFIER ::= { alStatsFilter 1 }
alFilterStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlFilterStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of filter statistics."
::= { alStatsFilter 2 }
alFilterStatsEntry OBJECT-TYPE
SYNTAX AlFilterStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alFilterStatsTable."
INDEX { alFilterStatsInterfaceId }
::= { alFilterStatsTable 1 }
AlFilterStatsEntry ::= SEQUENCE {
alFilterStatsInterfaceId Integer32,
alFilterStatsStartTime TimeTicks,
alFilterStatsInPktsFiltered Counter32,
alFilterStatsOutPktsFiltered Counter32,
alFilterStatsInPktsRx Counter32,
alFilterStatsOutPktsRx Counter32,
alFilterStatsInPktsTx Counter32,
alFilterStatsOutPktsTx Counter32,
alFilterStatsInShortTcpHdr Counter32,
alFilterStatsOutShortTcpHdr Counter32,
alFilterStatsInShortUdpHdr Counter32,
alFilterStatsOutShortUdpHdr Counter32,
alFilterStatsInTcpFragDiscard Counter32,
alFilterStatsOutTcpFragDiscard Counter32,
alFilterStatsInIcmpFragDiscard Counter32,
alFilterStatsOutIcmpFragDiscard Counter32
}
alFilterStatsInterfaceId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The primary index of this row, the IP interface ID."
::= { alFilterStatsEntry 1 }
alFilterStatsStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Start time the filter became active."
::= { alFilterStatsEntry 2 }
alFilterStatsInPktsFiltered OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets discarded on this interface."
::= { alFilterStatsEntry 3 }
alFilterStatsOutPktsFiltered OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets discarded on this interface."
::= { alFilterStatsEntry 4 }
alFilterStatsInPktsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets received on this interface."
::= { alFilterStatsEntry 5 }
alFilterStatsOutPktsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets received on this interface.
This count includes filtered (dropped) packets."
::= { alFilterStatsEntry 6 }
alFilterStatsInPktsTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets forwarded on this interface."
::= { alFilterStatsEntry 7 }
alFilterStatsOutPktsTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets forwarded on this interface.
This count does not include filtered packets."
::= { alFilterStatsEntry 8 }
alFilterStatsInShortTcpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound TCP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 9 }
alFilterStatsOutShortTcpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound TCP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 10 }
alFilterStatsInShortUdpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound UDP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 11 }
alFilterStatsOutShortUdpHdr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound UDP packets discarded on this interface
because the header was incomplete."
::= { alFilterStatsEntry 12 }
alFilterStatsInTcpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound TCP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 13 }
alFilterStatsOutTcpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound TCP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 14 }
alFilterStatsInIcmpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound ICMP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 15 }
alFilterStatsOutIcmpFragDiscard OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound ICMP packets discarded on this interface
because packet was fragmented."
::= { alFilterStatsEntry 16 }
altigaFilterStatsMibConformance OBJECT IDENTIFIER ::= { altigaFilterStatsMibModule 1 }
altigaFilterStatsMibCompliances OBJECT IDENTIFIER ::= { altigaFilterStatsMibConformance 1 }
altigaFilterStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Filter Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaFilterStatsGroup
}
::= { altigaFilterStatsMibCompliances 1 }
altigaFilterStatsGroup OBJECT-GROUP
OBJECTS
{
alFilterStatsInterfaceId,
alFilterStatsStartTime,
alFilterStatsInPktsFiltered,
alFilterStatsOutPktsFiltered,
alFilterStatsInPktsRx,
alFilterStatsOutPktsRx,
alFilterStatsInPktsTx,
alFilterStatsOutPktsTx,
alFilterStatsInShortTcpHdr,
alFilterStatsOutShortTcpHdr,
alFilterStatsInShortUdpHdr,
alFilterStatsOutShortUdpHdr,
alFilterStatsInTcpFragDiscard,
alFilterStatsOutTcpFragDiscard,
alFilterStatsInIcmpFragDiscard,
alFilterStatsOutIcmpFragDiscard
}
STATUS current
DESCRIPTION
"The objects for filter statistics."
::= { alFilterGroup 2 }
END

217
ALTIGA-FTP-STATS-MIB.my Normal file
View File

@ -0,0 +1,217 @@
-- *------------------------------------------------------------------
-- * ALTIGA-FTP-STATS-MIB.my: FTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-FTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsFtp, alFtpGroup
FROM ALTIGA-MIB
alFtpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaFtpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga FTP Statistics MIB models counters and objects
that are of management interest for FTP.
Acronyms
The following acronyms are used in this document:
FTP: File Transfer Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alFtpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsFtpServerGlobal OBJECT IDENTIFIER ::= { alStatsFtp 1 }
alStatsFtpClientGlobal OBJECT IDENTIFIER ::= { alStatsFtp 2 }
alFtpClientStatsMaxSess OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current maximum number of FTP client sessions."
::= { alStatsFtpClientGlobal 1 }
alFtpClientStatsTotalSess OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client sessions since boot."
::= { alStatsFtpClientGlobal 2 }
alFtpClientStatsGoodConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of successful FTP client connections
since boot."
::= { alStatsFtpClientGlobal 3 }
alFtpClientStatsBadConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unsuccessful FTP client connections
since boot."
::= { alStatsFtpClientGlobal 4 }
alFtpClientStatsGoodDataConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of successful FTP client data-socket
connections since boot."
::= { alStatsFtpClientGlobal 5 }
alFtpClientStatsBadDataConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unsuccessful FTP client data-socket
connections since boot."
::= { alStatsFtpClientGlobal 6 }
alFtpClientStatsGoodFileXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of successful FTP client file transfers
since boot."
::= { alStatsFtpClientGlobal 7 }
alFtpClientStatsBadFileXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The numner of unsuccessful FTP client file transfers
since boot."
::= { alStatsFtpClientGlobal 8 }
alFtpClientStatsAsciiXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client ASCII mode transfers
since boot."
::= { alStatsFtpClientGlobal 9 }
alFtpClientStatsBinaryXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client BINARY mode transfers
since boot."
::= { alStatsFtpClientGlobal 10 }
alFtpClientStatsOctetsXmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number bytes transmitted by the FTP client
since boot."
::= { alStatsFtpClientGlobal 11 }
alFtpClientStatsOctetsRecv OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number bytes received by the FTP client
since boot."
::= { alStatsFtpClientGlobal 12 }
alFtpClientStatsTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client command/response timeouts
since boot."
::= { alStatsFtpClientGlobal 13 }
altigaFtpStatsMibConformance OBJECT IDENTIFIER ::= { altigaFtpStatsMibModule 1 }
altigaFtpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaFtpStatsMibConformance 1 }
altigaFtpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga FTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaFtpStatsGroup
}
::= { altigaFtpStatsMibCompliances 1 }
altigaFtpStatsGroup OBJECT-GROUP
OBJECTS
{
alFtpClientStatsMaxSess,
alFtpClientStatsTotalSess,
alFtpClientStatsGoodConns,
alFtpClientStatsBadConns,
alFtpClientStatsGoodDataConns,
alFtpClientStatsBadDataConns,
alFtpClientStatsGoodFileXfers,
alFtpClientStatsBadFileXfers,
alFtpClientStatsAsciiXfers,
alFtpClientStatsBinaryXfers,
alFtpClientStatsOctetsXmit,
alFtpClientStatsOctetsRecv,
alFtpClientStatsTimeouts
}
STATUS current
DESCRIPTION
"The objects for Ftp statistics."
::= { alFtpGroup 2 }
END

217
ALTIGA-FTP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,217 @@
-- *------------------------------------------------------------------
-- * ALTIGA-FTP-STATS-MIB.my: FTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-FTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsFtp, alFtpGroup
FROM ALTIGA-MIB
alFtpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaFtpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga FTP Statistics MIB models counters and objects
that are of management interest for FTP.
Acronyms
The following acronyms are used in this document:
FTP: File Transfer Protocol
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alFtpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsFtpServerGlobal OBJECT IDENTIFIER ::= { alStatsFtp 1 }
alStatsFtpClientGlobal OBJECT IDENTIFIER ::= { alStatsFtp 2 }
alFtpClientStatsMaxSess OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current maximum number of FTP client sessions."
::= { alStatsFtpClientGlobal 1 }
alFtpClientStatsTotalSess OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client sessions since boot."
::= { alStatsFtpClientGlobal 2 }
alFtpClientStatsGoodConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of successful FTP client connections
since boot."
::= { alStatsFtpClientGlobal 3 }
alFtpClientStatsBadConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unsuccessful FTP client connections
since boot."
::= { alStatsFtpClientGlobal 4 }
alFtpClientStatsGoodDataConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of successful FTP client data-socket
connections since boot."
::= { alStatsFtpClientGlobal 5 }
alFtpClientStatsBadDataConns OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unsuccessful FTP client data-socket
connections since boot."
::= { alStatsFtpClientGlobal 6 }
alFtpClientStatsGoodFileXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of successful FTP client file transfers
since boot."
::= { alStatsFtpClientGlobal 7 }
alFtpClientStatsBadFileXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The numner of unsuccessful FTP client file transfers
since boot."
::= { alStatsFtpClientGlobal 8 }
alFtpClientStatsAsciiXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client ASCII mode transfers
since boot."
::= { alStatsFtpClientGlobal 9 }
alFtpClientStatsBinaryXfers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client BINARY mode transfers
since boot."
::= { alStatsFtpClientGlobal 10 }
alFtpClientStatsOctetsXmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number bytes transmitted by the FTP client
since boot."
::= { alStatsFtpClientGlobal 11 }
alFtpClientStatsOctetsRecv OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number bytes received by the FTP client
since boot."
::= { alStatsFtpClientGlobal 12 }
alFtpClientStatsTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FTP client command/response timeouts
since boot."
::= { alStatsFtpClientGlobal 13 }
altigaFtpStatsMibConformance OBJECT IDENTIFIER ::= { altigaFtpStatsMibModule 1 }
altigaFtpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaFtpStatsMibConformance 1 }
altigaFtpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga FTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaFtpStatsGroup
}
::= { altigaFtpStatsMibCompliances 1 }
altigaFtpStatsGroup OBJECT-GROUP
OBJECTS
{
alFtpClientStatsMaxSess,
alFtpClientStatsTotalSess,
alFtpClientStatsGoodConns,
alFtpClientStatsBadConns,
alFtpClientStatsGoodDataConns,
alFtpClientStatsBadDataConns,
alFtpClientStatsGoodFileXfers,
alFtpClientStatsBadFileXfers,
alFtpClientStatsAsciiXfers,
alFtpClientStatsBinaryXfers,
alFtpClientStatsOctetsXmit,
alFtpClientStatsOctetsRecv,
alFtpClientStatsTimeouts
}
STATUS current
DESCRIPTION
"The objects for Ftp statistics."
::= { alFtpGroup 2 }
END

156
ALTIGA-GENERAL-STATS-MIB.my Normal file
View File

@ -0,0 +1,156 @@
-- *------------------------------------------------------------------
-- * ALTIGA-GENERAL-STATS-MIB.my: Altiga General Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-GENERAL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Gauge32, Counter32, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
alStatsGeneral, alGeneralGroup
FROM ALTIGA-MIB
alGeneralMibModule
FROM ALTIGA-GLOBAL-REG;
altigaGeneralStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209111300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga General Statistics MIB models counters and
objects that are of management interest.
Acronyms
The following acronyms are used in this document:
AVP: Attribute/Value Pair
CLID: Calling Line ID
DNIS: Dialed Number Identification Service
L2TP: Layer 2 Tunnel Protocol
LAC: L2TP Access Concentrator
LNS: L2TP Network Server
RWS: Receive Window Size
"
REVISION "200209111300Z"
DESCRIPTION
"Added module compliance and fix comments."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alGeneralMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsGeneralGlobal OBJECT IDENTIFIER ::= { alStatsGeneral 1 }
alGeneralTime OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current time on the box, represented as a time_t.
In 1.2, this was the box's local time.
After 1.2, it was corrected to represent UTC (which is what it
is supposed to be). So all boxes should have this be the same
value +/- a few seconds."
::= { alStatsGeneralGlobal 1 }
alGeneralGaugeCpuUtil OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the CPU Utilization gauge which indicates
percentage of CPU utilized."
::= { alStatsGeneralGlobal 2 }
alGeneralGaugeActiveSessions OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the Active Sessions gauge which indicates the
percentage of total permitted session that are active."
::= { alStatsGeneralGlobal 3 }
alGeneralGaugeThroughput OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the Throughput gauge which indicates the
percentage of total available throughput in-use."
::= { alStatsGeneralGlobal 4 }
alGeneralTimeZone OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time zone configured on the box. Measured in minutes from
UTC. e.g. EST = -300."
::= { alStatsGeneralGlobal 5 }
altigaGeneralStatsMibConformance OBJECT IDENTIFIER
::= { altigaGeneralStatsMibModule 1 }
altigaGeneralStatsMibCompliances OBJECT IDENTIFIER
::= { altigaGeneralStatsMibConformance 1 }
altigaGeneralStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which implement the
Altiga General Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaGeneralStatsGroup
}
::= { altigaGeneralStatsMibCompliances 1 }
altigaGeneralStatsGroup OBJECT-GROUP
OBJECTS
{
alGeneralTime,
alGeneralGaugeCpuUtil,
alGeneralGaugeActiveSessions,
alGeneralGaugeThroughput,
alGeneralTimeZone
}
STATUS current
DESCRIPTION
"The objects for general information."
::= { alGeneralGroup 2 }
END

View File

@ -0,0 +1,156 @@
-- *------------------------------------------------------------------
-- * ALTIGA-GENERAL-STATS-MIB.my: Altiga General Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-GENERAL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Gauge32, Counter32, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
alStatsGeneral, alGeneralGroup
FROM ALTIGA-MIB
alGeneralMibModule
FROM ALTIGA-GLOBAL-REG;
altigaGeneralStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209111300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga General Statistics MIB models counters and
objects that are of management interest.
Acronyms
The following acronyms are used in this document:
AVP: Attribute/Value Pair
CLID: Calling Line ID
DNIS: Dialed Number Identification Service
L2TP: Layer 2 Tunnel Protocol
LAC: L2TP Access Concentrator
LNS: L2TP Network Server
RWS: Receive Window Size
"
REVISION "200209111300Z"
DESCRIPTION
"Added module compliance and fix comments."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alGeneralMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsGeneralGlobal OBJECT IDENTIFIER ::= { alStatsGeneral 1 }
alGeneralTime OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current time on the box, represented as a time_t.
In 1.2, this was the box's local time.
After 1.2, it was corrected to represent UTC (which is what it
is supposed to be). So all boxes should have this be the same
value +/- a few seconds."
::= { alStatsGeneralGlobal 1 }
alGeneralGaugeCpuUtil OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the CPU Utilization gauge which indicates
percentage of CPU utilized."
::= { alStatsGeneralGlobal 2 }
alGeneralGaugeActiveSessions OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the Active Sessions gauge which indicates the
percentage of total permitted session that are active."
::= { alStatsGeneralGlobal 3 }
alGeneralGaugeThroughput OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the Throughput gauge which indicates the
percentage of total available throughput in-use."
::= { alStatsGeneralGlobal 4 }
alGeneralTimeZone OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time zone configured on the box. Measured in minutes from
UTC. e.g. EST = -300."
::= { alStatsGeneralGlobal 5 }
altigaGeneralStatsMibConformance OBJECT IDENTIFIER
::= { altigaGeneralStatsMibModule 1 }
altigaGeneralStatsMibCompliances OBJECT IDENTIFIER
::= { altigaGeneralStatsMibConformance 1 }
altigaGeneralStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which implement the
Altiga General Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaGeneralStatsGroup
}
::= { altigaGeneralStatsMibCompliances 1 }
altigaGeneralStatsGroup OBJECT-GROUP
OBJECTS
{
alGeneralTime,
alGeneralGaugeCpuUtil,
alGeneralGaugeActiveSessions,
alGeneralGaugeThroughput,
alGeneralTimeZone
}
STATUS current
DESCRIPTION
"The objects for general information."
::= { alGeneralGroup 2 }
END

267
ALTIGA-GLOBAL-REG.my Normal file
View File

@ -0,0 +1,267 @@
-- *------------------------------------------------------------------
-- * ALTIGA-GLOBAL-REG.my: Altiga Networks Central Registration MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003, 2005 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-GLOBAL-REG DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
altigaGlobalRegModule MODULE-IDENTITY
LAST-UPDATED "200501050000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Networks central registration module.
Acronyms
The following acronyms are used in this document:
ACE: Access Control Encryption
BwMgmt: Bandwidth Management
CTCP: Cisco Transmission Control Protocol
DHCP: Dynamic Host Configuration Protocol
DNS: Domain Name Service
FTP: File Transfer Protocol
FW: Firewall
HTTP: HyperText Transfer Protocol
ICMP: Internet Control Message Protocol
IKE: Internet Key Exchange
IP: Internet Protocol
LBSSF: Load Balance Secure Session Failover
L2TP: Layer-2 Tunneling Protocol
MIB: Management Information Base
NAT: Network Address Translation
NTP: Network Time Protocol
PPP: Point-to-Point Protocol
PPTP: Point-to-Point Tunneling Protocol
SEP: Scalable Encryption Processor
SNMP: Simple Network Management Protocol
SSH: Secure Shell Protocol
SSL: Secure Sockets Layer
UDP: User Datagram Protocol
VPN: Virtual Private Network
NAC: Network Admission Control
"
REVISION "200501050000Z"
DESCRIPTION
"Added the new MIB Modules(65 to 67)"
REVISION "200310200000Z"
DESCRIPTION
"Added the new MIB Modules(58 to 64)"
REVISION "200304250000Z"
DESCRIPTION
"Added the new MIB Modules(54 to 57)"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alGlobalRegModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Altiga's root
altigaRoot OBJECT IDENTIFIER ::= { enterprises 3076 }
--cisco OBJECT IDENTIFIER ::= { enterprises 9 }
--ciscoMgmt OBJECT IDENTIFIER ::= { cisco 9 }
--ciscoExperiment OBJECT IDENTIFIER ::= { cisco 10 }
-- Altiga's registrations and modules
altigaReg OBJECT IDENTIFIER ::= { altigaRoot 1 }
altigaModules OBJECT IDENTIFIER ::= { altigaReg 1 }
alGlobalRegModule OBJECT IDENTIFIER ::= { altigaModules 1 }
alCapModule OBJECT IDENTIFIER ::= { altigaModules 2 }
alMibModule OBJECT IDENTIFIER ::= { altigaModules 3 }
alComplModule OBJECT IDENTIFIER ::= { altigaModules 4 }
alVersionMibModule OBJECT IDENTIFIER ::= { altigaModules 6 }
alAccessMibModule OBJECT IDENTIFIER ::= { altigaModules 7 }
alEventMibModule OBJECT IDENTIFIER ::= { altigaModules 8 }
alAuthMibModule OBJECT IDENTIFIER ::= { altigaModules 9 }
alPptpMibModule OBJECT IDENTIFIER ::= { altigaModules 10 }
alPppMibModule OBJECT IDENTIFIER ::= { altigaModules 11 }
alHttpMibModule OBJECT IDENTIFIER ::= { altigaModules 12 }
alIpMibModule OBJECT IDENTIFIER ::= { altigaModules 13 }
alFilterMibModule OBJECT IDENTIFIER ::= { altigaModules 14 }
alUserMibModule OBJECT IDENTIFIER ::= { altigaModules 15 }
alTelnetMibModule OBJECT IDENTIFIER ::= { altigaModules 16 }
alFtpMibModule OBJECT IDENTIFIER ::= { altigaModules 17 }
alTftpMibModule OBJECT IDENTIFIER ::= { altigaModules 18 }
alSnmpMibModule OBJECT IDENTIFIER ::= { altigaModules 19 }
alIpSecMibModule OBJECT IDENTIFIER ::= { altigaModules 20 }
alL2tpMibModule OBJECT IDENTIFIER ::= { altigaModules 21 }
alSessionMibModule OBJECT IDENTIFIER ::= { altigaModules 22 }
alDnsMibModule OBJECT IDENTIFIER ::= { altigaModules 23 }
alAddressMibModule OBJECT IDENTIFIER ::= { altigaModules 24 }
alDhcpMibModule OBJECT IDENTIFIER ::= { altigaModules 25 }
alWatchdogMibModule OBJECT IDENTIFIER ::= { altigaModules 26 }
alHardwareMibModule OBJECT IDENTIFIER ::= { altigaModules 27 }
alNatMibModule OBJECT IDENTIFIER ::= { altigaModules 28 }
alLan2LanMibModule OBJECT IDENTIFIER ::= { altigaModules 29 }
alGeneralMibModule OBJECT IDENTIFIER ::= { altigaModules 30 }
alSslMibModule OBJECT IDENTIFIER ::= { altigaModules 31 }
alCertMibModule OBJECT IDENTIFIER ::= { altigaModules 32 }
alNtpMibModule OBJECT IDENTIFIER ::= { altigaModules 33 }
alNetworkListMibModule OBJECT IDENTIFIER ::= { altigaModules 34 }
alSepMibModule OBJECT IDENTIFIER ::= { altigaModules 35 }
alIkeMibModule OBJECT IDENTIFIER ::= { altigaModules 36 }
alSyncMibModule OBJECT IDENTIFIER ::= { altigaModules 37 }
alT1E1MibModule OBJECT IDENTIFIER ::= { altigaModules 38 }
alMultiLinkMibModule OBJECT IDENTIFIER ::= { altigaModules 39 }
alSshMibModule OBJECT IDENTIFIER ::= { altigaModules 40 }
alLBSSFMibModule OBJECT IDENTIFIER ::= { altigaModules 41 }
alDhcpServerMibModule OBJECT IDENTIFIER ::= { altigaModules 42 }
alAutoUpdateMibModule OBJECT IDENTIFIER ::= { altigaModules 43 }
alAdminAuthMibModule OBJECT IDENTIFIER ::= { altigaModules 44 }
alPPPoEMibModule OBJECT IDENTIFIER ::= { altigaModules 45 }
alXmlMibModule OBJECT IDENTIFIER ::= { altigaModules 46 }
alCtcpMibModule OBJECT IDENTIFIER ::= { altigaModules 47 }
alFwMibModule OBJECT IDENTIFIER ::= { altigaModules 48 }
alGroupMatchMibModule OBJECT IDENTIFIER ::= { altigaModules 49 }
alACEServerMibModule OBJECT IDENTIFIER ::= { altigaModules 50 }
alNatTMibModule OBJECT IDENTIFIER ::= { altigaModules 51 }
alBwMgmtMibModule OBJECT IDENTIFIER ::= { altigaModules 52 }
alIpSecPreFragMibModule OBJECT IDENTIFIER ::= { altigaModules 53 }
alFipsMibModule OBJECT IDENTIFIER ::= { altigaModules 54 }
alBackupL2LMibModule OBJECT IDENTIFIER ::= { altigaModules 55 }
alNotifyMibModule OBJECT IDENTIFIER ::= { altigaModules 56 }
alRebootStatusMibModule OBJECT IDENTIFIER ::= { altigaModules 57 }
alAuthorizationModule OBJECT IDENTIFIER ::= { altigaModules 58 }
alWebPortalMibModule OBJECT IDENTIFIER ::= { altigaModules 59 }
alWebEmailMibModule OBJECT IDENTIFIER ::= { altigaModules 60 }
alPortForwardMibModule OBJECT IDENTIFIER ::= { altigaModules 61 }
alRemoteServerMibModule OBJECT IDENTIFIER ::= { altigaModules 62 }
alWebvpnAclMibModule OBJECT IDENTIFIER ::= { altigaModules 63 }
alNbnsMibModule OBJECT IDENTIFIER ::= { altigaModules 64 }
alSecureDesktopMibModule OBJECT IDENTIFIER ::= { altigaModules 65 }
alSslTunnelClientMibModule OBJECT IDENTIFIER ::= { altigaModules 66 }
alNacMibModule OBJECT IDENTIFIER ::= { altigaModules 67 }
-- Altiga's company-wide objects and events
altigaGeneric OBJECT IDENTIFIER ::= { altigaRoot 2 }
-- See altiga.mi2
-- Altiga's product-specific objects and events
altigaProducts OBJECT IDENTIFIER ::= { altigaRoot 3 }
-- Altiga's Agent profiles
altigaCaps OBJECT IDENTIFIER ::= { altigaRoot 4 }
-- See altiga-cap.mi2
-- Altiga Requirement specifications
altigaReqs OBJECT IDENTIFIER ::= { altigaRoot 5 }
-- We will likely have nothing here
-- Altiga Experiments
altigaExpr OBJECT IDENTIFIER ::= { altigaRoot 6 }
-- We will likely have nothing here
-- Altiga Product Families
altigaHw OBJECT IDENTIFIER ::= { altigaReg 2 }
-- VPN Concentrator Product
altigaVpnHw OBJECT IDENTIFIER ::= { altigaHw 1 }
-- VPN Concentrator Components
altigaVpnChassis OBJECT IDENTIFIER ::= { altigaVpnHw 1 }
altigaVpnIntf OBJECT IDENTIFIER ::= { altigaVpnHw 2 }
altigaVpnEncrypt OBJECT IDENTIFIER ::= { altigaVpnHw 3 }
-- VPN Concentrator Chassis
-- Cxx (C10/15/20/30/50/60/80) 30xx
vpnConcentrator OBJECT IDENTIFIER ::= { altigaVpnChassis 1 }
-- C5/3005
vpnRemote OBJECT IDENTIFIER ::= { altigaVpnChassis 2 }
-- 3002
vpnClient OBJECT IDENTIFIER ::= { altigaVpnChassis 3 }
-- VPN Concentrator Chassis Revisions
--Concentrators (C10/15/20/30/50/60/80) 30xx
vpnConcentratorRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Concentrator hardware.
603e PPC processor. C10/15/20/30/50/60."
::= { vpnConcentrator 1 }
vpnConcentratorRev2 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The second revision of Altiga's VPN Concentrator hardware.
740 PPC processor. C10/15/20/30/50/60."
::= { vpnConcentrator 2 }
--Remotes (a.k.a. Concentrators) 3005
vpnRemoteRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Concentrator (Remote) hardware.
8240 PPC processor."
::= { vpnRemote 1 }
--Clients (a.k.a. Hardware Client) 3002
vpnClientRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Hardware Client hardware.
8260 PPC processor."
::= { vpnClient 1 }
-- VPN Concentrator Interface Cards (VOX also)
-- none
-- VPN Concentrator Encryption Cards
-- none
END

267
ALTIGA-GLOBAL-REG.my 2 Normal file
View File

@ -0,0 +1,267 @@
-- *------------------------------------------------------------------
-- * ALTIGA-GLOBAL-REG.my: Altiga Networks Central Registration MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003, 2005 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-GLOBAL-REG DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
altigaGlobalRegModule MODULE-IDENTITY
LAST-UPDATED "200501050000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Networks central registration module.
Acronyms
The following acronyms are used in this document:
ACE: Access Control Encryption
BwMgmt: Bandwidth Management
CTCP: Cisco Transmission Control Protocol
DHCP: Dynamic Host Configuration Protocol
DNS: Domain Name Service
FTP: File Transfer Protocol
FW: Firewall
HTTP: HyperText Transfer Protocol
ICMP: Internet Control Message Protocol
IKE: Internet Key Exchange
IP: Internet Protocol
LBSSF: Load Balance Secure Session Failover
L2TP: Layer-2 Tunneling Protocol
MIB: Management Information Base
NAT: Network Address Translation
NTP: Network Time Protocol
PPP: Point-to-Point Protocol
PPTP: Point-to-Point Tunneling Protocol
SEP: Scalable Encryption Processor
SNMP: Simple Network Management Protocol
SSH: Secure Shell Protocol
SSL: Secure Sockets Layer
UDP: User Datagram Protocol
VPN: Virtual Private Network
NAC: Network Admission Control
"
REVISION "200501050000Z"
DESCRIPTION
"Added the new MIB Modules(65 to 67)"
REVISION "200310200000Z"
DESCRIPTION
"Added the new MIB Modules(58 to 64)"
REVISION "200304250000Z"
DESCRIPTION
"Added the new MIB Modules(54 to 57)"
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alGlobalRegModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Altiga's root
altigaRoot OBJECT IDENTIFIER ::= { enterprises 3076 }
--cisco OBJECT IDENTIFIER ::= { enterprises 9 }
--ciscoMgmt OBJECT IDENTIFIER ::= { cisco 9 }
--ciscoExperiment OBJECT IDENTIFIER ::= { cisco 10 }
-- Altiga's registrations and modules
altigaReg OBJECT IDENTIFIER ::= { altigaRoot 1 }
altigaModules OBJECT IDENTIFIER ::= { altigaReg 1 }
alGlobalRegModule OBJECT IDENTIFIER ::= { altigaModules 1 }
alCapModule OBJECT IDENTIFIER ::= { altigaModules 2 }
alMibModule OBJECT IDENTIFIER ::= { altigaModules 3 }
alComplModule OBJECT IDENTIFIER ::= { altigaModules 4 }
alVersionMibModule OBJECT IDENTIFIER ::= { altigaModules 6 }
alAccessMibModule OBJECT IDENTIFIER ::= { altigaModules 7 }
alEventMibModule OBJECT IDENTIFIER ::= { altigaModules 8 }
alAuthMibModule OBJECT IDENTIFIER ::= { altigaModules 9 }
alPptpMibModule OBJECT IDENTIFIER ::= { altigaModules 10 }
alPppMibModule OBJECT IDENTIFIER ::= { altigaModules 11 }
alHttpMibModule OBJECT IDENTIFIER ::= { altigaModules 12 }
alIpMibModule OBJECT IDENTIFIER ::= { altigaModules 13 }
alFilterMibModule OBJECT IDENTIFIER ::= { altigaModules 14 }
alUserMibModule OBJECT IDENTIFIER ::= { altigaModules 15 }
alTelnetMibModule OBJECT IDENTIFIER ::= { altigaModules 16 }
alFtpMibModule OBJECT IDENTIFIER ::= { altigaModules 17 }
alTftpMibModule OBJECT IDENTIFIER ::= { altigaModules 18 }
alSnmpMibModule OBJECT IDENTIFIER ::= { altigaModules 19 }
alIpSecMibModule OBJECT IDENTIFIER ::= { altigaModules 20 }
alL2tpMibModule OBJECT IDENTIFIER ::= { altigaModules 21 }
alSessionMibModule OBJECT IDENTIFIER ::= { altigaModules 22 }
alDnsMibModule OBJECT IDENTIFIER ::= { altigaModules 23 }
alAddressMibModule OBJECT IDENTIFIER ::= { altigaModules 24 }
alDhcpMibModule OBJECT IDENTIFIER ::= { altigaModules 25 }
alWatchdogMibModule OBJECT IDENTIFIER ::= { altigaModules 26 }
alHardwareMibModule OBJECT IDENTIFIER ::= { altigaModules 27 }
alNatMibModule OBJECT IDENTIFIER ::= { altigaModules 28 }
alLan2LanMibModule OBJECT IDENTIFIER ::= { altigaModules 29 }
alGeneralMibModule OBJECT IDENTIFIER ::= { altigaModules 30 }
alSslMibModule OBJECT IDENTIFIER ::= { altigaModules 31 }
alCertMibModule OBJECT IDENTIFIER ::= { altigaModules 32 }
alNtpMibModule OBJECT IDENTIFIER ::= { altigaModules 33 }
alNetworkListMibModule OBJECT IDENTIFIER ::= { altigaModules 34 }
alSepMibModule OBJECT IDENTIFIER ::= { altigaModules 35 }
alIkeMibModule OBJECT IDENTIFIER ::= { altigaModules 36 }
alSyncMibModule OBJECT IDENTIFIER ::= { altigaModules 37 }
alT1E1MibModule OBJECT IDENTIFIER ::= { altigaModules 38 }
alMultiLinkMibModule OBJECT IDENTIFIER ::= { altigaModules 39 }
alSshMibModule OBJECT IDENTIFIER ::= { altigaModules 40 }
alLBSSFMibModule OBJECT IDENTIFIER ::= { altigaModules 41 }
alDhcpServerMibModule OBJECT IDENTIFIER ::= { altigaModules 42 }
alAutoUpdateMibModule OBJECT IDENTIFIER ::= { altigaModules 43 }
alAdminAuthMibModule OBJECT IDENTIFIER ::= { altigaModules 44 }
alPPPoEMibModule OBJECT IDENTIFIER ::= { altigaModules 45 }
alXmlMibModule OBJECT IDENTIFIER ::= { altigaModules 46 }
alCtcpMibModule OBJECT IDENTIFIER ::= { altigaModules 47 }
alFwMibModule OBJECT IDENTIFIER ::= { altigaModules 48 }
alGroupMatchMibModule OBJECT IDENTIFIER ::= { altigaModules 49 }
alACEServerMibModule OBJECT IDENTIFIER ::= { altigaModules 50 }
alNatTMibModule OBJECT IDENTIFIER ::= { altigaModules 51 }
alBwMgmtMibModule OBJECT IDENTIFIER ::= { altigaModules 52 }
alIpSecPreFragMibModule OBJECT IDENTIFIER ::= { altigaModules 53 }
alFipsMibModule OBJECT IDENTIFIER ::= { altigaModules 54 }
alBackupL2LMibModule OBJECT IDENTIFIER ::= { altigaModules 55 }
alNotifyMibModule OBJECT IDENTIFIER ::= { altigaModules 56 }
alRebootStatusMibModule OBJECT IDENTIFIER ::= { altigaModules 57 }
alAuthorizationModule OBJECT IDENTIFIER ::= { altigaModules 58 }
alWebPortalMibModule OBJECT IDENTIFIER ::= { altigaModules 59 }
alWebEmailMibModule OBJECT IDENTIFIER ::= { altigaModules 60 }
alPortForwardMibModule OBJECT IDENTIFIER ::= { altigaModules 61 }
alRemoteServerMibModule OBJECT IDENTIFIER ::= { altigaModules 62 }
alWebvpnAclMibModule OBJECT IDENTIFIER ::= { altigaModules 63 }
alNbnsMibModule OBJECT IDENTIFIER ::= { altigaModules 64 }
alSecureDesktopMibModule OBJECT IDENTIFIER ::= { altigaModules 65 }
alSslTunnelClientMibModule OBJECT IDENTIFIER ::= { altigaModules 66 }
alNacMibModule OBJECT IDENTIFIER ::= { altigaModules 67 }
-- Altiga's company-wide objects and events
altigaGeneric OBJECT IDENTIFIER ::= { altigaRoot 2 }
-- See altiga.mi2
-- Altiga's product-specific objects and events
altigaProducts OBJECT IDENTIFIER ::= { altigaRoot 3 }
-- Altiga's Agent profiles
altigaCaps OBJECT IDENTIFIER ::= { altigaRoot 4 }
-- See altiga-cap.mi2
-- Altiga Requirement specifications
altigaReqs OBJECT IDENTIFIER ::= { altigaRoot 5 }
-- We will likely have nothing here
-- Altiga Experiments
altigaExpr OBJECT IDENTIFIER ::= { altigaRoot 6 }
-- We will likely have nothing here
-- Altiga Product Families
altigaHw OBJECT IDENTIFIER ::= { altigaReg 2 }
-- VPN Concentrator Product
altigaVpnHw OBJECT IDENTIFIER ::= { altigaHw 1 }
-- VPN Concentrator Components
altigaVpnChassis OBJECT IDENTIFIER ::= { altigaVpnHw 1 }
altigaVpnIntf OBJECT IDENTIFIER ::= { altigaVpnHw 2 }
altigaVpnEncrypt OBJECT IDENTIFIER ::= { altigaVpnHw 3 }
-- VPN Concentrator Chassis
-- Cxx (C10/15/20/30/50/60/80) 30xx
vpnConcentrator OBJECT IDENTIFIER ::= { altigaVpnChassis 1 }
-- C5/3005
vpnRemote OBJECT IDENTIFIER ::= { altigaVpnChassis 2 }
-- 3002
vpnClient OBJECT IDENTIFIER ::= { altigaVpnChassis 3 }
-- VPN Concentrator Chassis Revisions
--Concentrators (C10/15/20/30/50/60/80) 30xx
vpnConcentratorRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Concentrator hardware.
603e PPC processor. C10/15/20/30/50/60."
::= { vpnConcentrator 1 }
vpnConcentratorRev2 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The second revision of Altiga's VPN Concentrator hardware.
740 PPC processor. C10/15/20/30/50/60."
::= { vpnConcentrator 2 }
--Remotes (a.k.a. Concentrators) 3005
vpnRemoteRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Concentrator (Remote) hardware.
8240 PPC processor."
::= { vpnRemote 1 }
--Clients (a.k.a. Hardware Client) 3002
vpnClientRev1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The first revision of Altiga's VPN Hardware Client hardware.
8260 PPC processor."
::= { vpnClient 1 }
-- VPN Concentrator Interface Cards (VOX also)
-- none
-- VPN Concentrator Encryption Cards
-- none
END

View File

@ -0,0 +1,748 @@
-- *------------------------------------------------------------------
-- * ALTIGA-HARDWARE-STATS-MIB.my: Altiga Hardware Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-HARDWARE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, Counter32,
TimeTicks, Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsHardware, alHardwareGroup
FROM ALTIGA-MIB
alHardwareMibModule
FROM ALTIGA-GLOBAL-REG;
altigaHardwareStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200303271300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Hardware Statistics MIB models counters and objects that
are of management interest for the hardware.
Acronyms
The following acronyms are used in this document:
CPU: Central Processing Unit
MB: Megabyte
MIB: Management Information Base
PS: Power Supply
RPM: Revolutions Per Minute
SEP: Scalable Encryption Processor
WAN: Wide Area Network
"
REVISION "200303271300Z"
DESCRIPTION
"Added new emun to ConcentratorCard."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alHardwareMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
ConcentratorCard ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Concentrator Card Type."
SYNTAX INTEGER {
none(1),
sep(2),
dualT1Wan(3),
sepE(4)
}
ConcentratorType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Concentrator Type indicates the chassis type."
SYNTAX INTEGER {
cxx(1), -- VPN3015 through VPN3080
c5(2), -- VPN3005
c1(3) -- VPN3002
}
alStatsHardwareGlobal OBJECT IDENTIFIER ::= { alStatsHardware 1 }
-- Current Settings and Alarms
alHardwareCpuVoltage OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current CPU voltage in centivolts."
::= { alStatsHardwareGlobal 1 }
alHardwareCpuVoltageAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for CPU voltage. This alarm will fired when the CPU
voltage is detected out of configured range."
::= { alStatsHardwareGlobal 2 }
alHardwareCpuVoltageCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for CPU voltage."
::= { alStatsHardwareGlobal 3 }
alHardwareCpuVoltageTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for CPU
voltage."
::= { alStatsHardwareGlobal 4 }
alHardwarePs1Voltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of Power Supply 1 in centivolts."
::= { alStatsHardwareGlobal 5 }
alHardwarePs1Voltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS1 3v voltage. This alarm will fired when the
3v power supply 1 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 6 }
alHardwarePs1Voltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS1 3v voltage."
::= { alStatsHardwareGlobal 7 }
alHardwarePs1Voltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS1
3v voltage."
::= { alStatsHardwareGlobal 8 }
alHardwarePs1Voltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of Power Supply 1 in centivolts."
::= { alStatsHardwareGlobal 9 }
alHardwarePs1Voltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS1 5v voltage. This alarm will fired when the
5v power supply 1 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 10 }
alHardwarePs1Voltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS1 5v voltage."
::= { alStatsHardwareGlobal 11 }
alHardwarePs1Voltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS1
5v voltage."
::= { alStatsHardwareGlobal 12 }
alHardwarePs2Voltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of Power Supply 2 in centivolts."
::= { alStatsHardwareGlobal 13 }
alHardwarePs2Voltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS2 3v voltage. This alarm will fired when the
3v power supply 2 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 14 }
alHardwarePs2Voltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS2 3v voltage."
::= { alStatsHardwareGlobal 15 }
alHardwarePs2Voltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS2
3v voltage."
::= { alStatsHardwareGlobal 16 }
alHardwarePs2Voltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of Power Supply 2 in centivolts."
::= { alStatsHardwareGlobal 17 }
alHardwarePs2Voltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS2 5v voltage. This alarm will fired when the
5v power supply 2 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 18 }
alHardwarePs2Voltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS2 5v voltage."
::= { alStatsHardwareGlobal 19 }
alHardwarePs2Voltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS2
5v voltage."
::= { alStatsHardwareGlobal 20 }
alHardwareBoardVoltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of the mainboard in centivolts."
::= { alStatsHardwareGlobal 21 }
alHardwareBoardVoltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the mainboard 3v voltage. This alarm will fired
when the 3v mainboard voltage is detected out of configured range."
::= { alStatsHardwareGlobal 22 }
alHardwareBoardVoltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the mainboard 3v voltage."
::= { alStatsHardwareGlobal 23 }
alHardwareBoardVoltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
mainboard 3v voltage."
::= { alStatsHardwareGlobal 24 }
alHardwareBoardVoltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of the mainboard in centivolts."
::= { alStatsHardwareGlobal 25 }
alHardwareBoardVoltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the mainboard 5v voltage. This alarm will fired
when the 5v mainboard voltage is detected out of configured range."
::= { alStatsHardwareGlobal 26 }
alHardwareBoardVoltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the mainboard 5v voltage."
::= { alStatsHardwareGlobal 27 }
alHardwareBoardVoltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
mainboard 5v voltage."
::= { alStatsHardwareGlobal 28 }
alHardwareCpuTemp OBJECT-TYPE
SYNTAX Integer32 (-40..120)
UNITS "degrees Celsius"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current CPU temperature in degrees C."
::= { alStatsHardwareGlobal 29 }
alHardwareCpuTempAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the CPU temperature. This alarm will fired
when the CPU temperature is detected out of configured range."
::= { alStatsHardwareGlobal 30 }
alHardwareCpuTempCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the CPU temperature."
::= { alStatsHardwareGlobal 31 }
alHardwareCpuTempTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
CPU temperature."
::= { alStatsHardwareGlobal 32 }
alHardwareCageTemp OBJECT-TYPE
SYNTAX Integer32 (-40..120)
UNITS "degrees Celsius"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current cage temperature in degrees C."
::= { alStatsHardwareGlobal 33 }
alHardwareCageTempAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the cage temperature. This alarm will fired
when the cage temperature is detected out of configured range."
::= { alStatsHardwareGlobal 34 }
alHardwareCageTempCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the cage temperature."
::= { alStatsHardwareGlobal 35 }
alHardwareCageTempTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
cage temperature."
::= { alStatsHardwareGlobal 36 }
alHardwareFan1Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 1 in RPM."
::= { alStatsHardwareGlobal 37 }
alHardwareFan1RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 1 RPM. This alarm will fired when fan 1 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 38 }
alHardwareFan1RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 1 RPM."
::= { alStatsHardwareGlobal 39 }
alHardwareFan1RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 1 RPM."
::= { alStatsHardwareGlobal 40 }
alHardwareFan2Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 2 in RPM."
::= { alStatsHardwareGlobal 41 }
alHardwareFan2RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 2 RPM. This alarm will fired when fan 2 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 42 }
alHardwareFan2RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 2 RPM."
::= { alStatsHardwareGlobal 43 }
alHardwareFan2RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 2 RPM."
::= { alStatsHardwareGlobal 44 }
alHardwareFan3Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 3 in RPM."
::= { alStatsHardwareGlobal 45 }
alHardwareFan3RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 3 RPM. This alarm will fired when fan 3 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 46 }
alHardwareFan3RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 3 RPM."
::= { alStatsHardwareGlobal 47 }
alHardwareFan3RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 3 RPM."
::= { alStatsHardwareGlobal 48 }
-- List of Current Hardware
alHardwarePs1Type OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- no power supply detected in slot
ac(2) -- AC power supply detected in slot
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of power supply for Power Supply slot 1."
::= { alStatsHardwareGlobal 49 }
alHardwarePs2Type OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- no power supply detected in slot
ac(2) -- AC power supply detected in slot
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of power supply for Power Supply slot 2."
::= { alStatsHardwareGlobal 50 }
alHardwareSlot1Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 1."
::= { alStatsHardwareGlobal 51 }
alHardwareSlot2Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 2."
::= { alStatsHardwareGlobal 52 }
alHardwareSlot3Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 3."
::= { alStatsHardwareGlobal 53 }
alHardwareSlot4Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 4."
::= { alStatsHardwareGlobal 54 }
alHardwareSlot1Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 1."
::= { alStatsHardwareGlobal 55 }
alHardwareSlot2Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 2."
::= { alStatsHardwareGlobal 56 }
alHardwareSlot3Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 3."
::= { alStatsHardwareGlobal 57 }
alHardwareSlot4Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 4."
::= { alStatsHardwareGlobal 58 }
alHardwareRamSize OBJECT-TYPE
SYNTAX Unsigned32
UNITS "MB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of memory, in MB on the concentrator."
::= { alStatsHardwareGlobal 59 }
alHardwareChassis OBJECT-TYPE
SYNTAX ConcentratorType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of VPN Concentrator this is."
::= { alStatsHardwareGlobal 60 }
alHardwareCpuVoltageNominal OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nominal CPU voltage in centivolts for the concentrator."
::= { alStatsHardwareGlobal 61 }
alHardwareClientEthPrivSwitch OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether or not the 3002 Hardware Client has an Ethernet Switch for
the private interface."
::= { alStatsHardwareGlobal 62 }
alHardwareSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit serial number."
::= { alStatsHardwareGlobal 63 }
altigaHardwareStatsMibConformance OBJECT IDENTIFIER
::= { altigaHardwareStatsMibModule 1 }
altigaHardwareStatsMibCompliances OBJECT IDENTIFIER
::= { altigaHardwareStatsMibConformance 1 }
altigaHardwareStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Hardware Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaHardwareStatsGroup
}
::= { altigaHardwareStatsMibCompliances 1 }
altigaHardwareStatsGroup OBJECT-GROUP
OBJECTS
{
alHardwareCpuVoltage,
alHardwareCpuVoltageAlarm,
alHardwareCpuVoltageCount,
alHardwareCpuVoltageTime,
alHardwarePs1Voltage3v,
alHardwarePs1Voltage3vAlarm,
alHardwarePs1Voltage3vCount,
alHardwarePs1Voltage3vTime,
alHardwarePs1Voltage5v,
alHardwarePs1Voltage5vAlarm,
alHardwarePs1Voltage5vCount,
alHardwarePs1Voltage5vTime,
alHardwarePs2Voltage3v,
alHardwarePs2Voltage3vAlarm,
alHardwarePs2Voltage3vCount,
alHardwarePs2Voltage3vTime,
alHardwarePs2Voltage5v,
alHardwarePs2Voltage5vAlarm,
alHardwarePs2Voltage5vCount,
alHardwarePs2Voltage5vTime,
alHardwareBoardVoltage3v,
alHardwareBoardVoltage3vAlarm,
alHardwareBoardVoltage3vCount,
alHardwareBoardVoltage3vTime,
alHardwareBoardVoltage5v,
alHardwareBoardVoltage5vAlarm,
alHardwareBoardVoltage5vCount,
alHardwareBoardVoltage5vTime,
alHardwareCpuTemp,
alHardwareCpuTempAlarm,
alHardwareCpuTempCount,
alHardwareCpuTempTime,
alHardwareCageTemp,
alHardwareCageTempAlarm,
alHardwareCageTempCount,
alHardwareCageTempTime,
alHardwareFan1Rpm,
alHardwareFan1RpmAlarm,
alHardwareFan1RpmCount,
alHardwareFan1RpmTime,
alHardwareFan2Rpm,
alHardwareFan2RpmAlarm,
alHardwareFan2RpmCount,
alHardwareFan2RpmTime,
alHardwareFan3Rpm,
alHardwareFan3RpmAlarm,
alHardwareFan3RpmCount,
alHardwareFan3RpmTime,
alHardwarePs1Type,
alHardwarePs2Type,
alHardwareSlot1Card,
alHardwareSlot2Card,
alHardwareSlot3Card,
alHardwareSlot4Card,
alHardwareSlot1Operational,
alHardwareSlot2Operational,
alHardwareSlot3Operational,
alHardwareSlot4Operational,
alHardwareRamSize,
alHardwareChassis,
alHardwareCpuVoltageNominal,
alHardwareClientEthPrivSwitch,
alHardwareSerialNumber
}
STATUS current
DESCRIPTION
"The objects for Hardware statistics."
::= { alHardwareGroup 2 }
END

View File

@ -0,0 +1,748 @@
-- *------------------------------------------------------------------
-- * ALTIGA-HARDWARE-STATS-MIB.my: Altiga Hardware Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-HARDWARE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, Counter32,
TimeTicks, Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsHardware, alHardwareGroup
FROM ALTIGA-MIB
alHardwareMibModule
FROM ALTIGA-GLOBAL-REG;
altigaHardwareStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200303271300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Hardware Statistics MIB models counters and objects that
are of management interest for the hardware.
Acronyms
The following acronyms are used in this document:
CPU: Central Processing Unit
MB: Megabyte
MIB: Management Information Base
PS: Power Supply
RPM: Revolutions Per Minute
SEP: Scalable Encryption Processor
WAN: Wide Area Network
"
REVISION "200303271300Z"
DESCRIPTION
"Added new emun to ConcentratorCard."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alHardwareMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
ConcentratorCard ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Concentrator Card Type."
SYNTAX INTEGER {
none(1),
sep(2),
dualT1Wan(3),
sepE(4)
}
ConcentratorType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Concentrator Type indicates the chassis type."
SYNTAX INTEGER {
cxx(1), -- VPN3015 through VPN3080
c5(2), -- VPN3005
c1(3) -- VPN3002
}
alStatsHardwareGlobal OBJECT IDENTIFIER ::= { alStatsHardware 1 }
-- Current Settings and Alarms
alHardwareCpuVoltage OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current CPU voltage in centivolts."
::= { alStatsHardwareGlobal 1 }
alHardwareCpuVoltageAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for CPU voltage. This alarm will fired when the CPU
voltage is detected out of configured range."
::= { alStatsHardwareGlobal 2 }
alHardwareCpuVoltageCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for CPU voltage."
::= { alStatsHardwareGlobal 3 }
alHardwareCpuVoltageTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for CPU
voltage."
::= { alStatsHardwareGlobal 4 }
alHardwarePs1Voltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of Power Supply 1 in centivolts."
::= { alStatsHardwareGlobal 5 }
alHardwarePs1Voltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS1 3v voltage. This alarm will fired when the
3v power supply 1 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 6 }
alHardwarePs1Voltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS1 3v voltage."
::= { alStatsHardwareGlobal 7 }
alHardwarePs1Voltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS1
3v voltage."
::= { alStatsHardwareGlobal 8 }
alHardwarePs1Voltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of Power Supply 1 in centivolts."
::= { alStatsHardwareGlobal 9 }
alHardwarePs1Voltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS1 5v voltage. This alarm will fired when the
5v power supply 1 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 10 }
alHardwarePs1Voltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS1 5v voltage."
::= { alStatsHardwareGlobal 11 }
alHardwarePs1Voltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS1
5v voltage."
::= { alStatsHardwareGlobal 12 }
alHardwarePs2Voltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of Power Supply 2 in centivolts."
::= { alStatsHardwareGlobal 13 }
alHardwarePs2Voltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS2 3v voltage. This alarm will fired when the
3v power supply 2 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 14 }
alHardwarePs2Voltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS2 3v voltage."
::= { alStatsHardwareGlobal 15 }
alHardwarePs2Voltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS2
3v voltage."
::= { alStatsHardwareGlobal 16 }
alHardwarePs2Voltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of Power Supply 2 in centivolts."
::= { alStatsHardwareGlobal 17 }
alHardwarePs2Voltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for PS2 5v voltage. This alarm will fired when the
5v power supply 2 voltage is detected out of configured range."
::= { alStatsHardwareGlobal 18 }
alHardwarePs2Voltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for PS2 5v voltage."
::= { alStatsHardwareGlobal 19 }
alHardwarePs2Voltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for PS2
5v voltage."
::= { alStatsHardwareGlobal 20 }
alHardwareBoardVoltage3v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 3V voltage of the mainboard in centivolts."
::= { alStatsHardwareGlobal 21 }
alHardwareBoardVoltage3vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the mainboard 3v voltage. This alarm will fired
when the 3v mainboard voltage is detected out of configured range."
::= { alStatsHardwareGlobal 22 }
alHardwareBoardVoltage3vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the mainboard 3v voltage."
::= { alStatsHardwareGlobal 23 }
alHardwareBoardVoltage3vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
mainboard 3v voltage."
::= { alStatsHardwareGlobal 24 }
alHardwareBoardVoltage5v OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current 5V voltage of the mainboard in centivolts."
::= { alStatsHardwareGlobal 25 }
alHardwareBoardVoltage5vAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the mainboard 5v voltage. This alarm will fired
when the 5v mainboard voltage is detected out of configured range."
::= { alStatsHardwareGlobal 26 }
alHardwareBoardVoltage5vCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the mainboard 5v voltage."
::= { alStatsHardwareGlobal 27 }
alHardwareBoardVoltage5vTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
mainboard 5v voltage."
::= { alStatsHardwareGlobal 28 }
alHardwareCpuTemp OBJECT-TYPE
SYNTAX Integer32 (-40..120)
UNITS "degrees Celsius"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current CPU temperature in degrees C."
::= { alStatsHardwareGlobal 29 }
alHardwareCpuTempAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the CPU temperature. This alarm will fired
when the CPU temperature is detected out of configured range."
::= { alStatsHardwareGlobal 30 }
alHardwareCpuTempCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the CPU temperature."
::= { alStatsHardwareGlobal 31 }
alHardwareCpuTempTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
CPU temperature."
::= { alStatsHardwareGlobal 32 }
alHardwareCageTemp OBJECT-TYPE
SYNTAX Integer32 (-40..120)
UNITS "degrees Celsius"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current cage temperature in degrees C."
::= { alStatsHardwareGlobal 33 }
alHardwareCageTempAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for the cage temperature. This alarm will fired
when the cage temperature is detected out of configured range."
::= { alStatsHardwareGlobal 34 }
alHardwareCageTempCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for the cage temperature."
::= { alStatsHardwareGlobal 35 }
alHardwareCageTempTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for the
cage temperature."
::= { alStatsHardwareGlobal 36 }
alHardwareFan1Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 1 in RPM."
::= { alStatsHardwareGlobal 37 }
alHardwareFan1RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 1 RPM. This alarm will fired when fan 1 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 38 }
alHardwareFan1RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 1 RPM."
::= { alStatsHardwareGlobal 39 }
alHardwareFan1RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 1 RPM."
::= { alStatsHardwareGlobal 40 }
alHardwareFan2Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 2 in RPM."
::= { alStatsHardwareGlobal 41 }
alHardwareFan2RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 2 RPM. This alarm will fired when fan 2 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 42 }
alHardwareFan2RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 2 RPM."
::= { alStatsHardwareGlobal 43 }
alHardwareFan2RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 2 RPM."
::= { alStatsHardwareGlobal 44 }
alHardwareFan3Rpm OBJECT-TYPE
SYNTAX Gauge32
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current speed of fan 3 in RPM."
::= { alStatsHardwareGlobal 45 }
alHardwareFan3RpmAlarm OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for fan 3 RPM. This alarm will fired when fan 3 RPM
is detected out of configured range."
::= { alStatsHardwareGlobal 46 }
alHardwareFan3RpmCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of alarm events for fan 3 RPM."
::= { alStatsHardwareGlobal 47 }
alHardwareFan3RpmTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The sysUptime at the time of the last change of alarm status for
fan 3 RPM."
::= { alStatsHardwareGlobal 48 }
-- List of Current Hardware
alHardwarePs1Type OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- no power supply detected in slot
ac(2) -- AC power supply detected in slot
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of power supply for Power Supply slot 1."
::= { alStatsHardwareGlobal 49 }
alHardwarePs2Type OBJECT-TYPE
SYNTAX INTEGER {
none(1), -- no power supply detected in slot
ac(2) -- AC power supply detected in slot
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of power supply for Power Supply slot 2."
::= { alStatsHardwareGlobal 50 }
alHardwareSlot1Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 1."
::= { alStatsHardwareGlobal 51 }
alHardwareSlot2Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 2."
::= { alStatsHardwareGlobal 52 }
alHardwareSlot3Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 3."
::= { alStatsHardwareGlobal 53 }
alHardwareSlot4Card OBJECT-TYPE
SYNTAX ConcentratorCard
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of card in slot 4."
::= { alStatsHardwareGlobal 54 }
alHardwareSlot1Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 1."
::= { alStatsHardwareGlobal 55 }
alHardwareSlot2Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 2."
::= { alStatsHardwareGlobal 56 }
alHardwareSlot3Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 3."
::= { alStatsHardwareGlobal 57 }
alHardwareSlot4Operational OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of card in slot 4."
::= { alStatsHardwareGlobal 58 }
alHardwareRamSize OBJECT-TYPE
SYNTAX Unsigned32
UNITS "MB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of memory, in MB on the concentrator."
::= { alStatsHardwareGlobal 59 }
alHardwareChassis OBJECT-TYPE
SYNTAX ConcentratorType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of VPN Concentrator this is."
::= { alStatsHardwareGlobal 60 }
alHardwareCpuVoltageNominal OBJECT-TYPE
SYNTAX Gauge32
UNITS "centivolts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nominal CPU voltage in centivolts for the concentrator."
::= { alStatsHardwareGlobal 61 }
alHardwareClientEthPrivSwitch OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether or not the 3002 Hardware Client has an Ethernet Switch for
the private interface."
::= { alStatsHardwareGlobal 62 }
alHardwareSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit serial number."
::= { alStatsHardwareGlobal 63 }
altigaHardwareStatsMibConformance OBJECT IDENTIFIER
::= { altigaHardwareStatsMibModule 1 }
altigaHardwareStatsMibCompliances OBJECT IDENTIFIER
::= { altigaHardwareStatsMibConformance 1 }
altigaHardwareStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Hardware Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaHardwareStatsGroup
}
::= { altigaHardwareStatsMibCompliances 1 }
altigaHardwareStatsGroup OBJECT-GROUP
OBJECTS
{
alHardwareCpuVoltage,
alHardwareCpuVoltageAlarm,
alHardwareCpuVoltageCount,
alHardwareCpuVoltageTime,
alHardwarePs1Voltage3v,
alHardwarePs1Voltage3vAlarm,
alHardwarePs1Voltage3vCount,
alHardwarePs1Voltage3vTime,
alHardwarePs1Voltage5v,
alHardwarePs1Voltage5vAlarm,
alHardwarePs1Voltage5vCount,
alHardwarePs1Voltage5vTime,
alHardwarePs2Voltage3v,
alHardwarePs2Voltage3vAlarm,
alHardwarePs2Voltage3vCount,
alHardwarePs2Voltage3vTime,
alHardwarePs2Voltage5v,
alHardwarePs2Voltage5vAlarm,
alHardwarePs2Voltage5vCount,
alHardwarePs2Voltage5vTime,
alHardwareBoardVoltage3v,
alHardwareBoardVoltage3vAlarm,
alHardwareBoardVoltage3vCount,
alHardwareBoardVoltage3vTime,
alHardwareBoardVoltage5v,
alHardwareBoardVoltage5vAlarm,
alHardwareBoardVoltage5vCount,
alHardwareBoardVoltage5vTime,
alHardwareCpuTemp,
alHardwareCpuTempAlarm,
alHardwareCpuTempCount,
alHardwareCpuTempTime,
alHardwareCageTemp,
alHardwareCageTempAlarm,
alHardwareCageTempCount,
alHardwareCageTempTime,
alHardwareFan1Rpm,
alHardwareFan1RpmAlarm,
alHardwareFan1RpmCount,
alHardwareFan1RpmTime,
alHardwareFan2Rpm,
alHardwareFan2RpmAlarm,
alHardwareFan2RpmCount,
alHardwareFan2RpmTime,
alHardwareFan3Rpm,
alHardwareFan3RpmAlarm,
alHardwareFan3RpmCount,
alHardwareFan3RpmTime,
alHardwarePs1Type,
alHardwarePs2Type,
alHardwareSlot1Card,
alHardwareSlot2Card,
alHardwareSlot3Card,
alHardwareSlot4Card,
alHardwareSlot1Operational,
alHardwareSlot2Operational,
alHardwareSlot3Operational,
alHardwareSlot4Operational,
alHardwareRamSize,
alHardwareChassis,
alHardwareCpuVoltageNominal,
alHardwareClientEthPrivSwitch,
alHardwareSerialNumber
}
STATUS current
DESCRIPTION
"The objects for Hardware statistics."
::= { alHardwareGroup 2 }
END

336
ALTIGA-HTTP-STATS-MIB.my Normal file
View File

@ -0,0 +1,336 @@
-- *------------------------------------------------------------------
-- * ALTIGA-HTTP-STATS-MIB.my: Altiga HTTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-HTTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Unsigned32,
IpAddress, Integer32, TimeTicks
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
EncryptionAlgorithm
FROM ALTIGA-SESSION-STATS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsHttp, alHttpGroup
FROM ALTIGA-MIB
alHttpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaHttpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga HTTP Statistics MIB models counters and objects that are
of management interest for HTTP.
Acronyms
The following acronyms are used in this document:
HTTP: HyperText Transfer Protocol
MIB: Management Information Base
TCP: Transmission Control Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alHttpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsHttpGlobal OBJECT IDENTIFIER ::= { alStatsHttp 1 }
alHttpStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent."
::= { alStatsHttpGlobal 1 }
alHttpStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received."
::= { alStatsHttpGlobal 2 }
alHttpStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets."
::= { alStatsHttpGlobal 3 }
alHttpStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received."
::= { alStatsHttpGlobal 4 }
alHttpStatsActiveConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active TCP connections."
::= { alStatsHttpGlobal 5 }
alHttpStatsMaxConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active TCP connections that existed at one any time."
::= { alStatsHttpGlobal 6 }
alHttpStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions."
::= { alStatsHttpGlobal 7 }
alHttpStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active sessions that existed at one any time."
::= { alStatsHttpGlobal 8 }
alHttpStatsTotalConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of TCP connections established."
::= { alStatsHttpGlobal 9 }
alHttpStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of sessions established."
::= { alStatsHttpGlobal 10 }
alHttpStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlHttpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active HTTP sessions."
::= { alStatsHttp 2 }
alHttpStatsSessionEntry OBJECT-TYPE
SYNTAX AlHttpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alHttpStatsSessionTable."
INDEX { alHttpStatsSessionIndex }
::= { alHttpStatsSessionTable 1 }
AlHttpStatsSessionEntry ::= SEQUENCE {
alHttpStatsSessionIndex Integer32,
alHttpStatsSessionName DisplayString,
alHttpStatsSessionIpAddr IpAddress,
alHttpStatsSessionStartTime TimeTicks,
alHttpStatsSessionLoginTime Unsigned32,
alHttpStatsSessionEncr EncryptionAlgorithm,
alHttpStatsSessionOctetsSent Counter32,
alHttpStatsSessionOctetsRcvd Counter32,
alHttpStatsSessionPacketsSent Counter32,
alHttpStatsSessionPacketsRcvd Counter32,
alHttpStatsSessionActiveConnections Gauge32,
alHttpStatsSessionMaxConnections Counter32,
alHttpStatsSessionTotalConnections Counter32
}
alHttpStatsSessionIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this session."
::= { alHttpStatsSessionEntry 1 }
alHttpStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the administrator using this session."
::= { alHttpStatsSessionEntry 2 }
alHttpStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP address of this session.."
::= { alHttpStatsSessionEntry 3 }
alHttpStatsSessionStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Login time of this session."
::= { alHttpStatsSessionEntry 4 }
alHttpStatsSessionLoginTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"time_t value of the concentrator at the start of this session."
::= { alHttpStatsSessionEntry 5 }
alHttpStatsSessionEncr OBJECT-TYPE
SYNTAX EncryptionAlgorithm
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of encryption algorithm used for this session."
::= { alHttpStatsSessionEntry 6 }
alHttpStatsSessionOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets sent during this session."
::= { alHttpStatsSessionEntry 7 }
alHttpStatsSessionOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets received during this session."
::= { alHttpStatsSessionEntry 8 }
alHttpStatsSessionPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets sent during this session."
::= { alHttpStatsSessionEntry 9 }
alHttpStatsSessionPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets received during this session."
::= { alHttpStatsSessionEntry 10 }
alHttpStatsSessionActiveConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active TCP connections for this session."
::= { alHttpStatsSessionEntry 11 }
alHttpStatsSessionMaxConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum number of active TCP connections for this
session at any one time."
::= { alHttpStatsSessionEntry 12 }
alHttpStatsSessionTotalConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of TCP connections for this session."
::= { alHttpStatsSessionEntry 13 }
altigaHttpStatsMibConformance OBJECT IDENTIFIER ::= { altigaHttpStatsMibModule 1 }
altigaHttpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaHttpStatsMibConformance 1 }
altigaHttpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga HTTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaHttpStatsGroup
}
::= { altigaHttpStatsMibCompliances 1 }
altigaHttpStatsGroup OBJECT-GROUP
OBJECTS
{
alHttpStatsOctetsSent,
alHttpStatsOctetsRcvd,
alHttpStatsPacketsSent,
alHttpStatsPacketsRcvd,
alHttpStatsActiveConnections,
alHttpStatsMaxConnections,
alHttpStatsActiveSessions,
alHttpStatsMaxSessions,
alHttpStatsTotalConnections,
alHttpStatsTotalSessions,
alHttpStatsSessionIndex,
alHttpStatsSessionName,
alHttpStatsSessionIpAddr,
alHttpStatsSessionStartTime,
alHttpStatsSessionLoginTime,
alHttpStatsSessionEncr,
alHttpStatsSessionOctetsSent,
alHttpStatsSessionOctetsRcvd,
alHttpStatsSessionPacketsSent,
alHttpStatsSessionPacketsRcvd,
alHttpStatsSessionActiveConnections,
alHttpStatsSessionMaxConnections,
alHttpStatsSessionTotalConnections
}
STATUS current
DESCRIPTION
"The objects for HTTP statistics."
::= { alHttpGroup 2 }
END

336
ALTIGA-HTTP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,336 @@
-- *------------------------------------------------------------------
-- * ALTIGA-HTTP-STATS-MIB.my: Altiga HTTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-HTTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Unsigned32,
IpAddress, Integer32, TimeTicks
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
EncryptionAlgorithm
FROM ALTIGA-SESSION-STATS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsHttp, alHttpGroup
FROM ALTIGA-MIB
alHttpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaHttpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga HTTP Statistics MIB models counters and objects that are
of management interest for HTTP.
Acronyms
The following acronyms are used in this document:
HTTP: HyperText Transfer Protocol
MIB: Management Information Base
TCP: Transmission Control Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alHttpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsHttpGlobal OBJECT IDENTIFIER ::= { alStatsHttp 1 }
alHttpStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent."
::= { alStatsHttpGlobal 1 }
alHttpStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received."
::= { alStatsHttpGlobal 2 }
alHttpStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets."
::= { alStatsHttpGlobal 3 }
alHttpStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received."
::= { alStatsHttpGlobal 4 }
alHttpStatsActiveConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active TCP connections."
::= { alStatsHttpGlobal 5 }
alHttpStatsMaxConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active TCP connections that existed at one any time."
::= { alStatsHttpGlobal 6 }
alHttpStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions."
::= { alStatsHttpGlobal 7 }
alHttpStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active sessions that existed at one any time."
::= { alStatsHttpGlobal 8 }
alHttpStatsTotalConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of TCP connections established."
::= { alStatsHttpGlobal 9 }
alHttpStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of sessions established."
::= { alStatsHttpGlobal 10 }
alHttpStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlHttpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active HTTP sessions."
::= { alStatsHttp 2 }
alHttpStatsSessionEntry OBJECT-TYPE
SYNTAX AlHttpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alHttpStatsSessionTable."
INDEX { alHttpStatsSessionIndex }
::= { alHttpStatsSessionTable 1 }
AlHttpStatsSessionEntry ::= SEQUENCE {
alHttpStatsSessionIndex Integer32,
alHttpStatsSessionName DisplayString,
alHttpStatsSessionIpAddr IpAddress,
alHttpStatsSessionStartTime TimeTicks,
alHttpStatsSessionLoginTime Unsigned32,
alHttpStatsSessionEncr EncryptionAlgorithm,
alHttpStatsSessionOctetsSent Counter32,
alHttpStatsSessionOctetsRcvd Counter32,
alHttpStatsSessionPacketsSent Counter32,
alHttpStatsSessionPacketsRcvd Counter32,
alHttpStatsSessionActiveConnections Gauge32,
alHttpStatsSessionMaxConnections Counter32,
alHttpStatsSessionTotalConnections Counter32
}
alHttpStatsSessionIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this session."
::= { alHttpStatsSessionEntry 1 }
alHttpStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the administrator using this session."
::= { alHttpStatsSessionEntry 2 }
alHttpStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP address of this session.."
::= { alHttpStatsSessionEntry 3 }
alHttpStatsSessionStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Login time of this session."
::= { alHttpStatsSessionEntry 4 }
alHttpStatsSessionLoginTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"time_t value of the concentrator at the start of this session."
::= { alHttpStatsSessionEntry 5 }
alHttpStatsSessionEncr OBJECT-TYPE
SYNTAX EncryptionAlgorithm
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of encryption algorithm used for this session."
::= { alHttpStatsSessionEntry 6 }
alHttpStatsSessionOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets sent during this session."
::= { alHttpStatsSessionEntry 7 }
alHttpStatsSessionOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets received during this session."
::= { alHttpStatsSessionEntry 8 }
alHttpStatsSessionPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets sent during this session."
::= { alHttpStatsSessionEntry 9 }
alHttpStatsSessionPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets received during this session."
::= { alHttpStatsSessionEntry 10 }
alHttpStatsSessionActiveConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active TCP connections for this session."
::= { alHttpStatsSessionEntry 11 }
alHttpStatsSessionMaxConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum number of active TCP connections for this
session at any one time."
::= { alHttpStatsSessionEntry 12 }
alHttpStatsSessionTotalConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of TCP connections for this session."
::= { alHttpStatsSessionEntry 13 }
altigaHttpStatsMibConformance OBJECT IDENTIFIER ::= { altigaHttpStatsMibModule 1 }
altigaHttpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaHttpStatsMibConformance 1 }
altigaHttpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga HTTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaHttpStatsGroup
}
::= { altigaHttpStatsMibCompliances 1 }
altigaHttpStatsGroup OBJECT-GROUP
OBJECTS
{
alHttpStatsOctetsSent,
alHttpStatsOctetsRcvd,
alHttpStatsPacketsSent,
alHttpStatsPacketsRcvd,
alHttpStatsActiveConnections,
alHttpStatsMaxConnections,
alHttpStatsActiveSessions,
alHttpStatsMaxSessions,
alHttpStatsTotalConnections,
alHttpStatsTotalSessions,
alHttpStatsSessionIndex,
alHttpStatsSessionName,
alHttpStatsSessionIpAddr,
alHttpStatsSessionStartTime,
alHttpStatsSessionLoginTime,
alHttpStatsSessionEncr,
alHttpStatsSessionOctetsSent,
alHttpStatsSessionOctetsRcvd,
alHttpStatsSessionPacketsSent,
alHttpStatsSessionPacketsRcvd,
alHttpStatsSessionActiveConnections,
alHttpStatsSessionMaxConnections,
alHttpStatsSessionTotalConnections
}
STATUS current
DESCRIPTION
"The objects for HTTP statistics."
::= { alHttpGroup 2 }
END

132
ALTIGA-IP-STATS-MIB.my Normal file
View File

@ -0,0 +1,132 @@
-- *------------------------------------------------------------------
-- * ALTIGA-IP-STATS-MIB.my: Altiga IP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-IP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsIp, alIpGroup
FROM ALTIGA-MIB
alIpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaIpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga IP Statistics MIB models counters and objects that are
of management interest for IP.
Acronyms
The following acronyms are used in this document:
IP: Internet Protocol
LAN: Local-Area Network
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alIpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsIpGlobal OBJECT IDENTIFIER ::= { alStatsIp 1 }
alIpInterfaceStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlIpInterfaceStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"IP Interface Statistics table."
::= { alStatsIpGlobal 1 }
alIpInterfaceStatsEntry OBJECT-TYPE
SYNTAX AlIpInterfaceStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alIpInterfaceStatsTable."
INDEX { alIpInterfaceStatsIndex }
::= { alIpInterfaceStatsTable 1 }
AlIpInterfaceStatsEntry ::= SEQUENCE {
alIpInterfaceStatsIndex Integer32,
alIpInterfaceStatsCurrentDuplex INTEGER
}
alIpInterfaceStatsIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of this row."
::= { alIpInterfaceStatsEntry 1 }
alIpInterfaceStatsCurrentDuplex OBJECT-TYPE
SYNTAX INTEGER {
full(2),
half(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current LAN duplex mode for this interface."
::= { alIpInterfaceStatsEntry 2 }
altigaIpStatsMibConformance OBJECT IDENTIFIER ::= { altigaIpStatsMibModule 1 }
altigaIpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaIpStatsMibConformance 1 }
altigaIpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga IP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaIpStatsGroup
}
::= { altigaIpStatsMibCompliances 1 }
altigaIpStatsGroup OBJECT-GROUP
OBJECTS
{
alIpInterfaceStatsIndex,
alIpInterfaceStatsCurrentDuplex
}
STATUS current
DESCRIPTION
"The objects for Ip Statistics."
::= { alIpGroup 2 }
END

132
ALTIGA-IP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,132 @@
-- *------------------------------------------------------------------
-- * ALTIGA-IP-STATS-MIB.my: Altiga IP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-IP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsIp, alIpGroup
FROM ALTIGA-MIB
alIpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaIpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga IP Statistics MIB models counters and objects that are
of management interest for IP.
Acronyms
The following acronyms are used in this document:
IP: Internet Protocol
LAN: Local-Area Network
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alIpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsIpGlobal OBJECT IDENTIFIER ::= { alStatsIp 1 }
alIpInterfaceStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlIpInterfaceStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"IP Interface Statistics table."
::= { alStatsIpGlobal 1 }
alIpInterfaceStatsEntry OBJECT-TYPE
SYNTAX AlIpInterfaceStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alIpInterfaceStatsTable."
INDEX { alIpInterfaceStatsIndex }
::= { alIpInterfaceStatsTable 1 }
AlIpInterfaceStatsEntry ::= SEQUENCE {
alIpInterfaceStatsIndex Integer32,
alIpInterfaceStatsCurrentDuplex INTEGER
}
alIpInterfaceStatsIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of this row."
::= { alIpInterfaceStatsEntry 1 }
alIpInterfaceStatsCurrentDuplex OBJECT-TYPE
SYNTAX INTEGER {
full(2),
half(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current LAN duplex mode for this interface."
::= { alIpInterfaceStatsEntry 2 }
altigaIpStatsMibConformance OBJECT IDENTIFIER ::= { altigaIpStatsMibModule 1 }
altigaIpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaIpStatsMibConformance 1 }
altigaIpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga IP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaIpStatsGroup
}
::= { altigaIpStatsMibCompliances 1 }
altigaIpStatsGroup OBJECT-GROUP
OBJECTS
{
alIpInterfaceStatsIndex,
alIpInterfaceStatsCurrentDuplex
}
STATUS current
DESCRIPTION
"The objects for Ip Statistics."
::= { alIpGroup 2 }
END

1318
ALTIGA-L2TP-STATS-MIB.my Normal file

File diff suppressed because it is too large Load Diff

1318
ALTIGA-L2TP-STATS-MIB.my 2 Normal file

File diff suppressed because it is too large Load Diff

309
ALTIGA-LBSSF-STATS-MIB.my Normal file
View File

@ -0,0 +1,309 @@
-- *------------------------------------------------------------------
-- * ALTIGA-LBSSF-STATS-MIB.my:
-- * Altiga Load Balancing and Secure Session Failover Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-LBSSF-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Integer32, Gauge32,
IpAddress
FROM SNMPv2-SMI
TruthValue, RowStatus, TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsLBSSF, alLBSSFGroup
FROM ALTIGA-MIB
alLBSSFMibModule
FROM ALTIGA-GLOBAL-REG;
altigaLBSSFStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Load Balancing and Secure Session Failover
Statistics MIB models counters and objects that are of
management interest for LBSSF.
Acronyms
The following acronyms are used in this document:
LBSSF: Load Balancing and Secure Session Failover
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alLBSSFMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
DeviceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"LBSSF Device Type."
SYNTAX INTEGER {
unknown(1),
vpn3005(3),
vpn3015(4),
vpn3030(5),
vpn3060(6),
vpn3080(7),
vpn3002(8)
}
DeviceRole ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Load balancing device roles within a LBSSF cluster.
virtualMaster: master of load balancing cluster
slave : slave in load balancing cluster
"
SYNTAX INTEGER {
virtualMaster(1),
slave(2)
}
alStatsLBSSFGlobal OBJECT IDENTIFIER ::= { alStatsLBSSF 1 }
alLBSSFRole OBJECT-TYPE
SYNTAX DeviceRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The role of this device."
::= { alStatsLBSSFGlobal 1 }
alLBSSFDeviceType OBJECT-TYPE
SYNTAX DeviceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device type of this device."
::= { alStatsLBSSFGlobal 2 }
alLBSSFActive OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if device is active or not."
::= { alStatsLBSSFGlobal 3 }
alLBSSFNumberOfPeers OBJECT-TYPE
SYNTAX Gauge32 (0..25)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total current peers."
::= { alStatsLBSSFGlobal 4 }
alLBSSFLoad OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current calculated load of this device in percentage."
::= { alStatsLBSSFGlobal 5 }
alLBSSFPeerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlLBSSFPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of LBSSF peers within a LBSSF cluster."
::= { alStatsLBSSF 2 }
alLBSSFPeerEntry OBJECT-TYPE
SYNTAX AlLBSSFPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alLBSSFStatsPeerTable."
INDEX { alLBSSFPeerPrivIpAddress }
::= { alLBSSFPeerTable 1 }
AlLBSSFPeerEntry ::= SEQUENCE {
alLBSSFPeerRowStatus RowStatus,
alLBSSFPeerPrivIpAddress IpAddress,
alLBSSFPeerPubIpAddress IpAddress,
alLBSSFPeerMappedPubIpAddress IpAddress,
alLBSSFPeerActive TruthValue,
alLBSSFPeerFaultZone Integer32,
alLBSSFPeerRole DeviceRole,
alLBSSFPeerDeviceType DeviceType,
alLBSSFPeerLoad Gauge32,
alLBSSFPeerPriority Integer32,
alLBSSFPeerActiveSessions Gauge32,
alLBSSFPeerJoinTime TimeTicks
}
alLBSSFPeerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of this row."
::= { alLBSSFPeerEntry 1 }
alLBSSFPeerPrivIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Private LAN Ip address of this peer entry."
::= { alLBSSFPeerEntry 2 }
alLBSSFPeerPubIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Public LAN Ip address of this peer entry."
::= { alLBSSFPeerEntry 3 }
alLBSSFPeerMappedPubIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The NAT'ed Public Ip address of this peer entry."
::= { alLBSSFPeerEntry 4 }
alLBSSFPeerActive OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if this peer is active or not."
::= { alLBSSFPeerEntry 5 }
alLBSSFPeerFaultZone OBJECT-TYPE
SYNTAX Integer32 (0..25)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates which fault zone this peer belongs."
::= { alLBSSFPeerEntry 6 }
alLBSSFPeerRole OBJECT-TYPE
SYNTAX DeviceRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Role of current peer"
::= { alLBSSFPeerEntry 7 }
alLBSSFPeerDeviceType OBJECT-TYPE
SYNTAX DeviceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device type of this peer."
::= { alLBSSFPeerEntry 8 }
alLBSSFPeerLoad OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current load of the peer in percentage."
::= { alLBSSFPeerEntry 9 }
alLBSSFPeerPriority OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Priority of the peer."
::= { alLBSSFPeerEntry 10 }
alLBSSFPeerActiveSessions OBJECT-TYPE
SYNTAX Gauge32 (0..100000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of current active sessions on this peer"
::= { alLBSSFPeerEntry 11 }
alLBSSFPeerJoinTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time in time-ticks when this peer join the virtual cluster"
::= { alLBSSFPeerEntry 12 }
altigaLBSSFStatsMibConformance OBJECT IDENTIFIER
::= { altigaLBSSFStatsMibModule 1 }
altigaLBSSFStatsMibCompliances OBJECT IDENTIFIER
::= { altigaLBSSFStatsMibConformance 1 }
altigaLBSSFStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which implement the Altiga
Load Balancing and Secure Session Failover Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaStatsLBSSFGroup
}
::= { altigaLBSSFStatsMibCompliances 1 }
altigaStatsLBSSFGroup OBJECT-GROUP
OBJECTS
{
alLBSSFRole,
alLBSSFDeviceType,
alLBSSFActive,
alLBSSFNumberOfPeers,
alLBSSFLoad,
alLBSSFPeerRowStatus,
alLBSSFPeerPrivIpAddress,
alLBSSFPeerPubIpAddress,
alLBSSFPeerMappedPubIpAddress,
alLBSSFPeerActive,
alLBSSFPeerFaultZone,
alLBSSFPeerRole,
alLBSSFPeerDeviceType,
alLBSSFPeerLoad,
alLBSSFPeerPriority,
alLBSSFPeerActiveSessions,
alLBSSFPeerJoinTime
}
STATUS current
DESCRIPTION
"The objects for the LBSSF statistics."
::= { alLBSSFGroup 3 }
END

309
ALTIGA-LBSSF-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,309 @@
-- *------------------------------------------------------------------
-- * ALTIGA-LBSSF-STATS-MIB.my:
-- * Altiga Load Balancing and Secure Session Failover Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-LBSSF-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Integer32, Gauge32,
IpAddress
FROM SNMPv2-SMI
TruthValue, RowStatus, TEXTUAL-CONVENTION
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsLBSSF, alLBSSFGroup
FROM ALTIGA-MIB
alLBSSFMibModule
FROM ALTIGA-GLOBAL-REG;
altigaLBSSFStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Load Balancing and Secure Session Failover
Statistics MIB models counters and objects that are of
management interest for LBSSF.
Acronyms
The following acronyms are used in this document:
LBSSF: Load Balancing and Secure Session Failover
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alLBSSFMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
DeviceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"LBSSF Device Type."
SYNTAX INTEGER {
unknown(1),
vpn3005(3),
vpn3015(4),
vpn3030(5),
vpn3060(6),
vpn3080(7),
vpn3002(8)
}
DeviceRole ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Load balancing device roles within a LBSSF cluster.
virtualMaster: master of load balancing cluster
slave : slave in load balancing cluster
"
SYNTAX INTEGER {
virtualMaster(1),
slave(2)
}
alStatsLBSSFGlobal OBJECT IDENTIFIER ::= { alStatsLBSSF 1 }
alLBSSFRole OBJECT-TYPE
SYNTAX DeviceRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The role of this device."
::= { alStatsLBSSFGlobal 1 }
alLBSSFDeviceType OBJECT-TYPE
SYNTAX DeviceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device type of this device."
::= { alStatsLBSSFGlobal 2 }
alLBSSFActive OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if device is active or not."
::= { alStatsLBSSFGlobal 3 }
alLBSSFNumberOfPeers OBJECT-TYPE
SYNTAX Gauge32 (0..25)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total current peers."
::= { alStatsLBSSFGlobal 4 }
alLBSSFLoad OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current calculated load of this device in percentage."
::= { alStatsLBSSFGlobal 5 }
alLBSSFPeerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlLBSSFPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of LBSSF peers within a LBSSF cluster."
::= { alStatsLBSSF 2 }
alLBSSFPeerEntry OBJECT-TYPE
SYNTAX AlLBSSFPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alLBSSFStatsPeerTable."
INDEX { alLBSSFPeerPrivIpAddress }
::= { alLBSSFPeerTable 1 }
AlLBSSFPeerEntry ::= SEQUENCE {
alLBSSFPeerRowStatus RowStatus,
alLBSSFPeerPrivIpAddress IpAddress,
alLBSSFPeerPubIpAddress IpAddress,
alLBSSFPeerMappedPubIpAddress IpAddress,
alLBSSFPeerActive TruthValue,
alLBSSFPeerFaultZone Integer32,
alLBSSFPeerRole DeviceRole,
alLBSSFPeerDeviceType DeviceType,
alLBSSFPeerLoad Gauge32,
alLBSSFPeerPriority Integer32,
alLBSSFPeerActiveSessions Gauge32,
alLBSSFPeerJoinTime TimeTicks
}
alLBSSFPeerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of this row."
::= { alLBSSFPeerEntry 1 }
alLBSSFPeerPrivIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Private LAN Ip address of this peer entry."
::= { alLBSSFPeerEntry 2 }
alLBSSFPeerPubIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Public LAN Ip address of this peer entry."
::= { alLBSSFPeerEntry 3 }
alLBSSFPeerMappedPubIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The NAT'ed Public Ip address of this peer entry."
::= { alLBSSFPeerEntry 4 }
alLBSSFPeerActive OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if this peer is active or not."
::= { alLBSSFPeerEntry 5 }
alLBSSFPeerFaultZone OBJECT-TYPE
SYNTAX Integer32 (0..25)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates which fault zone this peer belongs."
::= { alLBSSFPeerEntry 6 }
alLBSSFPeerRole OBJECT-TYPE
SYNTAX DeviceRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Role of current peer"
::= { alLBSSFPeerEntry 7 }
alLBSSFPeerDeviceType OBJECT-TYPE
SYNTAX DeviceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device type of this peer."
::= { alLBSSFPeerEntry 8 }
alLBSSFPeerLoad OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current load of the peer in percentage."
::= { alLBSSFPeerEntry 9 }
alLBSSFPeerPriority OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Priority of the peer."
::= { alLBSSFPeerEntry 10 }
alLBSSFPeerActiveSessions OBJECT-TYPE
SYNTAX Gauge32 (0..100000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of current active sessions on this peer"
::= { alLBSSFPeerEntry 11 }
alLBSSFPeerJoinTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time in time-ticks when this peer join the virtual cluster"
::= { alLBSSFPeerEntry 12 }
altigaLBSSFStatsMibConformance OBJECT IDENTIFIER
::= { altigaLBSSFStatsMibModule 1 }
altigaLBSSFStatsMibCompliances OBJECT IDENTIFIER
::= { altigaLBSSFStatsMibConformance 1 }
altigaLBSSFStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which implement the Altiga
Load Balancing and Secure Session Failover Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaStatsLBSSFGroup
}
::= { altigaLBSSFStatsMibCompliances 1 }
altigaStatsLBSSFGroup OBJECT-GROUP
OBJECTS
{
alLBSSFRole,
alLBSSFDeviceType,
alLBSSFActive,
alLBSSFNumberOfPeers,
alLBSSFLoad,
alLBSSFPeerRowStatus,
alLBSSFPeerPrivIpAddress,
alLBSSFPeerPubIpAddress,
alLBSSFPeerMappedPubIpAddress,
alLBSSFPeerActive,
alLBSSFPeerFaultZone,
alLBSSFPeerRole,
alLBSSFPeerDeviceType,
alLBSSFPeerLoad,
alLBSSFPeerPriority,
alLBSSFPeerActiveSessions,
alLBSSFPeerJoinTime
}
STATUS current
DESCRIPTION
"The objects for the LBSSF statistics."
::= { alLBSSFGroup 3 }
END

344
ALTIGA-MIB.my Normal file
View File

@ -0,0 +1,344 @@
-- *------------------------------------------------------------------
-- * ALTIGA-MIB.my: Altiga Generic MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003, 2004 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
altigaGeneric, alMibModule
FROM ALTIGA-GLOBAL-REG;
altigaMibModule MODULE-IDENTITY
LAST-UPDATED "200412300000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Generic MIB models counters and objects that are
of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
OID: Object Identifier
"
REVISION "200412300000Z"
DESCRIPTION
"Added the new MIB OIDs(60 to 62)."
REVISION "200310200000Z"
DESCRIPTION
"Added the new MIB OIDs(53 to 59)."
REVISION "200304100000Z"
DESCRIPTION
"Added the new MIB OIDs(49 to 52)."
REVISION "200210110000Z"
DESCRIPTION
"Updated with new header."
::= { alMibModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
altigaMib OBJECT IDENTIFIER ::= { altigaGeneric 1 }
-- Conformance Area, these are used elsewhere
altigaConfs OBJECT IDENTIFIER ::= { altigaMib 1 }
altigaGroups OBJECT IDENTIFIER ::= { altigaConfs 1 }
altigaCompl OBJECT IDENTIFIER ::= { altigaConfs 2 }
-- Subtree for Statistics, config and events
altigaStats OBJECT IDENTIFIER ::= { altigaMib 2 }
altigaConfig OBJECT IDENTIFIER ::= { altigaMib 3 }
altigaEvents OBJECT IDENTIFIER ::= { altigaMib 4 }
--
-- Here each subsystem will have a branch. There should be a branch
-- under each category (Stats, Config and Events), even if there
-- are no plans to further define the branch. Each branch should
-- have the same OID.
--
-- Groups
alVersionGroup OBJECT IDENTIFIER ::= { altigaGroups 1 }
alAccessGroup OBJECT IDENTIFIER ::= { altigaGroups 2 }
alPptpGroup OBJECT IDENTIFIER ::= { altigaGroups 3 }
alEventGroup OBJECT IDENTIFIER ::= { altigaGroups 4 }
alAuthGroup OBJECT IDENTIFIER ::= { altigaGroups 5 }
alPppGroup OBJECT IDENTIFIER ::= { altigaGroups 6 }
alHttpGroup OBJECT IDENTIFIER ::= { altigaGroups 7 }
alIpGroup OBJECT IDENTIFIER ::= { altigaGroups 8 }
alFilterGroup OBJECT IDENTIFIER ::= { altigaGroups 9 }
alUserGroup OBJECT IDENTIFIER ::= { altigaGroups 10 }
alTelnetGroup OBJECT IDENTIFIER ::= { altigaGroups 11 }
alFtpGroup OBJECT IDENTIFIER ::= { altigaGroups 12 }
alTftpGroup OBJECT IDENTIFIER ::= { altigaGroups 13 }
alSnmpGroup OBJECT IDENTIFIER ::= { altigaGroups 14 }
alIpSecGroup OBJECT IDENTIFIER ::= { altigaGroups 15 }
alL2tpGroup OBJECT IDENTIFIER ::= { altigaGroups 16 }
alSessionGroup OBJECT IDENTIFIER ::= { altigaGroups 17 }
alDnsGroup OBJECT IDENTIFIER ::= { altigaGroups 18 }
alAddressGroup OBJECT IDENTIFIER ::= { altigaGroups 19 }
alDhcpGroup OBJECT IDENTIFIER ::= { altigaGroups 20 }
alWatchdogGroup OBJECT IDENTIFIER ::= { altigaGroups 21 }
alHardwareGroup OBJECT IDENTIFIER ::= { altigaGroups 22 }
alNatGroup OBJECT IDENTIFIER ::= { altigaGroups 23 }
alLan2LanGroup OBJECT IDENTIFIER ::= { altigaGroups 24 }
alGeneralGroup OBJECT IDENTIFIER ::= { altigaGroups 25 }
alSslGroup OBJECT IDENTIFIER ::= { altigaGroups 26 }
alCertGroup OBJECT IDENTIFIER ::= { altigaGroups 27 }
alNtpGroup OBJECT IDENTIFIER ::= { altigaGroups 28 }
alNetworkListGroup OBJECT IDENTIFIER ::= { altigaGroups 29 }
alSepGroup OBJECT IDENTIFIER ::= { altigaGroups 30 }
alIkeGroup OBJECT IDENTIFIER ::= { altigaGroups 31 }
alSyncGroup OBJECT IDENTIFIER ::= { altigaGroups 32 }
alT1E1Group OBJECT IDENTIFIER ::= { altigaGroups 33 }
alMultiLinkGroup OBJECT IDENTIFIER ::= { altigaGroups 34 }
alSshGroup OBJECT IDENTIFIER ::= { altigaGroups 35 }
alLBSSFGroup OBJECT IDENTIFIER ::= { altigaGroups 36 }
alDhcpServerGroup OBJECT IDENTIFIER ::= { altigaGroups 37 }
alAutoUpdateGroup OBJECT IDENTIFIER ::= { altigaGroups 38 }
alAdminAuthGroup OBJECT IDENTIFIER ::= { altigaGroups 39 }
alPPPoEGroup OBJECT IDENTIFIER ::= { altigaGroups 40 }
alXmlGroup OBJECT IDENTIFIER ::= { altigaGroups 41 }
alCtcpGroup OBJECT IDENTIFIER ::= { altigaGroups 42 }
alFwGroup OBJECT IDENTIFIER ::= { altigaGroups 43 }
alGroupMatchGroup OBJECT IDENTIFIER ::= { altigaGroups 44 }
alACEServerGroup OBJECT IDENTIFIER ::= { altigaGroups 45 }
alNatTGroup OBJECT IDENTIFIER ::= { altigaGroups 46 }
alBwMgmtGroup OBJECT IDENTIFIER ::= { altigaGroups 47 }
alIpSecPreFragGroup OBJECT IDENTIFIER ::= { altigaGroups 48 }
alFipsGroup OBJECT IDENTIFIER ::= { altigaGroups 49 }
alBackupL2LGroup OBJECT IDENTIFIER ::= { altigaGroups 50 }
alNotifyGroup OBJECT IDENTIFIER ::= { altigaGroups 51 }
alRebootStatusGroup OBJECT IDENTIFIER ::= { altigaGroups 52 }
alAuthorizationGroup OBJECT IDENTIFIER ::= { altigaGroups 53 }
alWebPortalGroup OBJECT IDENTIFIER ::= { altigaGroups 54 }
alWebEmailGroup OBJECT IDENTIFIER ::= { altigaGroups 55 }
alPortForwardGroup OBJECT IDENTIFIER ::= { altigaGroups 56 }
alRemoteServerGroup OBJECT IDENTIFIER ::= { altigaGroups 57 }
alWebvpnAclGroup OBJECT IDENTIFIER ::= { altigaGroups 58 }
alNbnsGroup OBJECT IDENTIFIER ::= { altigaGroups 59 }
alSecureDesktopGroup OBJECT IDENTIFIER ::= { altigaGroups 60 }
alSslTunnelClientGroup OBJECT IDENTIFIER ::= { altigaGroups 61 }
alNacGroup OBJECT IDENTIFIER ::= { altigaGroups 62 }
-- Statistics
alStatsVersion OBJECT IDENTIFIER ::= { altigaStats 1 }
alStatsAccess OBJECT IDENTIFIER ::= { altigaStats 2 }
alStatsPptp OBJECT IDENTIFIER ::= { altigaStats 3 }
alStatsEvent OBJECT IDENTIFIER ::= { altigaStats 4 }
alStatsAuth OBJECT IDENTIFIER ::= { altigaStats 5 }
alStatsPpp OBJECT IDENTIFIER ::= { altigaStats 6 }
alStatsHttp OBJECT IDENTIFIER ::= { altigaStats 7 }
alStatsIp OBJECT IDENTIFIER ::= { altigaStats 8 }
alStatsFilter OBJECT IDENTIFIER ::= { altigaStats 9 }
alStatsUser OBJECT IDENTIFIER ::= { altigaStats 10 }
alStatsTelnet OBJECT IDENTIFIER ::= { altigaStats 11 }
alStatsFtp OBJECT IDENTIFIER ::= { altigaStats 12 }
alStatsTftp OBJECT IDENTIFIER ::= { altigaStats 13 }
alStatsSnmp OBJECT IDENTIFIER ::= { altigaStats 14 }
alStatsIpSec OBJECT IDENTIFIER ::= { altigaStats 15 }
alStatsL2tp OBJECT IDENTIFIER ::= { altigaStats 16 }
alStatsSession OBJECT IDENTIFIER ::= { altigaStats 17 }
alStatsDns OBJECT IDENTIFIER ::= { altigaStats 18 }
alStatsAddress OBJECT IDENTIFIER ::= { altigaStats 19 }
alStatsDhcp OBJECT IDENTIFIER ::= { altigaStats 20 }
alStatsWatching OBJECT IDENTIFIER ::= { altigaStats 21 }
alStatsHardware OBJECT IDENTIFIER ::= { altigaStats 22 }
alStatsNat OBJECT IDENTIFIER ::= { altigaStats 23 }
alStatsLan2Lan OBJECT IDENTIFIER ::= { altigaStats 24 }
alStatsGeneral OBJECT IDENTIFIER ::= { altigaStats 25 }
alStatsSsl OBJECT IDENTIFIER ::= { altigaStats 26 }
alStatsCert OBJECT IDENTIFIER ::= { altigaStats 27 }
alStatsNtp OBJECT IDENTIFIER ::= { altigaStats 28 }
alStatsNetworkList OBJECT IDENTIFIER ::= { altigaStats 29 }
alStatsSep OBJECT IDENTIFIER ::= { altigaStats 30 }
alStatsIke OBJECT IDENTIFIER ::= { altigaStats 31 }
alStatsSync OBJECT IDENTIFIER ::= { altigaStats 32 }
alStatsT1E1 OBJECT IDENTIFIER ::= { altigaStats 33 }
alStatsMultiLink OBJECT IDENTIFIER ::= { altigaStats 34 }
alStatsSsh OBJECT IDENTIFIER ::= { altigaStats 35 }
alStatsLBSSF OBJECT IDENTIFIER ::= { altigaStats 36 }
alStatsDhcpServer OBJECT IDENTIFIER ::= { altigaStats 37 }
alStatsAutoUpdate OBJECT IDENTIFIER ::= { altigaStats 38 }
alAdminAuthStats OBJECT IDENTIFIER ::= { altigaStats 39 }
alStatsPPPoE OBJECT IDENTIFIER ::= { altigaStats 40 }
alXmlStats OBJECT IDENTIFIER ::= { altigaStats 41 }
alCtcpStats OBJECT IDENTIFIER ::= { altigaStats 42 }
alFwStats OBJECT IDENTIFIER ::= { altigaStats 43 }
alStatsGroupMatch OBJECT IDENTIFIER ::= { altigaStats 44 }
alACEServerStats OBJECT IDENTIFIER ::= { altigaStats 45 }
alNatTStats OBJECT IDENTIFIER ::= { altigaStats 46 }
alStatsBwMgmt OBJECT IDENTIFIER ::= { altigaStats 47 }
alIpSecPreFragStats OBJECT IDENTIFIER ::= { altigaStats 48 }
alStatsFips OBJECT IDENTIFIER ::= { altigaStats 49 }
alStatsBackupL2L OBJECT IDENTIFIER ::= { altigaStats 50 }
alStatsNotify OBJECT IDENTIFIER ::= { altigaStats 51 }
alStatsRebootStatus OBJECT IDENTIFIER ::= { altigaStats 52 }
alStatsAuthorization OBJECT IDENTIFIER ::= { altigaStats 53 }
alStatsWebPortal OBJECT IDENTIFIER ::= { altigaStats 54 }
alStatsWebEmail OBJECT IDENTIFIER ::= { altigaStats 55 }
alStatsPortForward OBJECT IDENTIFIER ::= { altigaStats 56 }
alStatsRemoteServer OBJECT IDENTIFIER ::= { altigaStats 57 }
alStatsWebvpnAcl OBJECT IDENTIFIER ::= { altigaStats 58 }
alStatsNbns OBJECT IDENTIFIER ::= { altigaStats 59 }
alStatsSecureDesktop OBJECT IDENTIFIER ::= { altigaStats 60 }
alStatsSslTunnelClient OBJECT IDENTIFIER ::= { altigaStats 61 }
alStatsNac OBJECT IDENTIFIER ::= { altigaStats 62 }
-- Configuration
alCfgVersion OBJECT IDENTIFIER ::= { altigaConfig 1 }
alCfgAccess OBJECT IDENTIFIER ::= { altigaConfig 2 }
alCfgPptp OBJECT IDENTIFIER ::= { altigaConfig 3 }
alCfgEvent OBJECT IDENTIFIER ::= { altigaConfig 4 }
alCfgAuth OBJECT IDENTIFIER ::= { altigaConfig 5 }
alCfgPpp OBJECT IDENTIFIER ::= { altigaConfig 6 }
alCfgHttp OBJECT IDENTIFIER ::= { altigaConfig 7 }
alCfgIp OBJECT IDENTIFIER ::= { altigaConfig 8 }
alCfgFilter OBJECT IDENTIFIER ::= { altigaConfig 9 }
alCfgUser OBJECT IDENTIFIER ::= { altigaConfig 10 }
alCfgTelnet OBJECT IDENTIFIER ::= { altigaConfig 11 }
alCfgFtp OBJECT IDENTIFIER ::= { altigaConfig 12 }
alCfgTftp OBJECT IDENTIFIER ::= { altigaConfig 13 }
alCfgSnmp OBJECT IDENTIFIER ::= { altigaConfig 14 }
alCfgIpSec OBJECT IDENTIFIER ::= { altigaConfig 15 }
alCfgL2tp OBJECT IDENTIFIER ::= { altigaConfig 16 }
alCfgSession OBJECT IDENTIFIER ::= { altigaConfig 17 }
alCfgDns OBJECT IDENTIFIER ::= { altigaConfig 18 }
alCfgAddress OBJECT IDENTIFIER ::= { altigaConfig 19 }
alCfgDhcp OBJECT IDENTIFIER ::= { altigaConfig 20 }
alCfgWatchdog OBJECT IDENTIFIER ::= { altigaConfig 21 }
alCfgHardware OBJECT IDENTIFIER ::= { altigaConfig 22 }
alCfgNat OBJECT IDENTIFIER ::= { altigaConfig 23 }
alCfgLan2Lan OBJECT IDENTIFIER ::= { altigaConfig 24 }
alCfgGeneral OBJECT IDENTIFIER ::= { altigaConfig 25 }
alCfgSsl OBJECT IDENTIFIER ::= { altigaConfig 26 }
alCfgCert OBJECT IDENTIFIER ::= { altigaConfig 27 }
alCfgNtp OBJECT IDENTIFIER ::= { altigaConfig 28 }
alCfgNetworkList OBJECT IDENTIFIER ::= { altigaConfig 29 }
alCfgSep OBJECT IDENTIFIER ::= { altigaConfig 30 }
alCfgIke OBJECT IDENTIFIER ::= { altigaConfig 31 }
alCfgSync OBJECT IDENTIFIER ::= { altigaConfig 32 }
alCfgT1E1 OBJECT IDENTIFIER ::= { altigaConfig 33 }
alCfgMultiLink OBJECT IDENTIFIER ::= { altigaConfig 34 }
alCfgSsh OBJECT IDENTIFIER ::= { altigaConfig 35 }
alCfgLBSSF OBJECT IDENTIFIER ::= { altigaConfig 36 }
alCfgDhcpServer OBJECT IDENTIFIER ::= { altigaConfig 37 }
alCfgAutoUpdate OBJECT IDENTIFIER ::= { altigaConfig 38 }
alCfgAdminAuth OBJECT IDENTIFIER ::= { altigaConfig 39 }
alCfgPPPoE OBJECT IDENTIFIER ::= { altigaConfig 40 }
alCfgXml OBJECT IDENTIFIER ::= { altigaConfig 41 }
alCfgCtcp OBJECT IDENTIFIER ::= { altigaConfig 42 }
alCfgFw OBJECT IDENTIFIER ::= { altigaConfig 43 }
alCfgGroupMatch OBJECT IDENTIFIER ::= { altigaConfig 44 }
alCfgACE OBJECT IDENTIFIER ::= { altigaConfig 45 }
alCfgNatT OBJECT IDENTIFIER ::= { altigaConfig 46 }
alCfgBwMgmt OBJECT IDENTIFIER ::= { altigaConfig 47 }
alCfgIpSecPreFrag OBJECT IDENTIFIER ::= { altigaConfig 48 }
alCfgFips OBJECT IDENTIFIER ::= { altigaConfig 49 }
alCfgBackupL2L OBJECT IDENTIFIER ::= { altigaConfig 50 }
alCfgNotify OBJECT IDENTIFIER ::= { altigaConfig 51 }
alCfgRebootStatus OBJECT IDENTIFIER ::= { altigaConfig 52 }
alCfgAuthorization OBJECT IDENTIFIER ::= { altigaConfig 53 }
alCfgWebPortal OBJECT IDENTIFIER ::= { altigaConfig 54 }
alCfgWebEmail OBJECT IDENTIFIER ::= { altigaConfig 55 }
alCfgPortForward OBJECT IDENTIFIER ::= { altigaConfig 56 }
alCfgRemoteServer OBJECT IDENTIFIER ::= { altigaConfig 57 }
alCfgWebvpnAcl OBJECT IDENTIFIER ::= { altigaConfig 58 }
alCfgNbns OBJECT IDENTIFIER ::= { altigaConfig 59 }
alCfgSecureDesktop OBJECT IDENTIFIER ::= { altigaConfig 60 }
alCfgSslTunnelClient OBJECT IDENTIFIER ::= { altigaConfig 61 }
alCfgNac OBJECT IDENTIFIER ::= { altigaConfig 62 }
-- Events
alEventsVersion OBJECT IDENTIFIER ::= { altigaEvents 1 }
alEventsAccess OBJECT IDENTIFIER ::= { altigaEvents 2 }
alEventsPptp OBJECT IDENTIFIER ::= { altigaEvents 3 }
alEventsEvent OBJECT IDENTIFIER ::= { altigaEvents 4 }
alEventsAuth OBJECT IDENTIFIER ::= { altigaEvents 5 }
alEventsPpp OBJECT IDENTIFIER ::= { altigaEvents 6 }
alEventsHttp OBJECT IDENTIFIER ::= { altigaEvents 7 }
alEventsIp OBJECT IDENTIFIER ::= { altigaEvents 8 }
alEventsFilter OBJECT IDENTIFIER ::= { altigaEvents 9 }
alEventsUser OBJECT IDENTIFIER ::= { altigaEvents 10 }
alEventsTelnet OBJECT IDENTIFIER ::= { altigaEvents 11 }
alEventsFtp OBJECT IDENTIFIER ::= { altigaEvents 12 }
alEventsTftp OBJECT IDENTIFIER ::= { altigaEvents 13 }
alEventsSnmp OBJECT IDENTIFIER ::= { altigaEvents 14 }
alEventsIpSec OBJECT IDENTIFIER ::= { altigaEvents 15 }
alEventsL2tp OBJECT IDENTIFIER ::= { altigaEvents 16 }
alEventsSession OBJECT IDENTIFIER ::= { altigaEvents 17 }
alEventsDns OBJECT IDENTIFIER ::= { altigaEvents 18 }
alEventsAddress OBJECT IDENTIFIER ::= { altigaEvents 19 }
alEventsDhcp OBJECT IDENTIFIER ::= { altigaEvents 20 }
alEventsWatchdog OBJECT IDENTIFIER ::= { altigaEvents 21 }
alEventsHardware OBJECT IDENTIFIER ::= { altigaEvents 22 }
alEventsNat OBJECT IDENTIFIER ::= { altigaEvents 23 }
alEventsLan2Lan OBJECT IDENTIFIER ::= { altigaEvents 24 }
alEventsGeneral OBJECT IDENTIFIER ::= { altigaEvents 25 }
alEventsSsl OBJECT IDENTIFIER ::= { altigaEvents 26 }
alEventsCert OBJECT IDENTIFIER ::= { altigaEvents 27 }
alEventsNtp OBJECT IDENTIFIER ::= { altigaEvents 28 }
alEventsNetworkList OBJECT IDENTIFIER ::= { altigaEvents 29 }
alEventsSep OBJECT IDENTIFIER ::= { altigaEvents 30 }
alEventsIke OBJECT IDENTIFIER ::= { altigaEvents 31 }
alEventsSync OBJECT IDENTIFIER ::= { altigaEvents 32 }
alEventsT1E1 OBJECT IDENTIFIER ::= { altigaEvents 33 }
alEventsMultiLink OBJECT IDENTIFIER ::= { altigaEvents 34 }
alEventsSsh OBJECT IDENTIFIER ::= { altigaEvents 35 }
alEventsLBSSF OBJECT IDENTIFIER ::= { altigaEvents 36 }
alEventsAutoUpdate OBJECT IDENTIFIER ::= { altigaEvents 38 }
alEventsAdminAuth OBJECT IDENTIFIER ::= { altigaEvents 39 }
alEventsPPPoE OBJECT IDENTIFIER ::= { altigaEvents 40 }
alEventXml OBJECT IDENTIFIER ::= { altigaEvents 41 }
alEventCtcp OBJECT IDENTIFIER ::= { altigaEvents 42 }
alEventFw OBJECT IDENTIFIER ::= { altigaEvents 43 }
alEventGroupMatch OBJECT IDENTIFIER ::= { altigaEvents 44 }
alEventACE OBJECT IDENTIFIER ::= { altigaEvents 45 }
alEventNatT OBJECT IDENTIFIER ::= { altigaEvents 46 }
alEventBwMgmt OBJECT IDENTIFIER ::= { altigaEvents 47 }
alEventIpSecPreFrag OBJECT IDENTIFIER ::= { altigaEvents 48 }
alEventFips OBJECT IDENTIFIER ::= { altigaEvents 49 }
alEventBackupL2L OBJECT IDENTIFIER ::= { altigaEvents 50 }
alEventsNotify OBJECT IDENTIFIER ::= { altigaEvents 51 }
alEventsRebootStatus OBJECT IDENTIFIER ::= { altigaEvents 52 }
alEventAuthorization OBJECT IDENTIFIER ::= { altigaEvents 53 }
alEventWebPortal OBJECT IDENTIFIER ::= { altigaEvents 54 }
alEventWebEmail OBJECT IDENTIFIER ::= { altigaEvents 55 }
alEventPortForward OBJECT IDENTIFIER ::= { altigaEvents 56 }
alEventRemoteServer OBJECT IDENTIFIER ::= { altigaEvents 57 }
alEventWebvpnAcl OBJECT IDENTIFIER ::= { altigaEvents 58 }
alEventNbns OBJECT IDENTIFIER ::= { altigaEvents 59 }
alEventSecureDesktop OBJECT IDENTIFIER ::= { altigaEvents 60 }
alEventSslTunnelClient OBJECT IDENTIFIER ::= { altigaEvents 61 }
alEventNac OBJECT IDENTIFIER ::= { altigaEvents 62 }
END

344
ALTIGA-MIB.my 2 Normal file
View File

@ -0,0 +1,344 @@
-- *------------------------------------------------------------------
-- * ALTIGA-MIB.my: Altiga Generic MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003, 2004 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
altigaGeneric, alMibModule
FROM ALTIGA-GLOBAL-REG;
altigaMibModule MODULE-IDENTITY
LAST-UPDATED "200412300000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Generic MIB models counters and objects that are
of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
OID: Object Identifier
"
REVISION "200412300000Z"
DESCRIPTION
"Added the new MIB OIDs(60 to 62)."
REVISION "200310200000Z"
DESCRIPTION
"Added the new MIB OIDs(53 to 59)."
REVISION "200304100000Z"
DESCRIPTION
"Added the new MIB OIDs(49 to 52)."
REVISION "200210110000Z"
DESCRIPTION
"Updated with new header."
::= { alMibModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
altigaMib OBJECT IDENTIFIER ::= { altigaGeneric 1 }
-- Conformance Area, these are used elsewhere
altigaConfs OBJECT IDENTIFIER ::= { altigaMib 1 }
altigaGroups OBJECT IDENTIFIER ::= { altigaConfs 1 }
altigaCompl OBJECT IDENTIFIER ::= { altigaConfs 2 }
-- Subtree for Statistics, config and events
altigaStats OBJECT IDENTIFIER ::= { altigaMib 2 }
altigaConfig OBJECT IDENTIFIER ::= { altigaMib 3 }
altigaEvents OBJECT IDENTIFIER ::= { altigaMib 4 }
--
-- Here each subsystem will have a branch. There should be a branch
-- under each category (Stats, Config and Events), even if there
-- are no plans to further define the branch. Each branch should
-- have the same OID.
--
-- Groups
alVersionGroup OBJECT IDENTIFIER ::= { altigaGroups 1 }
alAccessGroup OBJECT IDENTIFIER ::= { altigaGroups 2 }
alPptpGroup OBJECT IDENTIFIER ::= { altigaGroups 3 }
alEventGroup OBJECT IDENTIFIER ::= { altigaGroups 4 }
alAuthGroup OBJECT IDENTIFIER ::= { altigaGroups 5 }
alPppGroup OBJECT IDENTIFIER ::= { altigaGroups 6 }
alHttpGroup OBJECT IDENTIFIER ::= { altigaGroups 7 }
alIpGroup OBJECT IDENTIFIER ::= { altigaGroups 8 }
alFilterGroup OBJECT IDENTIFIER ::= { altigaGroups 9 }
alUserGroup OBJECT IDENTIFIER ::= { altigaGroups 10 }
alTelnetGroup OBJECT IDENTIFIER ::= { altigaGroups 11 }
alFtpGroup OBJECT IDENTIFIER ::= { altigaGroups 12 }
alTftpGroup OBJECT IDENTIFIER ::= { altigaGroups 13 }
alSnmpGroup OBJECT IDENTIFIER ::= { altigaGroups 14 }
alIpSecGroup OBJECT IDENTIFIER ::= { altigaGroups 15 }
alL2tpGroup OBJECT IDENTIFIER ::= { altigaGroups 16 }
alSessionGroup OBJECT IDENTIFIER ::= { altigaGroups 17 }
alDnsGroup OBJECT IDENTIFIER ::= { altigaGroups 18 }
alAddressGroup OBJECT IDENTIFIER ::= { altigaGroups 19 }
alDhcpGroup OBJECT IDENTIFIER ::= { altigaGroups 20 }
alWatchdogGroup OBJECT IDENTIFIER ::= { altigaGroups 21 }
alHardwareGroup OBJECT IDENTIFIER ::= { altigaGroups 22 }
alNatGroup OBJECT IDENTIFIER ::= { altigaGroups 23 }
alLan2LanGroup OBJECT IDENTIFIER ::= { altigaGroups 24 }
alGeneralGroup OBJECT IDENTIFIER ::= { altigaGroups 25 }
alSslGroup OBJECT IDENTIFIER ::= { altigaGroups 26 }
alCertGroup OBJECT IDENTIFIER ::= { altigaGroups 27 }
alNtpGroup OBJECT IDENTIFIER ::= { altigaGroups 28 }
alNetworkListGroup OBJECT IDENTIFIER ::= { altigaGroups 29 }
alSepGroup OBJECT IDENTIFIER ::= { altigaGroups 30 }
alIkeGroup OBJECT IDENTIFIER ::= { altigaGroups 31 }
alSyncGroup OBJECT IDENTIFIER ::= { altigaGroups 32 }
alT1E1Group OBJECT IDENTIFIER ::= { altigaGroups 33 }
alMultiLinkGroup OBJECT IDENTIFIER ::= { altigaGroups 34 }
alSshGroup OBJECT IDENTIFIER ::= { altigaGroups 35 }
alLBSSFGroup OBJECT IDENTIFIER ::= { altigaGroups 36 }
alDhcpServerGroup OBJECT IDENTIFIER ::= { altigaGroups 37 }
alAutoUpdateGroup OBJECT IDENTIFIER ::= { altigaGroups 38 }
alAdminAuthGroup OBJECT IDENTIFIER ::= { altigaGroups 39 }
alPPPoEGroup OBJECT IDENTIFIER ::= { altigaGroups 40 }
alXmlGroup OBJECT IDENTIFIER ::= { altigaGroups 41 }
alCtcpGroup OBJECT IDENTIFIER ::= { altigaGroups 42 }
alFwGroup OBJECT IDENTIFIER ::= { altigaGroups 43 }
alGroupMatchGroup OBJECT IDENTIFIER ::= { altigaGroups 44 }
alACEServerGroup OBJECT IDENTIFIER ::= { altigaGroups 45 }
alNatTGroup OBJECT IDENTIFIER ::= { altigaGroups 46 }
alBwMgmtGroup OBJECT IDENTIFIER ::= { altigaGroups 47 }
alIpSecPreFragGroup OBJECT IDENTIFIER ::= { altigaGroups 48 }
alFipsGroup OBJECT IDENTIFIER ::= { altigaGroups 49 }
alBackupL2LGroup OBJECT IDENTIFIER ::= { altigaGroups 50 }
alNotifyGroup OBJECT IDENTIFIER ::= { altigaGroups 51 }
alRebootStatusGroup OBJECT IDENTIFIER ::= { altigaGroups 52 }
alAuthorizationGroup OBJECT IDENTIFIER ::= { altigaGroups 53 }
alWebPortalGroup OBJECT IDENTIFIER ::= { altigaGroups 54 }
alWebEmailGroup OBJECT IDENTIFIER ::= { altigaGroups 55 }
alPortForwardGroup OBJECT IDENTIFIER ::= { altigaGroups 56 }
alRemoteServerGroup OBJECT IDENTIFIER ::= { altigaGroups 57 }
alWebvpnAclGroup OBJECT IDENTIFIER ::= { altigaGroups 58 }
alNbnsGroup OBJECT IDENTIFIER ::= { altigaGroups 59 }
alSecureDesktopGroup OBJECT IDENTIFIER ::= { altigaGroups 60 }
alSslTunnelClientGroup OBJECT IDENTIFIER ::= { altigaGroups 61 }
alNacGroup OBJECT IDENTIFIER ::= { altigaGroups 62 }
-- Statistics
alStatsVersion OBJECT IDENTIFIER ::= { altigaStats 1 }
alStatsAccess OBJECT IDENTIFIER ::= { altigaStats 2 }
alStatsPptp OBJECT IDENTIFIER ::= { altigaStats 3 }
alStatsEvent OBJECT IDENTIFIER ::= { altigaStats 4 }
alStatsAuth OBJECT IDENTIFIER ::= { altigaStats 5 }
alStatsPpp OBJECT IDENTIFIER ::= { altigaStats 6 }
alStatsHttp OBJECT IDENTIFIER ::= { altigaStats 7 }
alStatsIp OBJECT IDENTIFIER ::= { altigaStats 8 }
alStatsFilter OBJECT IDENTIFIER ::= { altigaStats 9 }
alStatsUser OBJECT IDENTIFIER ::= { altigaStats 10 }
alStatsTelnet OBJECT IDENTIFIER ::= { altigaStats 11 }
alStatsFtp OBJECT IDENTIFIER ::= { altigaStats 12 }
alStatsTftp OBJECT IDENTIFIER ::= { altigaStats 13 }
alStatsSnmp OBJECT IDENTIFIER ::= { altigaStats 14 }
alStatsIpSec OBJECT IDENTIFIER ::= { altigaStats 15 }
alStatsL2tp OBJECT IDENTIFIER ::= { altigaStats 16 }
alStatsSession OBJECT IDENTIFIER ::= { altigaStats 17 }
alStatsDns OBJECT IDENTIFIER ::= { altigaStats 18 }
alStatsAddress OBJECT IDENTIFIER ::= { altigaStats 19 }
alStatsDhcp OBJECT IDENTIFIER ::= { altigaStats 20 }
alStatsWatching OBJECT IDENTIFIER ::= { altigaStats 21 }
alStatsHardware OBJECT IDENTIFIER ::= { altigaStats 22 }
alStatsNat OBJECT IDENTIFIER ::= { altigaStats 23 }
alStatsLan2Lan OBJECT IDENTIFIER ::= { altigaStats 24 }
alStatsGeneral OBJECT IDENTIFIER ::= { altigaStats 25 }
alStatsSsl OBJECT IDENTIFIER ::= { altigaStats 26 }
alStatsCert OBJECT IDENTIFIER ::= { altigaStats 27 }
alStatsNtp OBJECT IDENTIFIER ::= { altigaStats 28 }
alStatsNetworkList OBJECT IDENTIFIER ::= { altigaStats 29 }
alStatsSep OBJECT IDENTIFIER ::= { altigaStats 30 }
alStatsIke OBJECT IDENTIFIER ::= { altigaStats 31 }
alStatsSync OBJECT IDENTIFIER ::= { altigaStats 32 }
alStatsT1E1 OBJECT IDENTIFIER ::= { altigaStats 33 }
alStatsMultiLink OBJECT IDENTIFIER ::= { altigaStats 34 }
alStatsSsh OBJECT IDENTIFIER ::= { altigaStats 35 }
alStatsLBSSF OBJECT IDENTIFIER ::= { altigaStats 36 }
alStatsDhcpServer OBJECT IDENTIFIER ::= { altigaStats 37 }
alStatsAutoUpdate OBJECT IDENTIFIER ::= { altigaStats 38 }
alAdminAuthStats OBJECT IDENTIFIER ::= { altigaStats 39 }
alStatsPPPoE OBJECT IDENTIFIER ::= { altigaStats 40 }
alXmlStats OBJECT IDENTIFIER ::= { altigaStats 41 }
alCtcpStats OBJECT IDENTIFIER ::= { altigaStats 42 }
alFwStats OBJECT IDENTIFIER ::= { altigaStats 43 }
alStatsGroupMatch OBJECT IDENTIFIER ::= { altigaStats 44 }
alACEServerStats OBJECT IDENTIFIER ::= { altigaStats 45 }
alNatTStats OBJECT IDENTIFIER ::= { altigaStats 46 }
alStatsBwMgmt OBJECT IDENTIFIER ::= { altigaStats 47 }
alIpSecPreFragStats OBJECT IDENTIFIER ::= { altigaStats 48 }
alStatsFips OBJECT IDENTIFIER ::= { altigaStats 49 }
alStatsBackupL2L OBJECT IDENTIFIER ::= { altigaStats 50 }
alStatsNotify OBJECT IDENTIFIER ::= { altigaStats 51 }
alStatsRebootStatus OBJECT IDENTIFIER ::= { altigaStats 52 }
alStatsAuthorization OBJECT IDENTIFIER ::= { altigaStats 53 }
alStatsWebPortal OBJECT IDENTIFIER ::= { altigaStats 54 }
alStatsWebEmail OBJECT IDENTIFIER ::= { altigaStats 55 }
alStatsPortForward OBJECT IDENTIFIER ::= { altigaStats 56 }
alStatsRemoteServer OBJECT IDENTIFIER ::= { altigaStats 57 }
alStatsWebvpnAcl OBJECT IDENTIFIER ::= { altigaStats 58 }
alStatsNbns OBJECT IDENTIFIER ::= { altigaStats 59 }
alStatsSecureDesktop OBJECT IDENTIFIER ::= { altigaStats 60 }
alStatsSslTunnelClient OBJECT IDENTIFIER ::= { altigaStats 61 }
alStatsNac OBJECT IDENTIFIER ::= { altigaStats 62 }
-- Configuration
alCfgVersion OBJECT IDENTIFIER ::= { altigaConfig 1 }
alCfgAccess OBJECT IDENTIFIER ::= { altigaConfig 2 }
alCfgPptp OBJECT IDENTIFIER ::= { altigaConfig 3 }
alCfgEvent OBJECT IDENTIFIER ::= { altigaConfig 4 }
alCfgAuth OBJECT IDENTIFIER ::= { altigaConfig 5 }
alCfgPpp OBJECT IDENTIFIER ::= { altigaConfig 6 }
alCfgHttp OBJECT IDENTIFIER ::= { altigaConfig 7 }
alCfgIp OBJECT IDENTIFIER ::= { altigaConfig 8 }
alCfgFilter OBJECT IDENTIFIER ::= { altigaConfig 9 }
alCfgUser OBJECT IDENTIFIER ::= { altigaConfig 10 }
alCfgTelnet OBJECT IDENTIFIER ::= { altigaConfig 11 }
alCfgFtp OBJECT IDENTIFIER ::= { altigaConfig 12 }
alCfgTftp OBJECT IDENTIFIER ::= { altigaConfig 13 }
alCfgSnmp OBJECT IDENTIFIER ::= { altigaConfig 14 }
alCfgIpSec OBJECT IDENTIFIER ::= { altigaConfig 15 }
alCfgL2tp OBJECT IDENTIFIER ::= { altigaConfig 16 }
alCfgSession OBJECT IDENTIFIER ::= { altigaConfig 17 }
alCfgDns OBJECT IDENTIFIER ::= { altigaConfig 18 }
alCfgAddress OBJECT IDENTIFIER ::= { altigaConfig 19 }
alCfgDhcp OBJECT IDENTIFIER ::= { altigaConfig 20 }
alCfgWatchdog OBJECT IDENTIFIER ::= { altigaConfig 21 }
alCfgHardware OBJECT IDENTIFIER ::= { altigaConfig 22 }
alCfgNat OBJECT IDENTIFIER ::= { altigaConfig 23 }
alCfgLan2Lan OBJECT IDENTIFIER ::= { altigaConfig 24 }
alCfgGeneral OBJECT IDENTIFIER ::= { altigaConfig 25 }
alCfgSsl OBJECT IDENTIFIER ::= { altigaConfig 26 }
alCfgCert OBJECT IDENTIFIER ::= { altigaConfig 27 }
alCfgNtp OBJECT IDENTIFIER ::= { altigaConfig 28 }
alCfgNetworkList OBJECT IDENTIFIER ::= { altigaConfig 29 }
alCfgSep OBJECT IDENTIFIER ::= { altigaConfig 30 }
alCfgIke OBJECT IDENTIFIER ::= { altigaConfig 31 }
alCfgSync OBJECT IDENTIFIER ::= { altigaConfig 32 }
alCfgT1E1 OBJECT IDENTIFIER ::= { altigaConfig 33 }
alCfgMultiLink OBJECT IDENTIFIER ::= { altigaConfig 34 }
alCfgSsh OBJECT IDENTIFIER ::= { altigaConfig 35 }
alCfgLBSSF OBJECT IDENTIFIER ::= { altigaConfig 36 }
alCfgDhcpServer OBJECT IDENTIFIER ::= { altigaConfig 37 }
alCfgAutoUpdate OBJECT IDENTIFIER ::= { altigaConfig 38 }
alCfgAdminAuth OBJECT IDENTIFIER ::= { altigaConfig 39 }
alCfgPPPoE OBJECT IDENTIFIER ::= { altigaConfig 40 }
alCfgXml OBJECT IDENTIFIER ::= { altigaConfig 41 }
alCfgCtcp OBJECT IDENTIFIER ::= { altigaConfig 42 }
alCfgFw OBJECT IDENTIFIER ::= { altigaConfig 43 }
alCfgGroupMatch OBJECT IDENTIFIER ::= { altigaConfig 44 }
alCfgACE OBJECT IDENTIFIER ::= { altigaConfig 45 }
alCfgNatT OBJECT IDENTIFIER ::= { altigaConfig 46 }
alCfgBwMgmt OBJECT IDENTIFIER ::= { altigaConfig 47 }
alCfgIpSecPreFrag OBJECT IDENTIFIER ::= { altigaConfig 48 }
alCfgFips OBJECT IDENTIFIER ::= { altigaConfig 49 }
alCfgBackupL2L OBJECT IDENTIFIER ::= { altigaConfig 50 }
alCfgNotify OBJECT IDENTIFIER ::= { altigaConfig 51 }
alCfgRebootStatus OBJECT IDENTIFIER ::= { altigaConfig 52 }
alCfgAuthorization OBJECT IDENTIFIER ::= { altigaConfig 53 }
alCfgWebPortal OBJECT IDENTIFIER ::= { altigaConfig 54 }
alCfgWebEmail OBJECT IDENTIFIER ::= { altigaConfig 55 }
alCfgPortForward OBJECT IDENTIFIER ::= { altigaConfig 56 }
alCfgRemoteServer OBJECT IDENTIFIER ::= { altigaConfig 57 }
alCfgWebvpnAcl OBJECT IDENTIFIER ::= { altigaConfig 58 }
alCfgNbns OBJECT IDENTIFIER ::= { altigaConfig 59 }
alCfgSecureDesktop OBJECT IDENTIFIER ::= { altigaConfig 60 }
alCfgSslTunnelClient OBJECT IDENTIFIER ::= { altigaConfig 61 }
alCfgNac OBJECT IDENTIFIER ::= { altigaConfig 62 }
-- Events
alEventsVersion OBJECT IDENTIFIER ::= { altigaEvents 1 }
alEventsAccess OBJECT IDENTIFIER ::= { altigaEvents 2 }
alEventsPptp OBJECT IDENTIFIER ::= { altigaEvents 3 }
alEventsEvent OBJECT IDENTIFIER ::= { altigaEvents 4 }
alEventsAuth OBJECT IDENTIFIER ::= { altigaEvents 5 }
alEventsPpp OBJECT IDENTIFIER ::= { altigaEvents 6 }
alEventsHttp OBJECT IDENTIFIER ::= { altigaEvents 7 }
alEventsIp OBJECT IDENTIFIER ::= { altigaEvents 8 }
alEventsFilter OBJECT IDENTIFIER ::= { altigaEvents 9 }
alEventsUser OBJECT IDENTIFIER ::= { altigaEvents 10 }
alEventsTelnet OBJECT IDENTIFIER ::= { altigaEvents 11 }
alEventsFtp OBJECT IDENTIFIER ::= { altigaEvents 12 }
alEventsTftp OBJECT IDENTIFIER ::= { altigaEvents 13 }
alEventsSnmp OBJECT IDENTIFIER ::= { altigaEvents 14 }
alEventsIpSec OBJECT IDENTIFIER ::= { altigaEvents 15 }
alEventsL2tp OBJECT IDENTIFIER ::= { altigaEvents 16 }
alEventsSession OBJECT IDENTIFIER ::= { altigaEvents 17 }
alEventsDns OBJECT IDENTIFIER ::= { altigaEvents 18 }
alEventsAddress OBJECT IDENTIFIER ::= { altigaEvents 19 }
alEventsDhcp OBJECT IDENTIFIER ::= { altigaEvents 20 }
alEventsWatchdog OBJECT IDENTIFIER ::= { altigaEvents 21 }
alEventsHardware OBJECT IDENTIFIER ::= { altigaEvents 22 }
alEventsNat OBJECT IDENTIFIER ::= { altigaEvents 23 }
alEventsLan2Lan OBJECT IDENTIFIER ::= { altigaEvents 24 }
alEventsGeneral OBJECT IDENTIFIER ::= { altigaEvents 25 }
alEventsSsl OBJECT IDENTIFIER ::= { altigaEvents 26 }
alEventsCert OBJECT IDENTIFIER ::= { altigaEvents 27 }
alEventsNtp OBJECT IDENTIFIER ::= { altigaEvents 28 }
alEventsNetworkList OBJECT IDENTIFIER ::= { altigaEvents 29 }
alEventsSep OBJECT IDENTIFIER ::= { altigaEvents 30 }
alEventsIke OBJECT IDENTIFIER ::= { altigaEvents 31 }
alEventsSync OBJECT IDENTIFIER ::= { altigaEvents 32 }
alEventsT1E1 OBJECT IDENTIFIER ::= { altigaEvents 33 }
alEventsMultiLink OBJECT IDENTIFIER ::= { altigaEvents 34 }
alEventsSsh OBJECT IDENTIFIER ::= { altigaEvents 35 }
alEventsLBSSF OBJECT IDENTIFIER ::= { altigaEvents 36 }
alEventsAutoUpdate OBJECT IDENTIFIER ::= { altigaEvents 38 }
alEventsAdminAuth OBJECT IDENTIFIER ::= { altigaEvents 39 }
alEventsPPPoE OBJECT IDENTIFIER ::= { altigaEvents 40 }
alEventXml OBJECT IDENTIFIER ::= { altigaEvents 41 }
alEventCtcp OBJECT IDENTIFIER ::= { altigaEvents 42 }
alEventFw OBJECT IDENTIFIER ::= { altigaEvents 43 }
alEventGroupMatch OBJECT IDENTIFIER ::= { altigaEvents 44 }
alEventACE OBJECT IDENTIFIER ::= { altigaEvents 45 }
alEventNatT OBJECT IDENTIFIER ::= { altigaEvents 46 }
alEventBwMgmt OBJECT IDENTIFIER ::= { altigaEvents 47 }
alEventIpSecPreFrag OBJECT IDENTIFIER ::= { altigaEvents 48 }
alEventFips OBJECT IDENTIFIER ::= { altigaEvents 49 }
alEventBackupL2L OBJECT IDENTIFIER ::= { altigaEvents 50 }
alEventsNotify OBJECT IDENTIFIER ::= { altigaEvents 51 }
alEventsRebootStatus OBJECT IDENTIFIER ::= { altigaEvents 52 }
alEventAuthorization OBJECT IDENTIFIER ::= { altigaEvents 53 }
alEventWebPortal OBJECT IDENTIFIER ::= { altigaEvents 54 }
alEventWebEmail OBJECT IDENTIFIER ::= { altigaEvents 55 }
alEventPortForward OBJECT IDENTIFIER ::= { altigaEvents 56 }
alEventRemoteServer OBJECT IDENTIFIER ::= { altigaEvents 57 }
alEventWebvpnAcl OBJECT IDENTIFIER ::= { altigaEvents 58 }
alEventNbns OBJECT IDENTIFIER ::= { altigaEvents 59 }
alEventSecureDesktop OBJECT IDENTIFIER ::= { altigaEvents 60 }
alEventSslTunnelClient OBJECT IDENTIFIER ::= { altigaEvents 61 }
alEventNac OBJECT IDENTIFIER ::= { altigaEvents 62 }
END

View File

@ -0,0 +1,313 @@
-- *------------------------------------------------------------------
-- * ALTIGA-MULTILINK-STATS-MIB.my: Altiga MultiLink Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-MULTILINK-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, Gauge32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsMultiLink, alMultiLinkGroup
FROM ALTIGA-MIB
alMultiLinkMibModule
FROM ALTIGA-GLOBAL-REG;
altigaMultiLinkStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga MultiLink Statistics MIB models counters and
objects that are of management interest for multilinks.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
MLP: MultiLink Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alMultiLinkMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsMultiLinkGlobal OBJECT IDENTIFIER ::= { alStatsMultiLink 1 }
alMultiLinkStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlMultiLinkStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active bundles sessions."
::= { alStatsMultiLink 2 }
alMultiLinkStatsEntry OBJECT-TYPE
SYNTAX AlMultiLinkStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alMultiLinkStatsTable."
INDEX { alMultiLinkStatsIndex }
::= { alMultiLinkStatsTable 1 }
AlMultiLinkStatsEntry ::= SEQUENCE {
alMultiLinkStatsRowStatus RowStatus,
alMultiLinkStatsIndex Integer32,
alMultiLinkStatsTxOctets Unsigned32,
alMultiLinkStatsTxPackets Unsigned32,
alMultiLinkStatsTxMlpFragments Unsigned32,
alMultiLinkStatsTxMlpPackets Unsigned32,
alMultiLinkStatsTxNonMlpPackets Unsigned32,
alMultiLinkStatsTxThroughput Gauge32,
alMultiLinkStatsRxOctets Unsigned32,
alMultiLinkStatsRxPackets Unsigned32,
alMultiLinkStatsRxMlpFragments Unsigned32,
alMultiLinkStatsRxMlpPackets Unsigned32,
alMultiLinkStatsRxNonMlpPackets Unsigned32,
alMultiLinkStatsRxThroughput Gauge32,
alMultiLinkStatsRxLostEnd Unsigned32,
alMultiLinkStatsRxStalePackets Unsigned32,
alMultiLinkStatsRxStaleFragments Unsigned32,
alMultiLinkStatsRxDroppedFragments Unsigned32,
alMultiLinkStatsRxOOSFragments Unsigned32,
alMultiLinkStatsIdleTmrCleanup Unsigned32
}
alMultiLinkStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row."
::= { alMultiLinkStatsEntry 1 }
alMultiLinkStatsIndex OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique MultiLink Bundle index for this row."
::= { alMultiLinkStatsEntry 2 }
alMultiLinkStatsTxOctets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted octets."
::= { alMultiLinkStatsEntry 3 }
alMultiLinkStatsTxPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted packets."
::= { alMultiLinkStatsEntry 4 }
alMultiLinkStatsTxMlpFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted MLP packet fragments."
::= { alMultiLinkStatsEntry 5 }
alMultiLinkStatsTxMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted MLP complete packets."
::= { alMultiLinkStatsEntry 6 }
alMultiLinkStatsTxNonMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted non-MLP complete packets."
::= { alMultiLinkStatsEntry 7 }
alMultiLinkStatsTxThroughput OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted bits per second"
::= { alMultiLinkStatsEntry 8 }
alMultiLinkStatsRxOctets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received octets."
::= { alMultiLinkStatsEntry 9 }
alMultiLinkStatsRxPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets."
::= { alMultiLinkStatsEntry 10 }
alMultiLinkStatsRxMlpFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments."
::= { alMultiLinkStatsEntry 11 }
alMultiLinkStatsRxMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP complete packets."
::= { alMultiLinkStatsEntry 12 }
alMultiLinkStatsRxNonMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received non-MLP complete packets."
::= { alMultiLinkStatsEntry 13 }
alMultiLinkStatsRxThroughput OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received bits per second"
::= { alMultiLinkStatsEntry 14 }
alMultiLinkStatsRxLostEnd OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of missing MLP packets with no end bit."
::= { alMultiLinkStatsEntry 15 }
alMultiLinkStatsRxStalePackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments gone stale."
::= { alMultiLinkStatsEntry 16 }
alMultiLinkStatsRxStaleFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP fragments orphans gone stale."
::= { alMultiLinkStatsEntry 17 }
alMultiLinkStatsRxDroppedFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments discarded."
::= { alMultiLinkStatsEntry 18 }
alMultiLinkStatsRxOOSFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received out-of-sequence MLP packet fragments"
::= { alMultiLinkStatsEntry 19 }
alMultiLinkStatsIdleTmrCleanup OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times idle timer forwarded MLP complete packets."
::= { alMultiLinkStatsEntry 20 }
altigaMultiLinkStatsMibConformance OBJECT IDENTIFIER
::= { altigaMultiLinkStatsMibModule 1 }
altigaMultiLinkStatsMibCompliances OBJECT IDENTIFIER
::= { altigaMultiLinkStatsMibConformance 1 }
altigaMultiLinkStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga MultiLink Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaMultiLinkStatsGroup
}
::= { altigaMultiLinkStatsMibCompliances 1 }
altigaMultiLinkStatsGroup OBJECT-GROUP
OBJECTS
{
alMultiLinkStatsRowStatus,
alMultiLinkStatsIndex,
alMultiLinkStatsTxOctets,
alMultiLinkStatsTxPackets,
alMultiLinkStatsTxMlpFragments,
alMultiLinkStatsTxMlpPackets,
alMultiLinkStatsTxNonMlpPackets,
alMultiLinkStatsTxThroughput,
alMultiLinkStatsRxOctets,
alMultiLinkStatsRxPackets,
alMultiLinkStatsRxMlpFragments,
alMultiLinkStatsRxMlpPackets,
alMultiLinkStatsRxNonMlpPackets,
alMultiLinkStatsRxThroughput,
alMultiLinkStatsRxLostEnd,
alMultiLinkStatsRxStalePackets,
alMultiLinkStatsRxStaleFragments,
alMultiLinkStatsRxDroppedFragments,
alMultiLinkStatsRxOOSFragments,
alMultiLinkStatsIdleTmrCleanup
}
STATUS current
DESCRIPTION
"The objects for the MultiLink Bundle statistics."
::= { alMultiLinkGroup 2 }
END

View File

@ -0,0 +1,313 @@
-- *------------------------------------------------------------------
-- * ALTIGA-MULTILINK-STATS-MIB.my: Altiga MultiLink Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-MULTILINK-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, Gauge32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsMultiLink, alMultiLinkGroup
FROM ALTIGA-MIB
alMultiLinkMibModule
FROM ALTIGA-GLOBAL-REG;
altigaMultiLinkStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga MultiLink Statistics MIB models counters and
objects that are of management interest for multilinks.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
MLP: MultiLink Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alMultiLinkMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsMultiLinkGlobal OBJECT IDENTIFIER ::= { alStatsMultiLink 1 }
alMultiLinkStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlMultiLinkStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active bundles sessions."
::= { alStatsMultiLink 2 }
alMultiLinkStatsEntry OBJECT-TYPE
SYNTAX AlMultiLinkStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alMultiLinkStatsTable."
INDEX { alMultiLinkStatsIndex }
::= { alMultiLinkStatsTable 1 }
AlMultiLinkStatsEntry ::= SEQUENCE {
alMultiLinkStatsRowStatus RowStatus,
alMultiLinkStatsIndex Integer32,
alMultiLinkStatsTxOctets Unsigned32,
alMultiLinkStatsTxPackets Unsigned32,
alMultiLinkStatsTxMlpFragments Unsigned32,
alMultiLinkStatsTxMlpPackets Unsigned32,
alMultiLinkStatsTxNonMlpPackets Unsigned32,
alMultiLinkStatsTxThroughput Gauge32,
alMultiLinkStatsRxOctets Unsigned32,
alMultiLinkStatsRxPackets Unsigned32,
alMultiLinkStatsRxMlpFragments Unsigned32,
alMultiLinkStatsRxMlpPackets Unsigned32,
alMultiLinkStatsRxNonMlpPackets Unsigned32,
alMultiLinkStatsRxThroughput Gauge32,
alMultiLinkStatsRxLostEnd Unsigned32,
alMultiLinkStatsRxStalePackets Unsigned32,
alMultiLinkStatsRxStaleFragments Unsigned32,
alMultiLinkStatsRxDroppedFragments Unsigned32,
alMultiLinkStatsRxOOSFragments Unsigned32,
alMultiLinkStatsIdleTmrCleanup Unsigned32
}
alMultiLinkStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row."
::= { alMultiLinkStatsEntry 1 }
alMultiLinkStatsIndex OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique MultiLink Bundle index for this row."
::= { alMultiLinkStatsEntry 2 }
alMultiLinkStatsTxOctets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted octets."
::= { alMultiLinkStatsEntry 3 }
alMultiLinkStatsTxPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted packets."
::= { alMultiLinkStatsEntry 4 }
alMultiLinkStatsTxMlpFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted MLP packet fragments."
::= { alMultiLinkStatsEntry 5 }
alMultiLinkStatsTxMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted MLP complete packets."
::= { alMultiLinkStatsEntry 6 }
alMultiLinkStatsTxNonMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted non-MLP complete packets."
::= { alMultiLinkStatsEntry 7 }
alMultiLinkStatsTxThroughput OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted bits per second"
::= { alMultiLinkStatsEntry 8 }
alMultiLinkStatsRxOctets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received octets."
::= { alMultiLinkStatsEntry 9 }
alMultiLinkStatsRxPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets."
::= { alMultiLinkStatsEntry 10 }
alMultiLinkStatsRxMlpFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments."
::= { alMultiLinkStatsEntry 11 }
alMultiLinkStatsRxMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP complete packets."
::= { alMultiLinkStatsEntry 12 }
alMultiLinkStatsRxNonMlpPackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received non-MLP complete packets."
::= { alMultiLinkStatsEntry 13 }
alMultiLinkStatsRxThroughput OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received bits per second"
::= { alMultiLinkStatsEntry 14 }
alMultiLinkStatsRxLostEnd OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of missing MLP packets with no end bit."
::= { alMultiLinkStatsEntry 15 }
alMultiLinkStatsRxStalePackets OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments gone stale."
::= { alMultiLinkStatsEntry 16 }
alMultiLinkStatsRxStaleFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP fragments orphans gone stale."
::= { alMultiLinkStatsEntry 17 }
alMultiLinkStatsRxDroppedFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received MLP packet fragments discarded."
::= { alMultiLinkStatsEntry 18 }
alMultiLinkStatsRxOOSFragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received out-of-sequence MLP packet fragments"
::= { alMultiLinkStatsEntry 19 }
alMultiLinkStatsIdleTmrCleanup OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times idle timer forwarded MLP complete packets."
::= { alMultiLinkStatsEntry 20 }
altigaMultiLinkStatsMibConformance OBJECT IDENTIFIER
::= { altigaMultiLinkStatsMibModule 1 }
altigaMultiLinkStatsMibCompliances OBJECT IDENTIFIER
::= { altigaMultiLinkStatsMibConformance 1 }
altigaMultiLinkStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga MultiLink Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaMultiLinkStatsGroup
}
::= { altigaMultiLinkStatsMibCompliances 1 }
altigaMultiLinkStatsGroup OBJECT-GROUP
OBJECTS
{
alMultiLinkStatsRowStatus,
alMultiLinkStatsIndex,
alMultiLinkStatsTxOctets,
alMultiLinkStatsTxPackets,
alMultiLinkStatsTxMlpFragments,
alMultiLinkStatsTxMlpPackets,
alMultiLinkStatsTxNonMlpPackets,
alMultiLinkStatsTxThroughput,
alMultiLinkStatsRxOctets,
alMultiLinkStatsRxPackets,
alMultiLinkStatsRxMlpFragments,
alMultiLinkStatsRxMlpPackets,
alMultiLinkStatsRxNonMlpPackets,
alMultiLinkStatsRxThroughput,
alMultiLinkStatsRxLostEnd,
alMultiLinkStatsRxStalePackets,
alMultiLinkStatsRxStaleFragments,
alMultiLinkStatsRxDroppedFragments,
alMultiLinkStatsRxOOSFragments,
alMultiLinkStatsIdleTmrCleanup
}
STATUS current
DESCRIPTION
"The objects for the MultiLink Bundle statistics."
::= { alMultiLinkGroup 2 }
END

437
ALTIGA-NAT-STATS-MIB.my Normal file
View File

@ -0,0 +1,437 @@
-- *------------------------------------------------------------------
-- * ALTIGA-NAT-STATS-MIB.my: Altiga NAT Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-NAT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Integer32, Counter32, Unsigned32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsNat, alNatGroup
FROM ALTIGA-MIB
alNatMibModule
FROM ALTIGA-GLOBAL-REG;
altigaNatStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga NAT Statistics MIB models counters and objects that are
of management interest for NAT.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
NAT: Network Address Translation
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alNatMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsNatGlobal OBJECT IDENTIFIER ::= { alStatsNat 1 }
alNatStatsPacketsIn OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets that have been translated."
::= { alStatsNatGlobal 1 }
alNatStatsPacketsOut OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets that have been translated."
::= { alStatsNatGlobal 2 }
alNatStatsTotalTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of sessions that have been established."
::= { alStatsNatGlobal 3 }
alNatStatsActiveTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The active number of sessions that are established."
::= { alStatsNatGlobal 4 }
alNatStatsMaxTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of sessions that have been established at any one time."
::= { alStatsNatGlobal 5 }
alNatTranslationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlNatTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active NAT sessions."
::= { alStatsNat 2 }
alNatTranslationEntry OBJECT-TYPE
SYNTAX AlNatTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alNatTranslationTable."
INDEX { alNatTranslationSrcAddress,
alNatTranslationSrcPort,
alNatTranslationDestAddress,
alNatTranslationDestPort}
::= { alNatTranslationTable 1 }
AlNatTranslationEntry ::= SEQUENCE {
alNatTranslationSrcAddress IpAddress,
alNatTranslationSrcPort Integer32,
alNatTranslationDestAddress IpAddress,
alNatTranslationDestPort Integer32,
alNatTranslationAddress IpAddress,
alNatTranslationPort Integer32,
alNatTranslationAge Unsigned32,
alNatTranslationType INTEGER,
alNatTranslationDirection INTEGER,
alNatTranslationBytes Counter32,
alNatTranslationPackets Counter32
}
alNatTranslationSrcAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source address to be translated."
::= { alNatTranslationEntry 1 }
alNatTranslationSrcPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source port to be translated."
::= { alNatTranslationEntry 2 }
alNatTranslationDestAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destination address."
::= { alNatTranslationEntry 3 }
alNatTranslationDestPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destinatin port."
::= { alNatTranslationEntry 4 }
alNatTranslationAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source address."
::= { alNatTranslationEntry 5 }
alNatTranslationPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source port."
::= { alNatTranslationEntry 6 }
alNatTranslationAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The age of this entry in seconds."
::= { alNatTranslationEntry 7 }
alNatTranslationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
portMapTcp (1),
portMapUdp (2),
portMapTcpUdp(3),
noPortMap (4),
ftpProxy (8),
tftpProxy (16),
nbnsTcpProxy (32),
nbnsUdpProxy (64),
nbdgsvcProxy (128),
h225TcpProxy (256),
h245Proxy(512),
rasProxy (1024),
ilsProxy (2048),
all(4095)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this entry."
::= { alNatTranslationEntry 8 }
alNatTranslationDirection OBJECT-TYPE
SYNTAX INTEGER {
inbound (1),
outbound (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The direction that this rule acts upon."
::= { alNatTranslationEntry 9 }
alNatTranslationBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of bytes that have been translated."
::= { alNatTranslationEntry 10 }
alNatTranslationPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that have been translated."
::= { alNatTranslationEntry 11 }
alNatAllTranslationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlNatAllTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active NAT sessions."
::= { alStatsNat 3 }
alNatAllTranslationEntry OBJECT-TYPE
SYNTAX AlNatAllTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alNatAllTranslationTable."
INDEX { alNatAllTranslationSrcAddress,
alNatAllTranslationSrcPort,
alNatAllTranslationDestAddress,
alNatAllTranslationDestPort,
alNatAllTranslationType }
::= { alNatAllTranslationTable 1 }
AlNatAllTranslationEntry ::= SEQUENCE {
alNatAllTranslationSrcAddress IpAddress,
alNatAllTranslationSrcPort Integer32,
alNatAllTranslationDestAddress IpAddress,
alNatAllTranslationDestPort Integer32,
alNatAllTranslationAddress IpAddress,
alNatAllTranslationPort Integer32,
alNatAllTranslationAge Unsigned32,
alNatAllTranslationType INTEGER,
alNatAllTranslationDirection INTEGER,
alNatAllTranslationBytes Counter32,
alNatAllTranslationPackets Counter32
}
alNatAllTranslationSrcAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source address to be translated."
::= { alNatAllTranslationEntry 1 }
alNatAllTranslationSrcPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source port to be translated."
::= { alNatAllTranslationEntry 2 }
alNatAllTranslationDestAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destination address."
::= { alNatAllTranslationEntry 3 }
alNatAllTranslationDestPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destinatin port."
::= { alNatAllTranslationEntry 4 }
alNatAllTranslationAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source address."
::= { alNatAllTranslationEntry 5 }
alNatAllTranslationPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source port."
::= { alNatAllTranslationEntry 6 }
alNatAllTranslationAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The age of this entry in seconds."
::= { alNatAllTranslationEntry 7 }
alNatAllTranslationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
portMapTcp (1),
portMapUdp (2),
portMapTcpUdp(3),
noPortMap (4),
ftpProxy (8),
tftpProxy (16),
nbnsTcpProxy (32),
nbnsUdpProxy (64),
nbdgsvcProxy (128),
h225TcpProxy (256),
h245Proxy(512),
rasProxy (1024),
ilsProxy (2048),
all(4095)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this entry."
::= { alNatAllTranslationEntry 8 }
alNatAllTranslationDirection OBJECT-TYPE
SYNTAX INTEGER {
inbound (1),
outbound (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The direction that this rule acts upon."
::= { alNatAllTranslationEntry 9 }
alNatAllTranslationBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of bytes that have been translated."
::= { alNatAllTranslationEntry 10 }
alNatAllTranslationPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that have been translated."
::= { alNatAllTranslationEntry 11 }
altigaNatStatsMibConformance OBJECT IDENTIFIER ::= { altigaNatStatsMibModule 1 }
altigaNatStatsMibCompliances OBJECT IDENTIFIER ::= { altigaNatStatsMibConformance 1 }
altigaNatStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga NAT Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaNatStatsGroup
}
::= { altigaNatStatsMibCompliances 1 }
altigaNatStatsGroup OBJECT-GROUP
OBJECTS
{
alNatStatsPacketsIn,
alNatStatsPacketsOut,
alNatStatsTotalTranslations,
alNatStatsActiveTranslations,
alNatStatsMaxTranslations,
alNatTranslationSrcAddress,
alNatTranslationSrcPort,
alNatTranslationDestAddress,
alNatTranslationDestPort,
alNatTranslationAddress,
alNatTranslationPort,
alNatTranslationAge,
alNatTranslationType,
alNatTranslationDirection,
alNatTranslationBytes,
alNatTranslationPackets,
alNatAllTranslationSrcAddress,
alNatAllTranslationSrcPort,
alNatAllTranslationDestAddress,
alNatAllTranslationDestPort,
alNatAllTranslationAddress,
alNatAllTranslationPort,
alNatAllTranslationAge,
alNatAllTranslationType,
alNatAllTranslationDirection,
alNatAllTranslationBytes,
alNatAllTranslationPackets
}
STATUS current
DESCRIPTION
"The objects for NAT statistics"
::= { alNatGroup 2 }
END

437
ALTIGA-NAT-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,437 @@
-- *------------------------------------------------------------------
-- * ALTIGA-NAT-STATS-MIB.my: Altiga NAT Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-NAT-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Integer32, Counter32, Unsigned32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsNat, alNatGroup
FROM ALTIGA-MIB
alNatMibModule
FROM ALTIGA-GLOBAL-REG;
altigaNatStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga NAT Statistics MIB models counters and objects that are
of management interest for NAT.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
NAT: Network Address Translation
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alNatMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsNatGlobal OBJECT IDENTIFIER ::= { alStatsNat 1 }
alNatStatsPacketsIn OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of inbound packets that have been translated."
::= { alStatsNatGlobal 1 }
alNatStatsPacketsOut OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of outbound packets that have been translated."
::= { alStatsNatGlobal 2 }
alNatStatsTotalTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of sessions that have been established."
::= { alStatsNatGlobal 3 }
alNatStatsActiveTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The active number of sessions that are established."
::= { alStatsNatGlobal 4 }
alNatStatsMaxTranslations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of sessions that have been established at any one time."
::= { alStatsNatGlobal 5 }
alNatTranslationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlNatTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active NAT sessions."
::= { alStatsNat 2 }
alNatTranslationEntry OBJECT-TYPE
SYNTAX AlNatTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alNatTranslationTable."
INDEX { alNatTranslationSrcAddress,
alNatTranslationSrcPort,
alNatTranslationDestAddress,
alNatTranslationDestPort}
::= { alNatTranslationTable 1 }
AlNatTranslationEntry ::= SEQUENCE {
alNatTranslationSrcAddress IpAddress,
alNatTranslationSrcPort Integer32,
alNatTranslationDestAddress IpAddress,
alNatTranslationDestPort Integer32,
alNatTranslationAddress IpAddress,
alNatTranslationPort Integer32,
alNatTranslationAge Unsigned32,
alNatTranslationType INTEGER,
alNatTranslationDirection INTEGER,
alNatTranslationBytes Counter32,
alNatTranslationPackets Counter32
}
alNatTranslationSrcAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source address to be translated."
::= { alNatTranslationEntry 1 }
alNatTranslationSrcPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source port to be translated."
::= { alNatTranslationEntry 2 }
alNatTranslationDestAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destination address."
::= { alNatTranslationEntry 3 }
alNatTranslationDestPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destinatin port."
::= { alNatTranslationEntry 4 }
alNatTranslationAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source address."
::= { alNatTranslationEntry 5 }
alNatTranslationPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source port."
::= { alNatTranslationEntry 6 }
alNatTranslationAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The age of this entry in seconds."
::= { alNatTranslationEntry 7 }
alNatTranslationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
portMapTcp (1),
portMapUdp (2),
portMapTcpUdp(3),
noPortMap (4),
ftpProxy (8),
tftpProxy (16),
nbnsTcpProxy (32),
nbnsUdpProxy (64),
nbdgsvcProxy (128),
h225TcpProxy (256),
h245Proxy(512),
rasProxy (1024),
ilsProxy (2048),
all(4095)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this entry."
::= { alNatTranslationEntry 8 }
alNatTranslationDirection OBJECT-TYPE
SYNTAX INTEGER {
inbound (1),
outbound (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The direction that this rule acts upon."
::= { alNatTranslationEntry 9 }
alNatTranslationBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of bytes that have been translated."
::= { alNatTranslationEntry 10 }
alNatTranslationPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that have been translated."
::= { alNatTranslationEntry 11 }
alNatAllTranslationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlNatAllTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active NAT sessions."
::= { alStatsNat 3 }
alNatAllTranslationEntry OBJECT-TYPE
SYNTAX AlNatAllTranslationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alNatAllTranslationTable."
INDEX { alNatAllTranslationSrcAddress,
alNatAllTranslationSrcPort,
alNatAllTranslationDestAddress,
alNatAllTranslationDestPort,
alNatAllTranslationType }
::= { alNatAllTranslationTable 1 }
AlNatAllTranslationEntry ::= SEQUENCE {
alNatAllTranslationSrcAddress IpAddress,
alNatAllTranslationSrcPort Integer32,
alNatAllTranslationDestAddress IpAddress,
alNatAllTranslationDestPort Integer32,
alNatAllTranslationAddress IpAddress,
alNatAllTranslationPort Integer32,
alNatAllTranslationAge Unsigned32,
alNatAllTranslationType INTEGER,
alNatAllTranslationDirection INTEGER,
alNatAllTranslationBytes Counter32,
alNatAllTranslationPackets Counter32
}
alNatAllTranslationSrcAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source address to be translated."
::= { alNatAllTranslationEntry 1 }
alNatAllTranslationSrcPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal source port to be translated."
::= { alNatAllTranslationEntry 2 }
alNatAllTranslationDestAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destination address."
::= { alNatAllTranslationEntry 3 }
alNatAllTranslationDestPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The external destinatin port."
::= { alNatAllTranslationEntry 4 }
alNatAllTranslationAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source address."
::= { alNatAllTranslationEntry 5 }
alNatAllTranslationPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The translated internal source port."
::= { alNatAllTranslationEntry 6 }
alNatAllTranslationAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The age of this entry in seconds."
::= { alNatAllTranslationEntry 7 }
alNatAllTranslationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
portMapTcp (1),
portMapUdp (2),
portMapTcpUdp(3),
noPortMap (4),
ftpProxy (8),
tftpProxy (16),
nbnsTcpProxy (32),
nbnsUdpProxy (64),
nbdgsvcProxy (128),
h225TcpProxy (256),
h245Proxy(512),
rasProxy (1024),
ilsProxy (2048),
all(4095)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this entry."
::= { alNatAllTranslationEntry 8 }
alNatAllTranslationDirection OBJECT-TYPE
SYNTAX INTEGER {
inbound (1),
outbound (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The direction that this rule acts upon."
::= { alNatAllTranslationEntry 9 }
alNatAllTranslationBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of bytes that have been translated."
::= { alNatAllTranslationEntry 10 }
alNatAllTranslationPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that have been translated."
::= { alNatAllTranslationEntry 11 }
altigaNatStatsMibConformance OBJECT IDENTIFIER ::= { altigaNatStatsMibModule 1 }
altigaNatStatsMibCompliances OBJECT IDENTIFIER ::= { altigaNatStatsMibConformance 1 }
altigaNatStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga NAT Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaNatStatsGroup
}
::= { altigaNatStatsMibCompliances 1 }
altigaNatStatsGroup OBJECT-GROUP
OBJECTS
{
alNatStatsPacketsIn,
alNatStatsPacketsOut,
alNatStatsTotalTranslations,
alNatStatsActiveTranslations,
alNatStatsMaxTranslations,
alNatTranslationSrcAddress,
alNatTranslationSrcPort,
alNatTranslationDestAddress,
alNatTranslationDestPort,
alNatTranslationAddress,
alNatTranslationPort,
alNatTranslationAge,
alNatTranslationType,
alNatTranslationDirection,
alNatTranslationBytes,
alNatTranslationPackets,
alNatAllTranslationSrcAddress,
alNatAllTranslationSrcPort,
alNatAllTranslationDestAddress,
alNatAllTranslationDestPort,
alNatAllTranslationAddress,
alNatAllTranslationPort,
alNatAllTranslationAge,
alNatAllTranslationType,
alNatAllTranslationDirection,
alNatAllTranslationBytes,
alNatAllTranslationPackets
}
STATUS current
DESCRIPTION
"The objects for NAT statistics"
::= { alNatGroup 2 }
END

341
ALTIGA-PPP-STATS-MIB.my Normal file
View File

@ -0,0 +1,341 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPP-STATS-MIB.my: Altiga PPP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32
FROM SNMPv2-SMI
TruthValue, RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPpp, alPppGroup
FROM ALTIGA-MIB
alPppMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPppStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPP Statistics MIB models counters and objects that are
of management interest for PPP.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
MPPC: Microsoft Point-to-Point Compression
MPPE: Microsoft Point-to-Point Encryption
PPP: Point-to-Point Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance and range."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPppMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPppGlobal OBJECT IDENTIFIER ::= { alStatsPpp 1 }
-- Any global stuff here...
alPppStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPppStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active PPP links."
::= { alStatsPpp 2 }
alPppStatsEntry OBJECT-TYPE
SYNTAX AlPppStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPppStatsTable."
INDEX { alPppStatsIfIndex }
::= { alPppStatsTable 1 }
AlPppStatsEntry ::= SEQUENCE {
alPppStatsRowStatus RowStatus,
alPppStatsIfIndex Integer32,
alPppStatsOctetsSent Counter32,
alPppStatsOctetsRcvd Counter32,
alPppStatsPacketsSent Counter32,
alPppStatsPacketsRcvd Counter32,
alPppStatsMppcStatus TruthValue,
alPppStatsMppeStatus TruthValue,
alPppStatsMppcMppeReset Counter32,
alPppStatsMppcOctSentAfterComp Counter32,
alPppStatsMppcOctSentBeforeComp Counter32,
alPppStatsMppcOctSentUnComp Counter32,
alPppStatsMppcOctRcvdBeforeDeComp Counter32,
alPppStatsMppcOctRcvdAfterDeComp Counter32,
alPppStatsMppcOctRcvdUnComp Counter32
}
alPppStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session."
::= { alPppStatsEntry 1 }
alPppStatsIfIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this row."
::= { alPppStatsEntry 2 }
alPppStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent during this session."
::= { alPppStatsEntry 3 }
alPppStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received during this session."
::= { alPppStatsEntry 4 }
alPppStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets sent during this session."
::= { alPppStatsEntry 5 }
alPppStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received during this session."
::= { alPppStatsEntry 6 }
alPppStatsMppcStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the MPPC setting during this session."
::= { alPppStatsEntry 7 }
alPppStatsMppeStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the MPPE setting during this session."
::= { alPppStatsEntry 8 }
alPppStatsMppcMppeReset OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reset MPPC and MPPE counts for this session."
::= { alPppStatsEntry 9 }
alPppStatsMppcOctSentAfterComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent after compression during this session."
::= { alPppStatsEntry 10 }
alPppStatsMppcOctSentBeforeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent before compression during this session."
::= { alPppStatsEntry 11 }
alPppStatsMppcOctSentUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent uncompressed during this session."
::= { alPppStatsEntry 12 }
alPppStatsMppcOctRcvdBeforeDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received before decompression during this session."
::= { alPppStatsEntry 13 }
alPppStatsMppcOctRcvdAfterDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received after decompression during this session."
::= { alPppStatsEntry 14 }
alPppStatsMppcOctRcvdUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received uncompressed during this session."
::= { alPppStatsEntry 15 }
-- More Tunnel stuff here.
alStatsPppMppcGlobal OBJECT IDENTIFIER ::= { alStatsPpp 3 }
alPppStatsGlobMppcMppeResetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reset the number of octets received."
::= { alStatsPppMppcGlobal 1 }
alPppStatsGlobMppcMppeResetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reset the number of octets sent."
::= { alStatsPppMppcGlobal 2 }
alPppStatsGlobMppcOctSentAfterComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent after compression."
::= { alStatsPppMppcGlobal 3 }
alPppStatsGlobMppcOctSentBeforeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent before compression."
::= { alStatsPppMppcGlobal 4 }
alPppStatsGlobMppcOctSentUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent uncompressed."
::= { alStatsPppMppcGlobal 5 }
alPppStatsGlobMppcOctRcvdBeforeDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received before decompression."
::= { alStatsPppMppcGlobal 6 }
alPppStatsGlobMppcOctRcvdAfterDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received after decompression."
::= { alStatsPppMppcGlobal 7 }
alPppStatsGlobMppcOctRcvdUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received uncompressed."
::= { alStatsPppMppcGlobal 8 }
altigaPppStatsMibConformance OBJECT IDENTIFIER ::= { altigaPppStatsMibModule 1 }
altigaPppStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPppStatsMibConformance 1 }
altigaPppStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPppStatsGroup
}
::= { altigaPppStatsMibCompliances 1 }
altigaPppStatsGroup OBJECT-GROUP
OBJECTS
{
alPppStatsRowStatus,
alPppStatsIfIndex,
alPppStatsOctetsSent,
alPppStatsOctetsRcvd,
alPppStatsPacketsSent,
alPppStatsPacketsRcvd,
alPppStatsMppcStatus,
alPppStatsMppeStatus,
alPppStatsMppcMppeReset,
alPppStatsMppcOctSentAfterComp,
alPppStatsMppcOctSentBeforeComp,
alPppStatsMppcOctSentUnComp,
alPppStatsMppcOctRcvdBeforeDeComp,
alPppStatsMppcOctRcvdAfterDeComp,
alPppStatsMppcOctRcvdUnComp,
alPppStatsGlobMppcMppeResetsRcvd,
alPppStatsGlobMppcMppeResetsSent,
alPppStatsGlobMppcOctSentAfterComp,
alPppStatsGlobMppcOctSentBeforeComp,
alPppStatsGlobMppcOctSentUnComp,
alPppStatsGlobMppcOctRcvdBeforeDeComp,
alPppStatsGlobMppcOctRcvdAfterDeComp,
alPppStatsGlobMppcOctRcvdUnComp
}
STATUS current
DESCRIPTION
"The objects for PPP statistics."
::= { alPppGroup 2 }
END

341
ALTIGA-PPP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,341 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPP-STATS-MIB.my: Altiga PPP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32
FROM SNMPv2-SMI
TruthValue, RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPpp, alPppGroup
FROM ALTIGA-MIB
alPppMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPppStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPP Statistics MIB models counters and objects that are
of management interest for PPP.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
MPPC: Microsoft Point-to-Point Compression
MPPE: Microsoft Point-to-Point Encryption
PPP: Point-to-Point Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance and range."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPppMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPppGlobal OBJECT IDENTIFIER ::= { alStatsPpp 1 }
-- Any global stuff here...
alPppStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPppStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active PPP links."
::= { alStatsPpp 2 }
alPppStatsEntry OBJECT-TYPE
SYNTAX AlPppStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPppStatsTable."
INDEX { alPppStatsIfIndex }
::= { alPppStatsTable 1 }
AlPppStatsEntry ::= SEQUENCE {
alPppStatsRowStatus RowStatus,
alPppStatsIfIndex Integer32,
alPppStatsOctetsSent Counter32,
alPppStatsOctetsRcvd Counter32,
alPppStatsPacketsSent Counter32,
alPppStatsPacketsRcvd Counter32,
alPppStatsMppcStatus TruthValue,
alPppStatsMppeStatus TruthValue,
alPppStatsMppcMppeReset Counter32,
alPppStatsMppcOctSentAfterComp Counter32,
alPppStatsMppcOctSentBeforeComp Counter32,
alPppStatsMppcOctSentUnComp Counter32,
alPppStatsMppcOctRcvdBeforeDeComp Counter32,
alPppStatsMppcOctRcvdAfterDeComp Counter32,
alPppStatsMppcOctRcvdUnComp Counter32
}
alPppStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session."
::= { alPppStatsEntry 1 }
alPppStatsIfIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this row."
::= { alPppStatsEntry 2 }
alPppStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent during this session."
::= { alPppStatsEntry 3 }
alPppStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received during this session."
::= { alPppStatsEntry 4 }
alPppStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets sent during this session."
::= { alPppStatsEntry 5 }
alPppStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received during this session."
::= { alPppStatsEntry 6 }
alPppStatsMppcStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the MPPC setting during this session."
::= { alPppStatsEntry 7 }
alPppStatsMppeStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the MPPE setting during this session."
::= { alPppStatsEntry 8 }
alPppStatsMppcMppeReset OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reset MPPC and MPPE counts for this session."
::= { alPppStatsEntry 9 }
alPppStatsMppcOctSentAfterComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent after compression during this session."
::= { alPppStatsEntry 10 }
alPppStatsMppcOctSentBeforeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent before compression during this session."
::= { alPppStatsEntry 11 }
alPppStatsMppcOctSentUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent uncompressed during this session."
::= { alPppStatsEntry 12 }
alPppStatsMppcOctRcvdBeforeDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received before decompression during this session."
::= { alPppStatsEntry 13 }
alPppStatsMppcOctRcvdAfterDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received after decompression during this session."
::= { alPppStatsEntry 14 }
alPppStatsMppcOctRcvdUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received uncompressed during this session."
::= { alPppStatsEntry 15 }
-- More Tunnel stuff here.
alStatsPppMppcGlobal OBJECT IDENTIFIER ::= { alStatsPpp 3 }
alPppStatsGlobMppcMppeResetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reset the number of octets received."
::= { alStatsPppMppcGlobal 1 }
alPppStatsGlobMppcMppeResetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reset the number of octets sent."
::= { alStatsPppMppcGlobal 2 }
alPppStatsGlobMppcOctSentAfterComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent after compression."
::= { alStatsPppMppcGlobal 3 }
alPppStatsGlobMppcOctSentBeforeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent before compression."
::= { alStatsPppMppcGlobal 4 }
alPppStatsGlobMppcOctSentUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets sent uncompressed."
::= { alStatsPppMppcGlobal 5 }
alPppStatsGlobMppcOctRcvdBeforeDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received before decompression."
::= { alStatsPppMppcGlobal 6 }
alPppStatsGlobMppcOctRcvdAfterDeComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received after decompression."
::= { alStatsPppMppcGlobal 7 }
alPppStatsGlobMppcOctRcvdUnComp OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets received uncompressed."
::= { alStatsPppMppcGlobal 8 }
altigaPppStatsMibConformance OBJECT IDENTIFIER ::= { altigaPppStatsMibModule 1 }
altigaPppStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPppStatsMibConformance 1 }
altigaPppStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPppStatsGroup
}
::= { altigaPppStatsMibCompliances 1 }
altigaPppStatsGroup OBJECT-GROUP
OBJECTS
{
alPppStatsRowStatus,
alPppStatsIfIndex,
alPppStatsOctetsSent,
alPppStatsOctetsRcvd,
alPppStatsPacketsSent,
alPppStatsPacketsRcvd,
alPppStatsMppcStatus,
alPppStatsMppeStatus,
alPppStatsMppcMppeReset,
alPppStatsMppcOctSentAfterComp,
alPppStatsMppcOctSentBeforeComp,
alPppStatsMppcOctSentUnComp,
alPppStatsMppcOctRcvdBeforeDeComp,
alPppStatsMppcOctRcvdAfterDeComp,
alPppStatsMppcOctRcvdUnComp,
alPppStatsGlobMppcMppeResetsRcvd,
alPppStatsGlobMppcMppeResetsSent,
alPppStatsGlobMppcOctSentAfterComp,
alPppStatsGlobMppcOctSentBeforeComp,
alPppStatsGlobMppcOctSentUnComp,
alPppStatsGlobMppcOctRcvdBeforeDeComp,
alPppStatsGlobMppcOctRcvdAfterDeComp,
alPppStatsGlobMppcOctRcvdUnComp
}
STATUS current
DESCRIPTION
"The objects for PPP statistics."
::= { alPppGroup 2 }
END

357
ALTIGA-PPPOE-STATS-MIB.my Normal file
View File

@ -0,0 +1,357 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPPOE-STATS-MIB.my: Altiga PPPoE Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002,2007 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPPOE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32,
Gauge32, Unsigned32
FROM SNMPv2-SMI
DisplayString, MacAddress
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPPPoE, alPPPoEGroup
FROM ALTIGA-MIB
alPPPoEMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPPPoEStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200707110000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPPoE Statistics MIB models counters and objects that are
of management interest for PPPoE.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
PADI: PPPoE Active Discovery Initiation
PADO: PPPoE Active Discovery Offer
PADS: PPPoE Active Discovery Session-confirmation
PADT: PPPoE Active Discovery Terminate
PPPoE: Point-to-Point Protocol over Ethernet
"
REVISION "200707110000Z"
DESCRIPTION
"Added range for Index Object alPPPoEStatsIfIndex object "
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPPPoEMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPPPoEGlobal OBJECT IDENTIFIER ::= { alStatsPPPoE 1 }
alPPPoEStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions on the interface
(currently should max at 1)."
::= { alStatsPPPoEGlobal 1 }
alPPPoEStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Sessions since last reset."
::= { alStatsPPPoEGlobal 2 }
alPPPoEStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Peak number of sessions since last reset."
::= { alStatsPPPoEGlobal 3 }
alPPPoEStatsIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPPPoEStatsIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the PPPoE binding entries for stats."
::= { alStatsPPPoE 2 }
alPPPoEStatsIfEntry OBJECT-TYPE
SYNTAX AlPPPoEStatsIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the PPPoE entries for the status
binding table."
INDEX { alPPPoEStatsIfIndex }
::= { alPPPoEStatsIfTable 1 }
AlPPPoEStatsIfEntry ::= SEQUENCE {
alPPPoEStatsIfIndex Integer32,
alPPPoEStatsIfPADTRx Counter32,
alPPPoEStatsIfPADTTx Counter32,
alPPPoEStatsIfGenericErrorsRx Counter32,
alPPPoEStatsIfMalformedPacketsRx Counter32,
alPPPoEStatsIfPADITimeouts Counter32,
alPPPoEStatsIfPADRTimeouts Counter32,
alPPPoEStatsIfMultPADORx Counter32,
alPPPoEStatsIfSessionID Integer32,
alPPPoEStatsIfPeerAddr MacAddress,
alPPPoEStatsIfSessionState INTEGER,
alPPPoEStatsIfVersion Integer32,
alPPPoEStatsIfType Integer32,
alPPPoEStatsIfConnectTime Unsigned32,
alPPPoEStatsIfDuration Unsigned32,
alPPPoEStatsIfPeerName DisplayString,
alPPPoEStatsIfACCookie OCTET STRING,
alPPPoEStatsIfHostUnique OCTET STRING,
alPPPoEStatsIfRelaySessID OCTET STRING
}
alPPPoEStatsIfIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface index for PPPoE status binding table."
::= { alPPPoEStatsIfEntry 1 }
alPPPoEStatsIfPADTRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of PADT received."
::= { alPPPoEStatsIfEntry 2 }
alPPPoEStatsIfPADTTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of PADT transmitted."
::= { alPPPoEStatsIfEntry 3 }
alPPPoEStatsIfGenericErrorsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Generic Errors Received."
::= { alPPPoEStatsIfEntry 4 }
alPPPoEStatsIfMalformedPacketsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of back packets received."
::= { alPPPoEStatsIfEntry 5 }
alPPPoEStatsIfPADITimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times timedout waiting for a PADO."
::= { alPPPoEStatsIfEntry 6 }
alPPPoEStatsIfPADRTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times timed out waiting for a PADS."
::= { alPPPoEStatsIfEntry 7 }
alPPPoEStatsIfMultPADORx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times we received more than 1 PADO."
::= { alPPPoEStatsIfEntry 8 }
alPPPoEStatsIfSessionID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Session ID given by the AC."
::= { alPPPoEStatsIfEntry 9 }
alPPPoEStatsIfPeerAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of the remote AC."
::= { alPPPoEStatsIfEntry 10 }
alPPPoEStatsIfSessionState OBJECT-TYPE
SYNTAX INTEGER {
noState(1),
pADISent(2),
pADIRcvd(3),
pADOSent(4),
pADORcvd(5),
pADRSent(6),
pADRRcvd(7),
pADSSent(8),
pADSRcvd(9),
sessionStage(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State that the session is in."
::= { alPPPoEStatsIfEntry 11 }
alPPPoEStatsIfVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Version as given in the PPPoE RFC."
::= { alPPPoEStatsIfEntry 12 }
alPPPoEStatsIfType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type as given in the PPPoE RFC."
::= { alPPPoEStatsIfEntry 13 }
alPPPoEStatsIfConnectTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time_t of when the session was established."
::= { alPPPoEStatsIfEntry 14 }
alPPPoEStatsIfDuration OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of seconds since the session was
established."
::= { alPPPoEStatsIfEntry 15 }
alPPPoEStatsIfPeerName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTF-8 string of the AC name."
::= { alPPPoEStatsIfEntry 16 }
alPPPoEStatsIfACCookie OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Binary sequence representing the AC cookie given in
negotiations."
::= { alPPPoEStatsIfEntry 17 }
alPPPoEStatsIfHostUnique OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Binary sequence representing the value we assigned the PADI."
::= { alPPPoEStatsIfEntry 18 }
alPPPoEStatsIfRelaySessID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"12 octets representing the Relay session if one exists."
::= { alPPPoEStatsIfEntry 19 }
altigaPPPoEStatsMibConformance OBJECT IDENTIFIER ::= { altigaPPPoEStatsMibModule 1 }
altigaPPPoEStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPPPoEStatsMibConformance 1 }
altigaPPPoEStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPPoE Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPPPoEStatsGroup
}
::= { altigaPPPoEStatsMibCompliances 1 }
altigaPPPoEStatsGroup OBJECT-GROUP
OBJECTS
{
alPPPoEStatsActiveSessions,
alPPPoEStatsTotalSessions,
alPPPoEStatsMaxSessions,
alPPPoEStatsIfIndex,
alPPPoEStatsIfPADTRx,
alPPPoEStatsIfPADTTx,
alPPPoEStatsIfGenericErrorsRx,
alPPPoEStatsIfMalformedPacketsRx,
alPPPoEStatsIfPADITimeouts,
alPPPoEStatsIfPADRTimeouts,
alPPPoEStatsIfMultPADORx,
alPPPoEStatsIfSessionID,
alPPPoEStatsIfPeerAddr,
alPPPoEStatsIfSessionState,
alPPPoEStatsIfVersion,
alPPPoEStatsIfType,
alPPPoEStatsIfConnectTime,
alPPPoEStatsIfDuration,
alPPPoEStatsIfPeerName,
alPPPoEStatsIfACCookie,
alPPPoEStatsIfHostUnique,
alPPPoEStatsIfRelaySessID
}
STATUS current
DESCRIPTION
"The objects for PPPoE Statistics."
::= { alPPPoEGroup 2 }
END

357
ALTIGA-PPPOE-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,357 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPPOE-STATS-MIB.my: Altiga PPPoE Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002,2007 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPPOE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32,
Gauge32, Unsigned32
FROM SNMPv2-SMI
DisplayString, MacAddress
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPPPoE, alPPPoEGroup
FROM ALTIGA-MIB
alPPPoEMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPPPoEStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200707110000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPPoE Statistics MIB models counters and objects that are
of management interest for PPPoE.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
PADI: PPPoE Active Discovery Initiation
PADO: PPPoE Active Discovery Offer
PADS: PPPoE Active Discovery Session-confirmation
PADT: PPPoE Active Discovery Terminate
PPPoE: Point-to-Point Protocol over Ethernet
"
REVISION "200707110000Z"
DESCRIPTION
"Added range for Index Object alPPPoEStatsIfIndex object "
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPPPoEMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPPPoEGlobal OBJECT IDENTIFIER ::= { alStatsPPPoE 1 }
alPPPoEStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions on the interface
(currently should max at 1)."
::= { alStatsPPPoEGlobal 1 }
alPPPoEStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Sessions since last reset."
::= { alStatsPPPoEGlobal 2 }
alPPPoEStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Peak number of sessions since last reset."
::= { alStatsPPPoEGlobal 3 }
alPPPoEStatsIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPPPoEStatsIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the PPPoE binding entries for stats."
::= { alStatsPPPoE 2 }
alPPPoEStatsIfEntry OBJECT-TYPE
SYNTAX AlPPPoEStatsIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the PPPoE entries for the status
binding table."
INDEX { alPPPoEStatsIfIndex }
::= { alPPPoEStatsIfTable 1 }
AlPPPoEStatsIfEntry ::= SEQUENCE {
alPPPoEStatsIfIndex Integer32,
alPPPoEStatsIfPADTRx Counter32,
alPPPoEStatsIfPADTTx Counter32,
alPPPoEStatsIfGenericErrorsRx Counter32,
alPPPoEStatsIfMalformedPacketsRx Counter32,
alPPPoEStatsIfPADITimeouts Counter32,
alPPPoEStatsIfPADRTimeouts Counter32,
alPPPoEStatsIfMultPADORx Counter32,
alPPPoEStatsIfSessionID Integer32,
alPPPoEStatsIfPeerAddr MacAddress,
alPPPoEStatsIfSessionState INTEGER,
alPPPoEStatsIfVersion Integer32,
alPPPoEStatsIfType Integer32,
alPPPoEStatsIfConnectTime Unsigned32,
alPPPoEStatsIfDuration Unsigned32,
alPPPoEStatsIfPeerName DisplayString,
alPPPoEStatsIfACCookie OCTET STRING,
alPPPoEStatsIfHostUnique OCTET STRING,
alPPPoEStatsIfRelaySessID OCTET STRING
}
alPPPoEStatsIfIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface index for PPPoE status binding table."
::= { alPPPoEStatsIfEntry 1 }
alPPPoEStatsIfPADTRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of PADT received."
::= { alPPPoEStatsIfEntry 2 }
alPPPoEStatsIfPADTTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of PADT transmitted."
::= { alPPPoEStatsIfEntry 3 }
alPPPoEStatsIfGenericErrorsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Generic Errors Received."
::= { alPPPoEStatsIfEntry 4 }
alPPPoEStatsIfMalformedPacketsRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of back packets received."
::= { alPPPoEStatsIfEntry 5 }
alPPPoEStatsIfPADITimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times timedout waiting for a PADO."
::= { alPPPoEStatsIfEntry 6 }
alPPPoEStatsIfPADRTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times timed out waiting for a PADS."
::= { alPPPoEStatsIfEntry 7 }
alPPPoEStatsIfMultPADORx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times we received more than 1 PADO."
::= { alPPPoEStatsIfEntry 8 }
alPPPoEStatsIfSessionID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Session ID given by the AC."
::= { alPPPoEStatsIfEntry 9 }
alPPPoEStatsIfPeerAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of the remote AC."
::= { alPPPoEStatsIfEntry 10 }
alPPPoEStatsIfSessionState OBJECT-TYPE
SYNTAX INTEGER {
noState(1),
pADISent(2),
pADIRcvd(3),
pADOSent(4),
pADORcvd(5),
pADRSent(6),
pADRRcvd(7),
pADSSent(8),
pADSRcvd(9),
sessionStage(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State that the session is in."
::= { alPPPoEStatsIfEntry 11 }
alPPPoEStatsIfVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Version as given in the PPPoE RFC."
::= { alPPPoEStatsIfEntry 12 }
alPPPoEStatsIfType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type as given in the PPPoE RFC."
::= { alPPPoEStatsIfEntry 13 }
alPPPoEStatsIfConnectTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time_t of when the session was established."
::= { alPPPoEStatsIfEntry 14 }
alPPPoEStatsIfDuration OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of seconds since the session was
established."
::= { alPPPoEStatsIfEntry 15 }
alPPPoEStatsIfPeerName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTF-8 string of the AC name."
::= { alPPPoEStatsIfEntry 16 }
alPPPoEStatsIfACCookie OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Binary sequence representing the AC cookie given in
negotiations."
::= { alPPPoEStatsIfEntry 17 }
alPPPoEStatsIfHostUnique OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Binary sequence representing the value we assigned the PADI."
::= { alPPPoEStatsIfEntry 18 }
alPPPoEStatsIfRelaySessID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"12 octets representing the Relay session if one exists."
::= { alPPPoEStatsIfEntry 19 }
altigaPPPoEStatsMibConformance OBJECT IDENTIFIER ::= { altigaPPPoEStatsMibModule 1 }
altigaPPPoEStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPPPoEStatsMibConformance 1 }
altigaPPPoEStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPPoE Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPPPoEStatsGroup
}
::= { altigaPPPoEStatsMibCompliances 1 }
altigaPPPoEStatsGroup OBJECT-GROUP
OBJECTS
{
alPPPoEStatsActiveSessions,
alPPPoEStatsTotalSessions,
alPPPoEStatsMaxSessions,
alPPPoEStatsIfIndex,
alPPPoEStatsIfPADTRx,
alPPPoEStatsIfPADTTx,
alPPPoEStatsIfGenericErrorsRx,
alPPPoEStatsIfMalformedPacketsRx,
alPPPoEStatsIfPADITimeouts,
alPPPoEStatsIfPADRTimeouts,
alPPPoEStatsIfMultPADORx,
alPPPoEStatsIfSessionID,
alPPPoEStatsIfPeerAddr,
alPPPoEStatsIfSessionState,
alPPPoEStatsIfVersion,
alPPPoEStatsIfType,
alPPPoEStatsIfConnectTime,
alPPPoEStatsIfDuration,
alPPPoEStatsIfPeerName,
alPPPoEStatsIfACCookie,
alPPPoEStatsIfHostUnique,
alPPPoEStatsIfRelaySessID
}
STATUS current
DESCRIPTION
"The objects for PPPoE Statistics."
::= { alPPPoEGroup 2 }
END

811
ALTIGA-PPTP-STATS-MIB.my Normal file
View File

@ -0,0 +1,811 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPTP-STATS-MIB.my: Altiga PPTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
RowStatus, DisplayString, TruthValue
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPptp, alPptpGroup
FROM ALTIGA-MIB
alPptpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPptpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPTP Statistics MIB models counters and objects that are
of management interest for PPTP tunnels.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
PPTP: Point-to-Point Tunneling Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPptpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPptpGlobal OBJECT IDENTIFIER ::= { alStatsPptp 1 }
alPptpStatsLocalProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the local implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alStatsPptpGlobal 1 }
alPptpStatsLocalFraming OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP framing capabilities
of this system."
::= { alStatsPptpGlobal 2 }
alPptpStatsLocalBearer OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP bearer capabilities
of this system."
::= { alStatsPptpGlobal 3 }
alPptpStatsLocalFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object defines the local firmware revision."
::= { alStatsPptpGlobal 4 }
alPptpStatsTotalTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of tunnels,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 5 }
alPptpStatsActiveTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of tunnels that
are currently active."
::= { alStatsPptpGlobal 6 }
alPptpStatsMaxTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP tunnels
since the system was booted."
::= { alStatsPptpGlobal 7 }
alPptpStatsTotalSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of sessions,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 8 }
alPptpStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of sessions that
are currently active."
::= { alStatsPptpGlobal 9 }
alPptpStatsMaxSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP sessions
since the system was booted."
::= { alStatsPptpGlobal 10 }
alPptpStatsControlRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets received."
::= { alStatsPptpGlobal 11 }
alPptpStatsControlRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received."
::= { alStatsPptpGlobal 12 }
alPptpStatsControlRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received that were discarded."
::= { alStatsPptpGlobal 13 }
alPptpStatsControlSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 14 }
alPptpStatsControlSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 15 }
alPptpStatsPayloadRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were received."
::= { alStatsPptpGlobal 16 }
alPptpStatsPayloadRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were received."
::= { alStatsPptpGlobal 17 }
alPptpStatsPayloadRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of received payload
packets that were discarded."
::= { alStatsPptpGlobal 18 }
alPptpStatsPayloadSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 19 }
alPptpStatsPayloadSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 20 }
alPptpStatsTunnelTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The PPTP tunnel status and statistics table."
::= { alStatsPptp 2 }
alPptpStatsTunnelEntry OBJECT-TYPE
SYNTAX AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsTunnelTable."
INDEX { alPptpStatsTunnelPeerIpAddr }
::= { alPptpStatsTunnelTable 1 }
AlPptpStatsTunnelEntry ::= SEQUENCE {
alPptpStatsTunnelRowStatus RowStatus,
alPptpStatsTunnelPeerIpAddr IpAddress,
alPptpStatsTunnelDatastreamId Integer32,
alPptpStatsTunnelLocalIpAddr IpAddress,
alPptpStatsTunnelPeerHostName DisplayString,
alPptpStatsTunnelPeerVendorName DisplayString,
alPptpStatsTunnelPeerFirmwareRev OCTET STRING,
alPptpStatsTunnelPeerProtVers OCTET STRING,
alPptpStatsTunnelPeerFramingCap Integer32,
alPptpStatsTunnelPeerBearerCap Integer32,
alPptpStatsTunnelPeerMaxChan Integer32,
alPptpStatsTunnelActiveSessions Counter32
}
alPptpStatsTunnelRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the tunnel,
cannot be used to create a tunnel."
::= { alPptpStatsTunnelEntry 1 }
alPptpStatsTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for this tunnel."
::= { alPptpStatsTunnelEntry 2 }
alPptpStatsTunnelDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP-GRE datastream ID of this tunnel."
::= { alPptpStatsTunnelEntry 3 }
alPptpStatsTunnelLocalIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local IP address for this tunnel."
::= { alPptpStatsTunnelEntry 4 }
alPptpStatsTunnelPeerHostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's host name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 5 }
alPptpStatsTunnelPeerVendorName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's vendor name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 6 }
alPptpStatsTunnelPeerFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the tunnel peer's firmware
revision number. If the tunnel is idle this object
should maintain its value from the last time it
was connected."
::= { alPptpStatsTunnelEntry 7 }
alPptpStatsTunnelPeerProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the tunnel peers implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alPptpStatsTunnelEntry 8 }
alPptpStatsTunnelPeerFramingCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Framing Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 9 }
alPptpStatsTunnelPeerBearerCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Bearer Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 10 }
alPptpStatsTunnelPeerMaxChan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's maximum channels value, as indicated by
the peer in a Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 11 }
alPptpStatsTunnelActiveSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the total number of sessions
for this tunnel."
::= { alPptpStatsTunnelEntry 12 }
alPptpStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions within tunnels."
::= { alStatsPptp 3 }
alPptpStatsSessionEntry OBJECT-TYPE
SYNTAX AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsSessionTable."
INDEX { alPptpStatsSessionDatastreamId }
::= { alPptpStatsSessionTable 1 }
AlPptpStatsSessionEntry ::= SEQUENCE {
alPptpStatsSessionRowStatus RowStatus,
alPptpStatsSessionDatastreamId Integer32,
alPptpStatsSessionLocalCallId Integer32,
alPptpStatsSessionPeerCallId Integer32,
alPptpStatsSessionUserName DisplayString,
alPptpStatsSessionSerial Integer32,
alPptpStatsSessionMinimumSpeed Integer32,
alPptpStatsSessionMaximumSpeed Integer32,
alPptpStatsSessionConnectSpeed Integer32,
alPptpStatsSessionBearerType INTEGER,
alPptpStatsSessionFramingType INTEGER,
alPptpStatsSessionPhysicalChannel Integer32,
alPptpStatsSessionLocalWindowSize Integer32,
alPptpStatsSessionPeerWindowSize Integer32,
alPptpStatsSessionLocalPpd Integer32,
alPptpStatsSessionPeerPpd Integer32,
alPptpStatsSessionRecvOctets Counter32,
alPptpStatsSessionRecvPackets Counter32,
alPptpStatsSessionRecvDiscards Counter32,
alPptpStatsSessionRecvZLB Counter32,
alPptpStatsSessionSendOctets Counter32,
alPptpStatsSessionSendPackets Counter32,
alPptpStatsSessionSendZLB Counter32,
alPptpStatsSessionAckTimeouts Counter32,
alPptpStatsSessionLocalFlowOff TruthValue,
alPptpStatsSessionPeerFlowOff TruthValue,
alPptpStatsSessionOutOfWindow Counter32,
alPptpStatsSessionOutOfSequence Counter32,
alPptpStatsSessionTunnelPeerIpAddr IpAddress
}
alPptpStatsSessionRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session,
cannot be used to create a Session."
::= { alPptpStatsSessionEntry 1 }
alPptpStatsSessionDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The GRE-PPP datastream ID of this tunnel, used as the
index for this row."
::= { alPptpStatsSessionEntry 2 }
alPptpStatsSessionLocalCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 3 }
alPptpStatsSessionPeerCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 4 }
alPptpStatsSessionUserName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the peer session name on
this interface. This is typically the login name
of the remote user. If the user name is unknown to
the local tunnel peer then this object will contain
a null string."
::= { alPptpStatsSessionEntry 5 }
alPptpStatsSessionSerial OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The call serial number within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 6 }
alPptpStatsSessionMinimumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lowest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 7 }
alPptpStatsSessionMaximumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The highest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 8 }
alPptpStatsSessionConnectSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The actual line speed (in bits/second) for this session."
::= { alPptpStatsSessionEntry 9 }
alPptpStatsSessionBearerType OBJECT-TYPE
SYNTAX INTEGER {
analog (1),
digital (2),
any (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the bearer capability required for
this session."
::= { alPptpStatsSessionEntry 10 }
alPptpStatsSessionFramingType OBJECT-TYPE
SYNTAX INTEGER {
asynchronous (1),
synchronous (2),
either (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the framing capability required for
this session."
::= { alPptpStatsSessionEntry 11 }
alPptpStatsSessionPhysicalChannel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical channel number used for this session."
::= { alPptpStatsSessionEntry 12 }
alPptpStatsSessionLocalWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets this system will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 13 }
alPptpStatsSessionPeerWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets the peer will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 14 }
alPptpStatsSessionLocalPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to this system, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 15 }
alPptpStatsSessionPeerPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to the peer, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 16 }
alPptpStatsSessionRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number payload octets
received for this session."
::= { alPptpStatsSessionEntry 17 }
alPptpStatsSessionRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received for this session."
::= { alPptpStatsSessionEntry 18 }
alPptpStatsSessionRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received that were discarded for this session."
::= { alPptpStatsSessionEntry 19 }
alPptpStatsSessionRecvZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero Length
Body acknowlegement payload packets received for
this session."
::= { alPptpStatsSessionEntry 20 }
alPptpStatsSessionSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload octets
transmitted for this session."
::= { alPptpStatsSessionEntry 21 }
alPptpStatsSessionSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
transmitted for this session."
::= { alPptpStatsSessionEntry 22 }
alPptpStatsSessionSendZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero
Length Body acknowledgement packets transmitted
for this session."
::= { alPptpStatsSessionEntry 23 }
alPptpStatsSessionAckTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of
acknowledgement timeouts seen on payload
packets for this session."
::= { alPptpStatsSessionEntry 24 }
alPptpStatsSessionLocalFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session is in a locally flowed-off
state because the number of outstanding unacknowledged
packets received from the peer is equal to the local
window size."
::= { alPptpStatsSessionEntry 25 }
alPptpStatsSessionPeerFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session peer is in a flowed-off
state because the number of outstanding unacknowledged
packets sent to the peer is equal to the peer's window
size."
::= { alPptpStatsSessionEntry 26 }
alPptpStatsSessionOutOfWindow OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets received from the peer which
were received outside of the offered receive window."
::= { alPptpStatsSessionEntry 27 }
alPptpStatsSessionOutOfSequence OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets that were not received in the
correct order (as per the sequence number)."
::= { alPptpStatsSessionEntry 28 }
alPptpStatsSessionTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for the tunnel over which this session
is established."
::= { alPptpStatsSessionEntry 29 }
altigaPptpStatsMibConformance OBJECT IDENTIFIER ::= { altigaPptpStatsMibModule 1 }
altigaPptpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPptpStatsMibConformance 1 }
altigaPptpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPptpStatsGroup
}
::= { altigaPptpStatsMibCompliances 1 }
altigaPptpStatsGroup OBJECT-GROUP
OBJECTS
{
alPptpStatsLocalProtVers,
alPptpStatsLocalFraming,
alPptpStatsLocalBearer,
alPptpStatsLocalFirmwareRev,
alPptpStatsTotalTunnels,
alPptpStatsActiveTunnels,
alPptpStatsMaxTunnels,
alPptpStatsTotalSessions,
alPptpStatsActiveSessions,
alPptpStatsMaxSessions,
alPptpStatsControlRecvOctets,
alPptpStatsControlRecvPackets,
alPptpStatsControlRecvDiscards,
alPptpStatsControlSendOctets,
alPptpStatsControlSendPackets,
alPptpStatsPayloadRecvOctets,
alPptpStatsPayloadRecvPackets,
alPptpStatsPayloadRecvDiscards,
alPptpStatsPayloadSendOctets,
alPptpStatsPayloadSendPackets,
alPptpStatsTunnelRowStatus,
alPptpStatsTunnelDatastreamId,
alPptpStatsTunnelLocalIpAddr,
alPptpStatsTunnelPeerIpAddr,
alPptpStatsTunnelPeerHostName,
alPptpStatsTunnelPeerVendorName,
alPptpStatsTunnelPeerFirmwareRev,
alPptpStatsTunnelPeerProtVers,
alPptpStatsTunnelPeerFramingCap,
alPptpStatsTunnelPeerBearerCap,
alPptpStatsTunnelPeerMaxChan,
alPptpStatsTunnelActiveSessions,
alPptpStatsSessionRowStatus,
alPptpStatsSessionDatastreamId,
alPptpStatsSessionLocalCallId,
alPptpStatsSessionPeerCallId,
alPptpStatsSessionUserName,
alPptpStatsSessionSerial,
alPptpStatsSessionMinimumSpeed,
alPptpStatsSessionMaximumSpeed,
alPptpStatsSessionConnectSpeed,
alPptpStatsSessionBearerType,
alPptpStatsSessionFramingType,
alPptpStatsSessionPhysicalChannel,
alPptpStatsSessionLocalWindowSize,
alPptpStatsSessionPeerWindowSize,
alPptpStatsSessionLocalPpd,
alPptpStatsSessionPeerPpd,
alPptpStatsSessionRecvOctets,
alPptpStatsSessionRecvPackets,
alPptpStatsSessionRecvDiscards,
alPptpStatsSessionRecvZLB,
alPptpStatsSessionSendOctets,
alPptpStatsSessionSendPackets,
alPptpStatsSessionSendZLB,
alPptpStatsSessionAckTimeouts,
alPptpStatsSessionLocalFlowOff,
alPptpStatsSessionPeerFlowOff,
alPptpStatsSessionOutOfWindow,
alPptpStatsSessionOutOfSequence,
alPptpStatsSessionTunnelPeerIpAddr
}
STATUS current
DESCRIPTION
"The objects for PPTP statistics."
::= { alPptpGroup 2 }
END

811
ALTIGA-PPTP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,811 @@
-- *------------------------------------------------------------------
-- * ALTIGA-PPTP-STATS-MIB.my: Altiga PPTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
RowStatus, DisplayString, TruthValue
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPptp, alPptpGroup
FROM ALTIGA-MIB
alPptpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPptpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga PPTP Statistics MIB models counters and objects that are
of management interest for PPTP tunnels.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
PPTP: Point-to-Point Tunneling Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPptpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPptpGlobal OBJECT IDENTIFIER ::= { alStatsPptp 1 }
alPptpStatsLocalProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the local implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alStatsPptpGlobal 1 }
alPptpStatsLocalFraming OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP framing capabilities
of this system."
::= { alStatsPptpGlobal 2 }
alPptpStatsLocalBearer OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP bearer capabilities
of this system."
::= { alStatsPptpGlobal 3 }
alPptpStatsLocalFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object defines the local firmware revision."
::= { alStatsPptpGlobal 4 }
alPptpStatsTotalTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of tunnels,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 5 }
alPptpStatsActiveTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of tunnels that
are currently active."
::= { alStatsPptpGlobal 6 }
alPptpStatsMaxTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP tunnels
since the system was booted."
::= { alStatsPptpGlobal 7 }
alPptpStatsTotalSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of sessions,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 8 }
alPptpStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of sessions that
are currently active."
::= { alStatsPptpGlobal 9 }
alPptpStatsMaxSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP sessions
since the system was booted."
::= { alStatsPptpGlobal 10 }
alPptpStatsControlRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets received."
::= { alStatsPptpGlobal 11 }
alPptpStatsControlRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received."
::= { alStatsPptpGlobal 12 }
alPptpStatsControlRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received that were discarded."
::= { alStatsPptpGlobal 13 }
alPptpStatsControlSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 14 }
alPptpStatsControlSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 15 }
alPptpStatsPayloadRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were received."
::= { alStatsPptpGlobal 16 }
alPptpStatsPayloadRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were received."
::= { alStatsPptpGlobal 17 }
alPptpStatsPayloadRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of received payload
packets that were discarded."
::= { alStatsPptpGlobal 18 }
alPptpStatsPayloadSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 19 }
alPptpStatsPayloadSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 20 }
alPptpStatsTunnelTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The PPTP tunnel status and statistics table."
::= { alStatsPptp 2 }
alPptpStatsTunnelEntry OBJECT-TYPE
SYNTAX AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsTunnelTable."
INDEX { alPptpStatsTunnelPeerIpAddr }
::= { alPptpStatsTunnelTable 1 }
AlPptpStatsTunnelEntry ::= SEQUENCE {
alPptpStatsTunnelRowStatus RowStatus,
alPptpStatsTunnelPeerIpAddr IpAddress,
alPptpStatsTunnelDatastreamId Integer32,
alPptpStatsTunnelLocalIpAddr IpAddress,
alPptpStatsTunnelPeerHostName DisplayString,
alPptpStatsTunnelPeerVendorName DisplayString,
alPptpStatsTunnelPeerFirmwareRev OCTET STRING,
alPptpStatsTunnelPeerProtVers OCTET STRING,
alPptpStatsTunnelPeerFramingCap Integer32,
alPptpStatsTunnelPeerBearerCap Integer32,
alPptpStatsTunnelPeerMaxChan Integer32,
alPptpStatsTunnelActiveSessions Counter32
}
alPptpStatsTunnelRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the tunnel,
cannot be used to create a tunnel."
::= { alPptpStatsTunnelEntry 1 }
alPptpStatsTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for this tunnel."
::= { alPptpStatsTunnelEntry 2 }
alPptpStatsTunnelDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP-GRE datastream ID of this tunnel."
::= { alPptpStatsTunnelEntry 3 }
alPptpStatsTunnelLocalIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local IP address for this tunnel."
::= { alPptpStatsTunnelEntry 4 }
alPptpStatsTunnelPeerHostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's host name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 5 }
alPptpStatsTunnelPeerVendorName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's vendor name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 6 }
alPptpStatsTunnelPeerFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the tunnel peer's firmware
revision number. If the tunnel is idle this object
should maintain its value from the last time it
was connected."
::= { alPptpStatsTunnelEntry 7 }
alPptpStatsTunnelPeerProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the tunnel peers implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alPptpStatsTunnelEntry 8 }
alPptpStatsTunnelPeerFramingCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Framing Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 9 }
alPptpStatsTunnelPeerBearerCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Bearer Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 10 }
alPptpStatsTunnelPeerMaxChan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's maximum channels value, as indicated by
the peer in a Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 11 }
alPptpStatsTunnelActiveSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the total number of sessions
for this tunnel."
::= { alPptpStatsTunnelEntry 12 }
alPptpStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions within tunnels."
::= { alStatsPptp 3 }
alPptpStatsSessionEntry OBJECT-TYPE
SYNTAX AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsSessionTable."
INDEX { alPptpStatsSessionDatastreamId }
::= { alPptpStatsSessionTable 1 }
AlPptpStatsSessionEntry ::= SEQUENCE {
alPptpStatsSessionRowStatus RowStatus,
alPptpStatsSessionDatastreamId Integer32,
alPptpStatsSessionLocalCallId Integer32,
alPptpStatsSessionPeerCallId Integer32,
alPptpStatsSessionUserName DisplayString,
alPptpStatsSessionSerial Integer32,
alPptpStatsSessionMinimumSpeed Integer32,
alPptpStatsSessionMaximumSpeed Integer32,
alPptpStatsSessionConnectSpeed Integer32,
alPptpStatsSessionBearerType INTEGER,
alPptpStatsSessionFramingType INTEGER,
alPptpStatsSessionPhysicalChannel Integer32,
alPptpStatsSessionLocalWindowSize Integer32,
alPptpStatsSessionPeerWindowSize Integer32,
alPptpStatsSessionLocalPpd Integer32,
alPptpStatsSessionPeerPpd Integer32,
alPptpStatsSessionRecvOctets Counter32,
alPptpStatsSessionRecvPackets Counter32,
alPptpStatsSessionRecvDiscards Counter32,
alPptpStatsSessionRecvZLB Counter32,
alPptpStatsSessionSendOctets Counter32,
alPptpStatsSessionSendPackets Counter32,
alPptpStatsSessionSendZLB Counter32,
alPptpStatsSessionAckTimeouts Counter32,
alPptpStatsSessionLocalFlowOff TruthValue,
alPptpStatsSessionPeerFlowOff TruthValue,
alPptpStatsSessionOutOfWindow Counter32,
alPptpStatsSessionOutOfSequence Counter32,
alPptpStatsSessionTunnelPeerIpAddr IpAddress
}
alPptpStatsSessionRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session,
cannot be used to create a Session."
::= { alPptpStatsSessionEntry 1 }
alPptpStatsSessionDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The GRE-PPP datastream ID of this tunnel, used as the
index for this row."
::= { alPptpStatsSessionEntry 2 }
alPptpStatsSessionLocalCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 3 }
alPptpStatsSessionPeerCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 4 }
alPptpStatsSessionUserName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the peer session name on
this interface. This is typically the login name
of the remote user. If the user name is unknown to
the local tunnel peer then this object will contain
a null string."
::= { alPptpStatsSessionEntry 5 }
alPptpStatsSessionSerial OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The call serial number within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 6 }
alPptpStatsSessionMinimumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lowest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 7 }
alPptpStatsSessionMaximumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The highest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 8 }
alPptpStatsSessionConnectSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The actual line speed (in bits/second) for this session."
::= { alPptpStatsSessionEntry 9 }
alPptpStatsSessionBearerType OBJECT-TYPE
SYNTAX INTEGER {
analog (1),
digital (2),
any (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the bearer capability required for
this session."
::= { alPptpStatsSessionEntry 10 }
alPptpStatsSessionFramingType OBJECT-TYPE
SYNTAX INTEGER {
asynchronous (1),
synchronous (2),
either (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the framing capability required for
this session."
::= { alPptpStatsSessionEntry 11 }
alPptpStatsSessionPhysicalChannel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical channel number used for this session."
::= { alPptpStatsSessionEntry 12 }
alPptpStatsSessionLocalWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets this system will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 13 }
alPptpStatsSessionPeerWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets the peer will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 14 }
alPptpStatsSessionLocalPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to this system, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 15 }
alPptpStatsSessionPeerPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to the peer, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 16 }
alPptpStatsSessionRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number payload octets
received for this session."
::= { alPptpStatsSessionEntry 17 }
alPptpStatsSessionRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received for this session."
::= { alPptpStatsSessionEntry 18 }
alPptpStatsSessionRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received that were discarded for this session."
::= { alPptpStatsSessionEntry 19 }
alPptpStatsSessionRecvZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero Length
Body acknowlegement payload packets received for
this session."
::= { alPptpStatsSessionEntry 20 }
alPptpStatsSessionSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload octets
transmitted for this session."
::= { alPptpStatsSessionEntry 21 }
alPptpStatsSessionSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
transmitted for this session."
::= { alPptpStatsSessionEntry 22 }
alPptpStatsSessionSendZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero
Length Body acknowledgement packets transmitted
for this session."
::= { alPptpStatsSessionEntry 23 }
alPptpStatsSessionAckTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of
acknowledgement timeouts seen on payload
packets for this session."
::= { alPptpStatsSessionEntry 24 }
alPptpStatsSessionLocalFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session is in a locally flowed-off
state because the number of outstanding unacknowledged
packets received from the peer is equal to the local
window size."
::= { alPptpStatsSessionEntry 25 }
alPptpStatsSessionPeerFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session peer is in a flowed-off
state because the number of outstanding unacknowledged
packets sent to the peer is equal to the peer's window
size."
::= { alPptpStatsSessionEntry 26 }
alPptpStatsSessionOutOfWindow OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets received from the peer which
were received outside of the offered receive window."
::= { alPptpStatsSessionEntry 27 }
alPptpStatsSessionOutOfSequence OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets that were not received in the
correct order (as per the sequence number)."
::= { alPptpStatsSessionEntry 28 }
alPptpStatsSessionTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for the tunnel over which this session
is established."
::= { alPptpStatsSessionEntry 29 }
altigaPptpStatsMibConformance OBJECT IDENTIFIER ::= { altigaPptpStatsMibModule 1 }
altigaPptpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPptpStatsMibConformance 1 }
altigaPptpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPptpStatsGroup
}
::= { altigaPptpStatsMibCompliances 1 }
altigaPptpStatsGroup OBJECT-GROUP
OBJECTS
{
alPptpStatsLocalProtVers,
alPptpStatsLocalFraming,
alPptpStatsLocalBearer,
alPptpStatsLocalFirmwareRev,
alPptpStatsTotalTunnels,
alPptpStatsActiveTunnels,
alPptpStatsMaxTunnels,
alPptpStatsTotalSessions,
alPptpStatsActiveSessions,
alPptpStatsMaxSessions,
alPptpStatsControlRecvOctets,
alPptpStatsControlRecvPackets,
alPptpStatsControlRecvDiscards,
alPptpStatsControlSendOctets,
alPptpStatsControlSendPackets,
alPptpStatsPayloadRecvOctets,
alPptpStatsPayloadRecvPackets,
alPptpStatsPayloadRecvDiscards,
alPptpStatsPayloadSendOctets,
alPptpStatsPayloadSendPackets,
alPptpStatsTunnelRowStatus,
alPptpStatsTunnelDatastreamId,
alPptpStatsTunnelLocalIpAddr,
alPptpStatsTunnelPeerIpAddr,
alPptpStatsTunnelPeerHostName,
alPptpStatsTunnelPeerVendorName,
alPptpStatsTunnelPeerFirmwareRev,
alPptpStatsTunnelPeerProtVers,
alPptpStatsTunnelPeerFramingCap,
alPptpStatsTunnelPeerBearerCap,
alPptpStatsTunnelPeerMaxChan,
alPptpStatsTunnelActiveSessions,
alPptpStatsSessionRowStatus,
alPptpStatsSessionDatastreamId,
alPptpStatsSessionLocalCallId,
alPptpStatsSessionPeerCallId,
alPptpStatsSessionUserName,
alPptpStatsSessionSerial,
alPptpStatsSessionMinimumSpeed,
alPptpStatsSessionMaximumSpeed,
alPptpStatsSessionConnectSpeed,
alPptpStatsSessionBearerType,
alPptpStatsSessionFramingType,
alPptpStatsSessionPhysicalChannel,
alPptpStatsSessionLocalWindowSize,
alPptpStatsSessionPeerWindowSize,
alPptpStatsSessionLocalPpd,
alPptpStatsSessionPeerPpd,
alPptpStatsSessionRecvOctets,
alPptpStatsSessionRecvPackets,
alPptpStatsSessionRecvDiscards,
alPptpStatsSessionRecvZLB,
alPptpStatsSessionSendOctets,
alPptpStatsSessionSendPackets,
alPptpStatsSessionSendZLB,
alPptpStatsSessionAckTimeouts,
alPptpStatsSessionLocalFlowOff,
alPptpStatsSessionPeerFlowOff,
alPptpStatsSessionOutOfWindow,
alPptpStatsSessionOutOfSequence,
alPptpStatsSessionTunnelPeerIpAddr
}
STATUS current
DESCRIPTION
"The objects for PPTP statistics."
::= { alPptpGroup 2 }
END

239
ALTIGA-SDI-ACE-STATS-MIB.my Normal file
View File

@ -0,0 +1,239 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SDI-ACE-STATS-MIB.my: SDI ACE Server Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SDI-ACE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alACEServerStats, alACEServerGroup
FROM ALTIGA-MIB
alACEServerMibModule
FROM ALTIGA-GLOBAL-REG;
altigaACEStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SDI ACE Server Statistics MIB models counters and objects that are
of management interest for SDI ACE Server.
Acronyms
The following acronyms are used in this document:
ACE: Access Control Encryption
MIB: Management Information Base
PIN: Personal Identification Number
SDI: Security Dynamics Technologies, Inc
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alACEServerMibModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alCfgACEGlobal OBJECT IDENTIFIER ::= { alACEServerStats 1 }
alACEServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlACEServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of authentication servers."
::= { alACEServerStats 2 }
alACEServerEntry OBJECT-TYPE
SYNTAX AlACEServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAuthServerTable."
INDEX { alACEPrimaryIndex, alACEServerIndex }
::= { alACEServerTable 1 }
AlACEServerEntry ::= SEQUENCE {
alACEPrimaryIndex Integer32,
alACEServerIndex Integer32,
alACEServerPriority Integer32,
alACEServerAddress IpAddress,
alACEServerPort Integer32,
alACEServerRetries Counter32,
alACEServerTimeout Counter32,
alACEServerGroupId Gauge32,
alACEServerAuthSuccesses Counter32,
alACEServerAuthFailures Counter32,
alACEServerBadCodeSent Counter32,
alACEServerBadPinSent Counter32
}
alACEPrimaryIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the configured primary server"
::= { alACEServerEntry 1 }
alACEServerIndex OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this server into the server list"
::= { alACEServerEntry 2 }
alACEServerPriority OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority as computed by loadbalancing"
::= { alACEServerEntry 3 }
alACEServerAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Resolved address from the ACE Server."
::= { alACEServerEntry 4 }
alACEServerPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port over ride for this entry"
::= { alACEServerEntry 5 }
alACEServerRetries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of retries for this server."
::= { alACEServerEntry 6 }
alACEServerTimeout OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout, in seconds to access this server."
::= { alACEServerEntry 7 }
alACEServerGroupId OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The group that this authentication server entry belongs to."
::= { alACEServerEntry 8 }
alACEServerAuthSuccesses OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of auth successes."
::= { alACEServerEntry 9 }
alACEServerAuthFailures OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of failures for this server."
::= { alACEServerEntry 10 }
alACEServerBadCodeSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of Bad Code sent to this server."
::= { alACEServerEntry 11 }
alACEServerBadPinSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of Bad Pin sent to this server."
::= { alACEServerEntry 12 }
altigaACEStatsMibConformance OBJECT IDENTIFIER ::= { altigaACEStatsMibModule 1 }
altigaACEStatsMibCompliances OBJECT IDENTIFIER ::= { altigaACEStatsMibConformance 1 }
altigaACEStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga ACE Server Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaACEServerGroup
}
::= { altigaACEStatsMibCompliances 1 }
altigaACEServerGroup OBJECT-GROUP
OBJECTS
{
alACEPrimaryIndex,
alACEServerIndex,
alACEServerPriority,
alACEServerAddress,
alACEServerPort,
alACEServerRetries,
alACEServerTimeout,
alACEServerGroupId,
alACEServerAuthSuccesses,
alACEServerAuthFailures,
alACEServerBadCodeSent,
alACEServerBadPinSent
}
STATUS current
DESCRIPTION
"The objects for ACE-STATS."
::= { alACEServerGroup 1 }
END

View File

@ -0,0 +1,239 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SDI-ACE-STATS-MIB.my: SDI ACE Server Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SDI-ACE-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alACEServerStats, alACEServerGroup
FROM ALTIGA-MIB
alACEServerMibModule
FROM ALTIGA-GLOBAL-REG;
altigaACEStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SDI ACE Server Statistics MIB models counters and objects that are
of management interest for SDI ACE Server.
Acronyms
The following acronyms are used in this document:
ACE: Access Control Encryption
MIB: Management Information Base
PIN: Personal Identification Number
SDI: Security Dynamics Technologies, Inc
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alACEServerMibModule 1 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alCfgACEGlobal OBJECT IDENTIFIER ::= { alACEServerStats 1 }
alACEServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlACEServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of authentication servers."
::= { alACEServerStats 2 }
alACEServerEntry OBJECT-TYPE
SYNTAX AlACEServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alAuthServerTable."
INDEX { alACEPrimaryIndex, alACEServerIndex }
::= { alACEServerTable 1 }
AlACEServerEntry ::= SEQUENCE {
alACEPrimaryIndex Integer32,
alACEServerIndex Integer32,
alACEServerPriority Integer32,
alACEServerAddress IpAddress,
alACEServerPort Integer32,
alACEServerRetries Counter32,
alACEServerTimeout Counter32,
alACEServerGroupId Gauge32,
alACEServerAuthSuccesses Counter32,
alACEServerAuthFailures Counter32,
alACEServerBadCodeSent Counter32,
alACEServerBadPinSent Counter32
}
alACEPrimaryIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the configured primary server"
::= { alACEServerEntry 1 }
alACEServerIndex OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this server into the server list"
::= { alACEServerEntry 2 }
alACEServerPriority OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority as computed by loadbalancing"
::= { alACEServerEntry 3 }
alACEServerAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Resolved address from the ACE Server."
::= { alACEServerEntry 4 }
alACEServerPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port over ride for this entry"
::= { alACEServerEntry 5 }
alACEServerRetries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of retries for this server."
::= { alACEServerEntry 6 }
alACEServerTimeout OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout, in seconds to access this server."
::= { alACEServerEntry 7 }
alACEServerGroupId OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The group that this authentication server entry belongs to."
::= { alACEServerEntry 8 }
alACEServerAuthSuccesses OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of auth successes."
::= { alACEServerEntry 9 }
alACEServerAuthFailures OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of failures for this server."
::= { alACEServerEntry 10 }
alACEServerBadCodeSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of Bad Code sent to this server."
::= { alACEServerEntry 11 }
alACEServerBadPinSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"number of Bad Pin sent to this server."
::= { alACEServerEntry 12 }
altigaACEStatsMibConformance OBJECT IDENTIFIER ::= { altigaACEStatsMibModule 1 }
altigaACEStatsMibCompliances OBJECT IDENTIFIER ::= { altigaACEStatsMibConformance 1 }
altigaACEStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga ACE Server Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaACEServerGroup
}
::= { altigaACEStatsMibCompliances 1 }
altigaACEServerGroup OBJECT-GROUP
OBJECTS
{
alACEPrimaryIndex,
alACEServerIndex,
alACEServerPriority,
alACEServerAddress,
alACEServerPort,
alACEServerRetries,
alACEServerTimeout,
alACEServerGroupId,
alACEServerAuthSuccesses,
alACEServerAuthFailures,
alACEServerBadCodeSent,
alACEServerBadPinSent
}
STATUS current
DESCRIPTION
"The objects for ACE-STATS."
::= { alACEServerGroup 1 }
END

497
ALTIGA-SEP-STATS-MIB.my Normal file
View File

@ -0,0 +1,497 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SEP-STATS-MIB.my: Cisco VPN3000 Series SEP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SEP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSep, alSepGroup
FROM ALTIGA-MIB
alSepMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSepStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200303270000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Cisco VPN 3000 Series SEP Statistics MIB models counters
and objects that are of management interest for the SEP
hardware.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
RSA: Rivest, Shamir, and Adelman
SEP: Scalable Encryption Processor
"
REVISION "200303270000Z"
DESCRIPTION
"Added new enum value to alSepModuleStatsType
and alSepModuleStatsState."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSepMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- per SEP statistics
alSepModuleStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSepModuleStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of SEPs modules found."
::= { alStatsSep 2 }
alSepModuleStatsEntry OBJECT-TYPE
SYNTAX AlSepModuleStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alSepModuleStatsTable."
INDEX { alSepModuleStatsSlotNum }
::= { alSepModuleStatsTable 1 }
AlSepModuleStatsEntry ::= SEQUENCE {
alSepModuleStatsRowStatus RowStatus,
alSepModuleStatsSlotNum INTEGER,
alSepModuleStatsType INTEGER,
alSepModuleStatsState INTEGER,
alSepModuleStatsDspCodeVersion DisplayString,
alSepModuleStatsHashOutboundPackets Counter32,
alSepModuleStatsHashOutboundOctets Counter32,
alSepModuleStatsHashInboundPackets Counter32,
alSepModuleStatsHashInboundOctets Counter32,
alSepModuleStatsEncPackets Counter32,
alSepModuleStatsEncOctets Counter32,
alSepModuleStatsDecPackets Counter32,
alSepModuleStatsDecOctets Counter32,
alSepModuleStatsHashEncPackets Counter32,
alSepModuleStatsHashDecPackets Counter32,
alSepModuleStatsCryptoTransformsTotal Counter32,
alSepModuleStatsPacketDrops Counter32,
alSepModuleStatsRandRequests Counter32,
alSepModuleStatsRandReplens Counter32,
alSepModuleStatsRandBytesAvail Integer32,
alSepModuleStatsRandCacheEmpty Counter32,
alSepModuleStatsDHKeysGenerated Counter32,
alSepModuleStatsDHDerivedSecretKeys Counter32,
alSepModuleStatsRSASignings Counter32,
alSepModuleStatsRSAVerifications Counter32,
alSepModuleStatsRSAEncPackets Counter32,
alSepModuleStatsRSAEncOctets Counter32,
alSepModuleStatsRSADecPackets Counter32,
alSepModuleStatsRSADecOctets Counter32,
alSepModuleStatsDSAKeysGenerated Counter32,
alSepModuleStatsDSASignings Counter32,
alSepModuleStatsDSAVerifications Counter32,
alSepModuleStatsRSAKeysGenerated Counter32
}
alSepModuleStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alSepModuleStatsEntry 1 }
alSepModuleStatsSlotNum OBJECT-TYPE
SYNTAX INTEGER(1..4)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The physical slot this SEP is connected to."
::= { alSepModuleStatsEntry 2 }
alSepModuleStatsType OBJECT-TYPE
SYNTAX INTEGER {
cryptSet(1),
cryptIc(2),
bcm582x(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the type of HW engine used to perform the
cryptographic transforms.
cryptSet: First generation of Hardware Cryptographic Processor.
cryptIc: Cryptographic Integrated Circuit.
bcm582x: BroadCom 582x series Hardware Cryptographic Products.
"
::= { alSepModuleStatsEntry 3 }
alSepModuleStatsState OBJECT-TYPE
SYNTAX INTEGER {
sepNotFound(1),
sepFound(2),
sepDiagFailure(3),
sepNotOperational(4),
sepLoading(5),
sepInitializing(6),
sepOperational(7),
sepDisabled(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The functional state of this SEP.
sepNotFound: SEP is not found.
sepFound: SEP is found.
sepDiagFailure: SEP dialog fail.
sepNotOperational: SEP is not operational.
sepLoading: SEP is loading data.
sepInitializing: SEP is initializing.
sepOperational: SEP is operational.
sepDisabled: SEP is disabled.
"
::= { alSepModuleStatsEntry 4 }
alSepModuleStatsDspCodeVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of DSP microcode running on this SEP."
::= { alSepModuleStatsEntry 5 }
alSepModuleStatsHashOutboundPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound authentication-only packets processed
by this SEP."
::= { alSepModuleStatsEntry 6 }
alSepModuleStatsHashOutboundOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound octets authenticated by this SEP."
::= { alSepModuleStatsEntry 7 }
alSepModuleStatsHashInboundPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound authentication-only packets processed
by this SEP."
::= { alSepModuleStatsEntry 8 }
alSepModuleStatsHashInboundOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound octets authenticated by this SEP."
::= { alSepModuleStatsEntry 9 }
alSepModuleStatsEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound encryption-only packets processed by
this SEP."
::= { alSepModuleStatsEntry 10 }
alSepModuleStatsEncOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound octets encrypted by this SEP."
::= { alSepModuleStatsEntry 11 }
alSepModuleStatsDecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound decryption-only packets processed by
this SEP."
::= { alSepModuleStatsEntry 12 }
alSepModuleStatsDecOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound octets decrypted by this SEP."
::= { alSepModuleStatsEntry 13 }
alSepModuleStatsHashEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of combined outbound hash/encrypt packets processed
by this SEP."
::= { alSepModuleStatsEntry 14 }
alSepModuleStatsHashDecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of combined inbound hash/decrypt packets processed
by this SEP."
::= { alSepModuleStatsEntry 15 }
alSepModuleStatsCryptoTransformsTotal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of hash, encryption, decryption,
hash/encrypt, and hash/decrypt transforms
performed by this SEP."
::= { alSepModuleStatsEntry 16 }
alSepModuleStatsPacketDrops OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets intended for SEP processing,
dropped due to the SEP ring being full."
::= { alSepModuleStatsEntry 17 }
alSepModuleStatsRandRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random # requests made to the SEP."
::= { alSepModuleStatsEntry 18 }
alSepModuleStatsRandReplens OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random # requests fulfilled by the SEP."
::= { alSepModuleStatsEntry 19 }
alSepModuleStatsRandBytesAvail OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random bytes currently cached on the Host."
::= { alSepModuleStatsEntry 20 }
alSepModuleStatsRandCacheEmpty OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a random # request came in and
we had no SEP generated random #'s available on the host."
::= { alSepModuleStatsEntry 21 }
alSepModuleStatsDHKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new Diffie Hellman key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 22 }
alSepModuleStatsDHDerivedSecretKeys OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a SEP has derived the Diffie Hellman
secret key."
::= { alSepModuleStatsEntry 23 }
alSepModuleStatsRSASignings OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times an RSA Digital Signature has been
generated by a SEP."
::= { alSepModuleStatsEntry 24 }
alSepModuleStatsRSAVerifications OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times an RSA Digital Signature has been
verified by a SEP."
::= { alSepModuleStatsEntry 25 }
alSepModuleStatsRSAEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets RSA-encrypted by this SEP."
::= { alSepModuleStatsEntry 26 }
alSepModuleStatsRSAEncOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets RSA-encrypted by this SEP."
::= { alSepModuleStatsEntry 27 }
alSepModuleStatsRSADecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets RSA-decrypted by this SEP."
::= { alSepModuleStatsEntry 28 }
alSepModuleStatsRSADecOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets RSA-decrypted by this SEP."
::= { alSepModuleStatsEntry 29 }
alSepModuleStatsDSAKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new DSA Key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 30 }
alSepModuleStatsDSASignings OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a DSA Digital Signature has been
generated by a SEP."
::= { alSepModuleStatsEntry 31 }
alSepModuleStatsDSAVerifications OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a DSA Digital Signature has been
verified by a SEP."
::= { alSepModuleStatsEntry 32 }
alSepModuleStatsRSAKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new RSA Key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 33 }
altigaSepStatsMibConformance OBJECT IDENTIFIER
::= { altigaSepStatsMibModule 1 }
altigaSepStatsMibCompliances OBJECT IDENTIFIER
::= { altigaSepStatsMibConformance 1 }
altigaSepStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SEP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSepStatsGroup
}
::= { altigaSepStatsMibCompliances 1 }
altigaSepStatsGroup OBJECT-GROUP
OBJECTS
{
alSepModuleStatsRowStatus,
alSepModuleStatsType,
alSepModuleStatsState,
alSepModuleStatsDspCodeVersion,
alSepModuleStatsHashOutboundPackets,
alSepModuleStatsHashOutboundOctets,
alSepModuleStatsHashInboundPackets,
alSepModuleStatsHashInboundOctets,
alSepModuleStatsEncPackets,
alSepModuleStatsEncOctets,
alSepModuleStatsDecPackets,
alSepModuleStatsDecOctets,
alSepModuleStatsHashEncPackets,
alSepModuleStatsHashDecPackets,
alSepModuleStatsCryptoTransformsTotal,
alSepModuleStatsPacketDrops,
alSepModuleStatsRandRequests,
alSepModuleStatsRandReplens,
alSepModuleStatsRandBytesAvail,
alSepModuleStatsRandCacheEmpty,
alSepModuleStatsDHKeysGenerated,
alSepModuleStatsDHDerivedSecretKeys,
alSepModuleStatsRSASignings,
alSepModuleStatsRSAVerifications,
alSepModuleStatsRSAEncPackets,
alSepModuleStatsRSAEncOctets,
alSepModuleStatsRSADecPackets,
alSepModuleStatsRSADecOctets,
alSepModuleStatsDSAKeysGenerated,
alSepModuleStatsDSASignings,
alSepModuleStatsDSAVerifications,
alSepModuleStatsRSAKeysGenerated
}
STATUS current
DESCRIPTION
"The objects for the SEP Module statistics."
::= { alSepGroup 2 }
END

497
ALTIGA-SEP-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,497 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SEP-STATS-MIB.my: Cisco VPN3000 Series SEP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002, 2003 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SEP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSep, alSepGroup
FROM ALTIGA-MIB
alSepMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSepStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200303270000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Cisco VPN 3000 Series SEP Statistics MIB models counters
and objects that are of management interest for the SEP
hardware.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
RSA: Rivest, Shamir, and Adelman
SEP: Scalable Encryption Processor
"
REVISION "200303270000Z"
DESCRIPTION
"Added new enum value to alSepModuleStatsType
and alSepModuleStatsState."
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSepMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- per SEP statistics
alSepModuleStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSepModuleStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of SEPs modules found."
::= { alStatsSep 2 }
alSepModuleStatsEntry OBJECT-TYPE
SYNTAX AlSepModuleStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alSepModuleStatsTable."
INDEX { alSepModuleStatsSlotNum }
::= { alSepModuleStatsTable 1 }
AlSepModuleStatsEntry ::= SEQUENCE {
alSepModuleStatsRowStatus RowStatus,
alSepModuleStatsSlotNum INTEGER,
alSepModuleStatsType INTEGER,
alSepModuleStatsState INTEGER,
alSepModuleStatsDspCodeVersion DisplayString,
alSepModuleStatsHashOutboundPackets Counter32,
alSepModuleStatsHashOutboundOctets Counter32,
alSepModuleStatsHashInboundPackets Counter32,
alSepModuleStatsHashInboundOctets Counter32,
alSepModuleStatsEncPackets Counter32,
alSepModuleStatsEncOctets Counter32,
alSepModuleStatsDecPackets Counter32,
alSepModuleStatsDecOctets Counter32,
alSepModuleStatsHashEncPackets Counter32,
alSepModuleStatsHashDecPackets Counter32,
alSepModuleStatsCryptoTransformsTotal Counter32,
alSepModuleStatsPacketDrops Counter32,
alSepModuleStatsRandRequests Counter32,
alSepModuleStatsRandReplens Counter32,
alSepModuleStatsRandBytesAvail Integer32,
alSepModuleStatsRandCacheEmpty Counter32,
alSepModuleStatsDHKeysGenerated Counter32,
alSepModuleStatsDHDerivedSecretKeys Counter32,
alSepModuleStatsRSASignings Counter32,
alSepModuleStatsRSAVerifications Counter32,
alSepModuleStatsRSAEncPackets Counter32,
alSepModuleStatsRSAEncOctets Counter32,
alSepModuleStatsRSADecPackets Counter32,
alSepModuleStatsRSADecOctets Counter32,
alSepModuleStatsDSAKeysGenerated Counter32,
alSepModuleStatsDSASignings Counter32,
alSepModuleStatsDSAVerifications Counter32,
alSepModuleStatsRSAKeysGenerated Counter32
}
alSepModuleStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alSepModuleStatsEntry 1 }
alSepModuleStatsSlotNum OBJECT-TYPE
SYNTAX INTEGER(1..4)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The physical slot this SEP is connected to."
::= { alSepModuleStatsEntry 2 }
alSepModuleStatsType OBJECT-TYPE
SYNTAX INTEGER {
cryptSet(1),
cryptIc(2),
bcm582x(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the type of HW engine used to perform the
cryptographic transforms.
cryptSet: First generation of Hardware Cryptographic Processor.
cryptIc: Cryptographic Integrated Circuit.
bcm582x: BroadCom 582x series Hardware Cryptographic Products.
"
::= { alSepModuleStatsEntry 3 }
alSepModuleStatsState OBJECT-TYPE
SYNTAX INTEGER {
sepNotFound(1),
sepFound(2),
sepDiagFailure(3),
sepNotOperational(4),
sepLoading(5),
sepInitializing(6),
sepOperational(7),
sepDisabled(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The functional state of this SEP.
sepNotFound: SEP is not found.
sepFound: SEP is found.
sepDiagFailure: SEP dialog fail.
sepNotOperational: SEP is not operational.
sepLoading: SEP is loading data.
sepInitializing: SEP is initializing.
sepOperational: SEP is operational.
sepDisabled: SEP is disabled.
"
::= { alSepModuleStatsEntry 4 }
alSepModuleStatsDspCodeVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of DSP microcode running on this SEP."
::= { alSepModuleStatsEntry 5 }
alSepModuleStatsHashOutboundPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound authentication-only packets processed
by this SEP."
::= { alSepModuleStatsEntry 6 }
alSepModuleStatsHashOutboundOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound octets authenticated by this SEP."
::= { alSepModuleStatsEntry 7 }
alSepModuleStatsHashInboundPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound authentication-only packets processed
by this SEP."
::= { alSepModuleStatsEntry 8 }
alSepModuleStatsHashInboundOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound octets authenticated by this SEP."
::= { alSepModuleStatsEntry 9 }
alSepModuleStatsEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound encryption-only packets processed by
this SEP."
::= { alSepModuleStatsEntry 10 }
alSepModuleStatsEncOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound octets encrypted by this SEP."
::= { alSepModuleStatsEntry 11 }
alSepModuleStatsDecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound decryption-only packets processed by
this SEP."
::= { alSepModuleStatsEntry 12 }
alSepModuleStatsDecOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound octets decrypted by this SEP."
::= { alSepModuleStatsEntry 13 }
alSepModuleStatsHashEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of combined outbound hash/encrypt packets processed
by this SEP."
::= { alSepModuleStatsEntry 14 }
alSepModuleStatsHashDecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of combined inbound hash/decrypt packets processed
by this SEP."
::= { alSepModuleStatsEntry 15 }
alSepModuleStatsCryptoTransformsTotal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of hash, encryption, decryption,
hash/encrypt, and hash/decrypt transforms
performed by this SEP."
::= { alSepModuleStatsEntry 16 }
alSepModuleStatsPacketDrops OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets intended for SEP processing,
dropped due to the SEP ring being full."
::= { alSepModuleStatsEntry 17 }
alSepModuleStatsRandRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random # requests made to the SEP."
::= { alSepModuleStatsEntry 18 }
alSepModuleStatsRandReplens OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random # requests fulfilled by the SEP."
::= { alSepModuleStatsEntry 19 }
alSepModuleStatsRandBytesAvail OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of random bytes currently cached on the Host."
::= { alSepModuleStatsEntry 20 }
alSepModuleStatsRandCacheEmpty OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a random # request came in and
we had no SEP generated random #'s available on the host."
::= { alSepModuleStatsEntry 21 }
alSepModuleStatsDHKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new Diffie Hellman key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 22 }
alSepModuleStatsDHDerivedSecretKeys OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a SEP has derived the Diffie Hellman
secret key."
::= { alSepModuleStatsEntry 23 }
alSepModuleStatsRSASignings OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times an RSA Digital Signature has been
generated by a SEP."
::= { alSepModuleStatsEntry 24 }
alSepModuleStatsRSAVerifications OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times an RSA Digital Signature has been
verified by a SEP."
::= { alSepModuleStatsEntry 25 }
alSepModuleStatsRSAEncPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets RSA-encrypted by this SEP."
::= { alSepModuleStatsEntry 26 }
alSepModuleStatsRSAEncOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets RSA-encrypted by this SEP."
::= { alSepModuleStatsEntry 27 }
alSepModuleStatsRSADecPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets RSA-decrypted by this SEP."
::= { alSepModuleStatsEntry 28 }
alSepModuleStatsRSADecOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets RSA-decrypted by this SEP."
::= { alSepModuleStatsEntry 29 }
alSepModuleStatsDSAKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new DSA Key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 30 }
alSepModuleStatsDSASignings OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a DSA Digital Signature has been
generated by a SEP."
::= { alSepModuleStatsEntry 31 }
alSepModuleStatsDSAVerifications OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a DSA Digital Signature has been
verified by a SEP."
::= { alSepModuleStatsEntry 32 }
alSepModuleStatsRSAKeysGenerated OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times a new RSA Key pair has been
generated by a SEP."
::= { alSepModuleStatsEntry 33 }
altigaSepStatsMibConformance OBJECT IDENTIFIER
::= { altigaSepStatsMibModule 1 }
altigaSepStatsMibCompliances OBJECT IDENTIFIER
::= { altigaSepStatsMibConformance 1 }
altigaSepStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SEP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSepStatsGroup
}
::= { altigaSepStatsMibCompliances 1 }
altigaSepStatsGroup OBJECT-GROUP
OBJECTS
{
alSepModuleStatsRowStatus,
alSepModuleStatsType,
alSepModuleStatsState,
alSepModuleStatsDspCodeVersion,
alSepModuleStatsHashOutboundPackets,
alSepModuleStatsHashOutboundOctets,
alSepModuleStatsHashInboundPackets,
alSepModuleStatsHashInboundOctets,
alSepModuleStatsEncPackets,
alSepModuleStatsEncOctets,
alSepModuleStatsDecPackets,
alSepModuleStatsDecOctets,
alSepModuleStatsHashEncPackets,
alSepModuleStatsHashDecPackets,
alSepModuleStatsCryptoTransformsTotal,
alSepModuleStatsPacketDrops,
alSepModuleStatsRandRequests,
alSepModuleStatsRandReplens,
alSepModuleStatsRandBytesAvail,
alSepModuleStatsRandCacheEmpty,
alSepModuleStatsDHKeysGenerated,
alSepModuleStatsDHDerivedSecretKeys,
alSepModuleStatsRSASignings,
alSepModuleStatsRSAVerifications,
alSepModuleStatsRSAEncPackets,
alSepModuleStatsRSAEncOctets,
alSepModuleStatsRSADecPackets,
alSepModuleStatsRSADecOctets,
alSepModuleStatsDSAKeysGenerated,
alSepModuleStatsDSASignings,
alSepModuleStatsDSAVerifications,
alSepModuleStatsRSAKeysGenerated
}
STATUS current
DESCRIPTION
"The objects for the SEP Module statistics."
::= { alSepGroup 2 }
END

2093
ALTIGA-SESSION-STATS-MIB.my Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

287
ALTIGA-SSH-STATS-MIB.my Normal file
View File

@ -0,0 +1,287 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SSH-STATS-MIB.my: Altiga SSH Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SSH-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Unsigned32, IpAddress,
Integer32, TimeTicks
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
EncryptionAlgorithm
FROM ALTIGA-SESSION-STATS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSsh, alSshGroup
FROM ALTIGA-MIB
alSshMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSshStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SSH Statistics MIB models counters and objects that are
of management interest for SSH.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
SSH: Secure Shell
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSshMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSshGlobal OBJECT IDENTIFIER ::= { alStatsSsh 1 }
alSshStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent."
::= { alStatsSshGlobal 1 }
alSshStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received."
::= { alStatsSshGlobal 2 }
alSshStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets."
::= { alStatsSshGlobal 3 }
alSshStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received."
::= { alStatsSshGlobal 4 }
alSshStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of SSH sessions established."
::= { alStatsSshGlobal 5 }
alSshStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions."
::= { alStatsSshGlobal 6 }
alSshStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active sessions that existed at one any time."
::= { alStatsSshGlobal 7 }
alSshStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSshStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active HTTP sessions."
::= { alStatsSsh 2 }
alSshStatsSessionEntry OBJECT-TYPE
SYNTAX AlSshStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alSshStatsSessionTable."
INDEX { alSshStatsSessionIndex }
::= { alSshStatsSessionTable 1 }
AlSshStatsSessionEntry ::= SEQUENCE {
alSshStatsSessionIndex Integer32,
alSshStatsSessionName DisplayString,
alSshStatsSessionIpAddr IpAddress,
alSshStatsSessionPort Unsigned32,
alSshStatsSessionStartTime TimeTicks,
alSshStatsSessionLoginTime Unsigned32,
alSshStatsSessionEncr EncryptionAlgorithm,
alSshStatsSessionOctetsSent Counter32,
alSshStatsSessionOctetsRcvd Counter32,
alSshStatsSessionPacketsSent Counter32,
alSshStatsSessionPacketsRcvd Counter32
}
alSshStatsSessionIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this session."
::= { alSshStatsSessionEntry 1 }
alSshStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the administrator using this session."
::= { alSshStatsSessionEntry 2 }
alSshStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP address of this session.."
::= { alSshStatsSessionEntry 3 }
alSshStatsSessionPort OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP port address of this session.."
::= { alSshStatsSessionEntry 4 }
alSshStatsSessionStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Login time of this session."
::= { alSshStatsSessionEntry 5 }
alSshStatsSessionLoginTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"time_t value of the concentrator at the start of this session."
::= { alSshStatsSessionEntry 6 }
alSshStatsSessionEncr OBJECT-TYPE
SYNTAX EncryptionAlgorithm
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of encryption algorithm used for this session."
::= { alSshStatsSessionEntry 7 }
alSshStatsSessionOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets sent during this session."
::= { alSshStatsSessionEntry 8 }
alSshStatsSessionOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets received during this session."
::= { alSshStatsSessionEntry 9 }
alSshStatsSessionPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets sent during this session."
::= { alSshStatsSessionEntry 10 }
alSshStatsSessionPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets received during this session."
::= { alSshStatsSessionEntry 11 }
altigaSshStatsMibConformance OBJECT IDENTIFIER ::= { altigaSshStatsMibModule 1 }
altigaSshStatsMibCompliances OBJECT IDENTIFIER ::= { altigaSshStatsMibConformance 1 }
altigaSshStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SSH Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSshStatsGroup
}
::= { altigaSshStatsMibCompliances 1 }
altigaSshStatsGroup OBJECT-GROUP
OBJECTS
{
alSshStatsOctetsSent,
alSshStatsOctetsRcvd,
alSshStatsPacketsSent,
alSshStatsPacketsRcvd,
alSshStatsTotalSessions,
alSshStatsActiveSessions,
alSshStatsMaxSessions,
alSshStatsSessionIndex,
alSshStatsSessionName,
alSshStatsSessionIpAddr,
alSshStatsSessionPort,
alSshStatsSessionStartTime,
alSshStatsSessionLoginTime,
alSshStatsSessionEncr,
alSshStatsSessionOctetsSent,
alSshStatsSessionOctetsRcvd,
alSshStatsSessionPacketsSent,
alSshStatsSessionPacketsRcvd
}
STATUS current
DESCRIPTION
"The objects for SSH statistics."
::= { alSshGroup 2 }
END

287
ALTIGA-SSH-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,287 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SSH-STATS-MIB.my: Altiga SSH Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SSH-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Unsigned32, IpAddress,
Integer32, TimeTicks
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
EncryptionAlgorithm
FROM ALTIGA-SESSION-STATS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSsh, alSshGroup
FROM ALTIGA-MIB
alSshMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSshStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SSH Statistics MIB models counters and objects that are
of management interest for SSH.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
SSH: Secure Shell
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSshMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSshGlobal OBJECT IDENTIFIER ::= { alStatsSsh 1 }
alSshStatsOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent."
::= { alStatsSshGlobal 1 }
alSshStatsOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received."
::= { alStatsSshGlobal 2 }
alSshStatsPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets."
::= { alStatsSshGlobal 3 }
alSshStatsPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received."
::= { alStatsSshGlobal 4 }
alSshStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of SSH sessions established."
::= { alStatsSshGlobal 5 }
alSshStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active sessions."
::= { alStatsSshGlobal 6 }
alSshStatsMaxSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of active sessions that existed at one any time."
::= { alStatsSshGlobal 7 }
alSshStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSshStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active HTTP sessions."
::= { alStatsSsh 2 }
alSshStatsSessionEntry OBJECT-TYPE
SYNTAX AlSshStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alSshStatsSessionTable."
INDEX { alSshStatsSessionIndex }
::= { alSshStatsSessionTable 1 }
AlSshStatsSessionEntry ::= SEQUENCE {
alSshStatsSessionIndex Integer32,
alSshStatsSessionName DisplayString,
alSshStatsSessionIpAddr IpAddress,
alSshStatsSessionPort Unsigned32,
alSshStatsSessionStartTime TimeTicks,
alSshStatsSessionLoginTime Unsigned32,
alSshStatsSessionEncr EncryptionAlgorithm,
alSshStatsSessionOctetsSent Counter32,
alSshStatsSessionOctetsRcvd Counter32,
alSshStatsSessionPacketsSent Counter32,
alSshStatsSessionPacketsRcvd Counter32
}
alSshStatsSessionIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this session."
::= { alSshStatsSessionEntry 1 }
alSshStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the administrator using this session."
::= { alSshStatsSessionEntry 2 }
alSshStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP address of this session.."
::= { alSshStatsSessionEntry 3 }
alSshStatsSessionPort OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote IP port address of this session.."
::= { alSshStatsSessionEntry 4 }
alSshStatsSessionStartTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Login time of this session."
::= { alSshStatsSessionEntry 5 }
alSshStatsSessionLoginTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"time_t value of the concentrator at the start of this session."
::= { alSshStatsSessionEntry 6 }
alSshStatsSessionEncr OBJECT-TYPE
SYNTAX EncryptionAlgorithm
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of encryption algorithm used for this session."
::= { alSshStatsSessionEntry 7 }
alSshStatsSessionOctetsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets sent during this session."
::= { alSshStatsSessionEntry 8 }
alSshStatsSessionOctetsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets received during this session."
::= { alSshStatsSessionEntry 9 }
alSshStatsSessionPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets sent during this session."
::= { alSshStatsSessionEntry 10 }
alSshStatsSessionPacketsRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets received during this session."
::= { alSshStatsSessionEntry 11 }
altigaSshStatsMibConformance OBJECT IDENTIFIER ::= { altigaSshStatsMibModule 1 }
altigaSshStatsMibCompliances OBJECT IDENTIFIER ::= { altigaSshStatsMibConformance 1 }
altigaSshStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SSH Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSshStatsGroup
}
::= { altigaSshStatsMibCompliances 1 }
altigaSshStatsGroup OBJECT-GROUP
OBJECTS
{
alSshStatsOctetsSent,
alSshStatsOctetsRcvd,
alSshStatsPacketsSent,
alSshStatsPacketsRcvd,
alSshStatsTotalSessions,
alSshStatsActiveSessions,
alSshStatsMaxSessions,
alSshStatsSessionIndex,
alSshStatsSessionName,
alSshStatsSessionIpAddr,
alSshStatsSessionPort,
alSshStatsSessionStartTime,
alSshStatsSessionLoginTime,
alSshStatsSessionEncr,
alSshStatsSessionOctetsSent,
alSshStatsSessionOctetsRcvd,
alSshStatsSessionPacketsSent,
alSshStatsSessionPacketsRcvd
}
STATUS current
DESCRIPTION
"The objects for SSH statistics."
::= { alSshGroup 2 }
END

154
ALTIGA-SSL-STATS-MIB.my Normal file
View File

@ -0,0 +1,154 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SSL-STATS-MIB.my: Altiga SSL Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SSL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSsl, alSslGroup
FROM ALTIGA-MIB
alSslMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSslStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SSL Statistics MIB models counters and objects that are
of management interest for SSL.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
SSL: Secure Sockets Layer
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSslMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSslGlobal OBJECT IDENTIFIER ::= { alStatsSsl 1 }
alSslStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total sessions."
::= { alStatsSslGlobal 1 }
alSslStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of active sessions."
::= { alStatsSslGlobal 2 }
alSslStatsMaxSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number current of active sessions at
any one time."
::= { alStatsSslGlobal 3 }
alSslStatsPreDecryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent to the decryption engine. Includes
octets used as part of negotiation."
::= { alStatsSslGlobal 4 }
alSslStatsPostDecryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received from the decryption engine."
::= { alStatsSslGlobal 5 }
alSslStatsPreEncryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets send to the encryption engine."
::= { alStatsSslGlobal 6 }
alSslStatsPostEncryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received from the encryption engine.
Includes octets used as part of negitiation."
::= { alStatsSslGlobal 7 }
altigaSslStatsMibConformance OBJECT IDENTIFIER ::= { altigaSslStatsMibModule 1 }
altigaSslStatsMibCompliances OBJECT IDENTIFIER ::= { altigaSslStatsMibConformance 1 }
altigaSslStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SSL Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSslStatsGroup
}
::= { altigaSslStatsMibCompliances 1 }
altigaSslStatsGroup OBJECT-GROUP
OBJECTS
{
alSslStatsTotalSessions,
alSslStatsActiveSessions,
alSslStatsMaxSessions,
alSslStatsPreDecryptOctets,
alSslStatsPostDecryptOctets,
alSslStatsPreEncryptOctets,
alSslStatsPostEncryptOctets
}
STATUS current
DESCRIPTION
"The objects for SSL statistics."
::= { alSslGroup 2 }
END

154
ALTIGA-SSL-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,154 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SSL-STATS-MIB.my: Altiga SSL Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SSL-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSsl, alSslGroup
FROM ALTIGA-MIB
alSslMibModule
FROM ALTIGA-GLOBAL-REG;
altigaSslStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga SSL Statistics MIB models counters and objects that are
of management interest for SSL.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
SSL: Secure Sockets Layer
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSslMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSslGlobal OBJECT IDENTIFIER ::= { alStatsSsl 1 }
alSslStatsTotalSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total sessions."
::= { alStatsSslGlobal 1 }
alSslStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of active sessions."
::= { alStatsSslGlobal 2 }
alSslStatsMaxSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number current of active sessions at
any one time."
::= { alStatsSslGlobal 3 }
alSslStatsPreDecryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets sent to the decryption engine. Includes
octets used as part of negotiation."
::= { alStatsSslGlobal 4 }
alSslStatsPostDecryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received from the decryption engine."
::= { alStatsSslGlobal 5 }
alSslStatsPreEncryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets send to the encryption engine."
::= { alStatsSslGlobal 6 }
alSslStatsPostEncryptOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received from the encryption engine.
Includes octets used as part of negitiation."
::= { alStatsSslGlobal 7 }
altigaSslStatsMibConformance OBJECT IDENTIFIER ::= { altigaSslStatsMibModule 1 }
altigaSslStatsMibCompliances OBJECT IDENTIFIER ::= { altigaSslStatsMibConformance 1 }
altigaSslStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga SSL Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSslStatsGroup
}
::= { altigaSslStatsMibCompliances 1 }
altigaSslStatsGroup OBJECT-GROUP
OBJECTS
{
alSslStatsTotalSessions,
alSslStatsActiveSessions,
alSslStatsMaxSessions,
alSslStatsPreDecryptOctets,
alSslStatsPostDecryptOctets,
alSslStatsPreEncryptOctets,
alSslStatsPostEncryptOctets
}
STATUS current
DESCRIPTION
"The objects for SSL statistics."
::= { alSslGroup 2 }
END

362
ALTIGA-SYNC-STATS-MIB.my Normal file
View File

@ -0,0 +1,362 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SYNC-STATS-MIB.my: Altiga Sync Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SYNC-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSync, alSyncGroup
FROM ALTIGA-MIB
alSyncMibModule
FROM ALTIGA-GLOBAL-REG
InterfaceIndex
FROM IF-MIB;
altigaSyncStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Sync Statistics MIB models counters and objects
that are of management interest.
Acronyms
The following acronyms are used in this document:
CRC: Cyclic Redundancy Check
HDLC: High-level Data Link Control
MIB: Management Information Base
MTU: Maximum Transmission Unit
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSyncMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSyncGlobal OBJECT IDENTIFIER ::= { alStatsSync 1 }
alSyncStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSyncStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SYNC interface statistics MIB."
::= { alStatsSync 2 }
alSyncStatsEntry OBJECT-TYPE
SYNTAX AlSyncStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry the alSyncStatsTable."
INDEX { alSyncStatsSlot, alSyncStatsConn, alSyncStatsChannel }
::= { alSyncStatsTable 1 }
AlSyncStatsEntry ::= SEQUENCE {
alSyncStatsRowStatus RowStatus,
alSyncStatsSlot Integer32,
alSyncStatsConn Integer32,
alSyncStatsChannel Integer32,
alSyncStatsIfIndex InterfaceIndex,
alSyncStatsPortState INTEGER,
alSyncStatsRxFrames Counter32,
alSyncStatsRxOctets Counter32,
alSyncStatsRxReplenFails Counter32,
alSyncStatsRxClockErrors Counter32,
alSyncStatsRxDpllErrors Counter32,
alSyncStatsRxFrameTooLongErrors Counter32,
alSyncStatsRxFrameOctetAlignErrors Counter32,
alSyncStatsRxAbortErrors Counter32,
alSyncStatsRxCrcErrors Counter32,
alSyncStatsRxRcvrOverrunErrors Counter32,
alSyncStatsTxFrames Counter32,
alSyncStatsTxOctets Counter32,
alSyncStatsTxRingFullDropsErrors Counter32,
alSyncStatsTxClockErrors Counter32,
alSyncStatsTxFrameTooLongErrors Counter32,
alSyncStatsTxUnderrunErrors Counter32
}
alSyncStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alSyncStatsEntry 1 }
alSyncStatsSlot OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot for this Sync port. Part of the index."
::= { alSyncStatsEntry 2 }
alSyncStatsConn OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical connector for this Sync port. Part of the index."
::= { alSyncStatsEntry 3 }
alSyncStatsChannel OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The virtual channel for this Sync port. Part of the index."
::= { alSyncStatsEntry 4 }
alSyncStatsIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IfIndex of this SYNC slot/conn/channel. This is
configured, but configuration is not available via
SNMP."
::= { alSyncStatsEntry 5 }
alSyncStatsPortState OBJECT-TYPE
SYNTAX INTEGER {
init(1), -- port is coming up
running(2), -- port has finished initialization
-- and is waiting to transition to
-- data state
up(3), -- ready to pass packets
down(4) -- port is down, unable to pass
-- packets
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the interface.
The init(1) state indicates the port is in the state
of trying to come up. It will transition to running(2)
once initialization is complete. up(3) indicates the
interface is capable of passing packets. down(4) indicates
the interface is no longer capable of passing packets."
::= { alSyncStatsEntry 6 }
alSyncStatsRxFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames received on this HDLC interface."
::= { alSyncStatsEntry 7 }
alSyncStatsRxOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received on this HDLC interface."
::= { alSyncStatsEntry 8 }
alSyncStatsRxReplenFails OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times receive buffers could not be allocated
on this HDLC interface."
::= { alSyncStatsEntry 9 }
alSyncStatsRxClockErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of clock errors on this HDLC interface."
::= { alSyncStatsEntry 10 }
alSyncStatsRxDpllErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of DPLL errors received on this HDLC interface."
::= { alSyncStatsEntry 11 }
alSyncStatsRxFrameTooLongErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received long frame errors received on this
HDLC interface."
::= { alSyncStatsEntry 12 }
alSyncStatsRxFrameOctetAlignErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received long frame errors received on
this HDLC interface."
::= { alSyncStatsEntry 13 }
alSyncStatsRxAbortErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received abort errors received on
this HDLC interface."
::= { alSyncStatsEntry 14 }
alSyncStatsRxCrcErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received CRC errors received on
this HDLC interface."
::= { alSyncStatsEntry 15 }
alSyncStatsRxRcvrOverrunErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received CRC errors received on
this HDLC interface."
::= { alSyncStatsEntry 16 }
alSyncStatsTxFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted frames on this HDLC interface."
::= { alSyncStatsEntry 17 }
alSyncStatsTxOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted frames on this HDLC interface."
::= { alSyncStatsEntry 18 }
alSyncStatsTxRingFullDropsErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames dropped on this HDLC interface because
the transmit ring was full."
::= { alSyncStatsEntry 19 }
alSyncStatsTxClockErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmit clock errors on this HDLC interface."
::= { alSyncStatsEntry 20 }
alSyncStatsTxFrameTooLongErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames dropped this HDLC interface because they
were long than the interface's MTU."
::= { alSyncStatsEntry 21 }
alSyncStatsTxUnderrunErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitter underruns on this HDLC interface."
::= { alSyncStatsEntry 22 }
altigaSyncStatsMibConformance OBJECT IDENTIFIER
::= { altigaSyncStatsMibModule 1 }
altigaSyncStatsMibCompliances OBJECT IDENTIFIER
::= { altigaSyncStatsMibConformance 1 }
altigaSyncStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Sync Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSyncStatsGroup
}
::= { altigaSyncStatsMibCompliances 1 }
altigaSyncStatsGroup OBJECT-GROUP
OBJECTS
{
alSyncStatsRowStatus,
alSyncStatsSlot,
alSyncStatsConn,
alSyncStatsChannel,
alSyncStatsIfIndex,
alSyncStatsPortState,
alSyncStatsRxFrames,
alSyncStatsRxOctets,
alSyncStatsRxReplenFails,
alSyncStatsRxClockErrors,
alSyncStatsRxDpllErrors,
alSyncStatsRxFrameTooLongErrors,
alSyncStatsRxFrameOctetAlignErrors,
alSyncStatsRxAbortErrors,
alSyncStatsRxCrcErrors,
alSyncStatsRxRcvrOverrunErrors,
alSyncStatsTxFrames,
alSyncStatsTxOctets,
alSyncStatsTxRingFullDropsErrors,
alSyncStatsTxClockErrors,
alSyncStatsTxFrameTooLongErrors,
alSyncStatsTxUnderrunErrors
}
STATUS current
DESCRIPTION
"The objects for SYNC configuration."
::= { alSyncGroup 2 }
END

362
ALTIGA-SYNC-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,362 @@
-- *------------------------------------------------------------------
-- * ALTIGA-SYNC-STATS-MIB.my: Altiga Sync Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-SYNC-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsSync, alSyncGroup
FROM ALTIGA-MIB
alSyncMibModule
FROM ALTIGA-GLOBAL-REG
InterfaceIndex
FROM IF-MIB;
altigaSyncStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga Sync Statistics MIB models counters and objects
that are of management interest.
Acronyms
The following acronyms are used in this document:
CRC: Cyclic Redundancy Check
HDLC: High-level Data Link Control
MIB: Management Information Base
MTU: Maximum Transmission Unit
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alSyncMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsSyncGlobal OBJECT IDENTIFIER ::= { alStatsSync 1 }
alSyncStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlSyncStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SYNC interface statistics MIB."
::= { alStatsSync 2 }
alSyncStatsEntry OBJECT-TYPE
SYNTAX AlSyncStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry the alSyncStatsTable."
INDEX { alSyncStatsSlot, alSyncStatsConn, alSyncStatsChannel }
::= { alSyncStatsTable 1 }
AlSyncStatsEntry ::= SEQUENCE {
alSyncStatsRowStatus RowStatus,
alSyncStatsSlot Integer32,
alSyncStatsConn Integer32,
alSyncStatsChannel Integer32,
alSyncStatsIfIndex InterfaceIndex,
alSyncStatsPortState INTEGER,
alSyncStatsRxFrames Counter32,
alSyncStatsRxOctets Counter32,
alSyncStatsRxReplenFails Counter32,
alSyncStatsRxClockErrors Counter32,
alSyncStatsRxDpllErrors Counter32,
alSyncStatsRxFrameTooLongErrors Counter32,
alSyncStatsRxFrameOctetAlignErrors Counter32,
alSyncStatsRxAbortErrors Counter32,
alSyncStatsRxCrcErrors Counter32,
alSyncStatsRxRcvrOverrunErrors Counter32,
alSyncStatsTxFrames Counter32,
alSyncStatsTxOctets Counter32,
alSyncStatsTxRingFullDropsErrors Counter32,
alSyncStatsTxClockErrors Counter32,
alSyncStatsTxFrameTooLongErrors Counter32,
alSyncStatsTxUnderrunErrors Counter32
}
alSyncStatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alSyncStatsEntry 1 }
alSyncStatsSlot OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot for this Sync port. Part of the index."
::= { alSyncStatsEntry 2 }
alSyncStatsConn OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical connector for this Sync port. Part of the index."
::= { alSyncStatsEntry 3 }
alSyncStatsChannel OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The virtual channel for this Sync port. Part of the index."
::= { alSyncStatsEntry 4 }
alSyncStatsIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IfIndex of this SYNC slot/conn/channel. This is
configured, but configuration is not available via
SNMP."
::= { alSyncStatsEntry 5 }
alSyncStatsPortState OBJECT-TYPE
SYNTAX INTEGER {
init(1), -- port is coming up
running(2), -- port has finished initialization
-- and is waiting to transition to
-- data state
up(3), -- ready to pass packets
down(4) -- port is down, unable to pass
-- packets
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the interface.
The init(1) state indicates the port is in the state
of trying to come up. It will transition to running(2)
once initialization is complete. up(3) indicates the
interface is capable of passing packets. down(4) indicates
the interface is no longer capable of passing packets."
::= { alSyncStatsEntry 6 }
alSyncStatsRxFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames received on this HDLC interface."
::= { alSyncStatsEntry 7 }
alSyncStatsRxOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets received on this HDLC interface."
::= { alSyncStatsEntry 8 }
alSyncStatsRxReplenFails OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times receive buffers could not be allocated
on this HDLC interface."
::= { alSyncStatsEntry 9 }
alSyncStatsRxClockErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of clock errors on this HDLC interface."
::= { alSyncStatsEntry 10 }
alSyncStatsRxDpllErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of DPLL errors received on this HDLC interface."
::= { alSyncStatsEntry 11 }
alSyncStatsRxFrameTooLongErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received long frame errors received on this
HDLC interface."
::= { alSyncStatsEntry 12 }
alSyncStatsRxFrameOctetAlignErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received long frame errors received on
this HDLC interface."
::= { alSyncStatsEntry 13 }
alSyncStatsRxAbortErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received abort errors received on
this HDLC interface."
::= { alSyncStatsEntry 14 }
alSyncStatsRxCrcErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received CRC errors received on
this HDLC interface."
::= { alSyncStatsEntry 15 }
alSyncStatsRxRcvrOverrunErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received CRC errors received on
this HDLC interface."
::= { alSyncStatsEntry 16 }
alSyncStatsTxFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted frames on this HDLC interface."
::= { alSyncStatsEntry 17 }
alSyncStatsTxOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitted frames on this HDLC interface."
::= { alSyncStatsEntry 18 }
alSyncStatsTxRingFullDropsErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames dropped on this HDLC interface because
the transmit ring was full."
::= { alSyncStatsEntry 19 }
alSyncStatsTxClockErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmit clock errors on this HDLC interface."
::= { alSyncStatsEntry 20 }
alSyncStatsTxFrameTooLongErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of frames dropped this HDLC interface because they
were long than the interface's MTU."
::= { alSyncStatsEntry 21 }
alSyncStatsTxUnderrunErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of transmitter underruns on this HDLC interface."
::= { alSyncStatsEntry 22 }
altigaSyncStatsMibConformance OBJECT IDENTIFIER
::= { altigaSyncStatsMibModule 1 }
altigaSyncStatsMibCompliances OBJECT IDENTIFIER
::= { altigaSyncStatsMibConformance 1 }
altigaSyncStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Sync Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaSyncStatsGroup
}
::= { altigaSyncStatsMibCompliances 1 }
altigaSyncStatsGroup OBJECT-GROUP
OBJECTS
{
alSyncStatsRowStatus,
alSyncStatsSlot,
alSyncStatsConn,
alSyncStatsChannel,
alSyncStatsIfIndex,
alSyncStatsPortState,
alSyncStatsRxFrames,
alSyncStatsRxOctets,
alSyncStatsRxReplenFails,
alSyncStatsRxClockErrors,
alSyncStatsRxDpllErrors,
alSyncStatsRxFrameTooLongErrors,
alSyncStatsRxFrameOctetAlignErrors,
alSyncStatsRxAbortErrors,
alSyncStatsRxCrcErrors,
alSyncStatsRxRcvrOverrunErrors,
alSyncStatsTxFrames,
alSyncStatsTxOctets,
alSyncStatsTxRingFullDropsErrors,
alSyncStatsTxClockErrors,
alSyncStatsTxFrameTooLongErrors,
alSyncStatsTxUnderrunErrors
}
STATUS current
DESCRIPTION
"The objects for SYNC configuration."
::= { alSyncGroup 2 }
END

275
ALTIGA-T1E1-STATS-MIB.my Normal file
View File

@ -0,0 +1,275 @@
-- *------------------------------------------------------------------
-- * ALTIGA-T1E1-STATS-MIB.my: Altiga T1/E1 Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-T1E1-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsT1E1, alT1E1Group
FROM ALTIGA-MIB
alT1E1MibModule
FROM ALTIGA-GLOBAL-REG;
altigaT1E1StatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga T1/E1 Statistics MIB models counters and objects that are
of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alT1E1MibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsT1E1Global OBJECT IDENTIFIER ::= { alStatsT1E1 1 }
alT1E1StatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlT1E1StatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The T1/E1 interface statistics MIB."
::= { alStatsT1E1 2 }
alT1E1StatsEntry OBJECT-TYPE
SYNTAX AlT1E1StatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry the alT1E1StatsTable."
INDEX { alT1E1StatsSlot, alT1E1StatsConn }
::= { alT1E1StatsTable 1 }
AlT1E1StatsEntry ::= SEQUENCE {
alT1E1StatsRowStatus RowStatus,
alT1E1StatsSlot Integer32,
alT1E1StatsConn Integer32,
alT1E1StatsLineStatus INTEGER,
alT1E1StatsElapsedSecs Counter32,
alT1E1StatsBPVs Counter32,
alT1E1StatsESs Counter32,
alT1E1StatsSESs Counter32,
alT1E1StatsBESs Counter32,
alT1E1StatsSEFSs Counter32,
alT1E1StatsUASs Counter32,
alT1E1StatsLCVs Counter32,
alT1E1StatsCSSs Counter32,
alT1E1StatsDMs Counter32,
alT1E1StatsPCVs Counter32,
alT1E1StatsLESs Counter32
}
alT1E1StatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alT1E1StatsEntry 1 }
alT1E1StatsSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot for this T1/E1 port. Part of the index."
::= { alT1E1StatsEntry 2 }
alT1E1StatsConn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical connector for this T1/E1 port. Part of the index."
::= { alT1E1StatsEntry 3 }
alT1E1StatsLineStatus OBJECT-TYPE
SYNTAX INTEGER {
init (1),
up (2),
red (3),
blue (4),
yellow (5),
loopback (6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the line."
::= { alT1E1StatsEntry 4 }
alT1E1StatsElapsedSecs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of seconds this T1/E1 port has been running."
::= { alT1E1StatsEntry 5 }
alT1E1StatsBPVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bipolar violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 6 }
alT1E1StatsESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 7 }
alT1E1StatsSESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of severly errored secondss detected on this T1/E1 port."
::= { alT1E1StatsEntry 8 }
alT1E1StatsBESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bursty errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 9 }
alT1E1StatsSEFSs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of severly errored framing seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 10 }
alT1E1StatsUASs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of unavailable seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 11 }
alT1E1StatsLCVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of line coding violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 12 }
alT1E1StatsCSSs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of controlled slips detected on this T1/E1 port."
::= { alT1E1StatsEntry 13 }
alT1E1StatsDMs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of degraded minutes detected on this T1/E1 port."
::= { alT1E1StatsEntry 14 }
alT1E1StatsPCVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of path coding violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 15 }
alT1E1StatsLESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of line errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 16 }
altigaT1E1StatsMibConformance OBJECT IDENTIFIER ::= { altigaT1E1StatsMibModule 1 }
altigaT1E1StatsMibCompliances OBJECT IDENTIFIER ::= { altigaT1E1StatsMibConformance 1 }
altigaT1E1StatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga T1/E1 Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaT1E1StatsGroup
}
::= { altigaT1E1StatsMibCompliances 1 }
altigaT1E1StatsGroup OBJECT-GROUP
OBJECTS
{
alT1E1StatsRowStatus,
alT1E1StatsSlot,
alT1E1StatsConn,
alT1E1StatsLineStatus,
alT1E1StatsElapsedSecs,
alT1E1StatsBPVs,
alT1E1StatsESs,
alT1E1StatsSESs,
alT1E1StatsBESs,
alT1E1StatsSEFSs,
alT1E1StatsUASs,
alT1E1StatsLCVs,
alT1E1StatsCSSs,
alT1E1StatsDMs,
alT1E1StatsPCVs,
alT1E1StatsLESs
}
STATUS current
DESCRIPTION
"The objects for T1/E1 configuration."
::= { alT1E1Group 2 }
END

275
ALTIGA-T1E1-STATS-MIB.my 2 Normal file
View File

@ -0,0 +1,275 @@
-- *------------------------------------------------------------------
-- * ALTIGA-T1E1-STATS-MIB.my: Altiga T1/E1 Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-T1E1-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
RowStatus
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsT1E1, alT1E1Group
FROM ALTIGA-MIB
alT1E1MibModule
FROM ALTIGA-GLOBAL-REG;
altigaT1E1StatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga T1/E1 Statistics MIB models counters and objects that are
of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alT1E1MibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsT1E1Global OBJECT IDENTIFIER ::= { alStatsT1E1 1 }
alT1E1StatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlT1E1StatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The T1/E1 interface statistics MIB."
::= { alStatsT1E1 2 }
alT1E1StatsEntry OBJECT-TYPE
SYNTAX AlT1E1StatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry the alT1E1StatsTable."
INDEX { alT1E1StatsSlot, alT1E1StatsConn }
::= { alT1E1StatsTable 1 }
AlT1E1StatsEntry ::= SEQUENCE {
alT1E1StatsRowStatus RowStatus,
alT1E1StatsSlot Integer32,
alT1E1StatsConn Integer32,
alT1E1StatsLineStatus INTEGER,
alT1E1StatsElapsedSecs Counter32,
alT1E1StatsBPVs Counter32,
alT1E1StatsESs Counter32,
alT1E1StatsSESs Counter32,
alT1E1StatsBESs Counter32,
alT1E1StatsSEFSs Counter32,
alT1E1StatsUASs Counter32,
alT1E1StatsLCVs Counter32,
alT1E1StatsCSSs Counter32,
alT1E1StatsDMs Counter32,
alT1E1StatsPCVs Counter32,
alT1E1StatsLESs Counter32
}
alT1E1StatsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row."
::= { alT1E1StatsEntry 1 }
alT1E1StatsSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot for this T1/E1 port. Part of the index."
::= { alT1E1StatsEntry 2 }
alT1E1StatsConn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical connector for this T1/E1 port. Part of the index."
::= { alT1E1StatsEntry 3 }
alT1E1StatsLineStatus OBJECT-TYPE
SYNTAX INTEGER {
init (1),
up (2),
red (3),
blue (4),
yellow (5),
loopback (6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the line."
::= { alT1E1StatsEntry 4 }
alT1E1StatsElapsedSecs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of seconds this T1/E1 port has been running."
::= { alT1E1StatsEntry 5 }
alT1E1StatsBPVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bipolar violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 6 }
alT1E1StatsESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 7 }
alT1E1StatsSESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of severly errored secondss detected on this T1/E1 port."
::= { alT1E1StatsEntry 8 }
alT1E1StatsBESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bursty errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 9 }
alT1E1StatsSEFSs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of severly errored framing seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 10 }
alT1E1StatsUASs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of unavailable seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 11 }
alT1E1StatsLCVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of line coding violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 12 }
alT1E1StatsCSSs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of controlled slips detected on this T1/E1 port."
::= { alT1E1StatsEntry 13 }
alT1E1StatsDMs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of degraded minutes detected on this T1/E1 port."
::= { alT1E1StatsEntry 14 }
alT1E1StatsPCVs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of path coding violations detected on this T1/E1 port."
::= { alT1E1StatsEntry 15 }
alT1E1StatsLESs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of line errored seconds detected on this T1/E1 port."
::= { alT1E1StatsEntry 16 }
altigaT1E1StatsMibConformance OBJECT IDENTIFIER ::= { altigaT1E1StatsMibModule 1 }
altigaT1E1StatsMibCompliances OBJECT IDENTIFIER ::= { altigaT1E1StatsMibConformance 1 }
altigaT1E1StatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga T1/E1 Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaT1E1StatsGroup
}
::= { altigaT1E1StatsMibCompliances 1 }
altigaT1E1StatsGroup OBJECT-GROUP
OBJECTS
{
alT1E1StatsRowStatus,
alT1E1StatsSlot,
alT1E1StatsConn,
alT1E1StatsLineStatus,
alT1E1StatsElapsedSecs,
alT1E1StatsBPVs,
alT1E1StatsESs,
alT1E1StatsSESs,
alT1E1StatsBESs,
alT1E1StatsSEFSs,
alT1E1StatsUASs,
alT1E1StatsLCVs,
alT1E1StatsCSSs,
alT1E1StatsDMs,
alT1E1StatsPCVs,
alT1E1StatsLESs
}
STATUS current
DESCRIPTION
"The objects for T1/E1 configuration."
::= { alT1E1Group 2 }
END

585
ALTIGA-TELNET-STATS-MIB.my Normal file
View File

@ -0,0 +1,585 @@
-- *------------------------------------------------------------------
-- * ALTIGA-TELNET-STATS-MIB.my: Altiga TELNET Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-TELNET-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32, Counter32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsTelnet, alTelnetGroup
FROM ALTIGA-MIB
alTelnetMibModule
FROM ALTIGA-GLOBAL-REG;
altigaTelnetStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga TELNET Statistics MIB models counters and objects that are
of management interest for telnet sessions.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alTelnetMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsTelnetGlobal OBJECT IDENTIFIER ::= { alStatsTelnet 1 }
alTelnetStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active Telnet sessions."
::= { alStatsTelnetGlobal 1 }
alTelnetStatsAttemptedSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attempts made to establish Telnet sessions."
::= { alStatsTelnetGlobal 2 }
alTelnetStatsSuccessfulSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of successfully established Telnet sessions."
::= { alStatsTelnetGlobal 3 }
alTelnetStatsInNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were received from the network
since the system was booted."
::= { alStatsTelnetGlobal 4 }
alTelnetStatsInNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were received from the network
since the system was booted."
::= { alStatsTelnetGlobal 5 }
alTelnetStatsInNetCmdOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of octets that contained Telnet commands or options
that were received from the network since the system was booted."
::= { alStatsTelnetGlobal 6 }
-- /* Syncs sequences are not yet supported, but when they are add the following:
-- /* should move it to the bottom to avoid renumbering, but this is it's pos in TNSTATS
-- alTelnetStatsSyncSeqs OBJECT-TYPE
-- SYNTAX Counter32
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The total number of Telnet sync sequences that were received from
-- the network since the system was booted."
-- ::= { alStatsTelnetGlobal X }
alTelnetStatsInNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets from the network that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 7 }
alTelnetStatsInNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets from the network that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 8 }
-- /* Out Net
alTelnetStatsOutNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were transmitted to the network
since the system was booted."
::= { alStatsTelnetGlobal 9 }
alTelnetStatsOutNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were transmitted to the network
since the system was booted."
::= { alStatsTelnetGlobal 10 }
alTelnetStatsOutNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets destined for the network that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 11 }
alTelnetStatsOutNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets destined for the network that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 12 }
-- In Shell
alTelnetStatsInShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were received from the shell
since the system was booted."
::= { alStatsTelnetGlobal 13 }
alTelnetStatsInShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were received from the shell
since the system was booted."
::= { alStatsTelnetGlobal 14 }
alTelnetStatsInShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets from the shell that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 15 }
alTelnetStatsInShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets from the shell that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 16 }
-- Out Shell
alTelnetStatsOutShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were transmitted to the shell
since the system was booted."
::= { alStatsTelnetGlobal 17 }
alTelnetStatsOutShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were transmitted to the shell
since the system was booted."
::= { alStatsTelnetGlobal 18 }
alTelnetStatsOutShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets destined for the shell that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 19 }
alTelnetStatsOutShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets destined for the shell that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 20 }
-- Per session stats
alTelnetStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlTelnetStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsTelnet 2 }
alTelnetStatsSessionEntry OBJECT-TYPE
SYNTAX AlTelnetStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alTelnetStatsSessionTable."
INDEX { alTelnetStatsSessionId }
::= { alTelnetStatsSessionTable 1 }
AlTelnetStatsSessionEntry ::= SEQUENCE {
alTelnetStatsSessionRowStatus RowStatus,
alTelnetStatsSessionId Integer32,
alTelnetStatsSessionIpAddr IpAddress,
alTelnetStatsSessionSrcPort Integer32,
alTelnetStatsSessionName DisplayString,
alTelnetStatsSessionInNetPackets Counter32,
alTelnetStatsSessionInNetOctets Counter32,
alTelnetStatsSessionInNetCmdOctets Counter32,
-- alTelnetStatsSessionSyncSeqs Counter32,
alTelnetStatsSessionInNetDropPackets Counter32,
alTelnetStatsSessionInNetDropOctets Counter32,
alTelnetStatsSessionOutNetPackets Counter32,
alTelnetStatsSessionOutNetOctets Counter32,
alTelnetStatsSessionOutNetDropPackets Counter32,
alTelnetStatsSessionOutNetDropOctets Counter32,
alTelnetStatsSessionInShPackets Counter32,
alTelnetStatsSessionInShOctets Counter32,
alTelnetStatsSessionInShDropPackets Counter32,
alTelnetStatsSessionInShDropOctets Counter32,
alTelnetStatsSessionOutShPackets Counter32,
alTelnetStatsSessionOutShOctets Counter32,
alTelnetStatsSessionOutShDropPackets Counter32,
alTelnetStatsSessionOutShDropOctets Counter32
}
alTelnetStatsSessionRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session,
cannot be used to create a Session."
::= { alTelnetStatsSessionEntry 1 }
alTelnetStatsSessionId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique Telnet session process ID, used as the
index for this row."
::= { alTelnetStatsSessionEntry 2 }
alTelnetStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alTelnetStatsSessionEntry 3 }
alTelnetStatsSessionSrcPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The TCP source port number of the remote client."
::= { alTelnetStatsSessionEntry 4 }
alTelnetStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique Telnet session process name, used as the
index for this row."
::= { alTelnetStatsSessionEntry 5 }
alTelnetStatsSessionInNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were received from the network
since the system was booted."
::= { alTelnetStatsSessionEntry 6 }
alTelnetStatsSessionInNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were received from the network
since the system was booted."
::= { alTelnetStatsSessionEntry 7 }
alTelnetStatsSessionInNetCmdOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of octets that contained Telnet commands or options
that were received from the network since the system was booted."
::= { alTelnetStatsSessionEntry 8 }
-- Syncs sequences are not yet supported, but when they are add the following:
-- should move it to the bottom to avoid renumbering, but this is it's pos in TNSTATS
-- alTelnetStatsSessionSyncSeqs OBJECT-TYPE
-- SYNTAX Counter32
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The per session number of Telnet sync sequences that were received from
-- the network since the system was booted."
-- ::= { alTelnetStatsSessionEntry XX }
alTelnetStatsSessionInNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets from the network that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 9 }
alTelnetStatsSessionInNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets from the network that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 10 }
-- Out Net
alTelnetStatsSessionOutNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were transmitted to the network
since the system was booted."
::= { alTelnetStatsSessionEntry 11 }
alTelnetStatsSessionOutNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were transmitted to the network
since the system was booted."
::= { alTelnetStatsSessionEntry 12 }
alTelnetStatsSessionOutNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets destined for the network that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 13 }
alTelnetStatsSessionOutNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets destined for the network that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 14 }
-- In Shell
alTelnetStatsSessionInShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were received from the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 15 }
alTelnetStatsSessionInShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were received from the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 16 }
alTelnetStatsSessionInShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets from the shell that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 17 }
alTelnetStatsSessionInShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets from the shell that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 18 }
-- Out Shell
alTelnetStatsSessionOutShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were transmitted to the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 19 }
alTelnetStatsSessionOutShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were transmitted to the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 20 }
alTelnetStatsSessionOutShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets destined for the shell that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 21 }
alTelnetStatsSessionOutShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets destined for the shell that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 22 }
altigaTelnetStatsMibConformance OBJECT IDENTIFIER ::= { altigaTelnetStatsMibModule 1 }
altigaTelnetStatsMibCompliances OBJECT IDENTIFIER ::= { altigaTelnetStatsMibConformance 1 }
altigaTelnetStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Telnet Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaTelnetStatsGroup
}
::= { altigaTelnetStatsMibCompliances 1 }
altigaTelnetStatsGroup OBJECT-GROUP
OBJECTS
{
alTelnetStatsActiveSessions,
alTelnetStatsAttemptedSessions,
alTelnetStatsSuccessfulSessions,
alTelnetStatsInNetPackets,
alTelnetStatsInNetOctets,
alTelnetStatsInNetCmdOctets,
-- alTelnetStatsSyncSeqs,
alTelnetStatsInNetDropPackets,
alTelnetStatsInNetDropOctets,
alTelnetStatsOutNetPackets,
alTelnetStatsOutNetOctets,
alTelnetStatsOutNetDropPackets,
alTelnetStatsOutNetDropOctets,
alTelnetStatsInShPackets,
alTelnetStatsInShOctets,
alTelnetStatsInShDropPackets,
alTelnetStatsInShDropOctets,
alTelnetStatsOutShPackets,
alTelnetStatsOutShOctets,
alTelnetStatsOutShDropPackets,
alTelnetStatsOutShDropOctets,
alTelnetStatsSessionRowStatus,
alTelnetStatsSessionId,
alTelnetStatsSessionIpAddr,
alTelnetStatsSessionSrcPort,
alTelnetStatsSessionName,
alTelnetStatsSessionInNetPackets,
alTelnetStatsSessionInNetOctets,
alTelnetStatsSessionInNetCmdOctets,
-- alTelnetStatsSessionSyncSeqs,
alTelnetStatsSessionInNetDropPackets,
alTelnetStatsSessionInNetDropOctets,
alTelnetStatsSessionOutNetPackets,
alTelnetStatsSessionOutNetOctets,
alTelnetStatsSessionOutNetDropPackets,
alTelnetStatsSessionOutNetDropOctets,
alTelnetStatsSessionInShPackets,
alTelnetStatsSessionInShOctets,
alTelnetStatsSessionInShDropPackets,
alTelnetStatsSessionInShDropOctets,
alTelnetStatsSessionOutShPackets,
alTelnetStatsSessionOutShOctets,
alTelnetStatsSessionOutShDropPackets,
alTelnetStatsSessionOutShDropOctets
}
STATUS current
DESCRIPTION
"The objects for the Telnet Server statistics."
::= { alTelnetGroup 2 }
END

View File

@ -0,0 +1,585 @@
-- *------------------------------------------------------------------
-- * ALTIGA-TELNET-STATS-MIB.my: Altiga TELNET Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-TELNET-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Gauge32, Counter32
FROM SNMPv2-SMI
RowStatus, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsTelnet, alTelnetGroup
FROM ALTIGA-MIB
alTelnetMibModule
FROM ALTIGA-GLOBAL-REG;
altigaTelnetStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga TELNET Statistics MIB models counters and objects that are
of management interest for telnet sessions.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alTelnetMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsTelnetGlobal OBJECT IDENTIFIER ::= { alStatsTelnet 1 }
alTelnetStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active Telnet sessions."
::= { alStatsTelnetGlobal 1 }
alTelnetStatsAttemptedSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attempts made to establish Telnet sessions."
::= { alStatsTelnetGlobal 2 }
alTelnetStatsSuccessfulSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of successfully established Telnet sessions."
::= { alStatsTelnetGlobal 3 }
alTelnetStatsInNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were received from the network
since the system was booted."
::= { alStatsTelnetGlobal 4 }
alTelnetStatsInNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were received from the network
since the system was booted."
::= { alStatsTelnetGlobal 5 }
alTelnetStatsInNetCmdOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of octets that contained Telnet commands or options
that were received from the network since the system was booted."
::= { alStatsTelnetGlobal 6 }
-- /* Syncs sequences are not yet supported, but when they are add the following:
-- /* should move it to the bottom to avoid renumbering, but this is it's pos in TNSTATS
-- alTelnetStatsSyncSeqs OBJECT-TYPE
-- SYNTAX Counter32
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The total number of Telnet sync sequences that were received from
-- the network since the system was booted."
-- ::= { alStatsTelnetGlobal X }
alTelnetStatsInNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets from the network that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 7 }
alTelnetStatsInNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets from the network that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 8 }
-- /* Out Net
alTelnetStatsOutNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were transmitted to the network
since the system was booted."
::= { alStatsTelnetGlobal 9 }
alTelnetStatsOutNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were transmitted to the network
since the system was booted."
::= { alStatsTelnetGlobal 10 }
alTelnetStatsOutNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets destined for the network that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 11 }
alTelnetStatsOutNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets destined for the network that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 12 }
-- In Shell
alTelnetStatsInShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were received from the shell
since the system was booted."
::= { alStatsTelnetGlobal 13 }
alTelnetStatsInShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were received from the shell
since the system was booted."
::= { alStatsTelnetGlobal 14 }
alTelnetStatsInShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets from the shell that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 15 }
alTelnetStatsInShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets from the shell that were
dropped during input processing since the system was booted."
::= { alStatsTelnetGlobal 16 }
-- Out Shell
alTelnetStatsOutShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets that were transmitted to the shell
since the system was booted."
::= { alStatsTelnetGlobal 17 }
alTelnetStatsOutShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets that were transmitted to the shell
since the system was booted."
::= { alStatsTelnetGlobal 18 }
alTelnetStatsOutShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet packets destined for the shell that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 19 }
alTelnetStatsOutShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Telnet octets destined for the shell that were
dropped during output processing since the system was booted."
::= { alStatsTelnetGlobal 20 }
-- Per session stats
alTelnetStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlTelnetStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions."
::= { alStatsTelnet 2 }
alTelnetStatsSessionEntry OBJECT-TYPE
SYNTAX AlTelnetStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alTelnetStatsSessionTable."
INDEX { alTelnetStatsSessionId }
::= { alTelnetStatsSessionTable 1 }
AlTelnetStatsSessionEntry ::= SEQUENCE {
alTelnetStatsSessionRowStatus RowStatus,
alTelnetStatsSessionId Integer32,
alTelnetStatsSessionIpAddr IpAddress,
alTelnetStatsSessionSrcPort Integer32,
alTelnetStatsSessionName DisplayString,
alTelnetStatsSessionInNetPackets Counter32,
alTelnetStatsSessionInNetOctets Counter32,
alTelnetStatsSessionInNetCmdOctets Counter32,
-- alTelnetStatsSessionSyncSeqs Counter32,
alTelnetStatsSessionInNetDropPackets Counter32,
alTelnetStatsSessionInNetDropOctets Counter32,
alTelnetStatsSessionOutNetPackets Counter32,
alTelnetStatsSessionOutNetOctets Counter32,
alTelnetStatsSessionOutNetDropPackets Counter32,
alTelnetStatsSessionOutNetDropOctets Counter32,
alTelnetStatsSessionInShPackets Counter32,
alTelnetStatsSessionInShOctets Counter32,
alTelnetStatsSessionInShDropPackets Counter32,
alTelnetStatsSessionInShDropOctets Counter32,
alTelnetStatsSessionOutShPackets Counter32,
alTelnetStatsSessionOutShOctets Counter32,
alTelnetStatsSessionOutShDropPackets Counter32,
alTelnetStatsSessionOutShDropOctets Counter32
}
alTelnetStatsSessionRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session,
cannot be used to create a Session."
::= { alTelnetStatsSessionEntry 1 }
alTelnetStatsSessionId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique Telnet session process ID, used as the
index for this row."
::= { alTelnetStatsSessionEntry 2 }
alTelnetStatsSessionIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the remote client."
::= { alTelnetStatsSessionEntry 3 }
alTelnetStatsSessionSrcPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The TCP source port number of the remote client."
::= { alTelnetStatsSessionEntry 4 }
alTelnetStatsSessionName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique Telnet session process name, used as the
index for this row."
::= { alTelnetStatsSessionEntry 5 }
alTelnetStatsSessionInNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were received from the network
since the system was booted."
::= { alTelnetStatsSessionEntry 6 }
alTelnetStatsSessionInNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were received from the network
since the system was booted."
::= { alTelnetStatsSessionEntry 7 }
alTelnetStatsSessionInNetCmdOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of octets that contained Telnet commands or options
that were received from the network since the system was booted."
::= { alTelnetStatsSessionEntry 8 }
-- Syncs sequences are not yet supported, but when they are add the following:
-- should move it to the bottom to avoid renumbering, but this is it's pos in TNSTATS
-- alTelnetStatsSessionSyncSeqs OBJECT-TYPE
-- SYNTAX Counter32
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The per session number of Telnet sync sequences that were received from
-- the network since the system was booted."
-- ::= { alTelnetStatsSessionEntry XX }
alTelnetStatsSessionInNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets from the network that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 9 }
alTelnetStatsSessionInNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets from the network that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 10 }
-- Out Net
alTelnetStatsSessionOutNetPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were transmitted to the network
since the system was booted."
::= { alTelnetStatsSessionEntry 11 }
alTelnetStatsSessionOutNetOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were transmitted to the network
since the system was booted."
::= { alTelnetStatsSessionEntry 12 }
alTelnetStatsSessionOutNetDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets destined for the network that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 13 }
alTelnetStatsSessionOutNetDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets destined for the network that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 14 }
-- In Shell
alTelnetStatsSessionInShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were received from the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 15 }
alTelnetStatsSessionInShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were received from the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 16 }
alTelnetStatsSessionInShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets from the shell that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 17 }
alTelnetStatsSessionInShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets from the shell that were
dropped during input processing since the system was booted."
::= { alTelnetStatsSessionEntry 18 }
-- Out Shell
alTelnetStatsSessionOutShPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets that were transmitted to the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 19 }
alTelnetStatsSessionOutShOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets that were transmitted to the shell
since the system was booted."
::= { alTelnetStatsSessionEntry 20 }
alTelnetStatsSessionOutShDropPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet packets destined for the shell that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 21 }
alTelnetStatsSessionOutShDropOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The per session number of Telnet octets destined for the shell that were
dropped during output processing since the system was booted."
::= { alTelnetStatsSessionEntry 22 }
altigaTelnetStatsMibConformance OBJECT IDENTIFIER ::= { altigaTelnetStatsMibModule 1 }
altigaTelnetStatsMibCompliances OBJECT IDENTIFIER ::= { altigaTelnetStatsMibConformance 1 }
altigaTelnetStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Telnet Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaTelnetStatsGroup
}
::= { altigaTelnetStatsMibCompliances 1 }
altigaTelnetStatsGroup OBJECT-GROUP
OBJECTS
{
alTelnetStatsActiveSessions,
alTelnetStatsAttemptedSessions,
alTelnetStatsSuccessfulSessions,
alTelnetStatsInNetPackets,
alTelnetStatsInNetOctets,
alTelnetStatsInNetCmdOctets,
-- alTelnetStatsSyncSeqs,
alTelnetStatsInNetDropPackets,
alTelnetStatsInNetDropOctets,
alTelnetStatsOutNetPackets,
alTelnetStatsOutNetOctets,
alTelnetStatsOutNetDropPackets,
alTelnetStatsOutNetDropOctets,
alTelnetStatsInShPackets,
alTelnetStatsInShOctets,
alTelnetStatsInShDropPackets,
alTelnetStatsInShDropOctets,
alTelnetStatsOutShPackets,
alTelnetStatsOutShOctets,
alTelnetStatsOutShDropPackets,
alTelnetStatsOutShDropOctets,
alTelnetStatsSessionRowStatus,
alTelnetStatsSessionId,
alTelnetStatsSessionIpAddr,
alTelnetStatsSessionSrcPort,
alTelnetStatsSessionName,
alTelnetStatsSessionInNetPackets,
alTelnetStatsSessionInNetOctets,
alTelnetStatsSessionInNetCmdOctets,
-- alTelnetStatsSessionSyncSeqs,
alTelnetStatsSessionInNetDropPackets,
alTelnetStatsSessionInNetDropOctets,
alTelnetStatsSessionOutNetPackets,
alTelnetStatsSessionOutNetOctets,
alTelnetStatsSessionOutNetDropPackets,
alTelnetStatsSessionOutNetDropOctets,
alTelnetStatsSessionInShPackets,
alTelnetStatsSessionInShOctets,
alTelnetStatsSessionInShDropPackets,
alTelnetStatsSessionInShDropOctets,
alTelnetStatsSessionOutShPackets,
alTelnetStatsSessionOutShOctets,
alTelnetStatsSessionOutShDropPackets,
alTelnetStatsSessionOutShDropOctets
}
STATUS current
DESCRIPTION
"The objects for the Telnet Server statistics."
::= { alTelnetGroup 2 }
END

158
ALTIGA-VERSION-STATS-MIB.my Normal file
View File

@ -0,0 +1,158 @@
-- *------------------------------------------------------------------
-- * ALTIGA-VERSION-STATS-MIB.my: Altiga Version MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-VERSION-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
alStatsVersion, alVersionGroup
FROM ALTIGA-MIB
alVersionMibModule
FROM ALTIGA-GLOBAL-REG;
altigaVersionStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga (VPN 3000) Version MIB models counters and
objects that are of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Initial version of this MIB module."
::= { alVersionMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsVersionGlobal OBJECT IDENTIFIER ::= { alStatsVersion 1 }
alVersionMajor OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The major release number of the VPN 3000 software. In the
release identifier 1.4.2, the 1 is the major release
number."
::= { alStatsVersionGlobal 1 }
alVersionMinor OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minor release number of the VPN 3000 software. In the
release identifier 1.4.2, the 4 is the minor release
number."
::= { alStatsVersionGlobal 2 }
alVersionInt OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The integration string of the VPN 3000 software. In the
release identifier 1.4.2, the 2 is the patch release
number."
::= { alStatsVersionGlobal 3 }
alVersionString OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The string representation of the VPN 3000 software
version."
::= { alStatsVersionGlobal 4 }
alVersionLong OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The long string representation of the VPN 3000 software
version."
::= { alStatsVersionGlobal 5 }
alVersionShort OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The short string representation of the VPN3000 software
version."
::= { alStatsVersionGlobal 6 }
alVersionBoot OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of the Boot image."
::= { alStatsVersionGlobal 7 }
altigaVersionStatsMibConformance OBJECT IDENTIFIER
::= { altigaVersionStatsMibModule 1 }
altigaVersionStatsMibCompliances OBJECT IDENTIFIER
::= { altigaVersionStatsMibConformance 1 }
altigaVersionStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Version Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaVersionStatsGroup
}
::= { altigaVersionStatsMibCompliances 1 }
altigaVersionStatsGroup OBJECT-GROUP
OBJECTS
{
alVersionMajor,
alVersionMinor,
alVersionInt,
alVersionString,
alVersionLong,
alVersionShort,
alVersionBoot
}
STATUS current
DESCRIPTION
"The objects for the version statistics."
::= { alVersionGroup 2 }
END

View File

@ -0,0 +1,158 @@
-- *------------------------------------------------------------------
-- * ALTIGA-VERSION-STATS-MIB.my: Altiga Version MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-VERSION-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
alStatsVersion, alVersionGroup
FROM ALTIGA-MIB
alVersionMibModule
FROM ALTIGA-GLOBAL-REG;
altigaVersionStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-cvpn3000@cisco.com"
DESCRIPTION
"The Altiga (VPN 3000) Version MIB models counters and
objects that are of management interest.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
"
REVISION "200209051300Z"
DESCRIPTION
"Initial version of this MIB module."
::= { alVersionMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsVersionGlobal OBJECT IDENTIFIER ::= { alStatsVersion 1 }
alVersionMajor OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The major release number of the VPN 3000 software. In the
release identifier 1.4.2, the 1 is the major release
number."
::= { alStatsVersionGlobal 1 }
alVersionMinor OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minor release number of the VPN 3000 software. In the
release identifier 1.4.2, the 4 is the minor release
number."
::= { alStatsVersionGlobal 2 }
alVersionInt OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The integration string of the VPN 3000 software. In the
release identifier 1.4.2, the 2 is the patch release
number."
::= { alStatsVersionGlobal 3 }
alVersionString OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The string representation of the VPN 3000 software
version."
::= { alStatsVersionGlobal 4 }
alVersionLong OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The long string representation of the VPN 3000 software
version."
::= { alStatsVersionGlobal 5 }
alVersionShort OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The short string representation of the VPN3000 software
version."
::= { alStatsVersionGlobal 6 }
alVersionBoot OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of the Boot image."
::= { alStatsVersionGlobal 7 }
altigaVersionStatsMibConformance OBJECT IDENTIFIER
::= { altigaVersionStatsMibModule 1 }
altigaVersionStatsMibCompliances OBJECT IDENTIFIER
::= { altigaVersionStatsMibConformance 1 }
altigaVersionStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga Version Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaVersionStatsGroup
}
::= { altigaVersionStatsMibCompliances 1 }
altigaVersionStatsGroup OBJECT-GROUP
OBJECTS
{
alVersionMajor,
alVersionMinor,
alVersionInt,
alVersionString,
alVersionLong,
alVersionShort,
alVersionBoot
}
STATUS current
DESCRIPTION
"The objects for the version statistics."
::= { alVersionGroup 2 }
END

View File

@ -0,0 +1,56 @@
-- ***************************************************************************
-- APPACCELERATION-PRODUCTS-MIB.txt: Citrix Systems Application Acceleration
-- Product Object Identifier Assignments
--
--
-- Copyright (c) 2004-2013 by Citrix Systems, Inc.
-- All rights reserved.
--
-- ***************************************************************************
--
APPACCELERATION-PRODUCTS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
appAccelerationModules,
appAccelerationProducts
FROM APPACCELERATION-SMI;
appAccelerationProductsMIB MODULE-IDENTITY
LAST-UPDATED "201303050000Z"
ORGANIZATION "www.citrix.com"
CONTACT-INFO
" Citrix Systems, Inc.
Postal: 851 West Cypress Creek Road
Fort Lauderdale, Florida 33309
United States"
DESCRIPTION
"This module defines the object identifiers that are
assigned to various hardware platforms, and hence are
returned as values for sysObjectID."
::= { appAccelerationProducts 2 }
orbital5500 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 1 }
orbitalLC OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 2 }
Repeater6500 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 3 }
Repeater6800 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 4 }
Repeater8800 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 5 }
Repeater8500 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 6 }
dp104a OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 7 }
Repeater8810 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 8 }
Repeater8510 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 9 }
Repeater6510 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 10 }
Repeater6810 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 11 }
CloudBridge OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 12 }
CloudBridge700 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 13 }
CloudBridgeVPX OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 14 }
CloudBridgeSDX OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 15 }
CloudBridge2000 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 16 }
CloudBridge3000 OBJECT IDENTIFIER ::= { appAccelerationProductsMIB 17 }
END

Some files were not shown because too many files have changed in this diff Show More