fix: Used dos2unix on all mibs to prevent .index issue (#4803)

This commit is contained in:
Neil Lathwood
2016-10-14 19:52:33 -05:00
committed by Tony Murray
parent 075c94d2eb
commit cf388702c8
829 changed files with 1147398 additions and 1147398 deletions
+75 -75
View File
@@ -1,75 +1,75 @@
ZYXEL-ZYWALL-ZLD-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
zywallZLDCommon
FROM ZYXEL-MIB;
-- ZyWALL ZLD Key Groups
zldSystem OBJECT IDENTIFIER ::= { zywallZLDCommon 1 }
zldIpSecVPN OBJECT IDENTIFIER ::= { zywallZLDCommon 2 }
-- ZyWALL ZLD System
sysCPUUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device CPU load."
::= { zldSystem 1 }
sysRAMUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device RAM Usage."
::= { zldSystem 2 }
sysCPU5SecUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 secs cpu load."
::= { zldSystem 3 }
sysCPU1MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 1 min cpu load."
::= { zldSystem 4 }
sysCPU5MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 min cpu load."
::= { zldSystem 5 }
sysSessionNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device Session Num."
::= { zldSystem 6 }
-- ZyWALL ZLD IpSec VPN
vpnIpSecTotalThroughput OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"The VPN total throughput(B/s)."
::= { zldIpSecVPN 1 }
END
ZYXEL-ZYWALL-ZLD-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
zywallZLDCommon
FROM ZYXEL-MIB;
-- ZyWALL ZLD Key Groups
zldSystem OBJECT IDENTIFIER ::= { zywallZLDCommon 1 }
zldIpSecVPN OBJECT IDENTIFIER ::= { zywallZLDCommon 2 }
-- ZyWALL ZLD System
sysCPUUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device CPU load."
::= { zldSystem 1 }
sysRAMUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device RAM Usage."
::= { zldSystem 2 }
sysCPU5SecUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 secs cpu load."
::= { zldSystem 3 }
sysCPU1MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 1 min cpu load."
::= { zldSystem 4 }
sysCPU5MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 min cpu load."
::= { zldSystem 5 }
sysSessionNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device Session Num."
::= { zldSystem 6 }
-- ZyWALL ZLD IpSec VPN
vpnIpSecTotalThroughput OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"The VPN total throughput(B/s)."
::= { zldIpSecVPN 1 }
END
+312 -312
View File
@@ -1,312 +1,312 @@
AAC-MIB DEFINITIONS ::= BEGIN
-- -------------------------------------------------------------
-- AAC System Access Authentication Control MIB
-- -------------------------------------------------------------
IMPORTS
IpAddress
FROM RFC1155-SMI
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
RowStatus,DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
privateMgmt FROM SWPRIMGMT-MIB;
swAACMIB MODULE-IDENTITY
LAST-UPDATED "9911220000Z"
ORGANIZATION "Working Group"
CONTACT-INFO
" "
DESCRIPTION
"The AAC module MIB."
::= { privateMgmt 4}
swAACCtrl OBJECT IDENTIFIER ::= { swAACMIB 1 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
swAACAuthenAdminState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
disabled(2),
enabled(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the Access Authentication is enable or
disable."
::= { swAACCtrl 1}
swAACResponseTimeout OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the amount of time that system will
wait for user input on console, telnet or ssh before timing out
. This value is in units of seconds."
::= { swAACCtrl 2 }
swAACMaxAttempts OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum user attempts for
authentication."
::= { swAACCtrl 3 }
-- -------------------------------------------------------------
-- groups in the AAC MIB
-- -------------------------------------------------------------
-- -------------------------------------------------------------
-- Auth table
-- -------------------------------------------------------------
swAACAuthCtrl OBJECT IDENTIFIER ::= { swAACMIB 2 }
swAACMethodLoginTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACMethodLoginEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about authentication login
method list."
::= { swAACAuthCtrl 1 }
swAACMethodLoginEntry OBJECT-TYPE
SYNTAX SwAACMethodLoginEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the Authentication login methods."
INDEX { swAACMethodLoginIndex }
::= { swAACMethodLoginTable 1 }
SwAACMethodLoginEntry ::=
SEQUENCE {
swAACMethodLoginIndex
INTEGER,
swAACMethodLoginName
DisplayString,
swAACMethodPrimaryLoginType
INTEGER,
swAACMethodSecondaryLoginType
INTEGER
}
swAACMethodLoginIndex OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value that identifies this swAACMethodLoginEntry."
::= { swAACMethodLoginEntry 1 }
swAACMethodLoginName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable text string of the method list."
::= { swAACMethodLoginEntry 2 }
swAACMethodPrimaryLoginType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The primary login method type."
::= { swAACMethodLoginEntry 3 }
swAACMethodSecondaryLoginType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The secondary login method type. If all
swAACMethodPrimaryLoginType servers are timeout or
non-existent, then this type will be choosed."
::= { swAACMethodLoginEntry 4 }
swAACMethodAdminTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACMethodAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about authentication admin
method list."
::= { swAACAuthCtrl 2 }
swAACMethodAdminEntry OBJECT-TYPE
SYNTAX SwAACMethodAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the Authentication admin methods."
INDEX { swAACMethodAdminIndex }
::= { swAACMethodAdminTable 1 }
SwAACMethodAdminEntry ::=
SEQUENCE {
swAACMethodAdminIndex
INTEGER,
swAACMethodAdminName
DisplayString,
swAACMethodPrimaryAdminType
INTEGER,
swAACMethodSecondaryAdminType
INTEGER
}
swAACMethodAdminIndex OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value that identifies this swAACMethodAdminEntry."
::= { swAACMethodAdminEntry 1 }
swAACMethodAdminName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable text string of the method list."
::= { swAACMethodAdminEntry 2 }
swAACMethodPrimaryAdminType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The primary admin method type."
::= { swAACMethodAdminEntry 3 }
swAACMethodSecondaryAdminType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The secondary admin method type. If all
swAACMethodPrimaryAdminType servers are timeout or
non-existent, then this type will be choosed."
::= { swAACMethodAdminEntry 4 }
-- -------------------------------------------------------------
-- swAACTacacsServer OBJECT IDENTIFIER ::= { swAACMIB 3 }
-- -------------------------------------------------------------
swAACTacacsServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACTacacsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about tacacs severs."
::= { swAACMIB 3 }
swAACTacacsServerEntry OBJECT-TYPE
SYNTAX SwAACTacacsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the information of tacacs server ."
INDEX { swAACTacacsServerIPAddr }
::= { swAACTacacsServerTable 1 }
SwAACTacacsServerEntry ::=
SEQUENCE {
swAACTacacsServerIPAddr
IpAddress,
swAACTacacsServerAuthPort
INTEGER,
swAACTacacsServerAuthKey
DisplayString,
swAACTacacsServerTimeout
INTEGER,
swAACTacacsServerRowStatus
RowStatus
}
swAACTacacsServerIPAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of Server"
::= { swAACTacacsServerEntry 1 }
swAACTacacsServerAuthPort OBJECT-TYPE
SYNTAX INTEGER(1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The TCP/IP port."
DEFVAL { 49 }
::= { swAACTacacsServerEntry 2 }
swAACTacacsServerAuthKey OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..254))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The key used while authentication process."
::= { swAACTacacsServerEntry 3 }
swAACTacacsServerTimeout OBJECT-TYPE
SYNTAX INTEGER(1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Server response timeout. This value is in units of seconds."
DEFVAL { 5 }
::= { swAACTacacsServerEntry 4 }
swAACTacacsServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the status of this entry."
::= { swAACTacacsServerEntry 5 }
END
AAC-MIB DEFINITIONS ::= BEGIN
-- -------------------------------------------------------------
-- AAC System Access Authentication Control MIB
-- -------------------------------------------------------------
IMPORTS
IpAddress
FROM RFC1155-SMI
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
RowStatus,DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
privateMgmt FROM SWPRIMGMT-MIB;
swAACMIB MODULE-IDENTITY
LAST-UPDATED "9911220000Z"
ORGANIZATION "Working Group"
CONTACT-INFO
" "
DESCRIPTION
"The AAC module MIB."
::= { privateMgmt 4}
swAACCtrl OBJECT IDENTIFIER ::= { swAACMIB 1 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
swAACAuthenAdminState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
disabled(2),
enabled(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the Access Authentication is enable or
disable."
::= { swAACCtrl 1}
swAACResponseTimeout OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the amount of time that system will
wait for user input on console, telnet or ssh before timing out
. This value is in units of seconds."
::= { swAACCtrl 2 }
swAACMaxAttempts OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum user attempts for
authentication."
::= { swAACCtrl 3 }
-- -------------------------------------------------------------
-- groups in the AAC MIB
-- -------------------------------------------------------------
-- -------------------------------------------------------------
-- Auth table
-- -------------------------------------------------------------
swAACAuthCtrl OBJECT IDENTIFIER ::= { swAACMIB 2 }
swAACMethodLoginTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACMethodLoginEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about authentication login
method list."
::= { swAACAuthCtrl 1 }
swAACMethodLoginEntry OBJECT-TYPE
SYNTAX SwAACMethodLoginEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the Authentication login methods."
INDEX { swAACMethodLoginIndex }
::= { swAACMethodLoginTable 1 }
SwAACMethodLoginEntry ::=
SEQUENCE {
swAACMethodLoginIndex
INTEGER,
swAACMethodLoginName
DisplayString,
swAACMethodPrimaryLoginType
INTEGER,
swAACMethodSecondaryLoginType
INTEGER
}
swAACMethodLoginIndex OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value that identifies this swAACMethodLoginEntry."
::= { swAACMethodLoginEntry 1 }
swAACMethodLoginName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable text string of the method list."
::= { swAACMethodLoginEntry 2 }
swAACMethodPrimaryLoginType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The primary login method type."
::= { swAACMethodLoginEntry 3 }
swAACMethodSecondaryLoginType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The secondary login method type. If all
swAACMethodPrimaryLoginType servers are timeout or
non-existent, then this type will be choosed."
::= { swAACMethodLoginEntry 4 }
swAACMethodAdminTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACMethodAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about authentication admin
method list."
::= { swAACAuthCtrl 2 }
swAACMethodAdminEntry OBJECT-TYPE
SYNTAX SwAACMethodAdminEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the Authentication admin methods."
INDEX { swAACMethodAdminIndex }
::= { swAACMethodAdminTable 1 }
SwAACMethodAdminEntry ::=
SEQUENCE {
swAACMethodAdminIndex
INTEGER,
swAACMethodAdminName
DisplayString,
swAACMethodPrimaryAdminType
INTEGER,
swAACMethodSecondaryAdminType
INTEGER
}
swAACMethodAdminIndex OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value that identifies this swAACMethodAdminEntry."
::= { swAACMethodAdminEntry 1 }
swAACMethodAdminName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable text string of the method list."
::= { swAACMethodAdminEntry 2 }
swAACMethodPrimaryAdminType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The primary admin method type."
::= { swAACMethodAdminEntry 3 }
swAACMethodSecondaryAdminType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tacacs-plus(2),
local(3),
none(4),
un-used(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The secondary admin method type. If all
swAACMethodPrimaryAdminType servers are timeout or
non-existent, then this type will be choosed."
::= { swAACMethodAdminEntry 4 }
-- -------------------------------------------------------------
-- swAACTacacsServer OBJECT IDENTIFIER ::= { swAACMIB 3 }
-- -------------------------------------------------------------
swAACTacacsServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF SwAACTacacsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about tacacs severs."
::= { swAACMIB 3 }
swAACTacacsServerEntry OBJECT-TYPE
SYNTAX SwAACTacacsServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the information of tacacs server ."
INDEX { swAACTacacsServerIPAddr }
::= { swAACTacacsServerTable 1 }
SwAACTacacsServerEntry ::=
SEQUENCE {
swAACTacacsServerIPAddr
IpAddress,
swAACTacacsServerAuthPort
INTEGER,
swAACTacacsServerAuthKey
DisplayString,
swAACTacacsServerTimeout
INTEGER,
swAACTacacsServerRowStatus
RowStatus
}
swAACTacacsServerIPAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of Server"
::= { swAACTacacsServerEntry 1 }
swAACTacacsServerAuthPort OBJECT-TYPE
SYNTAX INTEGER(1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The TCP/IP port."
DEFVAL { 49 }
::= { swAACTacacsServerEntry 2 }
swAACTacacsServerAuthKey OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..254))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The key used while authentication process."
::= { swAACTacacsServerEntry 3 }
swAACTacacsServerTimeout OBJECT-TYPE
SYNTAX INTEGER(1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Server response timeout. This value is in units of seconds."
DEFVAL { 5 }
::= { swAACTacacsServerEntry 4 }
swAACTacacsServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the status of this entry."
::= { swAACTacacsServerEntry 5 }
END
+75 -75
View File
@@ -1,75 +1,75 @@
--
-- Accedian Enterprise Specific MIB: Structure of Management Information
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACCEDIAN-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
accedianMIB MODULE-IDENTITY
LAST-UPDATED "200608060100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Structure of Management Information for Accedian Networks."
REVISION "200608060100Z" -- 6 Aug 2006
DESCRIPTION
"Initial version of MIB module ACCEDIAN-SMI."
::= { enterprises 22420 }
--
-- Accedian MIB tree structure
--
acdProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Product OIDs."
::= { accedianMIB 1 }
acdMibs OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's MIB objects."
::= { accedianMIB 2 }
acdTraps OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Trap OIDs."
::= { accedianMIB 3 }
-- This is the top-level object identifier registry used by Accedian
-- products for SNMP modules containing experimental MIB definitions.
-- In this context, experimental MIBs are defined as:
-- 1) IETF work-in-process MIBs which have not been assigned a permanent
-- object identifier by the IANA.
-- 2) Accedian work-in-process MIBs that have not achieved final
-- production quality or field experience.
-- NOTE: Support for MIBs under the this OID subtree is temporary and
-- changes to objects may occur without notice."
acdExperiment OBJECT IDENTIFIER ::= { accedianMIB 4 }
acdServices OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Services OIDs."
::= { accedianMIB 5 }
END
--
-- Accedian Enterprise Specific MIB: Structure of Management Information
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACCEDIAN-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
accedianMIB MODULE-IDENTITY
LAST-UPDATED "200608060100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Structure of Management Information for Accedian Networks."
REVISION "200608060100Z" -- 6 Aug 2006
DESCRIPTION
"Initial version of MIB module ACCEDIAN-SMI."
::= { enterprises 22420 }
--
-- Accedian MIB tree structure
--
acdProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Product OIDs."
::= { accedianMIB 1 }
acdMibs OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's MIB objects."
::= { accedianMIB 2 }
acdTraps OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Trap OIDs."
::= { accedianMIB 3 }
-- This is the top-level object identifier registry used by Accedian
-- products for SNMP modules containing experimental MIB definitions.
-- In this context, experimental MIBs are defined as:
-- 1) IETF work-in-process MIBs which have not been assigned a permanent
-- object identifier by the IANA.
-- 2) Accedian work-in-process MIBs that have not achieved final
-- production quality or field experience.
-- NOTE: Support for MIBs under the this OID subtree is temporary and
-- changes to objects may occur without notice."
acdExperiment OBJECT IDENTIFIER ::= { accedianMIB 4 }
acdServices OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of Accedian's Services OIDs."
::= { accedianMIB 5 }
END
+510 -510
View File
File diff suppressed because it is too large Load Diff
+3643 -3643
View File
File diff suppressed because it is too large Load Diff
+499 -499
View File
@@ -1,499 +1,499 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document is subject to change without notice.
--
ACD-DESC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Integer32, Unsigned32, Gauge32
FROM SNMPv2-SMI
DisplayString, TruthValue, MacAddress
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
sysName
FROM SNMPv2-MIB
acdProducts
FROM ACCEDIAN-SMI;
acdDesc MODULE-IDENTITY
LAST-UPDATED "201011100100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Accedian Networks device Description MIB."
REVISION "201011100100Z" -- 10 November 2010
DESCRIPTION
"Fix compliance statement."
REVISION "201006300100Z" -- 30 june 2010
DESCRIPTION
"Revision for 10GE product introduction."
REVISION "200902040100Z" -- 4 Feb 2009
DESCRIPTION
"Add sysName in power lost (Dying gasp) notification."
REVISION "200812010100Z" -- 1 Dec 2008
DESCRIPTION
"Add power lost (Dying gasp) notification."
REVISION "200608060100Z" -- 6 Aug 2006
DESCRIPTION
"Initial version of MIB module ACD-DESC-MIB."
::= { acdProducts 1 }
acdDescNotifications OBJECT IDENTIFIER ::= { acdDesc 0 }
acdDescMIBObjects OBJECT IDENTIFIER ::= { acdDesc 15 }
acdDescConformance OBJECT IDENTIFIER ::= { acdDescMIBObjects 1 }
---------------------------------------------------------------------------
-- EtherNID General information
---------------------------------------------------------------------------
acdDescCommercialName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This string is to describe the type of device."
::= { acdDesc 1 }
acdDescMacBaseAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the Base of the EtherNID MAC addresses."
::= { acdDesc 2 }
acdDescIdentifier OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the EtherNID on your network."
::= { acdDesc 3 }
acdDescFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the version of the firmware currently loaded."
::= { acdDesc 4 }
acdDescHardwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the assembly ID of the hardware."
::= { acdDesc 5 }
acdDescSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the serial number."
::= { acdDesc 6 }
acdDescCpuUsageCurrent OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current percentage of CPU usage."
::= { acdDesc 20 }
acdDescCpuUsageAverage15 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 15 seconds.
This object range from (0..100)."
::= { acdDesc 21 }
acdDescCpuUsageAverage30 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 30 seconds.
This object range from (0..100)."
::= { acdDesc 22 }
acdDescCpuUsageAverage60 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 60 seconds.
This object range from (0..100)."
::= { acdDesc 23 }
acdDescCpuUsageAverage900 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 900
seconds. This object range from (0..100)."
::= { acdDesc 24 }
---------------------------------------------------------------------------
-- The connector table
-- This table contains all the information related to the connector.
---------------------------------------------------------------------------
acdDescConnectorTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescConnectorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all connectors info"
::= { acdDesc 10 }
acdDescConnectorEntry OBJECT-TYPE
SYNTAX AcdDescConnectorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product connector definition."
INDEX { acdDescConnectorID }
::= { acdDescConnectorTable 1 }
AcdDescConnectorEntry ::= SEQUENCE {
acdDescConnectorID Unsigned32,
acdDescConnectorName DisplayString,
acdDescConnectorType INTEGER,
acdDescConnectorPoESupport TruthValue
}
acdDescConnectorID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each connector. Starting to one from left to right."
::= { acdDescConnectorEntry 1 }
acdDescConnectorName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the connector on the silkscreen."
::= { acdDescConnectorEntry 2 }
acdDescConnectorType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
rj45(2),
rj45S(3), -- rj45 shielded
db9(4),
bnc(5),
fAUI(6), -- female aui
mAUI(7), -- male aui
fiberSC(8),
fiberMIC(9),
fiberST(10),
telco(11),
mtrj(12), -- fiber MT-RJ
hssdc(13), -- fiber channel style-2
fiberLC(14)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describe the connector type, for instance an RJ-45 or an SFP."
::= { acdDescConnectorEntry 3 }
acdDescConnectorPoESupport OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the port support PoE or not."
::= { acdDescConnectorEntry 4 }
---------------------------------------------------------------------------
-- The Power Supply table
-- This table contains all the information related to the Power supplies.
---------------------------------------------------------------------------
acdDescPwrTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescPwrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all Power Supplies"
::= { acdDesc 11 }
acdDescPwrEntry OBJECT-TYPE
SYNTAX AcdDescPwrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product available power supplies information."
INDEX { acdDescPwrID }
::= { acdDescPwrTable 1 }
AcdDescPwrEntry ::= SEQUENCE {
acdDescPwrID Unsigned32,
acdDescPwrName DisplayString,
acdDescPwrType INTEGER,
acdDescPwrPresent TruthValue
}
acdDescPwrID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each power supply."
::= { acdDescPwrEntry 1 }
acdDescPwrName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the power supply."
::= { acdDescPwrEntry 2 }
acdDescPwrType OBJECT-TYPE
SYNTAX INTEGER {
pwrplus5volts(1),
pwrminus48volts(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describe the Power Supply type."
::= { acdDescPwrEntry 3 }
acdDescPwrPresent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the power supply is present or not."
::= { acdDescPwrEntry 4 }
---------------------------------------------------------------------------
-- The Temperature sensor table
-- This table contains all the information for the Temperature sensors.
---------------------------------------------------------------------------
acdDescTsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescTsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all Teperature Sensors."
::= { acdDesc 12 }
acdDescTsEntry OBJECT-TYPE
SYNTAX AcdDescTsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product available Temperature sensor information."
INDEX { acdDescTsID }
::= { acdDescTsTable 1 }
AcdDescTsEntry ::= SEQUENCE {
acdDescTsID Unsigned32,
acdDescTsCurrentTemp Integer32,
acdDescTsFirstThres Integer32,
acdDescTsFisrtThresPass TruthValue,
acdDescTsSecondThres Integer32,
acdDescTsSecondThresPass TruthValue
}
acdDescTsID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Temperature Sensor."
::= { acdDescTsEntry 1 }
acdDescTsCurrentTemp OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current temperature in Celsius around the temperature sensor."
::= { acdDescTsEntry 2 }
acdDescTsFirstThres OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this threshold crossed."
::= { acdDescTsEntry 3 }
acdDescTsFisrtThresPass OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the temperature cross the first threshold."
::= { acdDescTsEntry 4 }
acdDescTsSecondThres OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this second threshold crossed."
::= { acdDescTsEntry 5 }
acdDescTsSecondThresPass OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the temperature cross the second threshold."
::= { acdDescTsEntry 6 }
-- ****************************************************************************
-- NOTIFICATIONS (TRAPS)
-- ****************************************************************************
acdPowerLost NOTIFICATION-TYPE
OBJECTS { acdDescCommercialName,
acdDescMacBaseAddr,
acdDescIdentifier,
acdDescSerialNumber,
sysName }
STATUS current
DESCRIPTION
"The SNMP trap that is generated by a unit when it detect a power lost.
It's the equivalent of the 802.3ah dying gasp."
::= { acdDescNotifications 1 }
---------------------------------------------------------------------------
-- ACD-DESC-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdDescCompliances OBJECT IDENTIFIER ::= { acdDescConformance 1 }
acdDescGroups OBJECT IDENTIFIER ::= { acdDescConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdDescGenGroup OBJECT-GROUP
OBJECTS {
acdDescCommercialName,
acdDescMacBaseAddr,
acdDescIdentifier,
acdDescFirmwareVersion,
acdDescHardwareVersion,
acdDescSerialNumber,
acdDescCpuUsageCurrent,
acdDescCpuUsageAverage15,
acdDescCpuUsageAverage30,
acdDescCpuUsageAverage60,
acdDescCpuUsageAverage900
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 1 }
acdDescConnectorGroup OBJECT-GROUP
OBJECTS {
acdDescConnectorName,
acdDescConnectorType,
acdDescConnectorPoESupport
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 2 }
acdDescPwrGroup OBJECT-GROUP
OBJECTS {
acdDescPwrName,
acdDescPwrType,
acdDescPwrPresent
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 3 }
acdDescTsGroup OBJECT-GROUP
OBJECTS {
acdDescTsCurrentTemp,
acdDescTsFirstThres,
acdDescTsFisrtThresPass,
acdDescTsSecondThres,
acdDescTsSecondThresPass
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 4 }
acdDescNotificationsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
acdPowerLost
}
STATUS current
DESCRIPTION
"Objects for the Notifications group."
::= { acdDescGroups 5 }
---------------------------------------------------------------------------
-- MIB Module Compliance statements
---------------------------------------------------------------------------
acdAlarmCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-DESC-MIB module."
MODULE
MANDATORY-GROUPS {
acdDescGenGroup,
acdDescConnectorGroup,
acdDescPwrGroup,
acdDescTsGroup,
acdDescNotificationsGroup
}
::= { acdDescCompliances 1 }
END
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document is subject to change without notice.
--
ACD-DESC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Integer32, Unsigned32, Gauge32
FROM SNMPv2-SMI
DisplayString, TruthValue, MacAddress
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
sysName
FROM SNMPv2-MIB
acdProducts
FROM ACCEDIAN-SMI;
acdDesc MODULE-IDENTITY
LAST-UPDATED "201011100100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Accedian Networks device Description MIB."
REVISION "201011100100Z" -- 10 November 2010
DESCRIPTION
"Fix compliance statement."
REVISION "201006300100Z" -- 30 june 2010
DESCRIPTION
"Revision for 10GE product introduction."
REVISION "200902040100Z" -- 4 Feb 2009
DESCRIPTION
"Add sysName in power lost (Dying gasp) notification."
REVISION "200812010100Z" -- 1 Dec 2008
DESCRIPTION
"Add power lost (Dying gasp) notification."
REVISION "200608060100Z" -- 6 Aug 2006
DESCRIPTION
"Initial version of MIB module ACD-DESC-MIB."
::= { acdProducts 1 }
acdDescNotifications OBJECT IDENTIFIER ::= { acdDesc 0 }
acdDescMIBObjects OBJECT IDENTIFIER ::= { acdDesc 15 }
acdDescConformance OBJECT IDENTIFIER ::= { acdDescMIBObjects 1 }
---------------------------------------------------------------------------
-- EtherNID General information
---------------------------------------------------------------------------
acdDescCommercialName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This string is to describe the type of device."
::= { acdDesc 1 }
acdDescMacBaseAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the Base of the EtherNID MAC addresses."
::= { acdDesc 2 }
acdDescIdentifier OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the EtherNID on your network."
::= { acdDesc 3 }
acdDescFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the version of the firmware currently loaded."
::= { acdDesc 4 }
acdDescHardwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the assembly ID of the hardware."
::= { acdDesc 5 }
acdDescSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the serial number."
::= { acdDesc 6 }
acdDescCpuUsageCurrent OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current percentage of CPU usage."
::= { acdDesc 20 }
acdDescCpuUsageAverage15 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 15 seconds.
This object range from (0..100)."
::= { acdDesc 21 }
acdDescCpuUsageAverage30 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 30 seconds.
This object range from (0..100)."
::= { acdDesc 22 }
acdDescCpuUsageAverage60 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 60 seconds.
This object range from (0..100)."
::= { acdDesc 23 }
acdDescCpuUsageAverage900 OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average percentage of CPU usage over the last 900
seconds. This object range from (0..100)."
::= { acdDesc 24 }
---------------------------------------------------------------------------
-- The connector table
-- This table contains all the information related to the connector.
---------------------------------------------------------------------------
acdDescConnectorTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescConnectorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all connectors info"
::= { acdDesc 10 }
acdDescConnectorEntry OBJECT-TYPE
SYNTAX AcdDescConnectorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product connector definition."
INDEX { acdDescConnectorID }
::= { acdDescConnectorTable 1 }
AcdDescConnectorEntry ::= SEQUENCE {
acdDescConnectorID Unsigned32,
acdDescConnectorName DisplayString,
acdDescConnectorType INTEGER,
acdDescConnectorPoESupport TruthValue
}
acdDescConnectorID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each connector. Starting to one from left to right."
::= { acdDescConnectorEntry 1 }
acdDescConnectorName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the connector on the silkscreen."
::= { acdDescConnectorEntry 2 }
acdDescConnectorType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
rj45(2),
rj45S(3), -- rj45 shielded
db9(4),
bnc(5),
fAUI(6), -- female aui
mAUI(7), -- male aui
fiberSC(8),
fiberMIC(9),
fiberST(10),
telco(11),
mtrj(12), -- fiber MT-RJ
hssdc(13), -- fiber channel style-2
fiberLC(14)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describe the connector type, for instance an RJ-45 or an SFP."
::= { acdDescConnectorEntry 3 }
acdDescConnectorPoESupport OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the port support PoE or not."
::= { acdDescConnectorEntry 4 }
---------------------------------------------------------------------------
-- The Power Supply table
-- This table contains all the information related to the Power supplies.
---------------------------------------------------------------------------
acdDescPwrTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescPwrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all Power Supplies"
::= { acdDesc 11 }
acdDescPwrEntry OBJECT-TYPE
SYNTAX AcdDescPwrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product available power supplies information."
INDEX { acdDescPwrID }
::= { acdDescPwrTable 1 }
AcdDescPwrEntry ::= SEQUENCE {
acdDescPwrID Unsigned32,
acdDescPwrName DisplayString,
acdDescPwrType INTEGER,
acdDescPwrPresent TruthValue
}
acdDescPwrID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each power supply."
::= { acdDescPwrEntry 1 }
acdDescPwrName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the power supply."
::= { acdDescPwrEntry 2 }
acdDescPwrType OBJECT-TYPE
SYNTAX INTEGER {
pwrplus5volts(1),
pwrminus48volts(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describe the Power Supply type."
::= { acdDescPwrEntry 3 }
acdDescPwrPresent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the power supply is present or not."
::= { acdDescPwrEntry 4 }
---------------------------------------------------------------------------
-- The Temperature sensor table
-- This table contains all the information for the Temperature sensors.
---------------------------------------------------------------------------
acdDescTsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDescTsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all Teperature Sensors."
::= { acdDesc 12 }
acdDescTsEntry OBJECT-TYPE
SYNTAX AcdDescTsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the product available Temperature sensor information."
INDEX { acdDescTsID }
::= { acdDescTsTable 1 }
AcdDescTsEntry ::= SEQUENCE {
acdDescTsID Unsigned32,
acdDescTsCurrentTemp Integer32,
acdDescTsFirstThres Integer32,
acdDescTsFisrtThresPass TruthValue,
acdDescTsSecondThres Integer32,
acdDescTsSecondThresPass TruthValue
}
acdDescTsID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Temperature Sensor."
::= { acdDescTsEntry 1 }
acdDescTsCurrentTemp OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current temperature in Celsius around the temperature sensor."
::= { acdDescTsEntry 2 }
acdDescTsFirstThres OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this threshold crossed."
::= { acdDescTsEntry 3 }
acdDescTsFisrtThresPass OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the temperature cross the first threshold."
::= { acdDescTsEntry 4 }
acdDescTsSecondThres OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this second threshold crossed."
::= { acdDescTsEntry 5 }
acdDescTsSecondThresPass OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is to indicate if the temperature cross the second threshold."
::= { acdDescTsEntry 6 }
-- ****************************************************************************
-- NOTIFICATIONS (TRAPS)
-- ****************************************************************************
acdPowerLost NOTIFICATION-TYPE
OBJECTS { acdDescCommercialName,
acdDescMacBaseAddr,
acdDescIdentifier,
acdDescSerialNumber,
sysName }
STATUS current
DESCRIPTION
"The SNMP trap that is generated by a unit when it detect a power lost.
It's the equivalent of the 802.3ah dying gasp."
::= { acdDescNotifications 1 }
---------------------------------------------------------------------------
-- ACD-DESC-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdDescCompliances OBJECT IDENTIFIER ::= { acdDescConformance 1 }
acdDescGroups OBJECT IDENTIFIER ::= { acdDescConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdDescGenGroup OBJECT-GROUP
OBJECTS {
acdDescCommercialName,
acdDescMacBaseAddr,
acdDescIdentifier,
acdDescFirmwareVersion,
acdDescHardwareVersion,
acdDescSerialNumber,
acdDescCpuUsageCurrent,
acdDescCpuUsageAverage15,
acdDescCpuUsageAverage30,
acdDescCpuUsageAverage60,
acdDescCpuUsageAverage900
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 1 }
acdDescConnectorGroup OBJECT-GROUP
OBJECTS {
acdDescConnectorName,
acdDescConnectorType,
acdDescConnectorPoESupport
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 2 }
acdDescPwrGroup OBJECT-GROUP
OBJECTS {
acdDescPwrName,
acdDescPwrType,
acdDescPwrPresent
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 3 }
acdDescTsGroup OBJECT-GROUP
OBJECTS {
acdDescTsCurrentTemp,
acdDescTsFirstThres,
acdDescTsFisrtThresPass,
acdDescTsSecondThres,
acdDescTsSecondThresPass
}
STATUS current
DESCRIPTION
"."
::= { acdDescGroups 4 }
acdDescNotificationsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
acdPowerLost
}
STATUS current
DESCRIPTION
"Objects for the Notifications group."
::= { acdDescGroups 5 }
---------------------------------------------------------------------------
-- MIB Module Compliance statements
---------------------------------------------------------------------------
acdAlarmCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-DESC-MIB module."
MODULE
MANDATORY-GROUPS {
acdDescGenGroup,
acdDescConnectorGroup,
acdDescPwrGroup,
acdDescTsGroup,
acdDescNotificationsGroup
}
::= { acdDescCompliances 1 }
END
+443 -443
View File
@@ -1,443 +1,443 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2011, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-DISCOVERY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,IpAddress, Unsigned32 FROM SNMPv2-SMI
DisplayString, DateAndTime, MacAddress FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
acdMibs FROM ACCEDIAN-SMI;
acdDiscovery MODULE-IDENTITY
LAST-UPDATED "201111010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The discovery inventory information for this Accedian Networks device."
REVISION "201111010100Z" -- 1 November 2011
DESCRIPTION
"Addition of MAC Address List table."
REVISION "200810010100Z" -- 1 October 2008
DESCRIPTION
"Initial version of MIB module ACD-DISCOVERY-MIB."
::= { acdMibs 11 }
acdDiscoveryNotifications OBJECT IDENTIFIER ::= { acdDiscovery 0 }
acdDiscoveryMIBObjects OBJECT IDENTIFIER ::= { acdDiscovery 1 }
acdDiscoveryConformance OBJECT IDENTIFIER ::= { acdDiscovery 2 }
acdDiscoveryInventory OBJECT IDENTIFIER ::= { acdDiscoveryMIBObjects 1 }
-------------------------------------------------------------------------------
-- The discovery inventory table.
-- This table contains the information on all the NID neighbors.
-------------------------------------------------------------------------------
acdDiscoveryInventoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryInventoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of information on neighboring NIDs"
::= { acdDiscoveryInventory 1 }
acdDiscoveryInventoryEntry OBJECT-TYPE
SYNTAX AcdDiscoveryInventoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Inventory information."
INDEX { acdDiscoveryIndex }
::= { acdDiscoveryInventoryTable 1 }
AcdDiscoveryInventoryEntry ::= SEQUENCE {
acdDiscoveryIndex Unsigned32,
acdDiscoveryMgmtIpAddress IpAddress,
acdDiscoverySystemName DisplayString,
acdDiscoverySystemDesc DisplayString,
acdDiscoverySerialNumber DisplayString,
acdDiscoveryLastChange DateAndTime,
acdDiscoveryDomain DisplayString,
acdDiscoveryFirmware DisplayString,
acdDiscoveryBaseMacAddress MacAddress,
acdDiscoveryInterfaceMacAddress MacAddress,
acdDiscoveryChassisIdSubtype Unsigned32,
acdDiscoveryChassisId DisplayString,
acdDiscoveryLocalPortId DisplayString,
acdDiscoveryRemotePortId DisplayString,
acdDiscoveryWebServerPort Unsigned32,
acdDiscoverySnmpAgentPort Unsigned32,
acdDiscoverySshPort Unsigned32,
acdDiscoveryVlan1 Unsigned32,
acdDiscoveryVlan2 Unsigned32
}
acdDiscoveryIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of this object uniquely identifies this acdDiscovery
entry."
::= { acdDiscoveryInventoryEntry 1 }
acdDiscoveryMgmtIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the management interface."
::= { acdDiscoveryInventoryEntry 2 }
acdDiscoverySystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An administratively-assigned name for this managed node."
::= { acdDiscoveryInventoryEntry 3 }
acdDiscoverySystemDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The system description."
::= { acdDiscoveryInventoryEntry 4 }
acdDiscoverySerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the serial number of the unit."
::= { acdDiscoveryInventoryEntry 5 }
acdDiscoveryLastChange OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the last time we received an information frame for the device."
::= { acdDiscoveryInventoryEntry 6 }
acdDiscoveryDomain OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the discovery domain."
::= { acdDiscoveryInventoryEntry 7 }
acdDiscoveryFirmware OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The firmware version of the unit."
::= { acdDiscoveryInventoryEntry 8 }
acdDiscoveryBaseMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The base MAC address of the remote NID based on the last information
frame received from the device. If no information has been received,
this object shall be equal to six octets of zero."
::= { acdDiscoveryInventoryEntry 9 }
acdDiscoveryInterfaceMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The management interface MAC address of the remote NID based on the
last information frame received from the device. If no information has
been received, this object shall be equal to six octets of zero."
::= { acdDiscoveryInventoryEntry 10 }
acdDiscoveryChassisIdSubtype OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The chassis ID subtype, as defined by IEEE 802.1AB."
::= { acdDiscoveryInventoryEntry 11 }
acdDiscoveryChassisId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The chassis ID of the remote device."
::= { acdDiscoveryInventoryEntry 12 }
acdDiscoveryLocalPortId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the port name where the advertisement frame was received."
::= { acdDiscoveryInventoryEntry 13 }
acdDiscoveryRemotePortId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the advertisement port of the remote device."
::= { acdDiscoveryInventoryEntry 14 }
acdDiscoveryWebServerPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The web server port of the remote device."
::= { acdDiscoveryInventoryEntry 15 }
acdDiscoverySnmpAgentPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNMP agent port of the remote device. If 0, SNMP agent is disabled."
::= { acdDiscoveryInventoryEntry 16 }
acdDiscoverySshPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SSH port of the remote device."
::= { acdDiscoveryInventoryEntry 17 }
acdDiscoveryVlan1 OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first VLAN on the remote device interface. No VLAN when this value is zero."
::= { acdDiscoveryInventoryEntry 18 }
acdDiscoveryVlan2 OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The second VLAN on the remote device interface. No VLAN when this value is zero."
::= { acdDiscoveryInventoryEntry 19 }
---------------------------------------------------------------------------
-- The IP interface table
-- This table contains all interfaces found on the remote device, excluding the
-- management interface, which was configured by a beacon frame.
---------------------------------------------------------------------------
acdDiscoveryIpListTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryIpListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains all interfaces found on the remote device, excluding the
management interface, which was configured by a beacon frame."
::= { acdDiscoveryInventory 2 }
acdDiscoveryIpListEntry OBJECT-TYPE
SYNTAX AcdDiscoveryIpListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of the IP address of an interface on the remote device."
INDEX { acdDiscoveryIndex, acdDiscoveryIpListIndex }
::= { acdDiscoveryIpListTable 1 }
AcdDiscoveryIpListEntry ::= SEQUENCE {
acdDiscoveryIpListIndex Unsigned32,
acdDiscoveryIpListAddress IpAddress
}
acdDiscoveryIpListIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Based on number of interface found."
::= { acdDiscoveryIpListEntry 1 }
acdDiscoveryIpListAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the IP address on one of the interfaces found on the remote NID."
::= { acdDiscoveryIpListEntry 2 }
---------------------------------------------------------------------------
-- The port MAC address table.
-- This table contains MAC address or ports found on the remote device.
-- For a first phase, only the MAC addresses for ports of a line cards in
-- a MetroNODE chassis are listed. Eventually, we may add to the list the
-- MAC address of all available ports including those of a MetroNID and
-- those of a controller card of a MetroNODE.
---------------------------------------------------------------------------
acdDiscoveryMacAddressListTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryMacAddressListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains MAC addresses of ports found on the remote device. Not
all port MAC addresses are necessary listed."
::= { acdDiscoveryInventory 3 }
acdDiscoveryMacAddressListEntry OBJECT-TYPE
SYNTAX AcdDiscoveryMacAddressListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of the MAC address of a port on the remote device."
INDEX { acdDiscoveryIndex, acdDiscoveryMacAddressListIndex }
::= { acdDiscoveryMacAddressListTable 1 }
AcdDiscoveryMacAddressListEntry ::= SEQUENCE {
acdDiscoveryMacAddressListIndex Unsigned32,
acdDiscoveryMacAddressListSystemSlotId Unsigned32,
acdDiscoveryMacAddressListPortId Unsigned32,
acdDiscoveryMacAddressListPortName DisplayString,
acdDiscoveryMacAddressListPortMacAddress MacAddress
}
acdDiscoveryMacAddressListIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Based on number of port MAC addresses found."
::= { acdDiscoveryMacAddressListEntry 1 }
acdDiscoveryMacAddressListSystemSlotId OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System slot identifier of module on which the port is located.
Applies only to a MetroNODE module. Value is 0 for a MetroNID device."
::= { acdDiscoveryMacAddressListEntry 2 }
acdDiscoveryMacAddressListPortId OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port identifier."
::= { acdDiscoveryMacAddressListEntry 3 }
acdDiscoveryMacAddressListPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port name."
::= { acdDiscoveryMacAddressListEntry 4 }
acdDiscoveryMacAddressListPortMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the MAC address of one of the ports found on the remote device."
::= { acdDiscoveryMacAddressListEntry 5 }
---------------------------------------------------------------------------
-- ACD-DISCOVERY-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdDiscoveryCompliances OBJECT IDENTIFIER ::= { acdDiscoveryConformance 1 }
acdDiscoveryGroups OBJECT IDENTIFIER ::= { acdDiscoveryConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdDiscoveryInventoryGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryMgmtIpAddress,
acdDiscoverySystemName,
acdDiscoverySystemDesc,
acdDiscoverySerialNumber,
acdDiscoveryLastChange,
acdDiscoveryDomain,
acdDiscoveryFirmware,
acdDiscoveryBaseMacAddress,
acdDiscoveryInterfaceMacAddress,
acdDiscoveryChassisIdSubtype,
acdDiscoveryChassisId,
acdDiscoveryLocalPortId,
acdDiscoveryRemotePortId,
acdDiscoveryWebServerPort,
acdDiscoverySnmpAgentPort,
acdDiscoverySshPort,
acdDiscoveryVlan1,
acdDiscoveryVlan2
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 1 }
acdDiscoveryIpListGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryIpListAddress
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 2 }
acdDiscoveryMacAddressListGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryMacAddressListSystemSlotId,
acdDiscoveryMacAddressListPortId,
acdDiscoveryMacAddressListPortName,
acdDiscoveryMacAddressListPortMacAddress
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 3 }
acdDiscoveryCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-DISCOVERY-MIB module."
MODULE
MANDATORY-GROUPS {
acdDiscoveryInventoryGroup,
acdDiscoveryIpListGroup,
acdDiscoveryMacAddressListGroup
}
::= { acdDiscoveryCompliances 1 }
END
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2011, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-DISCOVERY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,IpAddress, Unsigned32 FROM SNMPv2-SMI
DisplayString, DateAndTime, MacAddress FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
acdMibs FROM ACCEDIAN-SMI;
acdDiscovery MODULE-IDENTITY
LAST-UPDATED "201111010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The discovery inventory information for this Accedian Networks device."
REVISION "201111010100Z" -- 1 November 2011
DESCRIPTION
"Addition of MAC Address List table."
REVISION "200810010100Z" -- 1 October 2008
DESCRIPTION
"Initial version of MIB module ACD-DISCOVERY-MIB."
::= { acdMibs 11 }
acdDiscoveryNotifications OBJECT IDENTIFIER ::= { acdDiscovery 0 }
acdDiscoveryMIBObjects OBJECT IDENTIFIER ::= { acdDiscovery 1 }
acdDiscoveryConformance OBJECT IDENTIFIER ::= { acdDiscovery 2 }
acdDiscoveryInventory OBJECT IDENTIFIER ::= { acdDiscoveryMIBObjects 1 }
-------------------------------------------------------------------------------
-- The discovery inventory table.
-- This table contains the information on all the NID neighbors.
-------------------------------------------------------------------------------
acdDiscoveryInventoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryInventoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of information on neighboring NIDs"
::= { acdDiscoveryInventory 1 }
acdDiscoveryInventoryEntry OBJECT-TYPE
SYNTAX AcdDiscoveryInventoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Inventory information."
INDEX { acdDiscoveryIndex }
::= { acdDiscoveryInventoryTable 1 }
AcdDiscoveryInventoryEntry ::= SEQUENCE {
acdDiscoveryIndex Unsigned32,
acdDiscoveryMgmtIpAddress IpAddress,
acdDiscoverySystemName DisplayString,
acdDiscoverySystemDesc DisplayString,
acdDiscoverySerialNumber DisplayString,
acdDiscoveryLastChange DateAndTime,
acdDiscoveryDomain DisplayString,
acdDiscoveryFirmware DisplayString,
acdDiscoveryBaseMacAddress MacAddress,
acdDiscoveryInterfaceMacAddress MacAddress,
acdDiscoveryChassisIdSubtype Unsigned32,
acdDiscoveryChassisId DisplayString,
acdDiscoveryLocalPortId DisplayString,
acdDiscoveryRemotePortId DisplayString,
acdDiscoveryWebServerPort Unsigned32,
acdDiscoverySnmpAgentPort Unsigned32,
acdDiscoverySshPort Unsigned32,
acdDiscoveryVlan1 Unsigned32,
acdDiscoveryVlan2 Unsigned32
}
acdDiscoveryIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of this object uniquely identifies this acdDiscovery
entry."
::= { acdDiscoveryInventoryEntry 1 }
acdDiscoveryMgmtIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the management interface."
::= { acdDiscoveryInventoryEntry 2 }
acdDiscoverySystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An administratively-assigned name for this managed node."
::= { acdDiscoveryInventoryEntry 3 }
acdDiscoverySystemDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The system description."
::= { acdDiscoveryInventoryEntry 4 }
acdDiscoverySerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the serial number of the unit."
::= { acdDiscoveryInventoryEntry 5 }
acdDiscoveryLastChange OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the last time we received an information frame for the device."
::= { acdDiscoveryInventoryEntry 6 }
acdDiscoveryDomain OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the discovery domain."
::= { acdDiscoveryInventoryEntry 7 }
acdDiscoveryFirmware OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The firmware version of the unit."
::= { acdDiscoveryInventoryEntry 8 }
acdDiscoveryBaseMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The base MAC address of the remote NID based on the last information
frame received from the device. If no information has been received,
this object shall be equal to six octets of zero."
::= { acdDiscoveryInventoryEntry 9 }
acdDiscoveryInterfaceMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The management interface MAC address of the remote NID based on the
last information frame received from the device. If no information has
been received, this object shall be equal to six octets of zero."
::= { acdDiscoveryInventoryEntry 10 }
acdDiscoveryChassisIdSubtype OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The chassis ID subtype, as defined by IEEE 802.1AB."
::= { acdDiscoveryInventoryEntry 11 }
acdDiscoveryChassisId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The chassis ID of the remote device."
::= { acdDiscoveryInventoryEntry 12 }
acdDiscoveryLocalPortId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the port name where the advertisement frame was received."
::= { acdDiscoveryInventoryEntry 13 }
acdDiscoveryRemotePortId OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the advertisement port of the remote device."
::= { acdDiscoveryInventoryEntry 14 }
acdDiscoveryWebServerPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The web server port of the remote device."
::= { acdDiscoveryInventoryEntry 15 }
acdDiscoverySnmpAgentPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNMP agent port of the remote device. If 0, SNMP agent is disabled."
::= { acdDiscoveryInventoryEntry 16 }
acdDiscoverySshPort OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SSH port of the remote device."
::= { acdDiscoveryInventoryEntry 17 }
acdDiscoveryVlan1 OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first VLAN on the remote device interface. No VLAN when this value is zero."
::= { acdDiscoveryInventoryEntry 18 }
acdDiscoveryVlan2 OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The second VLAN on the remote device interface. No VLAN when this value is zero."
::= { acdDiscoveryInventoryEntry 19 }
---------------------------------------------------------------------------
-- The IP interface table
-- This table contains all interfaces found on the remote device, excluding the
-- management interface, which was configured by a beacon frame.
---------------------------------------------------------------------------
acdDiscoveryIpListTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryIpListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains all interfaces found on the remote device, excluding the
management interface, which was configured by a beacon frame."
::= { acdDiscoveryInventory 2 }
acdDiscoveryIpListEntry OBJECT-TYPE
SYNTAX AcdDiscoveryIpListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of the IP address of an interface on the remote device."
INDEX { acdDiscoveryIndex, acdDiscoveryIpListIndex }
::= { acdDiscoveryIpListTable 1 }
AcdDiscoveryIpListEntry ::= SEQUENCE {
acdDiscoveryIpListIndex Unsigned32,
acdDiscoveryIpListAddress IpAddress
}
acdDiscoveryIpListIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Based on number of interface found."
::= { acdDiscoveryIpListEntry 1 }
acdDiscoveryIpListAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the IP address on one of the interfaces found on the remote NID."
::= { acdDiscoveryIpListEntry 2 }
---------------------------------------------------------------------------
-- The port MAC address table.
-- This table contains MAC address or ports found on the remote device.
-- For a first phase, only the MAC addresses for ports of a line cards in
-- a MetroNODE chassis are listed. Eventually, we may add to the list the
-- MAC address of all available ports including those of a MetroNID and
-- those of a controller card of a MetroNODE.
---------------------------------------------------------------------------
acdDiscoveryMacAddressListTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdDiscoveryMacAddressListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains MAC addresses of ports found on the remote device. Not
all port MAC addresses are necessary listed."
::= { acdDiscoveryInventory 3 }
acdDiscoveryMacAddressListEntry OBJECT-TYPE
SYNTAX AcdDiscoveryMacAddressListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of the MAC address of a port on the remote device."
INDEX { acdDiscoveryIndex, acdDiscoveryMacAddressListIndex }
::= { acdDiscoveryMacAddressListTable 1 }
AcdDiscoveryMacAddressListEntry ::= SEQUENCE {
acdDiscoveryMacAddressListIndex Unsigned32,
acdDiscoveryMacAddressListSystemSlotId Unsigned32,
acdDiscoveryMacAddressListPortId Unsigned32,
acdDiscoveryMacAddressListPortName DisplayString,
acdDiscoveryMacAddressListPortMacAddress MacAddress
}
acdDiscoveryMacAddressListIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Based on number of port MAC addresses found."
::= { acdDiscoveryMacAddressListEntry 1 }
acdDiscoveryMacAddressListSystemSlotId OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System slot identifier of module on which the port is located.
Applies only to a MetroNODE module. Value is 0 for a MetroNID device."
::= { acdDiscoveryMacAddressListEntry 2 }
acdDiscoveryMacAddressListPortId OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port identifier."
::= { acdDiscoveryMacAddressListEntry 3 }
acdDiscoveryMacAddressListPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port name."
::= { acdDiscoveryMacAddressListEntry 4 }
acdDiscoveryMacAddressListPortMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the MAC address of one of the ports found on the remote device."
::= { acdDiscoveryMacAddressListEntry 5 }
---------------------------------------------------------------------------
-- ACD-DISCOVERY-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdDiscoveryCompliances OBJECT IDENTIFIER ::= { acdDiscoveryConformance 1 }
acdDiscoveryGroups OBJECT IDENTIFIER ::= { acdDiscoveryConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdDiscoveryInventoryGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryMgmtIpAddress,
acdDiscoverySystemName,
acdDiscoverySystemDesc,
acdDiscoverySerialNumber,
acdDiscoveryLastChange,
acdDiscoveryDomain,
acdDiscoveryFirmware,
acdDiscoveryBaseMacAddress,
acdDiscoveryInterfaceMacAddress,
acdDiscoveryChassisIdSubtype,
acdDiscoveryChassisId,
acdDiscoveryLocalPortId,
acdDiscoveryRemotePortId,
acdDiscoveryWebServerPort,
acdDiscoverySnmpAgentPort,
acdDiscoverySshPort,
acdDiscoveryVlan1,
acdDiscoveryVlan2
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 1 }
acdDiscoveryIpListGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryIpListAddress
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 2 }
acdDiscoveryMacAddressListGroup OBJECT-GROUP
OBJECTS {
acdDiscoveryMacAddressListSystemSlotId,
acdDiscoveryMacAddressListPortId,
acdDiscoveryMacAddressListPortName,
acdDiscoveryMacAddressListPortMacAddress
}
STATUS current
DESCRIPTION
"."
::= { acdDiscoveryGroups 3 }
acdDiscoveryCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-DISCOVERY-MIB module."
MODULE
MANDATORY-GROUPS {
acdDiscoveryInventoryGroup,
acdDiscoveryIpListGroup,
acdDiscoveryMacAddressListGroup
}
::= { acdDiscoveryCompliances 1 }
END
+1987 -1987
View File
File diff suppressed because it is too large Load Diff
+2912 -2912
View File
File diff suppressed because it is too large Load Diff
+1102 -1102
View File
File diff suppressed because it is too large Load Diff
+1522 -1522
View File
File diff suppressed because it is too large Load Diff
+802 -802
View File
File diff suppressed because it is too large Load Diff
+1165 -1165
View File
File diff suppressed because it is too large Load Diff
+1182 -1182
View File
File diff suppressed because it is too large Load Diff
+278 -278
View File
@@ -1,278 +1,278 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2009, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SHAPER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32, Gauge32, Counter64
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdShaper MODULE-IDENTITY
LAST-UPDATED "200911010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"."
REVISION "200911010100Z" -- 1 Nov 2009
DESCRIPTION
"Initial version of MIB module ACD-SHAPER-MIB."
::= { acdMibs 10 }
acdShaper1 OBJECT IDENTIFIER ::= { acdShaper 1 }
acdShaper1MIBObjects OBJECT IDENTIFIER ::= { acdShaper1 1 }
acdShaper1Conformance OBJECT IDENTIFIER ::= { acdShaper1 2 }
acdShaper1Config OBJECT IDENTIFIER ::= { acdShaper1MIBObjects 1 }
acdShaper1Stats OBJECT IDENTIFIER ::= { acdShaper1MIBObjects 2 }
---------------------------------------------------------------------------
-- The Shaper Code Point statistics table
-- This table contains all Code Point statistics.
---------------------------------------------------------------------------
acdShaper1CodePointStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaper1CodePointStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains statistics for all Code Point in the system.
Each Code Point are define by tuple PCP, color, incoming port
and outgoing port."
::= { acdShaper1Stats 1 }
acdShaper1CodePointStatsEntry OBJECT-TYPE
SYNTAX AcdShaper1CodePointStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"."
INDEX { acdShaper1CodePointStatsDstID, acdShaper1CodePointStatsSrcID,
acdShaper1CodePointStatsColorID, acdShaper1CodePointStatsPcpID }
::= { acdShaper1CodePointStatsTable 1 }
AcdShaper1CodePointStatsEntry ::= SEQUENCE {
acdShaper1CodePointStatsDstID Unsigned32,
acdShaper1CodePointStatsSrcID Unsigned32,
acdShaper1CodePointStatsColorID INTEGER,
acdShaper1CodePointStatsPcpID Unsigned32,
acdShaper1CodePointStatsFwdOctets Counter64,
acdShaper1CodePointStatsFwdPkts Counter64,
acdShaper1CodePointStatsFwdRate Gauge32,
acdShaper1CodePointStatsDelayedOctets Counter64,
acdShaper1CodePointStatsDelayedPkts Counter64,
acdShaper1CodePointStatsDelayedRate Gauge32,
acdShaper1CodePointStatsOverflowOctets Counter64,
acdShaper1CodePointStatsOverflowPkts Counter64,
acdShaper1CodePointStatsOverflowRate Gauge32,
acdShaper1CodePointStatsQMgmtDropOctets Counter64,
acdShaper1CodePointStatsQMgmtDropPkts Counter64,
acdShaper1CodePointStatsQMgmtDropRate Gauge32
}
acdShaper1CodePointStatsDstID OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Destination port ID."
::= { acdShaper1CodePointStatsEntry 1 }
acdShaper1CodePointStatsSrcID OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Source port ID."
::= { acdShaper1CodePointStatsEntry 2 }
acdShaper1CodePointStatsColorID OBJECT-TYPE
SYNTAX INTEGER {
green(1),
yellow(2)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Color value."
::= { acdShaper1CodePointStatsEntry 3 }
acdShaper1CodePointStatsPcpID OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"PCP value."
::= { acdShaper1CodePointStatsEntry 4 }
acdShaper1CodePointStatsFwdOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets forwarded without delay."
::= { acdShaper1CodePointStatsEntry 5 }
acdShaper1CodePointStatsFwdPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets forwarded without delay."
::= { acdShaper1CodePointStatsEntry 6 }
acdShaper1CodePointStatsFwdRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps forwarded without delay."
::= { acdShaper1CodePointStatsEntry 7 }
acdShaper1CodePointStatsDelayedOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets enqueued."
::= { acdShaper1CodePointStatsEntry 8 }
acdShaper1CodePointStatsDelayedPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets enqueued."
::= { acdShaper1CodePointStatsEntry 9 }
acdShaper1CodePointStatsDelayedRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps enqueued."
::= { acdShaper1CodePointStatsEntry 10 }
acdShaper1CodePointStatsOverflowOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 11 }
acdShaper1CodePointStatsOverflowPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 12 }
acdShaper1CodePointStatsOverflowRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 13 }
acdShaper1CodePointStatsQMgmtDropOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 14 }
acdShaper1CodePointStatsQMgmtDropPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 15 }
acdShaper1CodePointStatsQMgmtDropRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 16 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdShaper1Compliances OBJECT IDENTIFIER ::= { acdShaper1Conformance 1 }
acdShaper1Groups OBJECT IDENTIFIER ::= { acdShaper1Conformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdShaper1CodePointStatsGroup OBJECT-GROUP
OBJECTS {
acdShaper1CodePointStatsFwdOctets,
acdShaper1CodePointStatsFwdPkts,
acdShaper1CodePointStatsFwdRate,
acdShaper1CodePointStatsDelayedOctets,
acdShaper1CodePointStatsDelayedPkts,
acdShaper1CodePointStatsDelayedRate,
acdShaper1CodePointStatsOverflowOctets,
acdShaper1CodePointStatsOverflowPkts,
acdShaper1CodePointStatsOverflowRate,
acdShaper1CodePointStatsQMgmtDropOctets,
acdShaper1CodePointStatsQMgmtDropPkts,
acdShaper1CodePointStatsQMgmtDropRate
}
STATUS current
DESCRIPTION
"."
::= { acdShaper1Groups 1 }
acdShaper1Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SHAPER-MIB module."
MODULE
MANDATORY-GROUPS {
acdShaper1CodePointStatsGroup
}
::= { acdShaper1Compliances 1 }
END
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2009, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SHAPER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32, Gauge32, Counter64
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdShaper MODULE-IDENTITY
LAST-UPDATED "200911010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"."
REVISION "200911010100Z" -- 1 Nov 2009
DESCRIPTION
"Initial version of MIB module ACD-SHAPER-MIB."
::= { acdMibs 10 }
acdShaper1 OBJECT IDENTIFIER ::= { acdShaper 1 }
acdShaper1MIBObjects OBJECT IDENTIFIER ::= { acdShaper1 1 }
acdShaper1Conformance OBJECT IDENTIFIER ::= { acdShaper1 2 }
acdShaper1Config OBJECT IDENTIFIER ::= { acdShaper1MIBObjects 1 }
acdShaper1Stats OBJECT IDENTIFIER ::= { acdShaper1MIBObjects 2 }
---------------------------------------------------------------------------
-- The Shaper Code Point statistics table
-- This table contains all Code Point statistics.
---------------------------------------------------------------------------
acdShaper1CodePointStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaper1CodePointStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains statistics for all Code Point in the system.
Each Code Point are define by tuple PCP, color, incoming port
and outgoing port."
::= { acdShaper1Stats 1 }
acdShaper1CodePointStatsEntry OBJECT-TYPE
SYNTAX AcdShaper1CodePointStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"."
INDEX { acdShaper1CodePointStatsDstID, acdShaper1CodePointStatsSrcID,
acdShaper1CodePointStatsColorID, acdShaper1CodePointStatsPcpID }
::= { acdShaper1CodePointStatsTable 1 }
AcdShaper1CodePointStatsEntry ::= SEQUENCE {
acdShaper1CodePointStatsDstID Unsigned32,
acdShaper1CodePointStatsSrcID Unsigned32,
acdShaper1CodePointStatsColorID INTEGER,
acdShaper1CodePointStatsPcpID Unsigned32,
acdShaper1CodePointStatsFwdOctets Counter64,
acdShaper1CodePointStatsFwdPkts Counter64,
acdShaper1CodePointStatsFwdRate Gauge32,
acdShaper1CodePointStatsDelayedOctets Counter64,
acdShaper1CodePointStatsDelayedPkts Counter64,
acdShaper1CodePointStatsDelayedRate Gauge32,
acdShaper1CodePointStatsOverflowOctets Counter64,
acdShaper1CodePointStatsOverflowPkts Counter64,
acdShaper1CodePointStatsOverflowRate Gauge32,
acdShaper1CodePointStatsQMgmtDropOctets Counter64,
acdShaper1CodePointStatsQMgmtDropPkts Counter64,
acdShaper1CodePointStatsQMgmtDropRate Gauge32
}
acdShaper1CodePointStatsDstID OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Destination port ID."
::= { acdShaper1CodePointStatsEntry 1 }
acdShaper1CodePointStatsSrcID OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Source port ID."
::= { acdShaper1CodePointStatsEntry 2 }
acdShaper1CodePointStatsColorID OBJECT-TYPE
SYNTAX INTEGER {
green(1),
yellow(2)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Color value."
::= { acdShaper1CodePointStatsEntry 3 }
acdShaper1CodePointStatsPcpID OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"PCP value."
::= { acdShaper1CodePointStatsEntry 4 }
acdShaper1CodePointStatsFwdOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets forwarded without delay."
::= { acdShaper1CodePointStatsEntry 5 }
acdShaper1CodePointStatsFwdPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets forwarded without delay."
::= { acdShaper1CodePointStatsEntry 6 }
acdShaper1CodePointStatsFwdRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps forwarded without delay."
::= { acdShaper1CodePointStatsEntry 7 }
acdShaper1CodePointStatsDelayedOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets enqueued."
::= { acdShaper1CodePointStatsEntry 8 }
acdShaper1CodePointStatsDelayedPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets enqueued."
::= { acdShaper1CodePointStatsEntry 9 }
acdShaper1CodePointStatsDelayedRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps enqueued."
::= { acdShaper1CodePointStatsEntry 10 }
acdShaper1CodePointStatsOverflowOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 11 }
acdShaper1CodePointStatsOverflowPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 12 }
acdShaper1CodePointStatsOverflowRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps dropped due to the queue overflow."
::= { acdShaper1CodePointStatsEntry 13 }
acdShaper1CodePointStatsQMgmtDropOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of octets dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 14 }
acdShaper1CodePointStatsQMgmtDropPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 15 }
acdShaper1CodePointStatsQMgmtDropRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bit rate in Mbps dropped by the queue management algorithm."
::= { acdShaper1CodePointStatsEntry 16 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdShaper1Compliances OBJECT IDENTIFIER ::= { acdShaper1Conformance 1 }
acdShaper1Groups OBJECT IDENTIFIER ::= { acdShaper1Conformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdShaper1CodePointStatsGroup OBJECT-GROUP
OBJECTS {
acdShaper1CodePointStatsFwdOctets,
acdShaper1CodePointStatsFwdPkts,
acdShaper1CodePointStatsFwdRate,
acdShaper1CodePointStatsDelayedOctets,
acdShaper1CodePointStatsDelayedPkts,
acdShaper1CodePointStatsDelayedRate,
acdShaper1CodePointStatsOverflowOctets,
acdShaper1CodePointStatsOverflowPkts,
acdShaper1CodePointStatsOverflowRate,
acdShaper1CodePointStatsQMgmtDropOctets,
acdShaper1CodePointStatsQMgmtDropPkts,
acdShaper1CodePointStatsQMgmtDropRate
}
STATUS current
DESCRIPTION
"."
::= { acdShaper1Groups 1 }
acdShaper1Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SHAPER-MIB module."
MODULE
MANDATORY-GROUPS {
acdShaper1CodePointStatsGroup
}
::= { acdShaper1Compliances 1 }
END
+466 -466
View File
@@ -1,466 +1,466 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SMAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, RowStatus
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdSmap MODULE-IDENTITY
LAST-UPDATED "200810010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Service mapping database for this Accedian Networks device."
REVISION "200810010100Z" -- 1 October 2008
DESCRIPTION
"Definition revision."
REVISION "200806150100Z" -- 15 June 2008
DESCRIPTION
"Initial version of MIB module ACD-SMAP-MIB."
::= { acdMibs 8 }
acdSmapNotifications OBJECT IDENTIFIER ::= { acdSmap 0 }
acdSmapMIBObjects OBJECT IDENTIFIER ::= { acdSmap 1 }
acdSmapConformance OBJECT IDENTIFIER ::= { acdSmap 2 }
acdSmapConfig OBJECT IDENTIFIER ::= { acdSmapMIBObjects 1 }
---------------------------------------------------------------------------
-- The CoS Profile configuration table
-- This table contains all CoS Profile entry configurations.
---------------------------------------------------------------------------
acdSmapCoSProfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapCoSProfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CoS profile table. Each row in the table represents a CoS Profile.
A CoS profile is used to map an input packet to an L2 class of service.
This traffic mapping (classification) is accomplished using one of
the following fields in the incoming packet:
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte
The class of service value (0-7) assigned to the outgoing traffic is
selected based on the conformance level (Green/Yellow) of the incoming
traffic. The following sections describe the general configuration
parameters and the mapping table of a CoS profile."
::= { acdSmapConfig 1 }
acdSmapCoSProfEntry OBJECT-TYPE
SYNTAX AcdSmapCoSProfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to manage a CoS profile."
INDEX { acdSmapCoSProfID }
::= { acdSmapCoSProfTable 1 }
AcdSmapCoSProfEntry ::= SEQUENCE {
acdSmapCoSProfID Unsigned32,
acdSmapCoSProfRowStatus RowStatus,
acdSmapCoSProfName DisplayString,
acdSmapCoSProfType INTEGER,
acdSmapCoSProfDecodeDropBit TruthValue,
acdSmapCoSProfEncodeDropBit TruthValue
}
acdSmapCoSProfID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each CoS Profile instance."
::= { acdSmapCoSProfEntry 1 }
acdSmapCoSProfRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new CoS Profile you shall provide the a unique name and the
type for an empty row with the RowStatus set to Create and Go. To
delete the CoS Profile you need to set the RowStatus to destroy."
::= { acdSmapCoSProfEntry 2 }
acdSmapCoSProfName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the CoS profile."
::= { acdSmapCoSProfEntry 3 }
acdSmapCoSProfType OBJECT-TYPE
SYNTAX INTEGER {
pcp(1),
dscp(2),
pre(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Indicates the type of CoS profile. Possible values are: PCP, IP
precedence or DSCP."
::= { acdSmapCoSProfEntry 4 }
acdSmapCoSProfDecodeDropBit OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field is only valid for PCP CoS profiles. If this field is set,
the pre-marking color is decoded from the DEI bit (Drop Eligible
Indication). Otherwise, the user defined pre-color is used."
DEFVAL { false }
::= { acdSmapCoSProfEntry 5 }
acdSmapCoSProfEncodeDropBit OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field controls the DEI bit in an S-VLAN tag. If this field is set
and the outgoing packet is marked yellow then the DEI bit is set to 1.
Otherwise, the DEI is set to 0."
DEFVAL { false }
::= { acdSmapCoSProfEntry 6 }
---------------------------------------------------------------------------
-- The CoS Profile Code Point configuration table
-- This table contains all Code Point for a CoS profile entry.
---------------------------------------------------------------------------
acdSmapCoSProfCodePointTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapCoSProfCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Configuration table of all code point entries. Each row in the
table represents a Code point. the number of code points depend of the
acdSmapCoSProfType value.
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte
The class of service value (0-7) assigned to the outgoing traffic is
selected based on the conformance level (Green/Yellow) of the incoming
traffic."
::= { acdSmapConfig 2 }
acdSmapCoSProfCodePointEntry OBJECT-TYPE
SYNTAX AcdSmapCoSProfCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapCoSProfID, acdSmapCoSProfCodePointID }
::= { acdSmapCoSProfCodePointTable 1 }
AcdSmapCoSProfCodePointEntry ::= SEQUENCE {
acdSmapCoSProfCodePointID Unsigned32,
acdSmapCoSProfCodePointPreMarkingColor INTEGER,
acdSmapCoSProfCodePointGreenOut Unsigned32,
acdSmapCoSProfCodePointYellowOut Unsigned32
}
acdSmapCoSProfCodePointID OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Base on Code Point, 0 to 63 for DSCP or 0
to 7 for PCP or IP precedence."
::= { acdSmapCoSProfCodePointEntry 1 }
acdSmapCoSProfCodePointPreMarkingColor OBJECT-TYPE
SYNTAX INTEGER {
green(1),
yellow(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is the user pre-color to mark the incoming traffic. This field
is only valid if acdSmapCoSProfDecodeDropBit is not set."
DEFVAL { green }
::= { acdSmapCoSProfCodePointEntry 2 }
acdSmapCoSProfCodePointGreenOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The class of service value that will be used in the outgoing green
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is green or if the pre-marking
color is green and no bandwidth regulator is assigned to this entry."
DEFVAL { 0 }
::= { acdSmapCoSProfCodePointEntry 3 }
acdSmapCoSProfCodePointYellowOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The class of service value that will be used in the outgoing yellow
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is yellow or if the pre-marking
color is yellow and no bandwidth regulator is assigned to this entry."
DEFVAL { 0 }
::= { acdSmapCoSProfCodePointEntry 4 }
---------------------------------------------------------------------------
-- The Regulator Set configuration table
-- This table contains all Regulator Set entry configurations.
---------------------------------------------------------------------------
acdSmapRegSetTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapRegSetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Regulator Set profile table. Each row in the table represents a
Regulator Set. A bandwidth regulator set allows the user to regulate
traffic based on the following information:
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte.
"
::= { acdSmapConfig 3 }
acdSmapRegSetEntry OBJECT-TYPE
SYNTAX AcdSmapRegSetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to manage a Regulator set."
INDEX { acdSmapRegSetID }
::= { acdSmapRegSetTable 1 }
AcdSmapRegSetEntry ::= SEQUENCE {
acdSmapRegSetID Unsigned32,
acdSmapRegSetRowStatus RowStatus,
acdSmapRegSetName DisplayString,
acdSmapRegSetType INTEGER
}
acdSmapRegSetID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Regulator set instance."
::= { acdSmapRegSetEntry 1 }
acdSmapRegSetRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new Regulator set you shall provide the a unique name and the
type for an empty row with the RowStatus set to Create and Go. To
delete the CoS Profile you need to set the RowStatus to destroy."
::= { acdSmapRegSetEntry 2 }
acdSmapRegSetName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the Regulator set."
::= { acdSmapRegSetEntry 3 }
acdSmapRegSetType OBJECT-TYPE
SYNTAX INTEGER {
pcp(1),
dscp(2),
pre(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Indicates the type of Regulator Set. Possible values are: PCP, IP
precedence or DSCP."
::= { acdSmapRegSetEntry 4 }
---------------------------------------------------------------------------
-- The Regulator Set Code Point configuration table
-- This table contains all Code Point for a Regulator set profile entry.
---------------------------------------------------------------------------
acdSmapRegSetCodePointTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapRegSetCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Configuration table of all code point entries. Each row in the
table represents a Code point. the number of code points depend of the
acdSmapCoSProfType value.
p-bits in 802.1Q / 802.1Q-in-Q tags;
IP precedence bits in IPv4 TOS byte;
DSCP bits in IPv4 DSCP byte.
"
::= { acdSmapConfig 4 }
acdSmapRegSetCodePointEntry OBJECT-TYPE
SYNTAX AcdSmapRegSetCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapRegSetID, acdSmapRegSetCodePointID }
::= { acdSmapRegSetCodePointTable 1 }
AcdSmapRegSetCodePointEntry ::= SEQUENCE {
acdSmapRegSetCodePointID Unsigned32,
acdSmapRegSetCodePointRegulatorID Unsigned32,
acdSmapRegSetCodePointRegulatorEnable TruthValue
}
acdSmapRegSetCodePointID OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Base on Code Point, 0 to 64 for DSCP or 0
to 7 for PCP or IP precedence."
::= { acdSmapRegSetCodePointEntry 1 }
acdSmapRegSetCodePointRegulatorID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The bandwidth regulator that will be used to regulate the traffic flow
that has this PCP/IP precendence/DSCP value. Refer to acdRegulatorTable
to find the exact identifier (same as acdRegulatorID)."
DEFVAL { 0 }
::= { acdSmapRegSetCodePointEntry 2 }
acdSmapRegSetCodePointRegulatorEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable traffic regulation for this PCP, IP precedence or
DSCP value."
DEFVAL { false }
::= { acdSmapRegSetCodePointEntry 3 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdSmapCompliances OBJECT IDENTIFIER ::= { acdSmapConformance 1 }
acdSmapGroups OBJECT IDENTIFIER ::= { acdSmapConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdSmapCoSProfGroup OBJECT-GROUP
OBJECTS {
acdSmapCoSProfRowStatus,
acdSmapCoSProfName,
acdSmapCoSProfType,
acdSmapCoSProfDecodeDropBit,
acdSmapCoSProfEncodeDropBit
}
STATUS current
DESCRIPTION
"Objects for the CoS profile Group."
::= { acdSmapGroups 1 }
acdSmapCoSProfCodePointGroup OBJECT-GROUP
OBJECTS {
acdSmapCoSProfCodePointPreMarkingColor,
acdSmapCoSProfCodePointGreenOut,
acdSmapCoSProfCodePointYellowOut
}
STATUS current
DESCRIPTION
"Objects for the CoS profile CodePoint Group."
::= { acdSmapGroups 2 }
acdSmapRegSetGroup OBJECT-GROUP
OBJECTS {
acdSmapRegSetRowStatus,
acdSmapRegSetName,
acdSmapRegSetType
}
STATUS current
DESCRIPTION
"Objects for the Regulator Set Group."
::= { acdSmapGroups 3 }
acdSmapRegSetCodePointGroup OBJECT-GROUP
OBJECTS {
acdSmapRegSetCodePointRegulatorID,
acdSmapRegSetCodePointRegulatorEnable
}
STATUS current
DESCRIPTION
"Objects for the Regulator Set CodePoint Group."
::= { acdSmapGroups 4 }
acdSmapCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SMAP-MIB module."
MODULE
MANDATORY-GROUPS {
acdSmapCoSProfGroup,
acdSmapCoSProfCodePointGroup,
acdSmapRegSetGroup,
acdSmapRegSetCodePointGroup
}
OBJECT acdSmapCoSProfRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
OBJECT acdSmapRegSetRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
::= { acdSmapCompliances 1 }
END
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SMAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, RowStatus
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdSmap MODULE-IDENTITY
LAST-UPDATED "200810010100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
4878 Levy, suite 202
Saint-Laurent, Quebec Canada H4R 2P1
E-mail: [email protected]"
DESCRIPTION
"The Service mapping database for this Accedian Networks device."
REVISION "200810010100Z" -- 1 October 2008
DESCRIPTION
"Definition revision."
REVISION "200806150100Z" -- 15 June 2008
DESCRIPTION
"Initial version of MIB module ACD-SMAP-MIB."
::= { acdMibs 8 }
acdSmapNotifications OBJECT IDENTIFIER ::= { acdSmap 0 }
acdSmapMIBObjects OBJECT IDENTIFIER ::= { acdSmap 1 }
acdSmapConformance OBJECT IDENTIFIER ::= { acdSmap 2 }
acdSmapConfig OBJECT IDENTIFIER ::= { acdSmapMIBObjects 1 }
---------------------------------------------------------------------------
-- The CoS Profile configuration table
-- This table contains all CoS Profile entry configurations.
---------------------------------------------------------------------------
acdSmapCoSProfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapCoSProfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CoS profile table. Each row in the table represents a CoS Profile.
A CoS profile is used to map an input packet to an L2 class of service.
This traffic mapping (classification) is accomplished using one of
the following fields in the incoming packet:
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte
The class of service value (0-7) assigned to the outgoing traffic is
selected based on the conformance level (Green/Yellow) of the incoming
traffic. The following sections describe the general configuration
parameters and the mapping table of a CoS profile."
::= { acdSmapConfig 1 }
acdSmapCoSProfEntry OBJECT-TYPE
SYNTAX AcdSmapCoSProfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to manage a CoS profile."
INDEX { acdSmapCoSProfID }
::= { acdSmapCoSProfTable 1 }
AcdSmapCoSProfEntry ::= SEQUENCE {
acdSmapCoSProfID Unsigned32,
acdSmapCoSProfRowStatus RowStatus,
acdSmapCoSProfName DisplayString,
acdSmapCoSProfType INTEGER,
acdSmapCoSProfDecodeDropBit TruthValue,
acdSmapCoSProfEncodeDropBit TruthValue
}
acdSmapCoSProfID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each CoS Profile instance."
::= { acdSmapCoSProfEntry 1 }
acdSmapCoSProfRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new CoS Profile you shall provide the a unique name and the
type for an empty row with the RowStatus set to Create and Go. To
delete the CoS Profile you need to set the RowStatus to destroy."
::= { acdSmapCoSProfEntry 2 }
acdSmapCoSProfName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the CoS profile."
::= { acdSmapCoSProfEntry 3 }
acdSmapCoSProfType OBJECT-TYPE
SYNTAX INTEGER {
pcp(1),
dscp(2),
pre(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Indicates the type of CoS profile. Possible values are: PCP, IP
precedence or DSCP."
::= { acdSmapCoSProfEntry 4 }
acdSmapCoSProfDecodeDropBit OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field is only valid for PCP CoS profiles. If this field is set,
the pre-marking color is decoded from the DEI bit (Drop Eligible
Indication). Otherwise, the user defined pre-color is used."
DEFVAL { false }
::= { acdSmapCoSProfEntry 5 }
acdSmapCoSProfEncodeDropBit OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field controls the DEI bit in an S-VLAN tag. If this field is set
and the outgoing packet is marked yellow then the DEI bit is set to 1.
Otherwise, the DEI is set to 0."
DEFVAL { false }
::= { acdSmapCoSProfEntry 6 }
---------------------------------------------------------------------------
-- The CoS Profile Code Point configuration table
-- This table contains all Code Point for a CoS profile entry.
---------------------------------------------------------------------------
acdSmapCoSProfCodePointTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapCoSProfCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Configuration table of all code point entries. Each row in the
table represents a Code point. the number of code points depend of the
acdSmapCoSProfType value.
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte
The class of service value (0-7) assigned to the outgoing traffic is
selected based on the conformance level (Green/Yellow) of the incoming
traffic."
::= { acdSmapConfig 2 }
acdSmapCoSProfCodePointEntry OBJECT-TYPE
SYNTAX AcdSmapCoSProfCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapCoSProfID, acdSmapCoSProfCodePointID }
::= { acdSmapCoSProfCodePointTable 1 }
AcdSmapCoSProfCodePointEntry ::= SEQUENCE {
acdSmapCoSProfCodePointID Unsigned32,
acdSmapCoSProfCodePointPreMarkingColor INTEGER,
acdSmapCoSProfCodePointGreenOut Unsigned32,
acdSmapCoSProfCodePointYellowOut Unsigned32
}
acdSmapCoSProfCodePointID OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Base on Code Point, 0 to 63 for DSCP or 0
to 7 for PCP or IP precedence."
::= { acdSmapCoSProfCodePointEntry 1 }
acdSmapCoSProfCodePointPreMarkingColor OBJECT-TYPE
SYNTAX INTEGER {
green(1),
yellow(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is the user pre-color to mark the incoming traffic. This field
is only valid if acdSmapCoSProfDecodeDropBit is not set."
DEFVAL { green }
::= { acdSmapCoSProfCodePointEntry 2 }
acdSmapCoSProfCodePointGreenOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The class of service value that will be used in the outgoing green
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is green or if the pre-marking
color is green and no bandwidth regulator is assigned to this entry."
DEFVAL { 0 }
::= { acdSmapCoSProfCodePointEntry 3 }
acdSmapCoSProfCodePointYellowOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The class of service value that will be used in the outgoing yellow
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is yellow or if the pre-marking
color is yellow and no bandwidth regulator is assigned to this entry."
DEFVAL { 0 }
::= { acdSmapCoSProfCodePointEntry 4 }
---------------------------------------------------------------------------
-- The Regulator Set configuration table
-- This table contains all Regulator Set entry configurations.
---------------------------------------------------------------------------
acdSmapRegSetTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapRegSetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Regulator Set profile table. Each row in the table represents a
Regulator Set. A bandwidth regulator set allows the user to regulate
traffic based on the following information:
p-bits in 802.1Q / 802.1Q-in-Q tags
IP precedence bits in IPv4 TOS byte
DSCP bits in IPv4 DSCP byte.
"
::= { acdSmapConfig 3 }
acdSmapRegSetEntry OBJECT-TYPE
SYNTAX AcdSmapRegSetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to manage a Regulator set."
INDEX { acdSmapRegSetID }
::= { acdSmapRegSetTable 1 }
AcdSmapRegSetEntry ::= SEQUENCE {
acdSmapRegSetID Unsigned32,
acdSmapRegSetRowStatus RowStatus,
acdSmapRegSetName DisplayString,
acdSmapRegSetType INTEGER
}
acdSmapRegSetID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Regulator set instance."
::= { acdSmapRegSetEntry 1 }
acdSmapRegSetRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new Regulator set you shall provide the a unique name and the
type for an empty row with the RowStatus set to Create and Go. To
delete the CoS Profile you need to set the RowStatus to destroy."
::= { acdSmapRegSetEntry 2 }
acdSmapRegSetName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the Regulator set."
::= { acdSmapRegSetEntry 3 }
acdSmapRegSetType OBJECT-TYPE
SYNTAX INTEGER {
pcp(1),
dscp(2),
pre(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Indicates the type of Regulator Set. Possible values are: PCP, IP
precedence or DSCP."
::= { acdSmapRegSetEntry 4 }
---------------------------------------------------------------------------
-- The Regulator Set Code Point configuration table
-- This table contains all Code Point for a Regulator set profile entry.
---------------------------------------------------------------------------
acdSmapRegSetCodePointTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapRegSetCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Configuration table of all code point entries. Each row in the
table represents a Code point. the number of code points depend of the
acdSmapCoSProfType value.
p-bits in 802.1Q / 802.1Q-in-Q tags;
IP precedence bits in IPv4 TOS byte;
DSCP bits in IPv4 DSCP byte.
"
::= { acdSmapConfig 4 }
acdSmapRegSetCodePointEntry OBJECT-TYPE
SYNTAX AcdSmapRegSetCodePointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapRegSetID, acdSmapRegSetCodePointID }
::= { acdSmapRegSetCodePointTable 1 }
AcdSmapRegSetCodePointEntry ::= SEQUENCE {
acdSmapRegSetCodePointID Unsigned32,
acdSmapRegSetCodePointRegulatorID Unsigned32,
acdSmapRegSetCodePointRegulatorEnable TruthValue
}
acdSmapRegSetCodePointID OBJECT-TYPE
SYNTAX Unsigned32 (0..63)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Base on Code Point, 0 to 64 for DSCP or 0
to 7 for PCP or IP precedence."
::= { acdSmapRegSetCodePointEntry 1 }
acdSmapRegSetCodePointRegulatorID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The bandwidth regulator that will be used to regulate the traffic flow
that has this PCP/IP precendence/DSCP value. Refer to acdRegulatorTable
to find the exact identifier (same as acdRegulatorID)."
DEFVAL { 0 }
::= { acdSmapRegSetCodePointEntry 2 }
acdSmapRegSetCodePointRegulatorEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable traffic regulation for this PCP, IP precedence or
DSCP value."
DEFVAL { false }
::= { acdSmapRegSetCodePointEntry 3 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdSmapCompliances OBJECT IDENTIFIER ::= { acdSmapConformance 1 }
acdSmapGroups OBJECT IDENTIFIER ::= { acdSmapConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdSmapCoSProfGroup OBJECT-GROUP
OBJECTS {
acdSmapCoSProfRowStatus,
acdSmapCoSProfName,
acdSmapCoSProfType,
acdSmapCoSProfDecodeDropBit,
acdSmapCoSProfEncodeDropBit
}
STATUS current
DESCRIPTION
"Objects for the CoS profile Group."
::= { acdSmapGroups 1 }
acdSmapCoSProfCodePointGroup OBJECT-GROUP
OBJECTS {
acdSmapCoSProfCodePointPreMarkingColor,
acdSmapCoSProfCodePointGreenOut,
acdSmapCoSProfCodePointYellowOut
}
STATUS current
DESCRIPTION
"Objects for the CoS profile CodePoint Group."
::= { acdSmapGroups 2 }
acdSmapRegSetGroup OBJECT-GROUP
OBJECTS {
acdSmapRegSetRowStatus,
acdSmapRegSetName,
acdSmapRegSetType
}
STATUS current
DESCRIPTION
"Objects for the Regulator Set Group."
::= { acdSmapGroups 3 }
acdSmapRegSetCodePointGroup OBJECT-GROUP
OBJECTS {
acdSmapRegSetCodePointRegulatorID,
acdSmapRegSetCodePointRegulatorEnable
}
STATUS current
DESCRIPTION
"Objects for the Regulator Set CodePoint Group."
::= { acdSmapGroups 4 }
acdSmapCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SMAP-MIB module."
MODULE
MANDATORY-GROUPS {
acdSmapCoSProfGroup,
acdSmapCoSProfCodePointGroup,
acdSmapRegSetGroup,
acdSmapRegSetCodePointGroup
}
OBJECT acdSmapCoSProfRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
OBJECT acdSmapRegSetRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
::= { acdSmapCompliances 1 }
END
+202 -202
View File
@@ -1,208 +1,208 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2011, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-TID-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
DisplayString, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdTid MODULE-IDENTITY
LAST-UPDATED "201111110100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Boul. Alfred-Nobel, Suite N-410
Montreal, Quebec Canada H4S 2A9
E-mail: [email protected]"
DESCRIPTION
"The Transaction ID database for this Accedian Networks device."
REVISION "201111110100Z" -- 11 November 2011
DESCRIPTION
"Initial version of MIB module ACD-TID-MIB."
::= { acdMibs 14 }
acdTidNotifications OBJECT IDENTIFIER ::= { acdTid 0 }
acdTidMIBObjects OBJECT IDENTIFIER ::= { acdTid 1 }
acdTidConformance OBJECT IDENTIFIER ::= { acdTid 2 }
acdTidGeneral OBJECT IDENTIFIER ::= { acdTidMIBObjects 1 }
acdTidInfo OBJECT IDENTIFIER ::= { acdTidMIBObjects 2 }
---------------------------------------------------------------------------␍
-- Textual conventions␍
---------------------------------------------------------------------------␍
AcdTidType ::= TEXTUAL-CONVENTION␍
STATUS current␍
DESCRIPTION␍
"Indicate if the object is covers by the acdTidCfgLastChangeTid or
or by the acdTidStatusLastChangeTid transaction identifier."␍
SYNTAX INTEGER {␍
configuration(1),␍
status(2)␍
}␍
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2011, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-TID-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
DisplayString, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdTid MODULE-IDENTITY
LAST-UPDATED "201111110100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Boul. Alfred-Nobel, Suite N-410
Montreal, Quebec Canada H4S 2A9
E-mail: [email protected]"
DESCRIPTION
"The Transaction ID database for this Accedian Networks device."
REVISION "201111110100Z" -- 11 November 2011
DESCRIPTION
"Initial version of MIB module ACD-TID-MIB."
::= { acdMibs 14 }
acdTidNotifications OBJECT IDENTIFIER ::= { acdTid 0 }
acdTidMIBObjects OBJECT IDENTIFIER ::= { acdTid 1 }
acdTidConformance OBJECT IDENTIFIER ::= { acdTid 2 }
acdTidGeneral OBJECT IDENTIFIER ::= { acdTidMIBObjects 1 }
acdTidInfo OBJECT IDENTIFIER ::= { acdTidMIBObjects 2 }
---------------------------------------------------------------------------
-- Transaction Identifier General onfiguration
--
-- Textual conventions
---------------------------------------------------------------------------
acdTidCfgLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
AcdTidType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a configuration
object. If this value is different since the last read this is
indicate a change."
::= { acdTidGeneral 1 }
acdTidStatusLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a status object.
If this value is different since the last read this is indicate
a change."
::= { acdTidGeneral 2 }
---------------------------------------------------------------------------
-- Table of all object covers by Transaction Identifier feature.
---------------------------------------------------------------------------
acdTidInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdTidInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all object covers by Transaction Identifier feature."
::= { acdTidInfo 1 }
acdTidInfoEntry OBJECT-TYPE
SYNTAX AcdTidInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry contains information applicble to a specific object."
INDEX { acdTidInfoIndex }
::= { acdTidInfoTable 1 }
AcdTidInfoEntry ::= SEQUENCE {
acdTidInfoIndex Unsigned32,
acdTidInfoOID OBJECT IDENTIFIER,
acdTidInfoType AcdTidType,
acdTidInfoDescr DisplayString,
acdTidInfoLastChangeTid Unsigned32
}
acdTidInfoIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each entry."
::= { acdTidInfoEntry 1 }
acdTidInfoOID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the OID covers by this transaction
Identifier."
::= { acdTidInfoEntry 2 }
acdTidInfoType OBJECT-TYPE
SYNTAX AcdTidType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate if the object is covers by the acdTidCfgLastChangeTid or
"Indicate if the object is covers by the acdTidCfgLastChangeTid or
or by the acdTidStatusLastChangeTid transaction identifier."
::= { acdTidInfoEntry 3 }
acdTidInfoDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of the object point by acdTidInfoOID."
::= { acdTidInfoEntry 4 }
acdTidInfoLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a the object
point by acdTidInfoOID. If this value is different since the
last read this is indicate a change."
::= { acdTidInfoEntry 5 }
---------------------------------------------------------------------------
-- ACD-TID-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdTidCompliances OBJECT IDENTIFIER ::= { acdTidConformance 1 }
acdTidGroups OBJECT IDENTIFIER ::= { acdTidConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdTidGeneralGroup OBJECT-GROUP
OBJECTS {
acdTidCfgLastChangeTid,
acdTidStatusLastChangeTid
SYNTAX INTEGER {
configuration(1),
status(2)
}
STATUS current
DESCRIPTION
"List of scalars to monitior changes in supported object."
::= { acdTidGroups 1 }
acdTidTableGroup OBJECT-GROUP
OBJECTS {
acdTidInfoOID,
acdTidInfoType,
acdTidInfoDescr,
acdTidInfoLastChangeTid
}
STATUS current
DESCRIPTION
"Group for the acdTidTable."
::= { acdTidGroups 2 }
acdTidCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-TID-MIB module."
MODULE
MANDATORY-GROUPS {
acdTidGeneralGroup,
acdTidTableGroup
}
::= { acdTidCompliances 1 }
END
---------------------------------------------------------------------------
-- Transaction Identifier General onfiguration
--
---------------------------------------------------------------------------
acdTidCfgLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a configuration
object. If this value is different since the last read this is
indicate a change."
::= { acdTidGeneral 1 }
acdTidStatusLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a status object.
If this value is different since the last read this is indicate
a change."
::= { acdTidGeneral 2 }
---------------------------------------------------------------------------
-- Table of all object covers by Transaction Identifier feature.
---------------------------------------------------------------------------
acdTidInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdTidInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all object covers by Transaction Identifier feature."
::= { acdTidInfo 1 }
acdTidInfoEntry OBJECT-TYPE
SYNTAX AcdTidInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry contains information applicble to a specific object."
INDEX { acdTidInfoIndex }
::= { acdTidInfoTable 1 }
AcdTidInfoEntry ::= SEQUENCE {
acdTidInfoIndex Unsigned32,
acdTidInfoOID OBJECT IDENTIFIER,
acdTidInfoType AcdTidType,
acdTidInfoDescr DisplayString,
acdTidInfoLastChangeTid Unsigned32
}
acdTidInfoIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each entry."
::= { acdTidInfoEntry 1 }
acdTidInfoOID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the OID covers by this transaction
Identifier."
::= { acdTidInfoEntry 2 }
acdTidInfoType OBJECT-TYPE
SYNTAX AcdTidType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate if the object is covers by the acdTidCfgLastChangeTid or
or by the acdTidStatusLastChangeTid transaction identifier."
::= { acdTidInfoEntry 3 }
acdTidInfoDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of the object point by acdTidInfoOID."
::= { acdTidInfoEntry 4 }
acdTidInfoLastChangeTid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the transaction ID of the last change of a the object
point by acdTidInfoOID. If this value is different since the
last read this is indicate a change."
::= { acdTidInfoEntry 5 }
---------------------------------------------------------------------------
-- ACD-TID-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdTidCompliances OBJECT IDENTIFIER ::= { acdTidConformance 1 }
acdTidGroups OBJECT IDENTIFIER ::= { acdTidConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdTidGeneralGroup OBJECT-GROUP
OBJECTS {
acdTidCfgLastChangeTid,
acdTidStatusLastChangeTid
}
STATUS current
DESCRIPTION
"List of scalars to monitior changes in supported object."
::= { acdTidGroups 1 }
acdTidTableGroup OBJECT-GROUP
OBJECTS {
acdTidInfoOID,
acdTidInfoType,
acdTidInfoDescr,
acdTidInfoLastChangeTid
}
STATUS current
DESCRIPTION
"Group for the acdTidTable."
::= { acdTidGroups 2 }
acdTidCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-TID-MIB module."
MODULE
MANDATORY-GROUPS {
acdTidGeneralGroup,
acdTidTableGroup
}
::= { acdTidCompliances 1 }
END
+1221 -1221
View File
File diff suppressed because it is too large Load Diff
+6044 -6044
View File
File diff suppressed because it is too large Load Diff
+497 -497
View File
@@ -1,497 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -237
View File
@@ -1,237 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -265
View File
@@ -1,265 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
+135 -135
View File
@@ -1,135 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -177
View File
@@ -1,177 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -294
View File
@@ -1,294 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -217
View File
@@ -1,217 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -156
View File
@@ -1,156 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -267
View File
@@ -1,267 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
File diff suppressed because it is too large Load Diff
+336 -336
View File
@@ -1,336 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -132
View File
@@ -1,132 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -1318
View File
File diff suppressed because it is too large Load Diff
+309 -309
View File
@@ -1,309 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -344
View File
@@ -1,344 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
+313 -313
View File
@@ -1,313 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -437
View File
@@ -1,437 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -341
View File
@@ -1,341 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
+811 -811
View File
File diff suppressed because it is too large Load Diff
+239 -239
View File
@@ -1,239 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -497
View File
@@ -1,497 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -2093
View File
File diff suppressed because it is too large Load Diff
+287 -287
View File
@@ -1,287 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -154
View File
@@ -1,154 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -362
View File
@@ -1,362 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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 -275
View File
@@ -1,275 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
File diff suppressed because it is too large Load Diff
+158 -158
View File
@@ -1,158 +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: [email protected]"
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
-- *------------------------------------------------------------------
-- * 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: [email protected]"
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
+57 -57
View File
@@ -1,57 +1,57 @@
ANIROOT-MIB DEFINITIONS ::= BEGIN
IMPORTS
private
FROM RFC1155-SMI;
-- ANI MIB Tree structure
enterprises OBJECT IDENTIFIER ::= { private 1 }
ani OBJECT IDENTIFIER ::= { enterprises 4325 }
topology OBJECT IDENTIFIER ::= { ani 1 }
device OBJECT IDENTIFIER ::= { ani 2 }
bsu OBJECT IDENTIFIER ::= { ani 3 }
su OBJECT IDENTIFIER ::= { ani 4 }
aniDevBase OBJECT IDENTIFIER ::= { device 1 }
aniDevSoftware OBJECT IDENTIFIER ::= { device 2 }
aniDevHardware OBJECT IDENTIFIER ::= { device 3 }
aniDevControl OBJECT IDENTIFIER ::= { device 4 }
aniDevServer OBJECT IDENTIFIER ::= { device 5 }
aniDevEvent OBJECT IDENTIFIER ::= { device 6 }
aniDevNetworkManager OBJECT IDENTIFIER ::= { device 7 }
aniDevFilter OBJECT IDENTIFIER ::= { device 8 }
aniDevRoute OBJECT IDENTIFIER ::= { device 9 }
aniDevTrap OBJECT IDENTIFIER ::= { device 10 }
aniDevEthernet OBJECT IDENTIFIER ::= { device 11 }
aniBsuStatus OBJECT IDENTIFIER ::= { bsu 1 }
aniBsuWirelessIf OBJECT IDENTIFIER ::= { bsu 2 }
aniBsuStatistics OBJECT IDENTIFIER ::= { bsu 3 }
aniBsuClock OBJECT IDENTIFIER ::= { bsu 4 }
aniBsuBridge OBJECT IDENTIFIER ::= { bsu 5 }
aniBsuMultSubnets OBJECT IDENTIFIER ::= { bsu 6 }
aniBsuSuGroup OBJECT IDENTIFIER ::= { bsu 7 }
aniBsuSuInventory OBJECT IDENTIFIER ::= { aniBsuSuGroup 1 }
aniBsuSuBase OBJECT IDENTIFIER ::= { aniBsuSuGroup 2 }
aniBsuSuStatus OBJECT IDENTIFIER ::= { aniBsuSuGroup 3 }
aniBsuSuStatistics OBJECT IDENTIFIER ::= { aniBsuSuGroup 4 }
aniBsuParam OBJECT IDENTIFIER ::= { bsu 8 }
aniBsuVlan OBJECT IDENTIFIER ::= { bsu 11 }
aniSuBase OBJECT IDENTIFIER ::= { su 1 }
aniSuStatus OBJECT IDENTIFIER ::= { su 2 }
aniSuStatistics OBJECT IDENTIFIER ::= { su 3 }
aniSuClassifier OBJECT IDENTIFIER ::= { su 4 }
aniSuServiceFlow OBJECT IDENTIFIER ::= { su 5 }
aniSuNat OBJECT IDENTIFIER ::= { su 6 }
aniSuDhcp OBJECT IDENTIFIER ::= { su 7 }
-- aniSuLinkAdaptation OBJECT IDENTIFIER ::= { su 8 } removed
-- aniSuAntenna OBJECT IDENTIFIER ::= { su 9 } removed
aniSuPppoe OBJECT IDENTIFIER ::= { su 10 }
aniSuPpp OBJECT IDENTIFIER ::= { su 11 }
aniSuVlan OBJECT IDENTIFIER ::= { su 12 }
aniSuWireless OBJECT IDENTIFIER ::= { su 13 }
END
ANIROOT-MIB DEFINITIONS ::= BEGIN
IMPORTS
private
FROM RFC1155-SMI;
-- ANI MIB Tree structure
enterprises OBJECT IDENTIFIER ::= { private 1 }
ani OBJECT IDENTIFIER ::= { enterprises 4325 }
topology OBJECT IDENTIFIER ::= { ani 1 }
device OBJECT IDENTIFIER ::= { ani 2 }
bsu OBJECT IDENTIFIER ::= { ani 3 }
su OBJECT IDENTIFIER ::= { ani 4 }
aniDevBase OBJECT IDENTIFIER ::= { device 1 }
aniDevSoftware OBJECT IDENTIFIER ::= { device 2 }
aniDevHardware OBJECT IDENTIFIER ::= { device 3 }
aniDevControl OBJECT IDENTIFIER ::= { device 4 }
aniDevServer OBJECT IDENTIFIER ::= { device 5 }
aniDevEvent OBJECT IDENTIFIER ::= { device 6 }
aniDevNetworkManager OBJECT IDENTIFIER ::= { device 7 }
aniDevFilter OBJECT IDENTIFIER ::= { device 8 }
aniDevRoute OBJECT IDENTIFIER ::= { device 9 }
aniDevTrap OBJECT IDENTIFIER ::= { device 10 }
aniDevEthernet OBJECT IDENTIFIER ::= { device 11 }
aniBsuStatus OBJECT IDENTIFIER ::= { bsu 1 }
aniBsuWirelessIf OBJECT IDENTIFIER ::= { bsu 2 }
aniBsuStatistics OBJECT IDENTIFIER ::= { bsu 3 }
aniBsuClock OBJECT IDENTIFIER ::= { bsu 4 }
aniBsuBridge OBJECT IDENTIFIER ::= { bsu 5 }
aniBsuMultSubnets OBJECT IDENTIFIER ::= { bsu 6 }
aniBsuSuGroup OBJECT IDENTIFIER ::= { bsu 7 }
aniBsuSuInventory OBJECT IDENTIFIER ::= { aniBsuSuGroup 1 }
aniBsuSuBase OBJECT IDENTIFIER ::= { aniBsuSuGroup 2 }
aniBsuSuStatus OBJECT IDENTIFIER ::= { aniBsuSuGroup 3 }
aniBsuSuStatistics OBJECT IDENTIFIER ::= { aniBsuSuGroup 4 }
aniBsuParam OBJECT IDENTIFIER ::= { bsu 8 }
aniBsuVlan OBJECT IDENTIFIER ::= { bsu 11 }
aniSuBase OBJECT IDENTIFIER ::= { su 1 }
aniSuStatus OBJECT IDENTIFIER ::= { su 2 }
aniSuStatistics OBJECT IDENTIFIER ::= { su 3 }
aniSuClassifier OBJECT IDENTIFIER ::= { su 4 }
aniSuServiceFlow OBJECT IDENTIFIER ::= { su 5 }
aniSuNat OBJECT IDENTIFIER ::= { su 6 }
aniSuDhcp OBJECT IDENTIFIER ::= { su 7 }
-- aniSuLinkAdaptation OBJECT IDENTIFIER ::= { su 8 } removed
-- aniSuAntenna OBJECT IDENTIFIER ::= { su 9 } removed
aniSuPppoe OBJECT IDENTIFIER ::= { su 10 }
aniSuPpp OBJECT IDENTIFIER ::= { su 11 }
aniSuVlan OBJECT IDENTIFIER ::= { su 12 }
aniSuWireless OBJECT IDENTIFIER ::= { su 13 }
END
+3846 -3846
View File
File diff suppressed because it is too large Load Diff
+4223 -4223
View File
File diff suppressed because it is too large Load Diff
+210 -210
View File
@@ -1,210 +1,210 @@
-- ArubaOS 3.2.0.0_16376
ARUBA-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
OBJECT-IDENTITY,
enterprises,
snmpModules FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF;
-- The top node
aruba OBJECT IDENTIFIER ::= { enterprises 14823 }
-- Node Product will contain all the products from Aruba Networks.
products OBJECT IDENTIFIER ::= { aruba 1}
-- Node arubaEnterpriseMibModules contains all the Enterprise
-- specific MIBS supported by Aruba Networks products.
arubaEnterpriseMibModules OBJECT IDENTIFIER ::= { aruba 2}
-- Node arubaMgmtGroup defines the objects related to the Aruba Management
-- Extensions.
arubaMgmt OBJECT IDENTIFIER ::= { aruba 3}
-- List of all the products.
-- Switch Products
switchProducts OBJECT IDENTIFIER ::= { products 1}
-- a5000 product , this object is the SYSOID
a5000 OBJECT IDENTIFIER ::= { switchProducts 1}
-- a2400 product , this object is the SYSOID
a2400 OBJECT IDENTIFIER ::= { switchProducts 2}
-- a800 product , this object is the SYSOID
a800 OBJECT IDENTIFIER ::= { switchProducts 3}
-- a6000 product , this object is the SYSOID
a6000 OBJECT IDENTIFIER ::= { switchProducts 4}
-- a2400E product , this object is the SYSOID
a2400E OBJECT IDENTIFIER ::= { switchProducts 7}
-- a800-E product , this object is the SYSOID
a800E OBJECT IDENTIFIER ::= { switchProducts 8}
-- a800-4 product , this object is the SYSOID
a804 OBJECT IDENTIFIER ::= { switchProducts 9}
-- a200 product , this object is the SYSOID
a200 OBJECT IDENTIFIER ::= { switchProducts 10}
-- a2400-24 product , this object is the SYSOID
a2424 OBJECT IDENTIFIER ::= { switchProducts 11}
-- a6000-SC3 (nebbiolo) product , this object is the SYSOID
a6000-SC3 OBJECT IDENTIFIER ::= { switchProducts 12}
a3200 OBJECT IDENTIFIER ::= { switchProducts 13}
a3200-8 OBJECT IDENTIFIER ::= { switchProducts 14}
a3400 OBJECT IDENTIFIER ::= { switchProducts 15}
a3400-32 OBJECT IDENTIFIER ::= { switchProducts 16}
a3600 OBJECT IDENTIFIER ::= { switchProducts 17}
a3600-64 OBJECT IDENTIFIER ::= { switchProducts 18}
--Undefined switch.
aUndefined OBJECT IDENTIFIER ::= { switchProducts 9999}
-- Access Point Products
apProducts OBJECT IDENTIFIER ::= { products 2}
-- a50 , this object is the SYSOID
a50 OBJECT IDENTIFIER ::= {apProducts 1}
-- a52 , this object is the SYSOID
a52 OBJECT IDENTIFIER ::= {apProducts 2}
-- a60 , this object is the SYSOID
ap60 OBJECT IDENTIFIER ::= {apProducts 3}
-- a61 , this object is the SYSOID
ap61 OBJECT IDENTIFIER ::= {apProducts 4}
-- a70 , this object is the SYSOID
ap70 OBJECT IDENTIFIER ::= {apProducts 5}
-- walljackAp61, this object is the SYSOID
walljackAp61 OBJECT IDENTIFIER ::= {apProducts 6}
-- a2E, this object is the SYSOID
a2E OBJECT IDENTIFIER ::= {apProducts 7}
-- ap1200, this object is the SYSOID
ap1200 OBJECT IDENTIFIER ::= {apProducts 8}
-- ap80s, this object is the SYSOID
ap80s OBJECT IDENTIFIER ::= {apProducts 9}
-- ap80m, this object is the SYSOID
ap80m OBJECT IDENTIFIER ::= {apProducts 10}
-- wg102, this object is the SYSOID
wg102 OBJECT IDENTIFIER ::= {apProducts 11}
-- ap40, this object is the SYSOID
ap40 OBJECT IDENTIFIER ::= {apProducts 12}
-- ap41, this object is the SYSOID
ap41 OBJECT IDENTIFIER ::= {apProducts 13}
-- ap65, this object is the SYSOID
ap65 OBJECT IDENTIFIER ::= {apProducts 14}
-- NesotMW1700
apMw1700 OBJECT IDENTIFIER ::= {apProducts 15}
-- ortronics Wi Jack Duo
apDuowj OBJECT IDENTIFIER ::= {apProducts 16}
-- ortronics Duo
apDuo OBJECT IDENTIFIER ::= {apProducts 17}
--ap80MB, this object is the SYSOID
ap80MB OBJECT IDENTIFIER ::= {apProducts 18}
--ap80SB, this object is the SYSOID
ap80SB OBJECT IDENTIFIER ::= {apProducts 19}
--ap85, this object is the SYSOID
ap85 OBJECT IDENTIFIER ::= {apProducts 20}
--Undefined ap.
apUndefined OBJECT IDENTIFIER ::= { apProducts 9999}
-- EMS Products
emsProducts OBJECT IDENTIFIER ::= { products 3}
--Partner Products
partnerProducts OBJECT IDENTIFIER ::= {products 4}
ecsE50 OBJECT IDENTIFIER ::= {partnerProducts 1}
ecsE100C OBJECT IDENTIFIER ::= {partnerProducts 2}
ecsE100A OBJECT IDENTIFIER ::= {partnerProducts 3}
ecsENSM OBJECT IDENTIFIER ::= {partnerProducts 4}
-- List of all the Enterprise MIB Modules.
-- common node will contain all the objects which can be shared between
-- Aruba products.
common OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 1 }
-- switch node will contain all the objects for the switch products
switch OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 2 }
-- Aruba AP will contain all the objects for the Aruba AP.
arubaAp OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 3 }
arubaEcs OBJECT IDENTIFIER ::= {arubaEnterpriseMibModules 4}
-- Switch Mib Modules.
wlsxEnterpriseMibModules OBJECT IDENTIFIER ::= { switch 1 }
-- Access Point Mib Modules.
wlsrEnterpriseMibModules OBJECT IDENTIFIER ::= { arubaAp 1 }
-- Outdoor AP Mib definition.
wlsrOutDoorApMibModules OBJECT IDENTIFIER ::= { arubaAp 2 }
END
-- ArubaOS 3.2.0.0_16376
ARUBA-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
OBJECT-IDENTITY,
enterprises,
snmpModules FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF;
-- The top node
aruba OBJECT IDENTIFIER ::= { enterprises 14823 }
-- Node Product will contain all the products from Aruba Networks.
products OBJECT IDENTIFIER ::= { aruba 1}
-- Node arubaEnterpriseMibModules contains all the Enterprise
-- specific MIBS supported by Aruba Networks products.
arubaEnterpriseMibModules OBJECT IDENTIFIER ::= { aruba 2}
-- Node arubaMgmtGroup defines the objects related to the Aruba Management
-- Extensions.
arubaMgmt OBJECT IDENTIFIER ::= { aruba 3}
-- List of all the products.
-- Switch Products
switchProducts OBJECT IDENTIFIER ::= { products 1}
-- a5000 product , this object is the SYSOID
a5000 OBJECT IDENTIFIER ::= { switchProducts 1}
-- a2400 product , this object is the SYSOID
a2400 OBJECT IDENTIFIER ::= { switchProducts 2}
-- a800 product , this object is the SYSOID
a800 OBJECT IDENTIFIER ::= { switchProducts 3}
-- a6000 product , this object is the SYSOID
a6000 OBJECT IDENTIFIER ::= { switchProducts 4}
-- a2400E product , this object is the SYSOID
a2400E OBJECT IDENTIFIER ::= { switchProducts 7}
-- a800-E product , this object is the SYSOID
a800E OBJECT IDENTIFIER ::= { switchProducts 8}
-- a800-4 product , this object is the SYSOID
a804 OBJECT IDENTIFIER ::= { switchProducts 9}
-- a200 product , this object is the SYSOID
a200 OBJECT IDENTIFIER ::= { switchProducts 10}
-- a2400-24 product , this object is the SYSOID
a2424 OBJECT IDENTIFIER ::= { switchProducts 11}
-- a6000-SC3 (nebbiolo) product , this object is the SYSOID
a6000-SC3 OBJECT IDENTIFIER ::= { switchProducts 12}
a3200 OBJECT IDENTIFIER ::= { switchProducts 13}
a3200-8 OBJECT IDENTIFIER ::= { switchProducts 14}
a3400 OBJECT IDENTIFIER ::= { switchProducts 15}
a3400-32 OBJECT IDENTIFIER ::= { switchProducts 16}
a3600 OBJECT IDENTIFIER ::= { switchProducts 17}
a3600-64 OBJECT IDENTIFIER ::= { switchProducts 18}
--Undefined switch.
aUndefined OBJECT IDENTIFIER ::= { switchProducts 9999}
-- Access Point Products
apProducts OBJECT IDENTIFIER ::= { products 2}
-- a50 , this object is the SYSOID
a50 OBJECT IDENTIFIER ::= {apProducts 1}
-- a52 , this object is the SYSOID
a52 OBJECT IDENTIFIER ::= {apProducts 2}
-- a60 , this object is the SYSOID
ap60 OBJECT IDENTIFIER ::= {apProducts 3}
-- a61 , this object is the SYSOID
ap61 OBJECT IDENTIFIER ::= {apProducts 4}
-- a70 , this object is the SYSOID
ap70 OBJECT IDENTIFIER ::= {apProducts 5}
-- walljackAp61, this object is the SYSOID
walljackAp61 OBJECT IDENTIFIER ::= {apProducts 6}
-- a2E, this object is the SYSOID
a2E OBJECT IDENTIFIER ::= {apProducts 7}
-- ap1200, this object is the SYSOID
ap1200 OBJECT IDENTIFIER ::= {apProducts 8}
-- ap80s, this object is the SYSOID
ap80s OBJECT IDENTIFIER ::= {apProducts 9}
-- ap80m, this object is the SYSOID
ap80m OBJECT IDENTIFIER ::= {apProducts 10}
-- wg102, this object is the SYSOID
wg102 OBJECT IDENTIFIER ::= {apProducts 11}
-- ap40, this object is the SYSOID
ap40 OBJECT IDENTIFIER ::= {apProducts 12}
-- ap41, this object is the SYSOID
ap41 OBJECT IDENTIFIER ::= {apProducts 13}
-- ap65, this object is the SYSOID
ap65 OBJECT IDENTIFIER ::= {apProducts 14}
-- NesotMW1700
apMw1700 OBJECT IDENTIFIER ::= {apProducts 15}
-- ortronics Wi Jack Duo
apDuowj OBJECT IDENTIFIER ::= {apProducts 16}
-- ortronics Duo
apDuo OBJECT IDENTIFIER ::= {apProducts 17}
--ap80MB, this object is the SYSOID
ap80MB OBJECT IDENTIFIER ::= {apProducts 18}
--ap80SB, this object is the SYSOID
ap80SB OBJECT IDENTIFIER ::= {apProducts 19}
--ap85, this object is the SYSOID
ap85 OBJECT IDENTIFIER ::= {apProducts 20}
--Undefined ap.
apUndefined OBJECT IDENTIFIER ::= { apProducts 9999}
-- EMS Products
emsProducts OBJECT IDENTIFIER ::= { products 3}
--Partner Products
partnerProducts OBJECT IDENTIFIER ::= {products 4}
ecsE50 OBJECT IDENTIFIER ::= {partnerProducts 1}
ecsE100C OBJECT IDENTIFIER ::= {partnerProducts 2}
ecsE100A OBJECT IDENTIFIER ::= {partnerProducts 3}
ecsENSM OBJECT IDENTIFIER ::= {partnerProducts 4}
-- List of all the Enterprise MIB Modules.
-- common node will contain all the objects which can be shared between
-- Aruba products.
common OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 1 }
-- switch node will contain all the objects for the switch products
switch OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 2 }
-- Aruba AP will contain all the objects for the Aruba AP.
arubaAp OBJECT IDENTIFIER ::= { arubaEnterpriseMibModules 3 }
arubaEcs OBJECT IDENTIFIER ::= {arubaEnterpriseMibModules 4}
-- Switch Mib Modules.
wlsxEnterpriseMibModules OBJECT IDENTIFIER ::= { switch 1 }
-- Access Point Mib Modules.
wlsrEnterpriseMibModules OBJECT IDENTIFIER ::= { arubaAp 1 }
-- Outdoor AP Mib definition.
wlsrOutDoorApMibModules OBJECT IDENTIFIER ::= { arubaAp 2 }
END
+2846 -2846
View File
File diff suppressed because it is too large Load Diff
+232 -232
View File
@@ -1,232 +1,232 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: BRI module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-BRI-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
bri MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
BRI module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 41 }
-- This group consists of a table of BRI interfaces indexed
-- by ifIndex which provide MIB objects not given in a convenient form by
-- other standard MIBs. There is also a BRI channel MIB indexed by ifIndex
-- and channel index which gives information about the channels on the
-- interface.
-- The BRI interface table. Each entry is a BRI interface on the router.
briIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF BriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of BRI interfaces."
::= { bri 1 }
briIntEntry OBJECT-TYPE
SYNTAX BriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the BRI interfaces table."
INDEX { briIntIndex }
::= { briIntTable 1 }
BriIntEntry ::=
SEQUENCE {
briIntIndex
INTEGER,
briIntBoardIndex
INTEGER,
briIntBoardPosition
INTEGER,
briIntMode
INTEGER,
briIntTdmChannelMap
INTEGER,
briIntIsdnChannelMap
INTEGER
}
briIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the BRI interface."
::= { briIntEntry 1 }
briIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this BRI
interface resides."
::= { briIntEntry 2 }
briIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this BRI interface's board of this BRI
interface."
::= { briIntEntry 3 }
briIntMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
mixed (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of operation of this BRI interface. The value isdn
means that the entire interface is operating as an ISDN
interface, the value tdm means that the entire interface is
operating as TDM groups and the value mixed means that some
channels in the interface are dedicated to ISDN and some to TDM
groups."
::= { briIntEntry 4 }
briIntTdmChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the BRI interface which are
dedicated to TDM. Channel B1 has channel map value of 1,
channel B2 has a channel map value of 2."
::= { briIntEntry 5 }
briIntIsdnChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the BRI interface which are
dedicated to ISDN. Channel B1 has channel map value of 1,
channel B2 has a channel map value of 2."
::= { briIntEntry 6 }
-- The BRI channel table. Each entry is a channel on a BRI interface.
briChanTable OBJECT-TYPE
SYNTAX SEQUENCE OF BriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of channels on BRI interfaces."
::= { bri 2 }
briChanEntry OBJECT-TYPE
SYNTAX BriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the BRI channels table."
INDEX { briChanIntIndex, briChanChannelIndex }
::= { briChanTable 1 }
BriChanEntry ::=
SEQUENCE {
briChanIntIndex
INTEGER,
briChanChannelIndex
INTEGER,
briChanMode
INTEGER,
briChanState
INTEGER
}
briChanIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the BRI interface."
::= { briChanEntry 1 }
briChanChannelIndex OBJECT-TYPE
SYNTAX INTEGER (1..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel index of the BRI channel. Channel B1 has index 1,
channel B2 has index 2 and the D channel has index 3."
::= { briChanEntry 2 }
briChanMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
none (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of this BRI channel. The value isdn means that the
channel is reserved for use in ISDN calls. The value tdm
means that the channel is reserved for use by TDM. For the D
channel, this object will always have the value isdn."
::= { briChanEntry 3 }
briChanState OBJECT-TYPE
SYNTAX INTEGER {
inactive (1),
active (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this BRI channel. The value inactive means that
the channel does not currently have an active user, either an
ISDN call or an active TDM group. The value active means that
the channel is in use, either by an ISDN call or an active TDM
group. For the D channel, this object will have the value
active if LAPD is using the D channel (either for call control
or X.25), or the value inactive otherwise."
::= { briChanEntry 4 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: BRI module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-BRI-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
bri MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
BRI module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 41 }
-- This group consists of a table of BRI interfaces indexed
-- by ifIndex which provide MIB objects not given in a convenient form by
-- other standard MIBs. There is also a BRI channel MIB indexed by ifIndex
-- and channel index which gives information about the channels on the
-- interface.
-- The BRI interface table. Each entry is a BRI interface on the router.
briIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF BriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of BRI interfaces."
::= { bri 1 }
briIntEntry OBJECT-TYPE
SYNTAX BriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the BRI interfaces table."
INDEX { briIntIndex }
::= { briIntTable 1 }
BriIntEntry ::=
SEQUENCE {
briIntIndex
INTEGER,
briIntBoardIndex
INTEGER,
briIntBoardPosition
INTEGER,
briIntMode
INTEGER,
briIntTdmChannelMap
INTEGER,
briIntIsdnChannelMap
INTEGER
}
briIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the BRI interface."
::= { briIntEntry 1 }
briIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this BRI
interface resides."
::= { briIntEntry 2 }
briIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this BRI interface's board of this BRI
interface."
::= { briIntEntry 3 }
briIntMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
mixed (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of operation of this BRI interface. The value isdn
means that the entire interface is operating as an ISDN
interface, the value tdm means that the entire interface is
operating as TDM groups and the value mixed means that some
channels in the interface are dedicated to ISDN and some to TDM
groups."
::= { briIntEntry 4 }
briIntTdmChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the BRI interface which are
dedicated to TDM. Channel B1 has channel map value of 1,
channel B2 has a channel map value of 2."
::= { briIntEntry 5 }
briIntIsdnChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the BRI interface which are
dedicated to ISDN. Channel B1 has channel map value of 1,
channel B2 has a channel map value of 2."
::= { briIntEntry 6 }
-- The BRI channel table. Each entry is a channel on a BRI interface.
briChanTable OBJECT-TYPE
SYNTAX SEQUENCE OF BriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of channels on BRI interfaces."
::= { bri 2 }
briChanEntry OBJECT-TYPE
SYNTAX BriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the BRI channels table."
INDEX { briChanIntIndex, briChanChannelIndex }
::= { briChanTable 1 }
BriChanEntry ::=
SEQUENCE {
briChanIntIndex
INTEGER,
briChanChannelIndex
INTEGER,
briChanMode
INTEGER,
briChanState
INTEGER
}
briChanIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the BRI interface."
::= { briChanEntry 1 }
briChanChannelIndex OBJECT-TYPE
SYNTAX INTEGER (1..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel index of the BRI channel. Channel B1 has index 1,
channel B2 has index 2 and the D channel has index 3."
::= { briChanEntry 2 }
briChanMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
none (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of this BRI channel. The value isdn means that the
channel is reserved for use in ISDN calls. The value tdm
means that the channel is reserved for use by TDM. For the D
channel, this object will always have the value isdn."
::= { briChanEntry 3 }
briChanState OBJECT-TYPE
SYNTAX INTEGER {
inactive (1),
active (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this BRI channel. The value inactive means that
the channel does not currently have an active user, either an
ISDN call or an active TDM group. The value active means that
the channel is in use, either by an ISDN call or an active TDM
group. For the D channel, this object will have the value
active if LAPD is using the D channel (either for call control
or X.25), or the value inactive otherwise."
::= { briChanEntry 4 }
END
+264 -264
View File
@@ -1,264 +1,264 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis MIB: capability for Rapier
--
-- Copied from ATR-CAPABILITY.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-CAPABILITIES DEFINITIONS ::= BEGIN
IMPORTS
AGENT-CAPABILITIES
FROM SNMPv2-CONF
atRouter, atAgents
FROM AT-SMI-MIB;
atrRapier AGENT-CAPABILITIES
PRODUCT-RELEASE "AT Rapier switch, release 2.9.1"
STATUS current
DESCRIPTION "Capabilities of AT Rapier switch, release 2.9.1 and later releases."
SUPPORTS IF-MIB
INCLUDES { ifGeneralGroup }
-- VARIATION ifAdminStatus
-- ACCESS read-only
-- DESCRIPTION "Can't set ifAdminStatus via SNMP."
SUPPORTS RFC1213-MIB
INCLUDES { at, ip }
VARIATION atIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION atPhysAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION atNetAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteDest
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteNextHop
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteAge
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMask
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaPhysAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaNetAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS IP-FORWARD-MIB
INCLUDES { ipForwardMultiPathGroup, ipForwardCidrRouteGroup }
VARIATION ipForwardMask
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardInfo
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardNextHopAS
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteInfo
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteNextHopAS
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS Q-BRIDGE-MIB
INCLUDES { dot1qBase, dot1qVlan }
VARIATION dot1qGvrpStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION dot1qVlanStaticName
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticEgressPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanForbiddenEgressPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticUntaggedPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticRowStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS HOST-RESOURCES-MIB
INCLUDES { hrSystem, hrStorage }
VARIATION hrSystemDate
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION hrSystemInitialLoadParameters
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION hrStorageSize
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
SUPPORTS MAU-MIB
INCLUDES { dot3IfMauBasicGroup, dot3IfMauAutoNegGroup }
VARIATION ifMauStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauDefaultType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegAdminStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegCapAdvertised
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegRestart
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS IF-MIB
INCLUDES { ifMIBObjects }
VARIATION ifPromiscuousMode
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
::= { atAgents 1 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis MIB: capability for Rapier
--
-- Copied from ATR-CAPABILITY.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-CAPABILITIES DEFINITIONS ::= BEGIN
IMPORTS
AGENT-CAPABILITIES
FROM SNMPv2-CONF
atRouter, atAgents
FROM AT-SMI-MIB;
atrRapier AGENT-CAPABILITIES
PRODUCT-RELEASE "AT Rapier switch, release 2.9.1"
STATUS current
DESCRIPTION "Capabilities of AT Rapier switch, release 2.9.1 and later releases."
SUPPORTS IF-MIB
INCLUDES { ifGeneralGroup }
-- VARIATION ifAdminStatus
-- ACCESS read-only
-- DESCRIPTION "Can't set ifAdminStatus via SNMP."
SUPPORTS RFC1213-MIB
INCLUDES { at, ip }
VARIATION atIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION atPhysAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION atNetAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteDest
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteNextHop
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteAge
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMask
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipRouteMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaPhysAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaNetAddress
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipNetToMediaType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS IP-FORWARD-MIB
INCLUDES { ipForwardMultiPathGroup, ipForwardCidrRouteGroup }
VARIATION ipForwardMask
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardInfo
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardNextHopAS
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipForwardMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteIfIndex
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteInfo
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteNextHopAS
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric1
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric2
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric3
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric4
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteMetric5
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ipCidrRouteStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS Q-BRIDGE-MIB
INCLUDES { dot1qBase, dot1qVlan }
VARIATION dot1qGvrpStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION dot1qVlanStaticName
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticEgressPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanForbiddenEgressPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticUntaggedPorts
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION dot1qVlanStaticRowStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS HOST-RESOURCES-MIB
INCLUDES { hrSystem, hrStorage }
VARIATION hrSystemDate
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION hrSystemInitialLoadParameters
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
VARIATION hrStorageSize
ACCESS read-only
DESCRIPTION "Don't allow writes of this variable."
SUPPORTS MAU-MIB
INCLUDES { dot3IfMauBasicGroup, dot3IfMauAutoNegGroup }
VARIATION ifMauStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauDefaultType
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegAdminStatus
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegCapAdvertised
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
VARIATION ifMauAutoNegRestart
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
SUPPORTS IF-MIB
INCLUDES { ifMIBObjects }
VARIATION ifPromiscuousMode
ACCESS read-only
DESCRIPTION "Don't allow writes of this table."
::= { atAgents 1 }
END
+280 -280
View File
@@ -1,280 +1,280 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: DHCP module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-DHCP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
dhcp MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
DHCP module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 70 }
-- The DHCP (Dynamic Host Configuration Protocol) module. This group provides
-- management information for DHCP, which will be implemented in a number of
-- stages.
-- stage 1, May/2002, Tony van der Peet
-- No DHCP MIB has been found in an RFC, so DHCP has to be supported
-- in the enterprise MIB. Basic request is for a TRAP when a DHCP
-- host range is exhausted. Some basic variables for the range
-- information are provided in order to allow lookup of the exhausted
-- range. Also provided are variables for the express purpose of
-- adding to the TRAP message.
-- The DHCP range table. Each entry in the table gives information about a
-- single DHCP range currently configured in the switch/router.
dhcpRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DhcpRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of DHCP ranges."
::= { dhcp 1 }
dhcpRangeEntry OBJECT-TYPE
SYNTAX DhcpRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of the DHCP range table. This contains
information about a single DHCP range configured on this
device."
INDEX { dhcpRangeIndex }
::= { dhcpRangeTable 1 }
DhcpRangeEntry ::=
SEQUENCE {
dhcpRangeIndex
INTEGER,
dhcpRangeName
DisplayStringUnsized,
dhcpRangeBaseAddress
IpAddress,
dhcpRangeNumberOfAddresses
INTEGER,
dhcpRangeGateway
IpAddress
}
dhcpRangeIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this DHCP range. DHCP ranges are stored in a list
which is ordered by range name. The index gives the place in the
list. Note that if ranges are added or deleted, the index for a
given range will change. Since this table is read-only, this will
not have an undue effect, but if in future this table is made
read-write, a mechanism will have to be created to lock the indices
of the range table while SET operations are proceeding."
::= { dhcpRangeEntry 1 }
dhcpRangeName OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE (1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name given to identify this DHCP range. This is the ultimate
method for uniquely identifying this range. Names are compared without
regard to case, for example >range1< will be treated as the same as
>RANGE1<."
::= { dhcpRangeEntry 2 }
dhcpRangeBaseAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The base address of this range. This address defines the lower bound
of the range of IP addresses which can be allocated to devices
requesting an IP address via DHCP."
::= { dhcpRangeEntry 3 }
dhcpRangeNumberOfAddresses OBJECT-TYPE
SYNTAX INTEGER (1..256)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IP address in this range. This number defines the upper
bound of the range of IP addresses which can be allocated to devices
requesting an IP address via DHCP."
::= { dhcpRangeEntry 4 }
dhcpRangeGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the BOOTP relay agent which will be relaying DHCP
requests for this range. If this address is 0.0.0.0, then there will
be no BOOTP relay agent and the range will be allocated to devices
directly connected to this device."
::= { dhcpRangeEntry 5 }
-- DHCP traps.
-- DHCP trap variables. special variables set up to act as reference points for
-- variables sent in TRAPs.
dhcpTrapVariable OBJECT IDENTIFIER ::= { dhcp 2 }
dhcpRangeExhaustedGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whenever a DHCP client attempts to lease an IP address and
the DHCP server cannot provide an address, this variable is
set to the gateway address of the DHCP request. The gateway
address is the IP address of the gateway acting as a BOOTP
relay agent for the request. If there is no gateway, the
address will be 0.0.0.0. If the gateway address is non-zero,
the DHCP range from which the allocation should have been
made will able to be identified by lookup in the DHCP range
table."
::= { dhcpTrapVariable 1 }
dhcpRangeExhaustedInterface OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whenever a DHCP client attempts to lease an IP address and
the DHCP server cannot provide an address, this variable is
set to the IP address of the interface which received the
DHCP request. If the gateway address associated with the
failed DHCP request is 0.0.0.0, the interface address will
be able to be used to lookup the range that was exhausted
and from which the allocation should have been made."
::= { dhcpTrapVariable 2 }
dhcpTraps OBJECT IDENTIFIER ::= { dhcp 0 }
dhcpRangeExhaustedTrap NOTIFICATION-TYPE
OBJECTS { dhcpRangeExhaustedGateway, dhcpRangeExhaustedInterface }
STATUS current
DESCRIPTION
"This trap is generated when a DHCP client makes a request for
an IP address and the request cannot be satisfied because all
addresses in the range are already allocated to other devices."
::= { dhcpTraps 1 }
-- The DHCP client status table. Each entry in the table gives information about
-- ip addresses currently configured on created ranges on the switch/router.
-- Information shown are the client ip address, clientID, ClientState, ClientType,
-- ClientExpiry
-- This group was added on 6/Jan/2004 by Sean Lin on request from ATKK for Yahoo!BB
dhcpClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF DhcpClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of defined DHCP range client addresses."
::= { dhcp 3 }
dhcpClientEntry OBJECT-TYPE
SYNTAX DhcpClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of the DHCP range client table. This contains
information about a single DHCP range client address."
INDEX { dhcpRangeIndex, dhcpClientIpAddress }
::= { dhcpClientTable 1 }
DhcpClientEntry ::=
SEQUENCE {
dhcpClientIpAddress
IpAddress,
dhcpClientID
OCTET STRING,
dhcpClientState
INTEGER,
dhcpClientType
INTEGER,
dhcpClientExpiry
OCTET STRING
}
dhcpClientIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An IP address from the range of available addresses."
::= { dhcpClientEntry 1 }
dhcpClientID OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The hardware address of the client, if any, that has been
assigned the IP address."
::= { dhcpClientEntry 2 }
dhcpClientState OBJECT-TYPE
SYNTAX INTEGER {unused (0), reclaiming (1), inuse (2), offered (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of the IP address; one of unused, inuse or
reclaim."
::= { dhcpClientEntry 3 }
dhcpClientType OBJECT-TYPE
SYNTAX INTEGER {auto (1), dyn (2), static (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of allocation mechanism applied to the IP address;
one of static, auto or dyn."
::= { dhcpClientEntry 4 }
dhcpClientExpiry OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The expiry date for dynamically allocated IP address."
::= { dhcpClientEntry 5 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: DHCP module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-DHCP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
dhcp MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
DHCP module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 70 }
-- The DHCP (Dynamic Host Configuration Protocol) module. This group provides
-- management information for DHCP, which will be implemented in a number of
-- stages.
-- stage 1, May/2002, Tony van der Peet
-- No DHCP MIB has been found in an RFC, so DHCP has to be supported
-- in the enterprise MIB. Basic request is for a TRAP when a DHCP
-- host range is exhausted. Some basic variables for the range
-- information are provided in order to allow lookup of the exhausted
-- range. Also provided are variables for the express purpose of
-- adding to the TRAP message.
-- The DHCP range table. Each entry in the table gives information about a
-- single DHCP range currently configured in the switch/router.
dhcpRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DhcpRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of DHCP ranges."
::= { dhcp 1 }
dhcpRangeEntry OBJECT-TYPE
SYNTAX DhcpRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of the DHCP range table. This contains
information about a single DHCP range configured on this
device."
INDEX { dhcpRangeIndex }
::= { dhcpRangeTable 1 }
DhcpRangeEntry ::=
SEQUENCE {
dhcpRangeIndex
INTEGER,
dhcpRangeName
DisplayStringUnsized,
dhcpRangeBaseAddress
IpAddress,
dhcpRangeNumberOfAddresses
INTEGER,
dhcpRangeGateway
IpAddress
}
dhcpRangeIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this DHCP range. DHCP ranges are stored in a list
which is ordered by range name. The index gives the place in the
list. Note that if ranges are added or deleted, the index for a
given range will change. Since this table is read-only, this will
not have an undue effect, but if in future this table is made
read-write, a mechanism will have to be created to lock the indices
of the range table while SET operations are proceeding."
::= { dhcpRangeEntry 1 }
dhcpRangeName OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE (1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name given to identify this DHCP range. This is the ultimate
method for uniquely identifying this range. Names are compared without
regard to case, for example >range1< will be treated as the same as
>RANGE1<."
::= { dhcpRangeEntry 2 }
dhcpRangeBaseAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The base address of this range. This address defines the lower bound
of the range of IP addresses which can be allocated to devices
requesting an IP address via DHCP."
::= { dhcpRangeEntry 3 }
dhcpRangeNumberOfAddresses OBJECT-TYPE
SYNTAX INTEGER (1..256)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IP address in this range. This number defines the upper
bound of the range of IP addresses which can be allocated to devices
requesting an IP address via DHCP."
::= { dhcpRangeEntry 4 }
dhcpRangeGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the BOOTP relay agent which will be relaying DHCP
requests for this range. If this address is 0.0.0.0, then there will
be no BOOTP relay agent and the range will be allocated to devices
directly connected to this device."
::= { dhcpRangeEntry 5 }
-- DHCP traps.
-- DHCP trap variables. special variables set up to act as reference points for
-- variables sent in TRAPs.
dhcpTrapVariable OBJECT IDENTIFIER ::= { dhcp 2 }
dhcpRangeExhaustedGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whenever a DHCP client attempts to lease an IP address and
the DHCP server cannot provide an address, this variable is
set to the gateway address of the DHCP request. The gateway
address is the IP address of the gateway acting as a BOOTP
relay agent for the request. If there is no gateway, the
address will be 0.0.0.0. If the gateway address is non-zero,
the DHCP range from which the allocation should have been
made will able to be identified by lookup in the DHCP range
table."
::= { dhcpTrapVariable 1 }
dhcpRangeExhaustedInterface OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whenever a DHCP client attempts to lease an IP address and
the DHCP server cannot provide an address, this variable is
set to the IP address of the interface which received the
DHCP request. If the gateway address associated with the
failed DHCP request is 0.0.0.0, the interface address will
be able to be used to lookup the range that was exhausted
and from which the allocation should have been made."
::= { dhcpTrapVariable 2 }
dhcpTraps OBJECT IDENTIFIER ::= { dhcp 0 }
dhcpRangeExhaustedTrap NOTIFICATION-TYPE
OBJECTS { dhcpRangeExhaustedGateway, dhcpRangeExhaustedInterface }
STATUS current
DESCRIPTION
"This trap is generated when a DHCP client makes a request for
an IP address and the request cannot be satisfied because all
addresses in the range are already allocated to other devices."
::= { dhcpTraps 1 }
-- The DHCP client status table. Each entry in the table gives information about
-- ip addresses currently configured on created ranges on the switch/router.
-- Information shown are the client ip address, clientID, ClientState, ClientType,
-- ClientExpiry
-- This group was added on 6/Jan/2004 by Sean Lin on request from ATKK for Yahoo!BB
dhcpClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF DhcpClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of defined DHCP range client addresses."
::= { dhcp 3 }
dhcpClientEntry OBJECT-TYPE
SYNTAX DhcpClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of the DHCP range client table. This contains
information about a single DHCP range client address."
INDEX { dhcpRangeIndex, dhcpClientIpAddress }
::= { dhcpClientTable 1 }
DhcpClientEntry ::=
SEQUENCE {
dhcpClientIpAddress
IpAddress,
dhcpClientID
OCTET STRING,
dhcpClientState
INTEGER,
dhcpClientType
INTEGER,
dhcpClientExpiry
OCTET STRING
}
dhcpClientIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An IP address from the range of available addresses."
::= { dhcpClientEntry 1 }
dhcpClientID OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The hardware address of the client, if any, that has been
assigned the IP address."
::= { dhcpClientEntry 2 }
dhcpClientState OBJECT-TYPE
SYNTAX INTEGER {unused (0), reclaiming (1), inuse (2), offered (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of the IP address; one of unused, inuse or
reclaim."
::= { dhcpClientEntry 3 }
dhcpClientType OBJECT-TYPE
SYNTAX INTEGER {auto (1), dyn (2), static (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of allocation mechanism applied to the IP address;
one of static, auto or dyn."
::= { dhcpClientEntry 4 }
dhcpClientExpiry OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The expiry date for dynamically allocated IP address."
::= { dhcpClientEntry 5 }
END
+147 -147
View File
@@ -1,147 +1,147 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: DS3 module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-DS3-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ds3 MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
DS3 module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 109 }
ds3TrapTable OBJECT-TYPE
SYNTAX SEQUENCE OF Ds3TrapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATR enterprise DS3 trap table."
::= { ds3 1 }
ds3TrapEntry OBJECT-TYPE
SYNTAX Ds3TrapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATR enterprise DS3 trap table."
INDEX { ifIndex }
::= { ds3TrapTable 1 }
Ds3TrapEntry ::=
SEQUENCE {
ds3TcaTrapEnable INTEGER,
ds3TrapError INTEGER,
ds3TrapLoc INTEGER,
ds3TrapInterval INTEGER
}
ds3TcaTrapEnable OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the threshold crossing alert traps
should be generated for this interface."
DEFVAL { disabled }
::= { ds3TrapEntry 1 }
-- All ATR specific DS3 traps
ds3TrapError OBJECT-TYPE
SYNTAX INTEGER {ds3NoError (1), ds3PES (2), ds3PSES (3), ds3SEFs (4), ds3UAS (5),
ds3LCVs (6), ds3PCVs (7), ds3LESs (8), ds3CCVs (9),
ds3CESs (10), ds3CSESs (11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows which kind of parameter or primitive caused
the trap. This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoError shows no trap has occured"
DEFVAL { ds3NoError }
::= { ds3TrapEntry 2 }
ds3TrapLoc OBJECT-TYPE
SYNTAX INTEGER {ds3NoLoc (1), ds3Near (2), ds3Far (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows whether the trap was caused by a problem at the local or
remote end. This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoLoc shows no trap had occured."
DEFVAL { ds3NoLoc }
::= { ds3TrapEntry 3 }
ds3TrapInterval OBJECT-TYPE
SYNTAX INTEGER {ds3NoInt (1), ds3Fifteen (2), ds3Twentyfour (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows whether the counter which has crossed the
threshold is a twenty four hour or fifteen minute counter.
This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoInt shows no trap has occured."
DEFVAL { ds3NoInt }
::= { ds3TrapEntry 4 }
ds3Traps OBJECT IDENTIFIER ::= { ds3 0 }
tcaTrap NOTIFICATION-TYPE
OBJECTS { ds3TrapError, ds3TrapLoc, ds3TrapInterval }
STATUS current
DESCRIPTION
"A DS3 trap is generated when a threshold crossing alert
occurs. This happens when an error count exceeds a pre
determined value. The values are counted over 15 minute and
24 hour periods. Once a trap has occured in a given period
it may not occur again within the same period."
::= { ds3Traps 1 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: DS3 module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-DS3-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ds3 MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
DS3 module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 109 }
ds3TrapTable OBJECT-TYPE
SYNTAX SEQUENCE OF Ds3TrapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATR enterprise DS3 trap table."
::= { ds3 1 }
ds3TrapEntry OBJECT-TYPE
SYNTAX Ds3TrapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATR enterprise DS3 trap table."
INDEX { ifIndex }
::= { ds3TrapTable 1 }
Ds3TrapEntry ::=
SEQUENCE {
ds3TcaTrapEnable INTEGER,
ds3TrapError INTEGER,
ds3TrapLoc INTEGER,
ds3TrapInterval INTEGER
}
ds3TcaTrapEnable OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the threshold crossing alert traps
should be generated for this interface."
DEFVAL { disabled }
::= { ds3TrapEntry 1 }
-- All ATR specific DS3 traps
ds3TrapError OBJECT-TYPE
SYNTAX INTEGER {ds3NoError (1), ds3PES (2), ds3PSES (3), ds3SEFs (4), ds3UAS (5),
ds3LCVs (6), ds3PCVs (7), ds3LESs (8), ds3CCVs (9),
ds3CESs (10), ds3CSESs (11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows which kind of parameter or primitive caused
the trap. This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoError shows no trap has occured"
DEFVAL { ds3NoError }
::= { ds3TrapEntry 2 }
ds3TrapLoc OBJECT-TYPE
SYNTAX INTEGER {ds3NoLoc (1), ds3Near (2), ds3Far (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows whether the trap was caused by a problem at the local or
remote end. This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoLoc shows no trap had occured."
DEFVAL { ds3NoLoc }
::= { ds3TrapEntry 3 }
ds3TrapInterval OBJECT-TYPE
SYNTAX INTEGER {ds3NoInt (1), ds3Fifteen (2), ds3Twentyfour (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable shows whether the counter which has crossed the
threshold is a twenty four hour or fifteen minute counter.
This variable is really just a placeholder for the
object sent in the DS3 TRAP, but can be read independently if
required. The variable will hold the value at the latest trap.
A value of ds3NoInt shows no trap has occured."
DEFVAL { ds3NoInt }
::= { ds3TrapEntry 4 }
ds3Traps OBJECT IDENTIFIER ::= { ds3 0 }
tcaTrap NOTIFICATION-TYPE
OBJECTS { ds3TrapError, ds3TrapLoc, ds3TrapInterval }
STATUS current
DESCRIPTION
"A DS3 trap is generated when a threshold crossing alert
occurs. This happens when an error count exceeds a pre
determined value. The values are counted over 15 minute and
24 hour periods. Once a trap has occured in a given period
it may not occur again within the same period."
::= { ds3Traps 1 }
END
+626 -626
View File
File diff suppressed because it is too large Load Diff
+221 -221
View File
@@ -1,221 +1,221 @@
-- ============================================================================
-- AT-ESPR.MIB, Allied Telesis enterprise MIB: Ethernet Protection Switching Ring
--
-- Copied from ATR-ESPR.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-EPSR-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION,
DisplayString
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
epsr MODULE-IDENTITY
LAST-UPDATED "200611221212Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"Convert epsrEventVariables into a table entry, so variable of mutiple
EPSR domains can be obtained."
REVISION "200611221212Z"
DESCRIPTION
"This MIB file contains definitions of managed objects for
the code module responsible for handling EPSR on Allied Telesis
switches."
REVISION "200602161619Z"
DESCRIPTION
"Initial Revision"
::= { modules 136 }
-- ---------------------------------------------------------- --
-- Textual Conventions
-- ---------------------------------------------------------- --
EpsrNodeState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines the node states that can be passed around
in EPSR Node Traps."
SYNTAX INTEGER
{
idle (0),
complete (1),
failed (2),
linksUp (3),
linksDown (4),
preForward (5),
unknown (6)
}
EpsrInterfaceState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines the interface states that can be passed around
in EPSR Node Traps."
SYNTAX INTEGER
{
unknown (0),
blocked (1),
forward (2)
}
-- ---------------------------------------------------------- --
-- EPSR specific trap definitions
-- ---------------------------------------------------------- --
epsrEvents OBJECT IDENTIFIER ::= { epsr 1 }
epsrNodeTrap NOTIFICATION-TYPE
OBJECTS {
epsrNodeTrapType,
epsrDomainName,
epsrFromState,
epsrToState,
epsrControlVlanId,
epsrPrimaryIfIndex,
epsrPrimaryIfState,
epsrSecondaryIfIndex,
epsrSecondaryIfState
}
STATUS current
DESCRIPTION
"EPSR Master/Transit node state transition trap."
::= { epsrEvents 1 }
-- ---------------------------------------------------------- --
-- EPSR Event Variables Object IDs
-- ---------------------------------------------------------- --
epsrEventVariablesTable OBJECT-TYPE
SYNTAX SEQUENCE OF EpsrEventVariablesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains rows of epsrEventVariablesEntry."
::= { epsr 2 }
epsrEventVariablesEntry OBJECT-TYPE
SYNTAX EpsrEventVariablesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATL enterprise epsrEventVariablesTable."
INDEX { epsrDomainName }
::= { epsrEventVariablesTable 1 }
EpsrEventVariablesEntry ::=
SEQUENCE {
epsrNodeTrapType INTEGER (0..2),
epsrDomainName DisplayStringUnsized(SIZE(1..15)),
epsrFromState EpsrNodeState,
epsrToState EpsrNodeState,
epsrControlVlanId INTEGER,
epsrPrimaryIfIndex InterfaceIndex,
epsrPrimaryIfState EpsrInterfaceState,
epsrSecondaryIfIndex InterfaceIndex,
epsrSecondaryIfState EpsrInterfaceState
}
epsrNodeTrapType OBJECT-TYPE
SYNTAX INTEGER
{
unknown (0),
masterNodeTrap (1),
transitNodeTrap (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the trap type of the EPSR node trap (master/transit)."
::= { epsrEventVariablesEntry 1 }
epsrDomainName OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Assigned name of the EPSR domain."
::= { epsrEventVariablesEntry 2 }
epsrFromState OBJECT-TYPE
SYNTAX EpsrNodeState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined state that an EPSR domain is transitioning from."
::= { epsrEventVariablesEntry 3 }
epsrToState OBJECT-TYPE
SYNTAX EpsrNodeState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined state that an EPSR domain is transitioning to."
::= { epsrEventVariablesEntry 4 }
epsrControlVlanId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"VLAN identifier for the control VLAN."
::= { epsrEventVariablesEntry 5 }
epsrPrimaryIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IfIndex of the primary interface."
::= { epsrEventVariablesEntry 6 }
epsrPrimaryIfState OBJECT-TYPE
SYNTAX EpsrInterfaceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined current state of the primary interface."
::= { epsrEventVariablesEntry 7 }
epsrSecondaryIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IfIndex of the secondary interface."
::= { epsrEventVariablesEntry 8 }
epsrSecondaryIfState OBJECT-TYPE
SYNTAX EpsrInterfaceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined current state of the secondary interface."
::= { epsrEventVariablesEntry 9 }
END
-- ============================================================================
-- AT-ESPR.MIB, Allied Telesis enterprise MIB: Ethernet Protection Switching Ring
--
-- Copied from ATR-ESPR.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-EPSR-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION,
DisplayString
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
epsr MODULE-IDENTITY
LAST-UPDATED "200611221212Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"Convert epsrEventVariables into a table entry, so variable of mutiple
EPSR domains can be obtained."
REVISION "200611221212Z"
DESCRIPTION
"This MIB file contains definitions of managed objects for
the code module responsible for handling EPSR on Allied Telesis
switches."
REVISION "200602161619Z"
DESCRIPTION
"Initial Revision"
::= { modules 136 }
-- ---------------------------------------------------------- --
-- Textual Conventions
-- ---------------------------------------------------------- --
EpsrNodeState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines the node states that can be passed around
in EPSR Node Traps."
SYNTAX INTEGER
{
idle (0),
complete (1),
failed (2),
linksUp (3),
linksDown (4),
preForward (5),
unknown (6)
}
EpsrInterfaceState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines the interface states that can be passed around
in EPSR Node Traps."
SYNTAX INTEGER
{
unknown (0),
blocked (1),
forward (2)
}
-- ---------------------------------------------------------- --
-- EPSR specific trap definitions
-- ---------------------------------------------------------- --
epsrEvents OBJECT IDENTIFIER ::= { epsr 1 }
epsrNodeTrap NOTIFICATION-TYPE
OBJECTS {
epsrNodeTrapType,
epsrDomainName,
epsrFromState,
epsrToState,
epsrControlVlanId,
epsrPrimaryIfIndex,
epsrPrimaryIfState,
epsrSecondaryIfIndex,
epsrSecondaryIfState
}
STATUS current
DESCRIPTION
"EPSR Master/Transit node state transition trap."
::= { epsrEvents 1 }
-- ---------------------------------------------------------- --
-- EPSR Event Variables Object IDs
-- ---------------------------------------------------------- --
epsrEventVariablesTable OBJECT-TYPE
SYNTAX SEQUENCE OF EpsrEventVariablesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains rows of epsrEventVariablesEntry."
::= { epsr 2 }
epsrEventVariablesEntry OBJECT-TYPE
SYNTAX EpsrEventVariablesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATL enterprise epsrEventVariablesTable."
INDEX { epsrDomainName }
::= { epsrEventVariablesTable 1 }
EpsrEventVariablesEntry ::=
SEQUENCE {
epsrNodeTrapType INTEGER (0..2),
epsrDomainName DisplayStringUnsized(SIZE(1..15)),
epsrFromState EpsrNodeState,
epsrToState EpsrNodeState,
epsrControlVlanId INTEGER,
epsrPrimaryIfIndex InterfaceIndex,
epsrPrimaryIfState EpsrInterfaceState,
epsrSecondaryIfIndex InterfaceIndex,
epsrSecondaryIfState EpsrInterfaceState
}
epsrNodeTrapType OBJECT-TYPE
SYNTAX INTEGER
{
unknown (0),
masterNodeTrap (1),
transitNodeTrap (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the trap type of the EPSR node trap (master/transit)."
::= { epsrEventVariablesEntry 1 }
epsrDomainName OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Assigned name of the EPSR domain."
::= { epsrEventVariablesEntry 2 }
epsrFromState OBJECT-TYPE
SYNTAX EpsrNodeState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined state that an EPSR domain is transitioning from."
::= { epsrEventVariablesEntry 3 }
epsrToState OBJECT-TYPE
SYNTAX EpsrNodeState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined state that an EPSR domain is transitioning to."
::= { epsrEventVariablesEntry 4 }
epsrControlVlanId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"VLAN identifier for the control VLAN."
::= { epsrEventVariablesEntry 5 }
epsrPrimaryIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IfIndex of the primary interface."
::= { epsrEventVariablesEntry 6 }
epsrPrimaryIfState OBJECT-TYPE
SYNTAX EpsrInterfaceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined current state of the primary interface."
::= { epsrEventVariablesEntry 7 }
epsrSecondaryIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IfIndex of the secondary interface."
::= { epsrEventVariablesEntry 8 }
epsrSecondaryIfState OBJECT-TYPE
SYNTAX EpsrInterfaceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Defined current state of the secondary interface."
::= { epsrEventVariablesEntry 9 }
END
+124 -124
View File
@@ -1,124 +1,124 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: ETH module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-ETH-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ethernet MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
ethernet module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 23}
-- The Ethernet module. This group consists of a table of Ethernet
-- interfaces indexed by ifIndex which provide MIB objects not given in a
-- convenient form by other standard MIBs.
ethIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF EthIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of Ethernet interfaces."
::= { ethernet 1 }
ethIntEntry OBJECT-TYPE
SYNTAX EthIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the Ethernet interfaces table."
INDEX { ethIntIndex }
::= { ethIntTable 1 }
EthIntEntry ::=
SEQUENCE {
ethIntIndex
INTEGER,
ethIntBoardIndex
INTEGER,
ethIntBoardPosition
INTEGER,
ethIntDuplexMode
INTEGER
}
ethIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the Ethernet interface."
::= { ethIntEntry 1 }
ethIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this
Ethernet interface resides. If this Ethernet interface is not
found, the value of this object is 0."
::= { ethIntEntry 2 }
ethIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this Ethernet interface's board of this
Ethernet interface. If this Ethernet interface is not found,
the value of this object is 0."
::= { ethIntEntry 3 }
ethIntDuplexMode OBJECT-TYPE
SYNTAX INTEGER {
fullDuplex (1),
halfDuplex (2),
unknown (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The duplex mode of this Ethernet interface. The value unknown
is returned when the interface cannot or has not yet made a
determination of its duplex mode, or when the interface cannot
be found."
::= { ethIntEntry 4 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: ETH module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-ETH-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ethernet MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
ethernet module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 23}
-- The Ethernet module. This group consists of a table of Ethernet
-- interfaces indexed by ifIndex which provide MIB objects not given in a
-- convenient form by other standard MIBs.
ethIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF EthIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of Ethernet interfaces."
::= { ethernet 1 }
ethIntEntry OBJECT-TYPE
SYNTAX EthIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the Ethernet interfaces table."
INDEX { ethIntIndex }
::= { ethIntTable 1 }
EthIntEntry ::=
SEQUENCE {
ethIntIndex
INTEGER,
ethIntBoardIndex
INTEGER,
ethIntBoardPosition
INTEGER,
ethIntDuplexMode
INTEGER
}
ethIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the Ethernet interface."
::= { ethIntEntry 1 }
ethIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this
Ethernet interface resides. If this Ethernet interface is not
found, the value of this object is 0."
::= { ethIntEntry 2 }
ethIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this Ethernet interface's board of this
Ethernet interface. If this Ethernet interface is not found,
the value of this object is 0."
::= { ethIntEntry 3 }
ethIntDuplexMode OBJECT-TYPE
SYNTAX INTEGER {
fullDuplex (1),
halfDuplex (2),
unknown (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The duplex mode of this Ethernet interface. The value unknown
is returned when the interface cannot or has not yet made a
determination of its duplex mode, or when the interface cannot
be found."
::= { ethIntEntry 4 }
END
+157 -157
View File
@@ -1,157 +1,157 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FILE module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FILE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
file MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FILE module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 56 }
-- The file group. This group contains information pertinent to the file system in the
-- router.
-- The file table
fileTable OBJECT-TYPE
SYNTAX SEQUENCE OF FileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of all the files in the router's non-volatile storage."
::= { file 1 }
fileEntry OBJECT-TYPE
SYNTAX FileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of files containing information about a
single file in the router."
INDEX { fileIndex }
::= { fileTable 1 }
FileEntry ::=
SEQUENCE {
fileIndex
INTEGER,
fileName
DisplayString,
fileDevice
INTEGER,
fileCreationTime
DisplayString,
fileStatus
INTEGER,
fileSize
INTEGER
}
fileIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique file index. File indices are recalculated every time
the router reboots to reflect the current files on the router.
As files are added, new indices are allocated to the new
files."
::= { fileEntry 1 }
fileName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the file, in the form <name.typ>. The name is up
to eight characters long, the type is up to three characters
long."
::= { fileEntry 2 }
fileDevice OBJECT-TYPE
SYNTAX INTEGER {
flash(1),
nvs(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device on which the file resides."
::= { fileEntry 3 }
fileCreationTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The creation date and time for the file, in the format
<dd-mmm-yy, hh:mm:ss>."
::= { fileEntry 4 }
fileStatus OBJECT-TYPE
SYNTAX INTEGER {
ok(1), -- file exists and is OK
deleting(2) -- delete the file when this value written
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of the file. When read, this object will always
return a value of ok(1), since the object will not exist if the
value is deleting(2). Write the value deleting(2) to this
object to delete the file."
::= { fileEntry 5 }
fileSize OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The size, in bytes, of the file."
::= { fileEntry 6 }
fileNumbers OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of files in FLASH and NVS."
::= { file 2 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FILE module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FILE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
file MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FILE module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 56 }
-- The file group. This group contains information pertinent to the file system in the
-- router.
-- The file table
fileTable OBJECT-TYPE
SYNTAX SEQUENCE OF FileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of all the files in the router's non-volatile storage."
::= { file 1 }
fileEntry OBJECT-TYPE
SYNTAX FileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of files containing information about a
single file in the router."
INDEX { fileIndex }
::= { fileTable 1 }
FileEntry ::=
SEQUENCE {
fileIndex
INTEGER,
fileName
DisplayString,
fileDevice
INTEGER,
fileCreationTime
DisplayString,
fileStatus
INTEGER,
fileSize
INTEGER
}
fileIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique file index. File indices are recalculated every time
the router reboots to reflect the current files on the router.
As files are added, new indices are allocated to the new
files."
::= { fileEntry 1 }
fileName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the file, in the form <name.typ>. The name is up
to eight characters long, the type is up to three characters
long."
::= { fileEntry 2 }
fileDevice OBJECT-TYPE
SYNTAX INTEGER {
flash(1),
nvs(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device on which the file resides."
::= { fileEntry 3 }
fileCreationTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The creation date and time for the file, in the format
<dd-mmm-yy, hh:mm:ss>."
::= { fileEntry 4 }
fileStatus OBJECT-TYPE
SYNTAX INTEGER {
ok(1), -- file exists and is OK
deleting(2) -- delete the file when this value written
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of the file. When read, this object will always
return a value of ok(1), since the object will not exist if the
value is deleting(2). Write the value deleting(2) to this
object to delete the file."
::= { fileEntry 5 }
fileSize OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The size, in bytes, of the file."
::= { fileEntry 6 }
fileNumbers OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of files in FLASH and NVS."
::= { file 2 }
END
+138 -138
View File
@@ -1,138 +1,138 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FIREWALL module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FIREWALL-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
firewall MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FIREWALL module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 77 }
-- The firewall group. This consists of a single variable which is the last
-- TRAP message sent.
-- The last TRAP message sent from the firewall.
firewallTrapMessage OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last message sent in a firewall TRAP. This variable is really
just a placeholder for the object sent in the firewall TRAP, but can
be read independently if required. Note however that a new TRAP will
cause this variable to be overwritten."
::= { firewall 1 }
firewallTraps OBJECT IDENTIFIER ::= { firewall 0 }
firewallAttackTrap NOTIFICATION-TYPE
OBJECTS { firewallTrapMessage }
STATUS current
DESCRIPTION
"A firewall trap is generated when the firewall detects an intrusion or attack
and notifies the router manager. Firewall trap notifications are enabled with
the command ENABLE FIREWALL NOTIFY=SNMP."
::= { firewallTraps 1 }
firewallSessionsStatistics OBJECT IDENTIFIER ::= { firewall 2 }
totalNumberOfSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of sessions going through the firewall. It will be the sum of the
number of sessions on all individual nodes."
::= { firewallSessionsStatistics 1 }
numberOfSessionsPerNodeCountingStatus OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of counting the number of sessions per node, ie, when
this particular ferture is on, the status will be enabled, other
wise it will be disabled, which is the default status."
::= { firewallSessionsStatistics 2 }
numberOfSessionsPerNodeTable OBJECT-TYPE
SYNTAX SEQUENCE OF NumberOfSessionsPerNodeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a table of nodes in the network with their corresponding
ip address and number of sessions"
::= { firewallSessionsStatistics 3 }
numberOfSessionsPerNodeEntry OBJECT-TYPE
SYNTAX NumberOfSessionsPerNodeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry includes the information about a node and numbers of
sessions belongs to it."
INDEX { nodeIpAddress }
::= { numberOfSessionsPerNodeTable 1 }
NumberOfSessionsPerNodeEntry ::=
SEQUENCE{
nodeIpAddress IpAddress,
numberOfSessionsPerNode Gauge32
}
nodeIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ip address of each node that has firewall limit rules
attached and needs to be monitored"
::= { numberOfSessionsPerNodeEntry 1 }
numberOfSessionsPerNode OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active sessions created by the corresponding node"
::= { numberOfSessionsPerNodeEntry 2 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FIREWALL module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FIREWALL-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
firewall MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FIREWALL module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 77 }
-- The firewall group. This consists of a single variable which is the last
-- TRAP message sent.
-- The last TRAP message sent from the firewall.
firewallTrapMessage OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last message sent in a firewall TRAP. This variable is really
just a placeholder for the object sent in the firewall TRAP, but can
be read independently if required. Note however that a new TRAP will
cause this variable to be overwritten."
::= { firewall 1 }
firewallTraps OBJECT IDENTIFIER ::= { firewall 0 }
firewallAttackTrap NOTIFICATION-TYPE
OBJECTS { firewallTrapMessage }
STATUS current
DESCRIPTION
"A firewall trap is generated when the firewall detects an intrusion or attack
and notifies the router manager. Firewall trap notifications are enabled with
the command ENABLE FIREWALL NOTIFY=SNMP."
::= { firewallTraps 1 }
firewallSessionsStatistics OBJECT IDENTIFIER ::= { firewall 2 }
totalNumberOfSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of sessions going through the firewall. It will be the sum of the
number of sessions on all individual nodes."
::= { firewallSessionsStatistics 1 }
numberOfSessionsPerNodeCountingStatus OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of counting the number of sessions per node, ie, when
this particular ferture is on, the status will be enabled, other
wise it will be disabled, which is the default status."
::= { firewallSessionsStatistics 2 }
numberOfSessionsPerNodeTable OBJECT-TYPE
SYNTAX SEQUENCE OF NumberOfSessionsPerNodeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a table of nodes in the network with their corresponding
ip address and number of sessions"
::= { firewallSessionsStatistics 3 }
numberOfSessionsPerNodeEntry OBJECT-TYPE
SYNTAX NumberOfSessionsPerNodeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry includes the information about a node and numbers of
sessions belongs to it."
INDEX { nodeIpAddress }
::= { numberOfSessionsPerNodeTable 1 }
NumberOfSessionsPerNodeEntry ::=
SEQUENCE{
nodeIpAddress IpAddress,
numberOfSessionsPerNode Gauge32
}
nodeIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ip address of each node that has firewall limit rules
attached and needs to be monitored"
::= { numberOfSessionsPerNodeEntry 1 }
numberOfSessionsPerNode OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active sessions created by the corresponding node"
::= { numberOfSessionsPerNodeEntry 2 }
END
+167 -167
View File
@@ -1,167 +1,167 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FLASH module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FLASH-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
flash MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FLASH module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 31}
flashGetFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash get operations that have failed."
::= { flash 1 }
flashOpenFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash open operations that have failed."
::= { flash 2 }
flashReadFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash read operations that have failed."
::= { flash 3 }
flashCloseFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash close operations that have failed."
::= { flash 4 }
flashCompleteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash complete operations that have failed."
::= { flash 5 }
flashWriteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash write operations that have failed."
::= { flash 6 }
flashCreateFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash create operations that have failed."
::= { flash 7 }
flashPutFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash put operations that have failed."
::= { flash 8 }
flashDeleteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash delete operations that have failed."
::= { flash 9 }
flashCheckFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash check operations that have failed."
::= { flash 10 }
flashEraseFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash erase operations that have failed."
::= { flash 11 }
flashCompactFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash compaction operations that have failed."
::= { flash 12 }
flashVerifyFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash verify operations that have failed."
::= { flash 13 }
flashTrap OBJECT IDENTIFIER ::= { flash 0}
flashFailureTrap NOTIFICATION-TYPE
OBJECTS { flashGetFailure, flashOpenFailure, flashReadFailure,
flashCloseFailure, flashCompleteFailure, flashWriteFailure,
flashCreateFailure, flashPutFailure, flashDeleteFailure,
flashCheckFailure, flashEraseFailure, flashCompactFailure,
flashVerifyFailure }
STATUS current
DESCRIPTION
"A flash failure trap is generated when any of the above
flash counter is incremented and the failure type is
sent in the trap."
::= { flashTrap 1 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: FLASH module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FLASH-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
flash MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
FLASH module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 31}
flashGetFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash get operations that have failed."
::= { flash 1 }
flashOpenFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash open operations that have failed."
::= { flash 2 }
flashReadFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash read operations that have failed."
::= { flash 3 }
flashCloseFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash close operations that have failed."
::= { flash 4 }
flashCompleteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash complete operations that have failed."
::= { flash 5 }
flashWriteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash write operations that have failed."
::= { flash 6 }
flashCreateFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash create operations that have failed."
::= { flash 7 }
flashPutFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash put operations that have failed."
::= { flash 8 }
flashDeleteFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash delete operations that have failed."
::= { flash 9 }
flashCheckFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash check operations that have failed."
::= { flash 10 }
flashEraseFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash erase operations that have failed."
::= { flash 11 }
flashCompactFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash compaction operations that have failed."
::= { flash 12 }
flashVerifyFailure OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of flash verify operations that have failed."
::= { flash 13 }
flashTrap OBJECT IDENTIFIER ::= { flash 0}
flashFailureTrap NOTIFICATION-TYPE
OBJECTS { flashGetFailure, flashOpenFailure, flashReadFailure,
flashCloseFailure, flashCompleteFailure, flashWriteFailure,
flashCreateFailure, flashPutFailure, flashDeleteFailure,
flashCheckFailure, flashEraseFailure, flashCompactFailure,
flashVerifyFailure }
STATUS current
DESCRIPTION
"A flash failure trap is generated when any of the above
flash counter is incremented and the failure type is
sent in the trap."
::= { flashTrap 1 }
END
+448 -448
View File
@@ -1,448 +1,448 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: INSTALL
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-INSTALL-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
install MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
INSTALL module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 49 }
-- The install group. This group contains information relating to the install module in the
-- router.
-- The install table. This table controls the software release and patch
-- running in the router.
installTable OBJECT-TYPE
SYNTAX SEQUENCE OF InstallEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of install configurations for the router."
::= { install 1 }
installEntry OBJECT-TYPE
SYNTAX InstallEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of install configurations."
INDEX { instIndex }
::= { installTable 1 }
InstallEntry ::=
SEQUENCE {
instIndex
INTEGER,
instRelDevice
INTEGER,
instRelName
DisplayString,
instRelMajor
INTEGER,
instRelMinor
INTEGER,
instPatDevice
INTEGER,
instPatName
DisplayString,
instRelInterim
INTEGER,
instRelExists
INTEGER,
instPatExists
INTEGER
}
instIndex OBJECT-TYPE
SYNTAX INTEGER {
temporary(1),
preferred(2),
default(3),
current(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index for the install table. There are four install
configurations defined in the router, default, preferred,
temporary and current. The router will attempt to use these
in the order temporary, preferred, default when it boots.
An install that is undefined will be skipped, an install
which points to a file which is not present will be skipped.
When the temporary install is used, the information is deleted.
The current configuration shows what the router currently
has installed."
::= { installEntry 1 }
instRelDevice OBJECT-TYPE
SYNTAX INTEGER {
none(1),
eprom(2),
flash(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device for the release in the install. If the device is
flash the file for the release is given in instRelName. Devices
none(1) or flash(3) are invalid for the default(3) release."
::= { installEntry 2 }
instRelName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The file name for the release in the install, if the
instRelDevice is flash(3). If the instRelDevice is none(1) or
eprom(2), this object should be a null string."
::= { installEntry 3 }
instRelMajor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The major release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is a."
::= { installEntry 4 }
instRelMinor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minor release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is b."
::= { installEntry 5 }
instPatDevice OBJECT-TYPE
SYNTAX INTEGER {
none(1),
flash(3),
nvs(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device for the patch in the install. The file for the
patch is given in instPatName unless the device is none(1)."
::= { installEntry 6 }
instPatName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The file name for the patch in the install."
::= { installEntry 7 }
instRelInterim OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interim release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is c. If the release number is a.b,
the interim release number is 0."
::= { installEntry 8 }
instRelExists OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the release file exists or not. true(1) means it exists, false(2) means it doesn't."
::= { installEntry 9 }
instPatExists OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the patch file exists or not. true(1) means it exists, false(2) means it doesn't"
::= { installEntry 10 }
-- The install history table. Each element is a descriptive line that tells
-- of part of the install history of the last router reboot.
installHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF InstallHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of descriptions of events in the install history of
the router."
::= { install 2 }
installHistoryEntry OBJECT-TYPE
SYNTAX InstallHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single line describing part of the install history of the
router."
INDEX { instHistIndex }
::= { installHistoryTable 1 }
InstallHistoryEntry ::=
SEQUENCE {
instHistIndex
INTEGER,
instHistLine
DisplayString
}
instHistIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this event in the install history. Indices run
from 1 to the maximum number. The maximum number is not
available as a managed object so this table will have to be
traversed in order to find out how large it is."
::= { installHistoryEntry 1 }
instHistLine OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A line of text describing a single event in the install
history of the router."
::= { installHistoryEntry 2 }
-- The configuration file
configFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The name of the file that the router will configure from at
boot. The format of the name is the same as that for fileName
described above. If the configuration file name is a zero
length string, then there is no configuration file defined in
the router."
::= { install 3 }
-- The release licence table. This table contains licences for releases of
-- router software stored in flash.
licenceTable OBJECT-TYPE
SYNTAX SEQUENCE OF LicenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of release licences in the router."
::= { install 4 }
licenceEntry OBJECT-TYPE
SYNTAX LicenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of release licences."
INDEX { licenceIndex }
::= { licenceTable 1 }
LicenceEntry ::=
SEQUENCE {
licenceIndex
INTEGER,
licenceStatus
INTEGER,
licenceRelease
DisplayString,
licenceMajor
INTEGER,
licenceMinor
INTEGER,
licencePassword
DisplayStringUnsized,
licenceExpiry
DisplayString,
licenceInterim
INTEGER
}
licenceIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique licence index. Licence indices are recalculated every
time the router reboots to reflect the current licences on the
router. As licences are added, new indices are allocated to the
new licences."
::= { licenceEntry 1 }
licenceStatus OBJECT-TYPE
SYNTAX INTEGER {
ok(1), -- file exists and is OK
deleting(2) -- delete the file when this value written
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of the file. When read, this object will always
return a value of ok(1), since the object will not exist if the
value is deleting(2). Write the value deleting(2) to this
object to delete the file."
::= { licenceEntry 2 }
licenceRelease OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The file name for the release whose licence this is."
::= { licenceEntry 3 }
licenceMajor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The major release number for the release whose licence this is."
::= { licenceEntry 4 }
licenceMinor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The minor release number for the release whose licence this is."
::= { licenceEntry 5 }
licencePassword OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE (12))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The password for this release. The password is a string of hex
digits."
::= { licenceEntry 6 }
licenceExpiry OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable string that gives the expiry date of this
licence."
::= { licenceEntry 7 }
licenceInterim OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The interim release number for the release whose licence this is."
::= { licenceEntry 8 }
-- The create configuration file
createConfigFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The name of a file to create containing the current router configuration. A
read from this variable will return the same as the variable configFile. Thus
to save the current configuration in the current configuration file, read
createConfigFile first, then write the result back to createConfigFile. If
this variable is written with the name of an existing file, the file will be
replaced with the current configuration."
::= { install 5 }
-- configuration file exists?
configFileExist OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the boot configuration file exists or not. true(1)
means it exists, false(2) means it doesn't"
::= { install 6 }
installTrap OBJECT IDENTIFIER ::= { install 0 }
configFileExistTrap NOTIFICATION-TYPE
OBJECTS { configFileExist }
STATUS current
DESCRIPTION
"This trap is generated when the boot file is detected as
missing"
::= { installTrap 1}
-- The current configuration file
currentConfigFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the file that the router is currently configured
with. The format of the name is the same as that for fileName
described above. If the current configuration file name is a zero
length string, then there is no current configuration file defined in
the router."
::= { install 7 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: INSTALL
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-INSTALL-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
install MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
INSTALL module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 49 }
-- The install group. This group contains information relating to the install module in the
-- router.
-- The install table. This table controls the software release and patch
-- running in the router.
installTable OBJECT-TYPE
SYNTAX SEQUENCE OF InstallEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of install configurations for the router."
::= { install 1 }
installEntry OBJECT-TYPE
SYNTAX InstallEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of install configurations."
INDEX { instIndex }
::= { installTable 1 }
InstallEntry ::=
SEQUENCE {
instIndex
INTEGER,
instRelDevice
INTEGER,
instRelName
DisplayString,
instRelMajor
INTEGER,
instRelMinor
INTEGER,
instPatDevice
INTEGER,
instPatName
DisplayString,
instRelInterim
INTEGER,
instRelExists
INTEGER,
instPatExists
INTEGER
}
instIndex OBJECT-TYPE
SYNTAX INTEGER {
temporary(1),
preferred(2),
default(3),
current(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index for the install table. There are four install
configurations defined in the router, default, preferred,
temporary and current. The router will attempt to use these
in the order temporary, preferred, default when it boots.
An install that is undefined will be skipped, an install
which points to a file which is not present will be skipped.
When the temporary install is used, the information is deleted.
The current configuration shows what the router currently
has installed."
::= { installEntry 1 }
instRelDevice OBJECT-TYPE
SYNTAX INTEGER {
none(1),
eprom(2),
flash(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device for the release in the install. If the device is
flash the file for the release is given in instRelName. Devices
none(1) or flash(3) are invalid for the default(3) release."
::= { installEntry 2 }
instRelName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The file name for the release in the install, if the
instRelDevice is flash(3). If the instRelDevice is none(1) or
eprom(2), this object should be a null string."
::= { installEntry 3 }
instRelMajor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The major release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is a."
::= { installEntry 4 }
instRelMinor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minor release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is b."
::= { installEntry 5 }
instPatDevice OBJECT-TYPE
SYNTAX INTEGER {
none(1),
flash(3),
nvs(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device for the patch in the install. The file for the
patch is given in instPatName unless the device is none(1)."
::= { installEntry 6 }
instPatName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The file name for the patch in the install."
::= { installEntry 7 }
instRelInterim OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interim release number for this install. This information is
obtained by the router when the other elements in the row are
set and is thus not directly set by management. If the release number
is a.b.c, the major release number is c. If the release number is a.b,
the interim release number is 0."
::= { installEntry 8 }
instRelExists OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the release file exists or not. true(1) means it exists, false(2) means it doesn't."
::= { installEntry 9 }
instPatExists OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the patch file exists or not. true(1) means it exists, false(2) means it doesn't"
::= { installEntry 10 }
-- The install history table. Each element is a descriptive line that tells
-- of part of the install history of the last router reboot.
installHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF InstallHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of descriptions of events in the install history of
the router."
::= { install 2 }
installHistoryEntry OBJECT-TYPE
SYNTAX InstallHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single line describing part of the install history of the
router."
INDEX { instHistIndex }
::= { installHistoryTable 1 }
InstallHistoryEntry ::=
SEQUENCE {
instHistIndex
INTEGER,
instHistLine
DisplayString
}
instHistIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this event in the install history. Indices run
from 1 to the maximum number. The maximum number is not
available as a managed object so this table will have to be
traversed in order to find out how large it is."
::= { installHistoryEntry 1 }
instHistLine OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A line of text describing a single event in the install
history of the router."
::= { installHistoryEntry 2 }
-- The configuration file
configFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The name of the file that the router will configure from at
boot. The format of the name is the same as that for fileName
described above. If the configuration file name is a zero
length string, then there is no configuration file defined in
the router."
::= { install 3 }
-- The release licence table. This table contains licences for releases of
-- router software stored in flash.
licenceTable OBJECT-TYPE
SYNTAX SEQUENCE OF LicenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The list of release licences in the router."
::= { install 4 }
licenceEntry OBJECT-TYPE
SYNTAX LicenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the list of release licences."
INDEX { licenceIndex }
::= { licenceTable 1 }
LicenceEntry ::=
SEQUENCE {
licenceIndex
INTEGER,
licenceStatus
INTEGER,
licenceRelease
DisplayString,
licenceMajor
INTEGER,
licenceMinor
INTEGER,
licencePassword
DisplayStringUnsized,
licenceExpiry
DisplayString,
licenceInterim
INTEGER
}
licenceIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique licence index. Licence indices are recalculated every
time the router reboots to reflect the current licences on the
router. As licences are added, new indices are allocated to the
new licences."
::= { licenceEntry 1 }
licenceStatus OBJECT-TYPE
SYNTAX INTEGER {
ok(1), -- file exists and is OK
deleting(2) -- delete the file when this value written
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of the file. When read, this object will always
return a value of ok(1), since the object will not exist if the
value is deleting(2). Write the value deleting(2) to this
object to delete the file."
::= { licenceEntry 2 }
licenceRelease OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The file name for the release whose licence this is."
::= { licenceEntry 3 }
licenceMajor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The major release number for the release whose licence this is."
::= { licenceEntry 4 }
licenceMinor OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The minor release number for the release whose licence this is."
::= { licenceEntry 5 }
licencePassword OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE (12))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The password for this release. The password is a string of hex
digits."
::= { licenceEntry 6 }
licenceExpiry OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A human-readable string that gives the expiry date of this
licence."
::= { licenceEntry 7 }
licenceInterim OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The interim release number for the release whose licence this is."
::= { licenceEntry 8 }
-- The create configuration file
createConfigFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The name of a file to create containing the current router configuration. A
read from this variable will return the same as the variable configFile. Thus
to save the current configuration in the current configuration file, read
createConfigFile first, then write the result back to createConfigFile. If
this variable is written with the name of an existing file, the file will be
replaced with the current configuration."
::= { install 5 }
-- configuration file exists?
configFileExist OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the boot configuration file exists or not. true(1)
means it exists, false(2) means it doesn't"
::= { install 6 }
installTrap OBJECT IDENTIFIER ::= { install 0 }
configFileExistTrap NOTIFICATION-TYPE
OBJECTS { configFileExist }
STATUS current
DESCRIPTION
"This trap is generated when the boot file is detected as
missing"
::= { installTrap 1}
-- The current configuration file
currentConfigFile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the file that the router is currently configured
with. The format of the name is the same as that for fileName
described above. If the current configuration file name is a zero
length string, then there is no current configuration file defined in
the router."
::= { install 7 }
END
+496 -496
View File
@@ -1,496 +1,496 @@
-- ============================================================================
-- AT-INTERFACE.MIB, Allied Telesis enterprise MIB: Interfaces
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
-- Upgraded to SMIv2 compliance
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-INTERFACES-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
ifName,
InterfaceIndexOrZero
FROM IF-MIB
traps,
atRouter
FROM AT-SMI-MIB
;
arInterfaces MODULE-IDENTITY
LAST-UPDATED "200606140000Z"
ORGANIZATION "Allied Telesis, Inc."
CONTACT-INFO
" http://www.alliedtelesis.com"
DESCRIPTION
"subtree beneath which interface ids are assigned.."
REVISION "200606140000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { atRouter 5 }
-- Generic traps
igmpTraps OBJECT-IDENTITY
STATUS current
DESCRIPTION
"object id for igmp traps."
::= { traps 1 }
igmpGeneralQueryNotReceivedEvent NOTIFICATION-TYPE
OBJECTS { ifName }
STATUS current
DESCRIPTION
"Triggered when no general IGMP-Query
message is received within a user-defined
time period on a specific interface."
::= { igmpTraps 1 }
-- Router interfaces tables.
-- A router consists of a number of "boards". Each board may have a
-- number of "positions", each of which contains a single router
-- interface. Each boards may also have a number of "slots", which are
-- places which can take other boards. Thus the physical construction
-- of a router may be seen as a tree whose nodes are boards and
-- interfaces, and whose links are positions and slots.
-- For example, an AR720 with a single Ethernet ICM in Bay 1 has the
-- following tree:
-- Bd:AR720 base board
-- === P1 === Int: Asyn0
-- === P2 === Int: Asyn1
-- === P3 === Int: Eth0
-- === S1 (Bay0) === <empty>
-- === S2 (Bay1) === Bd:Ethernet ICM === P1 === Int: Eth1
-- === S3 (MAC) === <empty>
-- The function of the interface MIB tables is to represent this tree
-- and to map elements in this tree to other MIB variables. Note that
-- any given board has a fixed configuration of positions and slots,
-- it is what is contained in the slots that give different hardware
-- configurations.
-- The highest index of boards in this router. Boards will have indices
-- from 1 to the value of this object. There may be gaps in the
-- sequence if the router has hot-swap capability. If the router has no
-- hot-swap capability, or no swapping has taken place since boot, the
-- sequence of boards will have no gaps.
arBoardMaxIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum index of boards in the board table. Index 1
is reserved for the main system board of the router."
::= { arInterfaces 1 }
-- Router boards table. This table describes all of the physical boards
-- present in this router. A board is defined as a separate circuit
-- board with its own serial number.
arBoardTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArBoardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of boards in the AR router."
::= { arInterfaces 2 }
arBoardEntry OBJECT-TYPE
SYNTAX ArBoardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the board table. Each entry consists
of information about one board in the router."
INDEX { arBoardIndex }
::= { arBoardTable 1 }
ArBoardEntry ::=
SEQUENCE {
arBoardIndex
INTEGER,
arBoardId
OBJECT IDENTIFIER,
arBoardName
DisplayString,
arBoardRevision
DisplayString,
arBoardSerialNumber
DisplayString,
arBoardTotalSlots
INTEGER,
arBoardTotalPositions
INTEGER
}
arBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board in the board table. Index 1 is
reserved for the main system board of the router. Other
boards will take index numbers as they are initialised
at router startup, or for routers with hot-swap
capability, as boards are added to and removed from the
router."
::= { arBoardEntry 1 }
arBoardId OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of board in this board entry. The values of
this object are taken from the pprXxx object IDs under
the boards sub-tree."
::= { arBoardEntry 2 }
arBoardName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the board in this board entry. This is a
readable string which identifies the board to the
manager."
::= { arBoardEntry 3 }
arBoardRevision OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The manufacturing revision of the board in this board
entry. This string has the format Xm-n, where X is P for
prototype, or M for manufacturing, m is the major
revision number for this board, and n is the field
upgrade revision number for this board."
::= { arBoardEntry 4 }
arBoardSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The serial number of the board in this board entry.
Serial numbers are strings of decimal numbers up to 10
digits in length. Each and every serial number is
globally unique. It is possible for the serial number of
a board to be invalid. In this case the value returned
for this object will be '*** Invalid ***'"
::= { arBoardEntry 5 }
arBoardTotalSlots OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of slots on this board. Each slot from 1 to
the value of this object may be empty or occupied by
another board. By searching the arSlotTable with this
board's board index and all values of slot index from 1
to the value of this object, a tree of the boards in
this router can be built. The value 0 for this object
means that it has no slots."
::= { arBoardEntry 6 }
arBoardTotalPositions OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of positions on this board. Each position
from 1 to the value of this object contains a single
router interface. Note that positions are different from
slots. An position contains an actual interface while a
slot contains a different board which itself may contain
interfaces in its positions."
::= { arBoardEntry 7 }
-- Router board slot table. This table is indexed by board index and
-- slot index and gives the board index of the board occupying the
-- given slot in the given board.
arSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of slots in the router, indexed by board
index and slot index."
::= { arInterfaces 3 }
arSlotEntry OBJECT-TYPE
SYNTAX ArSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the board slot table."
INDEX { arSlotBoardIndex, arSlotSlotIndex }
::= { arSlotTable 1 }
ArSlotEntry ::=
SEQUENCE {
arSlotBoardIndex
INTEGER,
arSlotSlotIndex
INTEGER,
arSlotHeldBoardIndex
INTEGER,
arSlotDescription
DisplayString
}
arSlotBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board for this slot entry. Index 1 is
reserved for the main system board of the router."
::= { arSlotEntry 1 }
arSlotSlotIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the slot for this slot entry. Indices
start from 1 and are specific to each different board
type. There are no gaps in the sequence of slot indices.
The maximum value for slot index is given by the value
of arBoardTotalSlots for this board."
::= { arSlotEntry 2 }
arSlotHeldBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board held in the slot for this slot
entry. This is an index into the arBoardTable. A value
of 0 for this object means that the slot is not
populated."
::= { arSlotEntry 3 }
arSlotDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A description for this slot entry. This is a textual
description which gives the manager a clue as to what
the slot for this entry is. For example, the slots on an
AR 720 have descriptions 'Bay0', 'Bay1' and 'MAC'."
::= { arSlotEntry 4 }
-- Router interfaces table. This table has an entry for each physical
-- interface on the router. The indices for this table are the router
-- board index and a board position index.
arInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of physical interfaces in the AR router."
::= { arInterfaces 4 }
arInterfaceEntry OBJECT-TYPE
SYNTAX ArInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the interface table. Each entry consists of
information about one interface in the router, and is indexed
by the board index and the position of the interface on the
board."
INDEX { arInterfaceBoardIndex, arInterfacePosition }
::= { arInterfaceTable 1 }
ArInterfaceEntry ::=
SEQUENCE {
arInterfaceBoardIndex
INTEGER,
arInterfacePosition
INTEGER,
arInterfaceIfIndex
InterfaceIndexOrZero,
arInterfaceName
DisplayString,
arInterfaceFullName
DisplayString
}
arInterfaceBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board in the board table which contains this
interface. Index 1 is reserved for the main system board of the
router."
::= { arInterfaceEntry 1 }
arInterfacePosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position of the interface on the board. Each board type
will have well-known positions which are the interfaces
provided by the board. The number of positions on a given board
is given by the object arBoardTotalPositions for this board."
::= { arInterfaceEntry 2 }
arInterfaceIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex for the interface represented by this entry of the
interfaces table. This is the ifIndex of the ifEntry used to
represent the physical interface. The value 0 is used for
interfaces which don't have an ifIndex."
::= { arInterfaceEntry 3 }
arInterfaceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of this interface. This is the name that the manager
can use to refer to this interface in entering router
commands."
::= { arInterfaceEntry 4 }
arInterfaceFullName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The fully qualified name for this interface. This identifies
the path that must be followed to reach the interface. This
name can be used in router commands. In routers don't support
fully qualified names, this is the same as arInterfaceName."
::= { arInterfaceEntry 5 }
-- =================================================================================
-- Router interface extension table. This table extends ifTable to allow interface variables
-- not covered in the standard MIB. Current variables include:
-- 1. 512s moving averages of interface throughput, bps and pps.
arIfXTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArIfXEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of interface statistics for the AR router.
This table extends the ifTable."
::= { arInterfaces 5 }
arIfXEntry OBJECT-TYPE
SYNTAX ArIfXEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the interface extension table. Each entry consists of
extra interface information not covered in standard MIBs. The index for this
table is ifIndex, the same as for ifTable."
INDEX { arIfXIndex }
::= { arIfXTable 1 }
ArIfXEntry ::=
SEQUENCE {
arIfXIndex
INTEGER,
arIfXAverageInputBitsSecond
INTEGER,
arIfXAverageInputPacketsSecond
INTEGER,
arIfXAverageOutputBitsSecond
INTEGER,
arIfXAverageOutputPacketsSecond
INTEGER
}
arIfXIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the ifTable."
::= { arIfXEntry 1 }
arIfXAverageInputBitsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits received per second on all
interfaces over the past 8.5 minutes.
The average is calculated by an 8.5 minute (512s) decaying average,
which is updated every 4 seconds using the following formula:
X' = 127/128X + 1/128i
where X' is the new average
X is the old average
i is the most recent poll result
The times and multiplier factors have been chosen to give the simplest
possible calculation using bit shifting operations."
::= { arIfXEntry 2 }
arIfXAverageInputPacketsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of packets received per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 3 }
arIfXAverageOutputBitsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits sent per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 4 }
arIfXAverageOutputPacketsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits sent per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 5 }
END
-- ============================================================================
-- AT-INTERFACE.MIB, Allied Telesis enterprise MIB: Interfaces
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
-- Upgraded to SMIv2 compliance
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-INTERFACES-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
ifName,
InterfaceIndexOrZero
FROM IF-MIB
traps,
atRouter
FROM AT-SMI-MIB
;
arInterfaces MODULE-IDENTITY
LAST-UPDATED "200606140000Z"
ORGANIZATION "Allied Telesis, Inc."
CONTACT-INFO
" http://www.alliedtelesis.com"
DESCRIPTION
"subtree beneath which interface ids are assigned.."
REVISION "200606140000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { atRouter 5 }
-- Generic traps
igmpTraps OBJECT-IDENTITY
STATUS current
DESCRIPTION
"object id for igmp traps."
::= { traps 1 }
igmpGeneralQueryNotReceivedEvent NOTIFICATION-TYPE
OBJECTS { ifName }
STATUS current
DESCRIPTION
"Triggered when no general IGMP-Query
message is received within a user-defined
time period on a specific interface."
::= { igmpTraps 1 }
-- Router interfaces tables.
-- A router consists of a number of "boards". Each board may have a
-- number of "positions", each of which contains a single router
-- interface. Each boards may also have a number of "slots", which are
-- places which can take other boards. Thus the physical construction
-- of a router may be seen as a tree whose nodes are boards and
-- interfaces, and whose links are positions and slots.
-- For example, an AR720 with a single Ethernet ICM in Bay 1 has the
-- following tree:
-- Bd:AR720 base board
-- === P1 === Int: Asyn0
-- === P2 === Int: Asyn1
-- === P3 === Int: Eth0
-- === S1 (Bay0) === <empty>
-- === S2 (Bay1) === Bd:Ethernet ICM === P1 === Int: Eth1
-- === S3 (MAC) === <empty>
-- The function of the interface MIB tables is to represent this tree
-- and to map elements in this tree to other MIB variables. Note that
-- any given board has a fixed configuration of positions and slots,
-- it is what is contained in the slots that give different hardware
-- configurations.
-- The highest index of boards in this router. Boards will have indices
-- from 1 to the value of this object. There may be gaps in the
-- sequence if the router has hot-swap capability. If the router has no
-- hot-swap capability, or no swapping has taken place since boot, the
-- sequence of boards will have no gaps.
arBoardMaxIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum index of boards in the board table. Index 1
is reserved for the main system board of the router."
::= { arInterfaces 1 }
-- Router boards table. This table describes all of the physical boards
-- present in this router. A board is defined as a separate circuit
-- board with its own serial number.
arBoardTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArBoardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of boards in the AR router."
::= { arInterfaces 2 }
arBoardEntry OBJECT-TYPE
SYNTAX ArBoardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the board table. Each entry consists
of information about one board in the router."
INDEX { arBoardIndex }
::= { arBoardTable 1 }
ArBoardEntry ::=
SEQUENCE {
arBoardIndex
INTEGER,
arBoardId
OBJECT IDENTIFIER,
arBoardName
DisplayString,
arBoardRevision
DisplayString,
arBoardSerialNumber
DisplayString,
arBoardTotalSlots
INTEGER,
arBoardTotalPositions
INTEGER
}
arBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board in the board table. Index 1 is
reserved for the main system board of the router. Other
boards will take index numbers as they are initialised
at router startup, or for routers with hot-swap
capability, as boards are added to and removed from the
router."
::= { arBoardEntry 1 }
arBoardId OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of board in this board entry. The values of
this object are taken from the pprXxx object IDs under
the boards sub-tree."
::= { arBoardEntry 2 }
arBoardName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the board in this board entry. This is a
readable string which identifies the board to the
manager."
::= { arBoardEntry 3 }
arBoardRevision OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The manufacturing revision of the board in this board
entry. This string has the format Xm-n, where X is P for
prototype, or M for manufacturing, m is the major
revision number for this board, and n is the field
upgrade revision number for this board."
::= { arBoardEntry 4 }
arBoardSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The serial number of the board in this board entry.
Serial numbers are strings of decimal numbers up to 10
digits in length. Each and every serial number is
globally unique. It is possible for the serial number of
a board to be invalid. In this case the value returned
for this object will be '*** Invalid ***'"
::= { arBoardEntry 5 }
arBoardTotalSlots OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of slots on this board. Each slot from 1 to
the value of this object may be empty or occupied by
another board. By searching the arSlotTable with this
board's board index and all values of slot index from 1
to the value of this object, a tree of the boards in
this router can be built. The value 0 for this object
means that it has no slots."
::= { arBoardEntry 6 }
arBoardTotalPositions OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of positions on this board. Each position
from 1 to the value of this object contains a single
router interface. Note that positions are different from
slots. An position contains an actual interface while a
slot contains a different board which itself may contain
interfaces in its positions."
::= { arBoardEntry 7 }
-- Router board slot table. This table is indexed by board index and
-- slot index and gives the board index of the board occupying the
-- given slot in the given board.
arSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of slots in the router, indexed by board
index and slot index."
::= { arInterfaces 3 }
arSlotEntry OBJECT-TYPE
SYNTAX ArSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the board slot table."
INDEX { arSlotBoardIndex, arSlotSlotIndex }
::= { arSlotTable 1 }
ArSlotEntry ::=
SEQUENCE {
arSlotBoardIndex
INTEGER,
arSlotSlotIndex
INTEGER,
arSlotHeldBoardIndex
INTEGER,
arSlotDescription
DisplayString
}
arSlotBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board for this slot entry. Index 1 is
reserved for the main system board of the router."
::= { arSlotEntry 1 }
arSlotSlotIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the slot for this slot entry. Indices
start from 1 and are specific to each different board
type. There are no gaps in the sequence of slot indices.
The maximum value for slot index is given by the value
of arBoardTotalSlots for this board."
::= { arSlotEntry 2 }
arSlotHeldBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board held in the slot for this slot
entry. This is an index into the arBoardTable. A value
of 0 for this object means that the slot is not
populated."
::= { arSlotEntry 3 }
arSlotDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A description for this slot entry. This is a textual
description which gives the manager a clue as to what
the slot for this entry is. For example, the slots on an
AR 720 have descriptions 'Bay0', 'Bay1' and 'MAC'."
::= { arSlotEntry 4 }
-- Router interfaces table. This table has an entry for each physical
-- interface on the router. The indices for this table are the router
-- board index and a board position index.
arInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of physical interfaces in the AR router."
::= { arInterfaces 4 }
arInterfaceEntry OBJECT-TYPE
SYNTAX ArInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the interface table. Each entry consists of
information about one interface in the router, and is indexed
by the board index and the position of the interface on the
board."
INDEX { arInterfaceBoardIndex, arInterfacePosition }
::= { arInterfaceTable 1 }
ArInterfaceEntry ::=
SEQUENCE {
arInterfaceBoardIndex
INTEGER,
arInterfacePosition
INTEGER,
arInterfaceIfIndex
InterfaceIndexOrZero,
arInterfaceName
DisplayString,
arInterfaceFullName
DisplayString
}
arInterfaceBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the board in the board table which contains this
interface. Index 1 is reserved for the main system board of the
router."
::= { arInterfaceEntry 1 }
arInterfacePosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position of the interface on the board. Each board type
will have well-known positions which are the interfaces
provided by the board. The number of positions on a given board
is given by the object arBoardTotalPositions for this board."
::= { arInterfaceEntry 2 }
arInterfaceIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex for the interface represented by this entry of the
interfaces table. This is the ifIndex of the ifEntry used to
represent the physical interface. The value 0 is used for
interfaces which don't have an ifIndex."
::= { arInterfaceEntry 3 }
arInterfaceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of this interface. This is the name that the manager
can use to refer to this interface in entering router
commands."
::= { arInterfaceEntry 4 }
arInterfaceFullName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The fully qualified name for this interface. This identifies
the path that must be followed to reach the interface. This
name can be used in router commands. In routers don't support
fully qualified names, this is the same as arInterfaceName."
::= { arInterfaceEntry 5 }
-- =================================================================================
-- Router interface extension table. This table extends ifTable to allow interface variables
-- not covered in the standard MIB. Current variables include:
-- 1. 512s moving averages of interface throughput, bps and pps.
arIfXTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArIfXEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of interface statistics for the AR router.
This table extends the ifTable."
::= { arInterfaces 5 }
arIfXEntry OBJECT-TYPE
SYNTAX ArIfXEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the interface extension table. Each entry consists of
extra interface information not covered in standard MIBs. The index for this
table is ifIndex, the same as for ifTable."
INDEX { arIfXIndex }
::= { arIfXTable 1 }
ArIfXEntry ::=
SEQUENCE {
arIfXIndex
INTEGER,
arIfXAverageInputBitsSecond
INTEGER,
arIfXAverageInputPacketsSecond
INTEGER,
arIfXAverageOutputBitsSecond
INTEGER,
arIfXAverageOutputPacketsSecond
INTEGER
}
arIfXIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the ifTable."
::= { arIfXEntry 1 }
arIfXAverageInputBitsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits received per second on all
interfaces over the past 8.5 minutes.
The average is calculated by an 8.5 minute (512s) decaying average,
which is updated every 4 seconds using the following formula:
X' = 127/128X + 1/128i
where X' is the new average
X is the old average
i is the most recent poll result
The times and multiplier factors have been chosen to give the simplest
possible calculation using bit shifting operations."
::= { arIfXEntry 2 }
arIfXAverageInputPacketsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of packets received per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 3 }
arIfXAverageOutputBitsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits sent per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 4 }
arIfXAverageOutputPacketsSecond OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average number of bits sent per second on all
interfaces over the past 8.5 minutes. See the description for
arIfXAverageInputBitsSecond for details of the way in which the
average is calculated."
::= { arIfXEntry 5 }
END
+1286 -1286
View File
File diff suppressed because it is too large Load Diff
+650 -650
View File
File diff suppressed because it is too large Load Diff
+183 -183
View File
@@ -1,183 +1,183 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: LOADER module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-LOADER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
loader MODULE-IDENTITY
LAST-UPDATED "200702071010Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"To handle upload, object loadStatus is upgraded, as well as the
description for objects loadServer and loadFilename."
REVISION "200702071010Z"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
LOAD module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 48 }
-- The load group. This consists of a static and dynamic entry of load
-- information and a load status variable.
-- The load table. This consists of a static and dynamic entry of load
-- information. The static information will be used if there is no dynamic
-- information available.
loadTable OBJECT-TYPE
SYNTAX SEQUENCE OF LoadEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of load parameters, dynamic and static."
::= { loader 1 }
loadEntry OBJECT-TYPE
SYNTAX LoadEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of load parameters. This contains the
parameters required to perform a load from the router."
INDEX { loadIndex }
::= { loadTable 1 }
LoadEntry ::=
SEQUENCE {
loadIndex
INTEGER,
loadServer
IpAddress,
loadDestination
INTEGER,
loadFilename
DisplayString,
loadDelay
INTEGER
}
loadIndex OBJECT-TYPE
SYNTAX INTEGER {
static(1),
dynamic(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"There are two sets of load information, dynamic and static.
The dynamic information is used once, then cleared. The static
information is used whenever the dynamic information is not
available. The dynamic information is also used to indicate the
current load parameters when a load is in progress."
::= { loadEntry 1 }
loadServer OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address from which load will load or upload."
::= { loadEntry 2 }
loadDestination OBJECT-TYPE
SYNTAX INTEGER {
undefined(1),
nvs(2),
flash(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The destination of the file loaded, either flash or nvs
memory, or undefined."
::= { loadEntry 3 }
loadFilename OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The file name of the file being loaded or uploaded."
::= { loadEntry 4 }
loadDelay OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A delay in seconds between the initiation of the load and the
start of the load. This allows for time to set up TFTP servers
in cases where the terminal and TFTP server are using the same
piece of equipment but will not work simultaneously."
::= { loadEntry 5 }
-- The load status value. This is used to start and reset a load, and to
-- report on the progress of a load.
loadStatus OBJECT-TYPE
SYNTAX INTEGER {
idle(1), -- loader is doing nothing
wait(2), -- loader is waiting to start
loading(3), -- loader is loading a file
complete(4), -- loader has successfully completed a load
reset(5), -- loader was aborted
actionload(6), -- cause a load to start
actionstop(7), -- cause a load/upload to stop
actionupload(8), -- cause a upload to start
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and action object for the load module. The values 1 to
5 are read-only values and reflect the state of the load
module. Values 4 and 5 (complete and reset) are 'read-once',
that is, if their values are read, either by SNMP or by manager
console command, then they will be changed back to idle(1). The
action values (6,7,8) cause a start and stop of the load/upload
process respectively. Starting the load/upload can only occur if this
field has the values 1, 4, or 5. Stopping the load can only
occur is this field has the values 2 or 3. Reading the value of
the loadStatus after one of actionstart or actionstop has been
set will give one of the values 1 to 5.
Note: A single exception to the above rules is that if the value
of loadStatus is idle(1), then a write of 1 to this variable will
succeed without generating an error. This exception is to allow
certain SNMP test suites to test this variable without throwing
up errors."
::= { loader 2 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: LOADER module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-LOADER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
loader MODULE-IDENTITY
LAST-UPDATED "200702071010Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"To handle upload, object loadStatus is upgraded, as well as the
description for objects loadServer and loadFilename."
REVISION "200702071010Z"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
LOAD module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 48 }
-- The load group. This consists of a static and dynamic entry of load
-- information and a load status variable.
-- The load table. This consists of a static and dynamic entry of load
-- information. The static information will be used if there is no dynamic
-- information available.
loadTable OBJECT-TYPE
SYNTAX SEQUENCE OF LoadEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of load parameters, dynamic and static."
::= { loader 1 }
loadEntry OBJECT-TYPE
SYNTAX LoadEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of load parameters. This contains the
parameters required to perform a load from the router."
INDEX { loadIndex }
::= { loadTable 1 }
LoadEntry ::=
SEQUENCE {
loadIndex
INTEGER,
loadServer
IpAddress,
loadDestination
INTEGER,
loadFilename
DisplayString,
loadDelay
INTEGER
}
loadIndex OBJECT-TYPE
SYNTAX INTEGER {
static(1),
dynamic(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"There are two sets of load information, dynamic and static.
The dynamic information is used once, then cleared. The static
information is used whenever the dynamic information is not
available. The dynamic information is also used to indicate the
current load parameters when a load is in progress."
::= { loadEntry 1 }
loadServer OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address from which load will load or upload."
::= { loadEntry 2 }
loadDestination OBJECT-TYPE
SYNTAX INTEGER {
undefined(1),
nvs(2),
flash(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The destination of the file loaded, either flash or nvs
memory, or undefined."
::= { loadEntry 3 }
loadFilename OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The file name of the file being loaded or uploaded."
::= { loadEntry 4 }
loadDelay OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A delay in seconds between the initiation of the load and the
start of the load. This allows for time to set up TFTP servers
in cases where the terminal and TFTP server are using the same
piece of equipment but will not work simultaneously."
::= { loadEntry 5 }
-- The load status value. This is used to start and reset a load, and to
-- report on the progress of a load.
loadStatus OBJECT-TYPE
SYNTAX INTEGER {
idle(1), -- loader is doing nothing
wait(2), -- loader is waiting to start
loading(3), -- loader is loading a file
complete(4), -- loader has successfully completed a load
reset(5), -- loader was aborted
actionload(6), -- cause a load to start
actionstop(7), -- cause a load/upload to stop
actionupload(8), -- cause a upload to start
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and action object for the load module. The values 1 to
5 are read-only values and reflect the state of the load
module. Values 4 and 5 (complete and reset) are 'read-once',
that is, if their values are read, either by SNMP or by manager
console command, then they will be changed back to idle(1). The
action values (6,7,8) cause a start and stop of the load/upload
process respectively. Starting the load/upload can only occur if this
field has the values 1, 4, or 5. Stopping the load can only
occur is this field has the values 2 or 3. Reading the value of
the loadStatus after one of actionstart or actionstop has been
set will give one of the values 1 to 5.
Note: A single exception to the above rules is that if the value
of loadStatus is idle(1), then a write of 1 to this variable will
succeed without generating an error. This exception is to allow
certain SNMP test suites to test this variable without throwing
up errors."
::= { loader 2 }
END
+1178 -1178
View File
File diff suppressed because it is too large Load Diff
+112 -112
View File
@@ -1,112 +1,112 @@
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: Protocol Independant Multicast
--
-- Copied from ATR-PIM.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PIM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
pimNeighborIfIndex,
pimInterfaceStatus
FROM PIM-MIB
DisplayString
FROM SNMPv2-TC
modules
FROM AT-SMI-MIB
;
pim4 MODULE-IDENTITY
LAST-UPDATED "200501201525Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"Contains definitions of managed objects for the
handling PIM4 enterprise functions on AT switches. "
REVISION "200501201525Z"
DESCRIPTION
"Initial Revision"
::= { modules 97 }
pim4Events OBJECT IDENTIFIER ::= { pim4 0 }
pim4NeighbourAddedTrap NOTIFICATION-TYPE
OBJECTS {
pimNeighborIfIndex
}
STATUS current
DESCRIPTION
"A pim4NeighbourAddedTrap trap signifies that a PIM neighbour has been
added"
::= { pim4Events 1 }
pim4NeighbourDeletedTrap NOTIFICATION-TYPE
OBJECTS {
pimNeighborIfIndex
}
STATUS current
DESCRIPTION
"A pim4NeighbourDeletedTrap trap signifies that a PIM neighbour has been
deleted"
::= { pim4Events 2 }
pim4InterfaceUpTrap NOTIFICATION-TYPE
OBJECTS {
pimInterfaceStatus
}
STATUS current
DESCRIPTION
"A pimInterfaceUp trap signifies that a PIM interface has been
enabled and is active"
::= { pim4Events 3 }
pim4InterfaceDownTrap NOTIFICATION-TYPE
OBJECTS {
pimInterfaceStatus
}
STATUS current
DESCRIPTION
"A pimInterfaceDown trap signifies that a PIM interface has been
disabled and is inactive"
::= { pim4Events 4 }
pim4ErrorTrap NOTIFICATION-TYPE
OBJECTS {
pim4ErrorTrapType
}
STATUS current
DESCRIPTION
"A pim4ErrorTrap trap is generated when a PIM error is incremented"
::= { pim4Events 5 }
pim4ErrorTrapType OBJECT-TYPE
SYNTAX INTEGER {
pim4InvalidPacket (1),
pim4InvalidDestinationError (2),
pim4FragmentError (3),
pim4LengthError (4),
pim4GroupaddressError (5),
pim4SourceaddressError (6),
pim4MissingOptionError (7),
pim4GeneralError (8),
pim4InternalError (9),
pim4RpaddressError (10)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The type of the last error that resulted in a error trap being sent.
The default value is 0 if no errors have been detected"
::= { pim4 1 }
END
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: Protocol Independant Multicast
--
-- Copied from ATR-PIM.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PIM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
pimNeighborIfIndex,
pimInterfaceStatus
FROM PIM-MIB
DisplayString
FROM SNMPv2-TC
modules
FROM AT-SMI-MIB
;
pim4 MODULE-IDENTITY
LAST-UPDATED "200501201525Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"Contains definitions of managed objects for the
handling PIM4 enterprise functions on AT switches. "
REVISION "200501201525Z"
DESCRIPTION
"Initial Revision"
::= { modules 97 }
pim4Events OBJECT IDENTIFIER ::= { pim4 0 }
pim4NeighbourAddedTrap NOTIFICATION-TYPE
OBJECTS {
pimNeighborIfIndex
}
STATUS current
DESCRIPTION
"A pim4NeighbourAddedTrap trap signifies that a PIM neighbour has been
added"
::= { pim4Events 1 }
pim4NeighbourDeletedTrap NOTIFICATION-TYPE
OBJECTS {
pimNeighborIfIndex
}
STATUS current
DESCRIPTION
"A pim4NeighbourDeletedTrap trap signifies that a PIM neighbour has been
deleted"
::= { pim4Events 2 }
pim4InterfaceUpTrap NOTIFICATION-TYPE
OBJECTS {
pimInterfaceStatus
}
STATUS current
DESCRIPTION
"A pimInterfaceUp trap signifies that a PIM interface has been
enabled and is active"
::= { pim4Events 3 }
pim4InterfaceDownTrap NOTIFICATION-TYPE
OBJECTS {
pimInterfaceStatus
}
STATUS current
DESCRIPTION
"A pimInterfaceDown trap signifies that a PIM interface has been
disabled and is inactive"
::= { pim4Events 4 }
pim4ErrorTrap NOTIFICATION-TYPE
OBJECTS {
pim4ErrorTrapType
}
STATUS current
DESCRIPTION
"A pim4ErrorTrap trap is generated when a PIM error is incremented"
::= { pim4Events 5 }
pim4ErrorTrapType OBJECT-TYPE
SYNTAX INTEGER {
pim4InvalidPacket (1),
pim4InvalidDestinationError (2),
pim4FragmentError (3),
pim4LengthError (4),
pim4GroupaddressError (5),
pim4SourceaddressError (6),
pim4MissingOptionError (7),
pim4GeneralError (8),
pim4InternalError (9),
pim4RpaddressError (10)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The type of the last error that resulted in a error trap being sent.
The default value is 0 if no errors have been detected"
::= { pim4 1 }
END
+335 -335
View File
@@ -1,335 +1,335 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: PING module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PING-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ping MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
PING module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 58 }
-- The ping group. This consists of a static and dynamic entry of ping
-- information.
-- This group was added on 30/Nov/2001 by Summer students on request from Telecom Italia.
-- The ping table. This consists of a static and dynamic entry of ping
-- information. The static information is used when initiating a ping operation
-- unless the dynamic information has been written with different values since
-- the completion of the last ping.
-- The pingStatus is used to start and stop a ping and inform as to whether a
-- ping is currently active.
-- The pingStatistics are the results from a ping carried out.
-- A trap can be generated on completion of the ping. Generation of a trap is
-- controlled by a variable in the ping table.
-- The router or switch implementing this group can only support one concurrent
-- ping operation controlled by SNMP at a time. Future support may include the ability
-- to have more than one ping controlled by SNMP at a time.
pingTable OBJECT-TYPE
SYNTAX SEQUENCE OF PingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ping parameters, dynamic and static."
::= { ping 1 }
pingEntry OBJECT-TYPE
SYNTAX PingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of ping parameters. This contains the
parameters required to perform a ping from the router.
The ping specified by the dynamic parameters, can be
initiated or stopped at any time by altering the pingStatus
accordingly."
INDEX { pingIndex }
::= { pingTable 1 }
PingEntry ::=
SEQUENCE {
pingIndex
INTEGER,
pingProtocol
INTEGER,
pingAddress
OCTET STRING,
pingNumberOfPackets
INTEGER,
pingPacketSize
INTEGER,
pingTimeout
INTEGER,
pingDelay
INTEGER,
pingTrapOnCompletion
INTEGER,
pingTypeOfService
INTEGER,
pingPattern
Unsigned32
}
pingIndex OBJECT-TYPE
SYNTAX INTEGER {
static(1),
dynamic(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"There are two sets of ping information, dynamic and static.
The dynamic information is used only once, for the next ping, then
automatically replaced with the static information. The static information
is used whenever specific dynamic information is not specified. The dynamic
information indicates the current ping parameters when a ping is in progress.
If static information is not specified, defaults are used.
Static information can be changed at any time, but dynamic information
cannot be changed while a ping is in progress. A change to the static
information when a ping is not currently active, also updates the
dynamic information."
::= { pingEntry 1 }
pingProtocol OBJECT-TYPE
SYNTAX INTEGER {
undefined(0),
apple(1),
ip(2),
ipx(3),
osi(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The protocol that the ping will use. The protocol must
match the destination address. Ping supports both IP, IPX,
Appletalk, and OSI addresses. The protocol must be specified
before the address is set, because when the protocol is changed,
address is reset to undefined. The default value for this
variable is undefined(0)."
::= { pingEntry 2 }
pingAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The address specifies the destination address for ping
packets for Appletalk, IP, IPX and OSI networks, respectively.
The address format must match the protocol being used. The
protocol must be specified before the address is set, because
changing the protocol resets the address to undefined.
The default value for this variable is an undefined address which
is coded as a zero length octet string."
::= { pingEntry 3 }
pingNumberOfPackets OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of ping packets to transmit."
::= { pingEntry 4 }
pingPacketSize OBJECT-TYPE
SYNTAX INTEGER (0..1500)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The packet size parameter specifies the length in bytes, of data
to include in the data portion of the ping packet. The protocol
packet header size and the size of headers for the particular link
protocol in use have to be added to the packet size to get the
total size of the ping packet. The maximum pingPacketSize can be
set to is 1500."
::= { pingEntry 5 }
pingTimeout OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Timeout specifies the amount of time, in seconds, to wait for a response to a
ping packet."
::= { pingEntry 6 }
pingDelay OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The delay parameter specifies the time interval, in seconds, between
ping packets."
::= { pingEntry 7 }
pingTrapOnCompletion OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies whether a trap should be issued on completion of the sequence
of pings."
::= { pingEntry 8 }
pingTypeOfService OBJECT-TYPE
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Type Of Service (TOS) parameter is only valid for IP addresses,
and specifies the TOS field in the IP header of the ping packet, as a decimal
in the range 0 to 255."
::= { pingEntry 9 }
pingPattern OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The pattern parameter specifies the data pattern to use in the
data portion of the ping packet."
::= { pingEntry 10 }
-- The ping status value. This is used to start and stop a ping, report on the
-- status of the ping (running or stopped).
pingStatus OBJECT-TYPE
SYNTAX INTEGER {
startRunning(1), -- If status is '2' (stopped), set to '1' to start
stopStopped(2) -- If status is '1' (running), set to '2' to stop
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and action object for the ping module. A status of '1' indicates that
the ping is currently running, the status can be set to '2' to stop
the ping. A status of '2' indicates that the ping is currently stopped,
the pingStatus can be set to '1' to start the ping.
The parameters for the ping can be altered in the pingTable.
The destination ping address and protocol have defaults of undefined and
must be specified before a ping can be started.
The ping statistics are reset to defaults when a ping is started, and
updated when the ping stops.
Dynamic pingTable information is used only once, for the next ping.
Static pingTable information is used for all pings by default,
whenever the respective dynamic settings are not specified."
::= { ping 2 }
-- This contains the statistic results from a ping.
pingStatistics OBJECT IDENTIFIER ::= { ping 3 }
pingSentPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of ping packets sent to the target in the last ping. The
default before the completion of a ping is zero."
::= { pingStatistics 1 }
pingReceivedPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received from the target in the last ping. The
default before the completion of a ping is zero."
::= { pingStatistics 2 }
pingMinimumRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The quickest round trip time taken by any of the ping packets
in milliseconds in the last ping. The default before the
completion of a ping is zero."
::= { pingStatistics 3 }
pingAverageRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average round trip time taken by the ping packets in
milliseconds in the last ping. The default before the completion
of a ping is zero."
::= { pingStatistics 4 }
pingMaximumRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The slowest round trip time taken by any of the ping packets in
milliseconds in the last ping. The default before the completion
of a ping is zero."
::= { pingStatistics 5 }
-- ping TRAPs.
pingTraps OBJECT IDENTIFIER ::= { ping 0 }
pingCompletionTrap NOTIFICATION-TYPE
-- OBJECTS {}
STATUS current
DESCRIPTION
"A ping trap is generated when a ping has completed. Traps
are only generated if the variable pingTrapOnCompletion is
set to true(1) in the dynamic ping entry. A trap is still
generated if the ping is stopped prematurely by setting the
variable pingStatus to stop/stopped(2)."
::= { pingTraps 1 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: PING module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PING-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
ping MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
PING module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 58 }
-- The ping group. This consists of a static and dynamic entry of ping
-- information.
-- This group was added on 30/Nov/2001 by Summer students on request from Telecom Italia.
-- The ping table. This consists of a static and dynamic entry of ping
-- information. The static information is used when initiating a ping operation
-- unless the dynamic information has been written with different values since
-- the completion of the last ping.
-- The pingStatus is used to start and stop a ping and inform as to whether a
-- ping is currently active.
-- The pingStatistics are the results from a ping carried out.
-- A trap can be generated on completion of the ping. Generation of a trap is
-- controlled by a variable in the ping table.
-- The router or switch implementing this group can only support one concurrent
-- ping operation controlled by SNMP at a time. Future support may include the ability
-- to have more than one ping controlled by SNMP at a time.
pingTable OBJECT-TYPE
SYNTAX SEQUENCE OF PingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ping parameters, dynamic and static."
::= { ping 1 }
pingEntry OBJECT-TYPE
SYNTAX PingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry of ping parameters. This contains the
parameters required to perform a ping from the router.
The ping specified by the dynamic parameters, can be
initiated or stopped at any time by altering the pingStatus
accordingly."
INDEX { pingIndex }
::= { pingTable 1 }
PingEntry ::=
SEQUENCE {
pingIndex
INTEGER,
pingProtocol
INTEGER,
pingAddress
OCTET STRING,
pingNumberOfPackets
INTEGER,
pingPacketSize
INTEGER,
pingTimeout
INTEGER,
pingDelay
INTEGER,
pingTrapOnCompletion
INTEGER,
pingTypeOfService
INTEGER,
pingPattern
Unsigned32
}
pingIndex OBJECT-TYPE
SYNTAX INTEGER {
static(1),
dynamic(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"There are two sets of ping information, dynamic and static.
The dynamic information is used only once, for the next ping, then
automatically replaced with the static information. The static information
is used whenever specific dynamic information is not specified. The dynamic
information indicates the current ping parameters when a ping is in progress.
If static information is not specified, defaults are used.
Static information can be changed at any time, but dynamic information
cannot be changed while a ping is in progress. A change to the static
information when a ping is not currently active, also updates the
dynamic information."
::= { pingEntry 1 }
pingProtocol OBJECT-TYPE
SYNTAX INTEGER {
undefined(0),
apple(1),
ip(2),
ipx(3),
osi(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The protocol that the ping will use. The protocol must
match the destination address. Ping supports both IP, IPX,
Appletalk, and OSI addresses. The protocol must be specified
before the address is set, because when the protocol is changed,
address is reset to undefined. The default value for this
variable is undefined(0)."
::= { pingEntry 2 }
pingAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The address specifies the destination address for ping
packets for Appletalk, IP, IPX and OSI networks, respectively.
The address format must match the protocol being used. The
protocol must be specified before the address is set, because
changing the protocol resets the address to undefined.
The default value for this variable is an undefined address which
is coded as a zero length octet string."
::= { pingEntry 3 }
pingNumberOfPackets OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of ping packets to transmit."
::= { pingEntry 4 }
pingPacketSize OBJECT-TYPE
SYNTAX INTEGER (0..1500)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The packet size parameter specifies the length in bytes, of data
to include in the data portion of the ping packet. The protocol
packet header size and the size of headers for the particular link
protocol in use have to be added to the packet size to get the
total size of the ping packet. The maximum pingPacketSize can be
set to is 1500."
::= { pingEntry 5 }
pingTimeout OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Timeout specifies the amount of time, in seconds, to wait for a response to a
ping packet."
::= { pingEntry 6 }
pingDelay OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The delay parameter specifies the time interval, in seconds, between
ping packets."
::= { pingEntry 7 }
pingTrapOnCompletion OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies whether a trap should be issued on completion of the sequence
of pings."
::= { pingEntry 8 }
pingTypeOfService OBJECT-TYPE
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Type Of Service (TOS) parameter is only valid for IP addresses,
and specifies the TOS field in the IP header of the ping packet, as a decimal
in the range 0 to 255."
::= { pingEntry 9 }
pingPattern OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The pattern parameter specifies the data pattern to use in the
data portion of the ping packet."
::= { pingEntry 10 }
-- The ping status value. This is used to start and stop a ping, report on the
-- status of the ping (running or stopped).
pingStatus OBJECT-TYPE
SYNTAX INTEGER {
startRunning(1), -- If status is '2' (stopped), set to '1' to start
stopStopped(2) -- If status is '1' (running), set to '2' to stop
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and action object for the ping module. A status of '1' indicates that
the ping is currently running, the status can be set to '2' to stop
the ping. A status of '2' indicates that the ping is currently stopped,
the pingStatus can be set to '1' to start the ping.
The parameters for the ping can be altered in the pingTable.
The destination ping address and protocol have defaults of undefined and
must be specified before a ping can be started.
The ping statistics are reset to defaults when a ping is started, and
updated when the ping stops.
Dynamic pingTable information is used only once, for the next ping.
Static pingTable information is used for all pings by default,
whenever the respective dynamic settings are not specified."
::= { ping 2 }
-- This contains the statistic results from a ping.
pingStatistics OBJECT IDENTIFIER ::= { ping 3 }
pingSentPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of ping packets sent to the target in the last ping. The
default before the completion of a ping is zero."
::= { pingStatistics 1 }
pingReceivedPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets received from the target in the last ping. The
default before the completion of a ping is zero."
::= { pingStatistics 2 }
pingMinimumRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The quickest round trip time taken by any of the ping packets
in milliseconds in the last ping. The default before the
completion of a ping is zero."
::= { pingStatistics 3 }
pingAverageRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average round trip time taken by the ping packets in
milliseconds in the last ping. The default before the completion
of a ping is zero."
::= { pingStatistics 4 }
pingMaximumRoundTripTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The slowest round trip time taken by any of the ping packets in
milliseconds in the last ping. The default before the completion
of a ping is zero."
::= { pingStatistics 5 }
-- ping TRAPs.
pingTraps OBJECT IDENTIFIER ::= { ping 0 }
pingCompletionTrap NOTIFICATION-TYPE
-- OBJECTS {}
STATUS current
DESCRIPTION
"A ping trap is generated when a ping has completed. Traps
are only generated if the variable pingTrapOnCompletion is
set to true(1) in the dynamic ping entry. A trap is still
generated if the ping is stopped prematurely by setting the
variable pingStatus to stop/stopped(2)."
::= { pingTraps 1 }
END
+251 -251
View File
@@ -1,251 +1,251 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: PRI module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PRI-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
pri MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
PRI module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 42 }
-- The PRI module. This group consists of a table of PRI interfaces indexed
-- by ifIndex which provide MIB objects not given in a convenient form by
-- other standard MIBs. There is also a PRI channel MIB indexed by ifIndex
-- and channel index which gives information about the channels on the
-- interface.
-- The PRI interface table. Each entry is a PRI interface on the router.
priIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF PriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of PRI interfaces."
::= { pri 1 }
priIntEntry OBJECT-TYPE
SYNTAX PriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the PRI interfaces table."
INDEX { priIntIndex }
::= { priIntTable 1 }
PriIntEntry ::=
SEQUENCE {
priIntIndex
INTEGER,
priIntBoardIndex
INTEGER,
priIntBoardPosition
INTEGER,
priIntMode
INTEGER,
priIntTdmChannelMap
INTEGER,
priIntIsdnChannelMap
INTEGER,
priIntType
INTEGER
}
priIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the PRI interface."
::= { priIntEntry 1 }
priIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this PRI
interface resides."
::= { priIntEntry 2 }
priIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this PRI interface's board of this PRI
interface."
::= { priIntEntry 3 }
priIntMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
mixed (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of operation of this PRI interface. The value isdn
means that the entire interface is operating as an ISDN
interface, the value tdm means that the entire interface is
operating as TDM groups and the value mixed means that some
channels in the interface are dedicated to ISDN and some to TDM
groups."
::= { priIntEntry 4 }
priIntTdmChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the PRI interface which are
dedicated to TDM. PRI channels are numbered from 0 to 31, 0 is
unused, 16 (E1) or 24 (T1) is the D channel. The map values are
2 to the power of the channel number."
::= { priIntEntry 5 }
priIntIsdnChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the PRI interface which are
dedicated to ISDN. PRI channels are numbered from 0 to 31, 0 is
unused, 16 (E1) or 24 (T1) is the D channel. The map values are
2 to the power of the channel number."
::= { priIntEntry 6 }
priIntType OBJECT-TYPE
SYNTAX INTEGER {
e1 (1),
t1 (2),
unknown (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of primary rate interface. E1 has 30 B + D channel,
T1 has 23 B + D channel. If the value unknown is returned for
this object, the exact PRI type has not yet been determined."
::= { priIntEntry 7 }
-- The PRI channel table. Each entry is a channel on a PRI interface.
priChanTable OBJECT-TYPE
SYNTAX SEQUENCE OF PriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of channels on PRI interfaces."
::= { pri 2 }
priChanEntry OBJECT-TYPE
SYNTAX PriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the PRI channels table."
INDEX { priChanIntIndex, priChanChannelIndex }
::= { priChanTable 1 }
PriChanEntry ::=
SEQUENCE {
priChanIntIndex
INTEGER,
priChanChannelIndex
INTEGER,
priChanMode
INTEGER,
priChanState
INTEGER
}
priChanIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the PRI interface."
::= { priChanEntry 1 }
priChanChannelIndex OBJECT-TYPE
SYNTAX INTEGER (1..31)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel index of the PRI channel. Valid channels have
indices from 1 to 31. The D channel on an E1 interface has
index 16, the D channel on a T1 interface has index 24."
::= { priChanEntry 2 }
priChanMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
neither (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of this PRI channel. The value isdn means that the
channel is reserved for use in ISDN calls. The value tdm
means that the channel is reserved for use by TDM. For the D
channel, this object will usually have the value isdn. An
exception is if the interface is running common D channel mode
and the D channel is reserved for TDM."
::= { priChanEntry 3 }
priChanState OBJECT-TYPE
SYNTAX INTEGER {
inactive (1),
active (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this PRI channel. The value inactive means that
the channel does not currently have an active user, either an
ISDN call or an active TDM group. The value active means that
the channel is in use, either by an ISDN call or an active TDM
group."
::= { priChanEntry 4 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: PRI module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PRI-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
pri MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
PRI module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 42 }
-- The PRI module. This group consists of a table of PRI interfaces indexed
-- by ifIndex which provide MIB objects not given in a convenient form by
-- other standard MIBs. There is also a PRI channel MIB indexed by ifIndex
-- and channel index which gives information about the channels on the
-- interface.
-- The PRI interface table. Each entry is a PRI interface on the router.
priIntTable OBJECT-TYPE
SYNTAX SEQUENCE OF PriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of PRI interfaces."
::= { pri 1 }
priIntEntry OBJECT-TYPE
SYNTAX PriIntEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the PRI interfaces table."
INDEX { priIntIndex }
::= { priIntTable 1 }
PriIntEntry ::=
SEQUENCE {
priIntIndex
INTEGER,
priIntBoardIndex
INTEGER,
priIntBoardPosition
INTEGER,
priIntMode
INTEGER,
priIntTdmChannelMap
INTEGER,
priIntIsdnChannelMap
INTEGER,
priIntType
INTEGER
}
priIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the PRI interface."
::= { priIntEntry 1 }
priIntBoardIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index in the arBoardTable of the board on which this PRI
interface resides."
::= { priIntEntry 2 }
priIntBoardPosition OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The position on this PRI interface's board of this PRI
interface."
::= { priIntEntry 3 }
priIntMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
mixed (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of operation of this PRI interface. The value isdn
means that the entire interface is operating as an ISDN
interface, the value tdm means that the entire interface is
operating as TDM groups and the value mixed means that some
channels in the interface are dedicated to ISDN and some to TDM
groups."
::= { priIntEntry 4 }
priIntTdmChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the PRI interface which are
dedicated to TDM. PRI channels are numbered from 0 to 31, 0 is
unused, 16 (E1) or 24 (T1) is the D channel. The map values are
2 to the power of the channel number."
::= { priIntEntry 5 }
priIntIsdnChannelMap OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bit map of the channels in the PRI interface which are
dedicated to ISDN. PRI channels are numbered from 0 to 31, 0 is
unused, 16 (E1) or 24 (T1) is the D channel. The map values are
2 to the power of the channel number."
::= { priIntEntry 6 }
priIntType OBJECT-TYPE
SYNTAX INTEGER {
e1 (1),
t1 (2),
unknown (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of primary rate interface. E1 has 30 B + D channel,
T1 has 23 B + D channel. If the value unknown is returned for
this object, the exact PRI type has not yet been determined."
::= { priIntEntry 7 }
-- The PRI channel table. Each entry is a channel on a PRI interface.
priChanTable OBJECT-TYPE
SYNTAX SEQUENCE OF PriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of channels on PRI interfaces."
::= { pri 2 }
priChanEntry OBJECT-TYPE
SYNTAX PriChanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A single entry in the PRI channels table."
INDEX { priChanIntIndex, priChanChannelIndex }
::= { priChanTable 1 }
PriChanEntry ::=
SEQUENCE {
priChanIntIndex
INTEGER,
priChanChannelIndex
INTEGER,
priChanMode
INTEGER,
priChanState
INTEGER
}
priChanIntIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the PRI interface."
::= { priChanEntry 1 }
priChanChannelIndex OBJECT-TYPE
SYNTAX INTEGER (1..31)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel index of the PRI channel. Valid channels have
indices from 1 to 31. The D channel on an E1 interface has
index 16, the D channel on a T1 interface has index 24."
::= { priChanEntry 2 }
priChanMode OBJECT-TYPE
SYNTAX INTEGER {
isdn (1),
tdm (2),
neither (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of this PRI channel. The value isdn means that the
channel is reserved for use in ISDN calls. The value tdm
means that the channel is reserved for use by TDM. For the D
channel, this object will usually have the value isdn. An
exception is if the interface is running common D channel mode
and the D channel is reserved for TDM."
::= { priChanEntry 3 }
priChanState OBJECT-TYPE
SYNTAX INTEGER {
inactive (1),
active (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this PRI channel. The value inactive means that
the channel does not currently have an active user, either an
ISDN call or an active TDM group. The value active means that
the channel is in use, either by an ISDN call or an active TDM
group."
::= { priChanEntry 4 }
END
+118 -118
View File
@@ -1,118 +1,118 @@
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: PVSTPM module
--
-- Copied from ATR-PVSTPM.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PVSTPM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE,
Integer32
FROM SNMPv2-SMI
VlanIndex
FROM Q-BRIDGE-MIB
modules
FROM AT-SMI-MIB
;
pvstpm MODULE-IDENTITY
LAST-UPDATED "200603291651Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"The MIB module for managing PVSTPM enterprise functionality
on Allied Telesis switches. "
REVISION "200603291651Z"
DESCRIPTION
"Initial revision"
::= { modules 140 }
-- ============================================================================
-- ============================================================================
-- PVSTPM group
-- ============================================================================
-- ============================================================================
pvstpmEvents OBJECT IDENTIFIER ::= { pvstpm 0 }
pvstpmEventVariables OBJECT IDENTIFIER ::= { pvstpm 1 }
pvstpmBridgeId OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The bridge identifier for the bridge that sent the trap."
::= { pvstpmEventVariables 1 }
pvstpmTopologyChangeVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The VLAN ID of the vlan that has experienced a topology change."
::= { pvstpmEventVariables 2 }
pvstpmRxPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The port the inconsistent BPDU was received on."
::= { pvstpmEventVariables 3 }
pvstpmRxVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The vlan the inconsistent BPDU was received on."
::= { pvstpmEventVariables 4 }
pvstpmTxVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The vlan the inconsistent BPDU was transmitted on."
::= { pvstpmEventVariables 5 }
pvstpmTopologyChange NOTIFICATION-TYPE
OBJECTS {
pvstpmBridgeId,
pvstpmTopologyChangeVlan
}
STATUS current
DESCRIPTION
"A pvstpmTopologyChange trap signifies that a topology change has
occurred on the specified VLAN"
::= { pvstpmEvents 1 }
pvstpmInconsistentBPDU NOTIFICATION-TYPE
OBJECTS {
pvstpmBridgeId,
pvstpmRxPort,
pvstpmRxVlan,
pvstpmTxVlan
}
STATUS current
DESCRIPTION
"A pvstpmInconsistentBPDU trap signifies that an inconsistent PVSTPM packet
has been received on a port."
::= { pvstpmEvents 2 }
END
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: PVSTPM module
--
-- Copied from ATR-PVSTPM.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-PVSTPM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE,
Integer32
FROM SNMPv2-SMI
VlanIndex
FROM Q-BRIDGE-MIB
modules
FROM AT-SMI-MIB
;
pvstpm MODULE-IDENTITY
LAST-UPDATED "200603291651Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"The MIB module for managing PVSTPM enterprise functionality
on Allied Telesis switches. "
REVISION "200603291651Z"
DESCRIPTION
"Initial revision"
::= { modules 140 }
-- ============================================================================
-- ============================================================================
-- PVSTPM group
-- ============================================================================
-- ============================================================================
pvstpmEvents OBJECT IDENTIFIER ::= { pvstpm 0 }
pvstpmEventVariables OBJECT IDENTIFIER ::= { pvstpm 1 }
pvstpmBridgeId OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The bridge identifier for the bridge that sent the trap."
::= { pvstpmEventVariables 1 }
pvstpmTopologyChangeVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The VLAN ID of the vlan that has experienced a topology change."
::= { pvstpmEventVariables 2 }
pvstpmRxPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The port the inconsistent BPDU was received on."
::= { pvstpmEventVariables 3 }
pvstpmRxVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The vlan the inconsistent BPDU was received on."
::= { pvstpmEventVariables 4 }
pvstpmTxVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The vlan the inconsistent BPDU was transmitted on."
::= { pvstpmEventVariables 5 }
pvstpmTopologyChange NOTIFICATION-TYPE
OBJECTS {
pvstpmBridgeId,
pvstpmTopologyChangeVlan
}
STATUS current
DESCRIPTION
"A pvstpmTopologyChange trap signifies that a topology change has
occurred on the specified VLAN"
::= { pvstpmEvents 1 }
pvstpmInconsistentBPDU NOTIFICATION-TYPE
OBJECTS {
pvstpmBridgeId,
pvstpmRxPort,
pvstpmRxVlan,
pvstpmTxVlan
}
STATUS current
DESCRIPTION
"A pvstpmInconsistentBPDU trap signifies that an inconsistent PVSTPM packet
has been received on a port."
::= { pvstpmEvents 2 }
END
+875 -875
View File
File diff suppressed because it is too large Load Diff
+232 -232
View File
@@ -1,232 +1,232 @@
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: stacking module
--
-- Copied from AT-STACK.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-STACK-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
hostId
FROM AT-SYSINFO-MIB
;
stack MODULE-IDENTITY
LAST-UPDATED "200605241222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
handling of stacking Allied Telesis switches. "
REVISION "200605030926Z"
DESCRIPTION
"Initial Revision"
::= { modules 120 }
-- The stack group contains objects for managing stack members.
stackId OBJECT-TYPE
SYNTAX INTEGER (1..16)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack ID variable identifies the given device as belonging to the stack
with the given stack ID. The default stack ID is 1. To change the stack ID,
stacking must be disabled. Once the stack ID is changed and stacking
enabled again, the member joins an existing stack with the same stack ID or
forms a new stack with its stack ID."
DEFVAL { 1 }
::= { stack 1 }
stackSnmpHost OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The SNMP host variable specifies the host ID of the stack member that
should responds to SNMP requests. It defaults to the lowest host ID that is
active in the stack, and is re-evaluated whenever the stack membership
changes. This ensures that the variable always has a value that corresponds
to a valid stack member."
::= { stack 2 }
stackStatus OBJECT-TYPE
SYNTAX INTEGER {enabled(1), disabled (2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack status variable specifies the current status of the stack module on
the current SNMP host. The default is disabled (1)."
::= { stack 3 }
stackInterface OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The stack interface variable is used to specify the
interface on the current SNMP host that should be used to send and receive
stack messages. The default is none and can be replaced by an existing
VLAN."
::= { stack 4 }
stackAuth OBJECT-TYPE
SYNTAX INTEGER {none (0), plaintext (1), md5 (2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack authentication variable specifies whether stacking messages
should be authenticated with the password given as the value of the stack
password variable. By default, the authentication method is none (0). If
plaintext (1) is specified, a cleartext password authenticates stacking
messages. If MD5 (2) is specified, an encrypted password authenticates
stacking protocol packets. The authentication type"
::= { stack 5 }
stackPassword OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE(0..8))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack password variable holds a text string that authenticates stack
messages. By default, this variable holds an empty string. This must be
changed before setting the stack authentication method to plaintext or MD5."
::= { stack 6 }
counters OBJECT IDENTIFIER ::= { stack 7 }
debugErrors OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack debug errors."
::= { counters 1 }
rxPkts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets received."
::= { counters 2 }
rxDiscards OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets received and discarded."
::= { counters 3 }
txPkts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets transmited."
::= { counters 4 }
txFails OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets transmit failures."
::= { counters 5 }
sdrCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of stacking records in database."
::= { counters 6 }
stackMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF StackMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table displays details about each of the stack members that are present
in the stack to which the current SNMP host belongs. The details provided
are the host ID, MAC address, designated and backup master, and state of
each host."
::= { stack 8 }
stackMemberEntry OBJECT-TYPE
SYNTAX StackMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATR enterprise stackMemberTable table."
INDEX { hostId }
::= { stackMemberTable 1 }
StackMemberEntry ::=
SEQUENCE {
memberHostId INTEGER (1..32),
macAddress DisplayString,
dedicatedMaster INTEGER (1..32),
backupDedicatedMaster INTEGER (1..32),
state DisplayString
}
memberHostId OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The host Id of this member."
::= { stackMemberEntry 1 }
macAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MAC address of this member."
::= { stackMemberEntry 2 }
dedicatedMaster OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Id of the dedicated master."
::= { stackMemberEntry 3 }
backupDedicatedMaster OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Id of the backup dedicated master."
::= { stackMemberEntry 4 }
state OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this member."
::= { stackMemberEntry 5 }
END
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: stacking module
--
-- Copied from AT-STACK.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-STACK-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
hostId
FROM AT-SYSINFO-MIB
;
stack MODULE-IDENTITY
LAST-UPDATED "200605241222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
handling of stacking Allied Telesis switches. "
REVISION "200605030926Z"
DESCRIPTION
"Initial Revision"
::= { modules 120 }
-- The stack group contains objects for managing stack members.
stackId OBJECT-TYPE
SYNTAX INTEGER (1..16)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack ID variable identifies the given device as belonging to the stack
with the given stack ID. The default stack ID is 1. To change the stack ID,
stacking must be disabled. Once the stack ID is changed and stacking
enabled again, the member joins an existing stack with the same stack ID or
forms a new stack with its stack ID."
DEFVAL { 1 }
::= { stack 1 }
stackSnmpHost OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The SNMP host variable specifies the host ID of the stack member that
should responds to SNMP requests. It defaults to the lowest host ID that is
active in the stack, and is re-evaluated whenever the stack membership
changes. This ensures that the variable always has a value that corresponds
to a valid stack member."
::= { stack 2 }
stackStatus OBJECT-TYPE
SYNTAX INTEGER {enabled(1), disabled (2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack status variable specifies the current status of the stack module on
the current SNMP host. The default is disabled (1)."
::= { stack 3 }
stackInterface OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The stack interface variable is used to specify the
interface on the current SNMP host that should be used to send and receive
stack messages. The default is none and can be replaced by an existing
VLAN."
::= { stack 4 }
stackAuth OBJECT-TYPE
SYNTAX INTEGER {none (0), plaintext (1), md5 (2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack authentication variable specifies whether stacking messages
should be authenticated with the password given as the value of the stack
password variable. By default, the authentication method is none (0). If
plaintext (1) is specified, a cleartext password authenticates stacking
messages. If MD5 (2) is specified, an encrypted password authenticates
stacking protocol packets. The authentication type"
::= { stack 5 }
stackPassword OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE(0..8))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The stack password variable holds a text string that authenticates stack
messages. By default, this variable holds an empty string. This must be
changed before setting the stack authentication method to plaintext or MD5."
::= { stack 6 }
counters OBJECT IDENTIFIER ::= { stack 7 }
debugErrors OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack debug errors."
::= { counters 1 }
rxPkts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets received."
::= { counters 2 }
rxDiscards OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets received and discarded."
::= { counters 3 }
txPkts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets transmited."
::= { counters 4 }
txFails OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stacking packets transmit failures."
::= { counters 5 }
sdrCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of stacking records in database."
::= { counters 6 }
stackMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF StackMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table displays details about each of the stack members that are present
in the stack to which the current SNMP host belongs. The details provided
are the host ID, MAC address, designated and backup master, and state of
each host."
::= { stack 8 }
stackMemberEntry OBJECT-TYPE
SYNTAX StackMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATR enterprise stackMemberTable table."
INDEX { hostId }
::= { stackMemberTable 1 }
StackMemberEntry ::=
SEQUENCE {
memberHostId INTEGER (1..32),
macAddress DisplayString,
dedicatedMaster INTEGER (1..32),
backupDedicatedMaster INTEGER (1..32),
state DisplayString
}
memberHostId OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The host Id of this member."
::= { stackMemberEntry 1 }
macAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MAC address of this member."
::= { stackMemberEntry 2 }
dedicatedMaster OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Id of the dedicated master."
::= { stackMemberEntry 3 }
backupDedicatedMaster OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Host Id of the backup dedicated master."
::= { stackMemberEntry 4 }
state OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this member."
::= { stackMemberEntry 5 }
END
+715 -715
View File
File diff suppressed because it is too large Load Diff
+83 -83
View File
@@ -1,83 +1,83 @@
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: TTY module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-TTY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
tty MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
TTY module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 36 }
ttyTraps OBJECT IDENTIFIER ::= { tty 100 }
loginFailureUser OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The user whose login failed"
::= { ttyTraps 1 }
loginFailureIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP address from where the failed login attempt came"
::= { ttyTraps 2 }
loginFailureAttempts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The number of failed logins"
::= { ttyTraps 3 }
loginFailureTrap NOTIFICATION-TYPE
OBJECTS { loginFailureUser, loginFailureIPAddress, loginFailureAttempts }
STATUS current
DESCRIPTION
"A user has been locked out because of too many
consecutive failed logins."
::= { ttyTraps 11 }
END
-- ============================================================================
-- AT-ETH.MIB, Allied Telesis enterprise MIB: TTY module
--
-- Extracted from ATROUTER.MIB of pre 2.9.1 release
--
-- June 2006, Stan Xiang
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-TTY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString,
TruthValue
FROM SNMPv2-TC
ifIndex
FROM IF-MIB
modules,
DisplayStringUnsized
FROM AT-SMI-MIB
;
tty MODULE-IDENTITY
LAST-UPDATED "200606281222Z"
ORGANIZATION "Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
TTY module. "
REVISION "200606281222Z"
DESCRIPTION
"Initial Revision"
::= { modules 36 }
ttyTraps OBJECT IDENTIFIER ::= { tty 100 }
loginFailureUser OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The user whose login failed"
::= { ttyTraps 1 }
loginFailureIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP address from where the failed login attempt came"
::= { ttyTraps 2 }
loginFailureAttempts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The number of failed logins"
::= { ttyTraps 3 }
loginFailureTrap NOTIFICATION-TYPE
OBJECTS { loginFailureUser, loginFailureIPAddress, loginFailureAttempts }
STATUS current
DESCRIPTION
"A user has been locked out because of too many
consecutive failed logins."
::= { ttyTraps 11 }
END
+633 -633
View File
File diff suppressed because it is too large Load Diff
+1338 -1338
View File
File diff suppressed because it is too large Load Diff
+211 -211
View File
@@ -1,211 +1,211 @@
ATM-DXI-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
atmForum OBJECT IDENTIFIER ::= { enterprises 353 }
atmUniDxi OBJECT IDENTIFIER ::= { atmForum 3 }
-- This MIB is intended to be used in either of two scenarios.
-- In the first scenario, the DTE acts as a proxy for the DCE(s),
-- while, in the second scenario, the DCE contains an independent
-- SNMP agent and responds to SNMP requests directly.
--
-- In both these scenarios, specific DXI interfaces are identified
-- by a single integer-valued index. In the first scenario, the
-- DXI interfaces that connect directly to the DTE are identified
-- by the DTE's corresponding value of ifIndex. The DXI interfaces
-- that connect to the DCE are assigned interface numbers.
-- For example, see the figure below.
-- In this example, the numbers 4 and 5 are assigned to those
-- DXI interfaces that are connected to the DCE(s). The assignment
-- of numbers to these interfaces is implementation dependent.
-- An SNMP management station will see these as interfaces of a
-- special type (assigned by the IETF).
-- In the second scenario, all the DXI interfaces correspond
-- directly to DCE interfaces. In this case, all corresponding
-- instances are identified by IfIndices assigned by the DCE.
--
-- In the UNI ATM Cell Header, the VPI/VCI fields together
-- comprise a 24-bit field. The eight most significant bits
-- constitute the VPI subfield, and the least significant
-- sixteen bits constitute the VCI subfield. All zeros is an
-- invalid value and on ATM interfaces is used to designate a
-- null (or empty or unassigned) cell. Thus the valid VPI/VCI
-- values are in the range 1 thru 2**24-1 inclusive. These
-- values are used for indexing certain tables in the ATM
-- MIB(s).
-- The ATM Data Exchange Interface (DXI) object reflects
-- information about an ATM DXI between an ATM DCE (e.g., a DSU)
-- and a DTE (e.g., a Router/Host). In particular, it contains both
-- configuration and performance information specific to the
-- DXI. Each DXI instance typically corresponds to several DFAs.
-- With a 24-bit DFA, the range of valid DFA index values is
-- 1 thru 2**24 inclusive. Note that the 24-bit binary DFA
-- field (with values 0 thru 2**24-1) from the DXI
-- header must be incremented by one to yield the DFA index
-- for accessing the tables in the MIB. The DFA consisting of
-- all zeros (with corresponding MIB index value of 1) is
-- reserved for the DXI Local Management Interface (LMI) with
-- the ATM DTE.
Dfa ::= INTEGER (1..16777215)
-- *** For the DCEs, the mapping between the DXI
-- *** DFA and the ATM VPI/VCI is fixed. The LMI DFA has no
-- *** corresponding VPI/VCI. (Refer to Annex A for the bit mapping.)
atmDxi OBJECT IDENTIFIER ::= { atmUniDxi 2 }
---
--- This table is mandatory if supporting ATM DXI.
---
atmDxiConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmDxiConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains
ATM DXI configuration information
including information on the mode supported
across the DXI."
::= { atmDxi 2 }
atmDxiConfEntry OBJECT-TYPE
SYNTAX AtmDxiConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This list contains ATM DXI configuration information."
INDEX { atmDxiConfIfIndex }
::= { atmDxiConfTable 1 }
AtmDxiConfEntry ::=
SEQUENCE {
atmDxiConfIfIndex
INTEGER,
atmDxiConfMode
INTEGER
}
atmDxiConfIfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object identifies, for SNMP, the ATM DXI
interface for which this entry contains management information.
This is the same value as used to identify the IfEntry describing
the DCE interface. Management uses and expects this value. In
the proxy mode of operation, the DCE always treats this as 0, but
preserves it in its response to the DTE. 0, the DXI value, means
the interface over which the DXI LMI request was received."
::= { atmDxiConfEntry 2 }
atmDxiConfMode OBJECT-TYPE
SYNTAX INTEGER {
mode1a (1),
mode1b (2),
mode2 (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object identifies the dxi mode being
used at the atm dxi port."
::= { atmDxiConfEntry 3 }
atmDxiDFAConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmDxiDFAConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains configuration information about
a particular DFA."
::= { atmDxi 3 }
atmDxiDFAConfEntry OBJECT-TYPE
SYNTAX AtmDxiDFAConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This list contains ATM DXI DFA configuration
information."
INDEX { atmDxiDFAConfIfIndex, atmDxiDFAConfDfaIndex }
::= { atmDxiDFAConfTable 1 }
AtmDxiDFAConfEntry ::=
SEQUENCE {
atmDxiDFAConfIfIndex
INTEGER,
atmDxiDFAConfDfaIndex
Dfa,
atmDxiDFAConfAALType
INTEGER
}
atmDxiDFAConfIfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object identifies, for SNMP, the ATM DXI
interface for which this entry contains management information.
This is the same value as used to identify the IfEntry describing
the DCE interface. Management uses and expects this value. In
the proxy mode of operation, the DCE always treats this as 0, but
preserves it in its response to the DTE. 0, the DXI value, means
the interface over which the DXI LMI request was received."
::= { atmDxiDFAConfEntry 1 }
atmDxiDFAConfDfaIndex OBJECT-TYPE
SYNTAX Dfa
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object identifies the DFA instance on the DXI
identified by atmDxiDFAConfIfIndex."
::= { atmDxiDFAConfEntry 2 }
atmDxiDFAConfAALType OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
none (2),
aal34 (3),
aal5 (4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object identifies the AAL type supported at this DFA.
Note, if mode 2 is supported on the DXI identified by the
corresponding instance of atmDxiDFAConfIfIndex and that
instance of atmDxiDFAConfIfIndex identifies the DCE side
of the DXI, then this object contains the AAL Type being
run on the corresponding VPI/VCI on the corresponding ATM UNI
interface."
::= { atmDxiDFAConfEntry 3 }
-- The following definition is for use only in Trap PDUs
atmDxiEnterprise OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object is included as the first ID-Value pair
in a Trap PDU for which the Generic Trap Type field
has the value 'enterpriseSpecific'. The value of the
object identifies the enterprise under whose authority
the value of the Enterprise Trap Type field is defined."
::= { atmDxi 4 }
-- End of definitions for ATM DXI-MIB
END
ATM-DXI-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
atmForum OBJECT IDENTIFIER ::= { enterprises 353 }
atmUniDxi OBJECT IDENTIFIER ::= { atmForum 3 }
-- This MIB is intended to be used in either of two scenarios.
-- In the first scenario, the DTE acts as a proxy for the DCE(s),
-- while, in the second scenario, the DCE contains an independent
-- SNMP agent and responds to SNMP requests directly.
--
-- In both these scenarios, specific DXI interfaces are identified
-- by a single integer-valued index. In the first scenario, the
-- DXI interfaces that connect directly to the DTE are identified
-- by the DTE's corresponding value of ifIndex. The DXI interfaces
-- that connect to the DCE are assigned interface numbers.
-- For example, see the figure below.
-- In this example, the numbers 4 and 5 are assigned to those
-- DXI interfaces that are connected to the DCE(s). The assignment
-- of numbers to these interfaces is implementation dependent.
-- An SNMP management station will see these as interfaces of a
-- special type (assigned by the IETF).
-- In the second scenario, all the DXI interfaces correspond
-- directly to DCE interfaces. In this case, all corresponding
-- instances are identified by IfIndices assigned by the DCE.
--
-- In the UNI ATM Cell Header, the VPI/VCI fields together
-- comprise a 24-bit field. The eight most significant bits
-- constitute the VPI subfield, and the least significant
-- sixteen bits constitute the VCI subfield. All zeros is an
-- invalid value and on ATM interfaces is used to designate a
-- null (or empty or unassigned) cell. Thus the valid VPI/VCI
-- values are in the range 1 thru 2**24-1 inclusive. These
-- values are used for indexing certain tables in the ATM
-- MIB(s).
-- The ATM Data Exchange Interface (DXI) object reflects
-- information about an ATM DXI between an ATM DCE (e.g., a DSU)
-- and a DTE (e.g., a Router/Host). In particular, it contains both
-- configuration and performance information specific to the
-- DXI. Each DXI instance typically corresponds to several DFAs.
-- With a 24-bit DFA, the range of valid DFA index values is
-- 1 thru 2**24 inclusive. Note that the 24-bit binary DFA
-- field (with values 0 thru 2**24-1) from the DXI
-- header must be incremented by one to yield the DFA index
-- for accessing the tables in the MIB. The DFA consisting of
-- all zeros (with corresponding MIB index value of 1) is
-- reserved for the DXI Local Management Interface (LMI) with
-- the ATM DTE.
Dfa ::= INTEGER (1..16777215)
-- *** For the DCEs, the mapping between the DXI
-- *** DFA and the ATM VPI/VCI is fixed. The LMI DFA has no
-- *** corresponding VPI/VCI. (Refer to Annex A for the bit mapping.)
atmDxi OBJECT IDENTIFIER ::= { atmUniDxi 2 }
---
--- This table is mandatory if supporting ATM DXI.
---
atmDxiConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmDxiConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains
ATM DXI configuration information
including information on the mode supported
across the DXI."
::= { atmDxi 2 }
atmDxiConfEntry OBJECT-TYPE
SYNTAX AtmDxiConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This list contains ATM DXI configuration information."
INDEX { atmDxiConfIfIndex }
::= { atmDxiConfTable 1 }
AtmDxiConfEntry ::=
SEQUENCE {
atmDxiConfIfIndex
INTEGER,
atmDxiConfMode
INTEGER
}
atmDxiConfIfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object identifies, for SNMP, the ATM DXI
interface for which this entry contains management information.
This is the same value as used to identify the IfEntry describing
the DCE interface. Management uses and expects this value. In
the proxy mode of operation, the DCE always treats this as 0, but
preserves it in its response to the DTE. 0, the DXI value, means
the interface over which the DXI LMI request was received."
::= { atmDxiConfEntry 2 }
atmDxiConfMode OBJECT-TYPE
SYNTAX INTEGER {
mode1a (1),
mode1b (2),
mode2 (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object identifies the dxi mode being
used at the atm dxi port."
::= { atmDxiConfEntry 3 }
atmDxiDFAConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmDxiDFAConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains configuration information about
a particular DFA."
::= { atmDxi 3 }
atmDxiDFAConfEntry OBJECT-TYPE
SYNTAX AtmDxiDFAConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This list contains ATM DXI DFA configuration
information."
INDEX { atmDxiDFAConfIfIndex, atmDxiDFAConfDfaIndex }
::= { atmDxiDFAConfTable 1 }
AtmDxiDFAConfEntry ::=
SEQUENCE {
atmDxiDFAConfIfIndex
INTEGER,
atmDxiDFAConfDfaIndex
Dfa,
atmDxiDFAConfAALType
INTEGER
}
atmDxiDFAConfIfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object identifies, for SNMP, the ATM DXI
interface for which this entry contains management information.
This is the same value as used to identify the IfEntry describing
the DCE interface. Management uses and expects this value. In
the proxy mode of operation, the DCE always treats this as 0, but
preserves it in its response to the DTE. 0, the DXI value, means
the interface over which the DXI LMI request was received."
::= { atmDxiDFAConfEntry 1 }
atmDxiDFAConfDfaIndex OBJECT-TYPE
SYNTAX Dfa
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object identifies the DFA instance on the DXI
identified by atmDxiDFAConfIfIndex."
::= { atmDxiDFAConfEntry 2 }
atmDxiDFAConfAALType OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
none (2),
aal34 (3),
aal5 (4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object identifies the AAL type supported at this DFA.
Note, if mode 2 is supported on the DXI identified by the
corresponding instance of atmDxiDFAConfIfIndex and that
instance of atmDxiDFAConfIfIndex identifies the DCE side
of the DXI, then this object contains the AAL Type being
run on the corresponding VPI/VCI on the corresponding ATM UNI
interface."
::= { atmDxiDFAConfEntry 3 }
-- The following definition is for use only in Trap PDUs
atmDxiEnterprise OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object is included as the first ID-Value pair
in a Trap PDU for which the Generic Trap Type field
has the value 'enterpriseSpecific'. The value of the
object identifies the enterprise under whose authority
the value of the Enterprise Trap Type field is defined."
::= { atmDxi 4 }
-- End of definitions for ATM DXI-MIB
END
+4119 -4119
View File
File diff suppressed because it is too large Load Diff
+4734 -4734
View File
File diff suppressed because it is too large Load Diff
+112 -112
View File
@@ -1,112 +1,112 @@
-- This ILMI MIB was specified as part of the LANE 1.0 specification
-- (af-lane-0021.000.mib).
-- This MIB has been made OBSOLETE by the specification of ILMI 4.0,
-- since an updated version is included within af-ilmi-0065.000.mib.
ATM-FORUM-SRVC-REG DEFINITIONS ::= BEGIN
IMPORTS
atmForumUni, atmForumAdmin FROM ATM-FORUM-TC-MIB
OBJECT-TYPE FROM RFC-1212;
-- Textual Convention
--
-- Representations of this MIB Module of an ATM address
-- use the data type:
AtmAddress ::= OCTET STRING (SIZE (8 | 20))
-- New MIB Groups
atmfSrvcRegistryGroup OBJECT IDENTIFIER ::= { atmForumUni 8 }
-- Object Identifier definitions
--
-- The following values are define dfor use as possible values
-- of the atmfSrvcRegServiceID object.
atmfSrvcRegTypes OBJECT IDENTIFIER ::= { atmForumAdmin 5 }
-- LAN Emulation Configuration Server (LECS)
atmfSrvcRegLecs OBJECT IDENTIFIER ::= { atmfSrvcRegTypes 1 }
-- The Service Registry Table
--
-- The Service Registry Table is implemented by the network side
-- of the ATM UNI port
atmfSrvcRegTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfSrvcRegEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The table implemented by the UNI Management Entity on the
network side of the ATM UNI port contains all of the
services that are available to the user-side of the UNI
indexed by service identifier."
::= { atmfSrvcRegistryGroup 1 }
atmfSrvcRegEntry OBJECT-TYPE
SYNTAX AtmfSrvcRegEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Information about a single service provider that is
available to the user-side of the ATM UNI port."
INDEX { atmfSrvcRegPort, atmfSrvcRegServiceID,
atmfSrvcAddressIndex }
::= { atmfSrvcRegTable 1 }
AtmfSrvcRegEntry ::=
SEQUENCE {
atmfSrvcRegPort INTEGER,
atmfSrvcRegServiceID OBJECT IDENTIFIER,
atmfSrvcRegATMAddress AtmAddress,
atmfSrvcRegAddressIndex INTEGER
}
atmfSrvcRegPort OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A unique value which identifies the UNI port for
which the service provider is available to the
user-side. The value of 0 has the special meaning
of identifying the local UNI."
::= { atmfSrvcRegEntry 1 }
atmfSrvcRegServiceID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This is the service identifier which uniquely identifies
the type of service at the address provided in the table."
::= { atmfSrvcRegEntry 2 }
atmfSrvcRegATMAddress OBJECT-TYPE
SYNTAX AtmAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the full address of the service. The user-side
ATM UNI port may use this address to establish a connection
with the service."
::= { atmfSrvcRegEntry 3 }
atmfSrvcRegAddressIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An arbitrary integer to differentiate multiple rows
containing different ATM addresses for the same service
on the same port."
::= { atmfSrvcRegEntry 4 }
END
-- This ILMI MIB was specified as part of the LANE 1.0 specification
-- (af-lane-0021.000.mib).
-- This MIB has been made OBSOLETE by the specification of ILMI 4.0,
-- since an updated version is included within af-ilmi-0065.000.mib.
ATM-FORUM-SRVC-REG DEFINITIONS ::= BEGIN
IMPORTS
atmForumUni, atmForumAdmin FROM ATM-FORUM-TC-MIB
OBJECT-TYPE FROM RFC-1212;
-- Textual Convention
--
-- Representations of this MIB Module of an ATM address
-- use the data type:
AtmAddress ::= OCTET STRING (SIZE (8 | 20))
-- New MIB Groups
atmfSrvcRegistryGroup OBJECT IDENTIFIER ::= { atmForumUni 8 }
-- Object Identifier definitions
--
-- The following values are define dfor use as possible values
-- of the atmfSrvcRegServiceID object.
atmfSrvcRegTypes OBJECT IDENTIFIER ::= { atmForumAdmin 5 }
-- LAN Emulation Configuration Server (LECS)
atmfSrvcRegLecs OBJECT IDENTIFIER ::= { atmfSrvcRegTypes 1 }
-- The Service Registry Table
--
-- The Service Registry Table is implemented by the network side
-- of the ATM UNI port
atmfSrvcRegTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfSrvcRegEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The table implemented by the UNI Management Entity on the
network side of the ATM UNI port contains all of the
services that are available to the user-side of the UNI
indexed by service identifier."
::= { atmfSrvcRegistryGroup 1 }
atmfSrvcRegEntry OBJECT-TYPE
SYNTAX AtmfSrvcRegEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Information about a single service provider that is
available to the user-side of the ATM UNI port."
INDEX { atmfSrvcRegPort, atmfSrvcRegServiceID,
atmfSrvcAddressIndex }
::= { atmfSrvcRegTable 1 }
AtmfSrvcRegEntry ::=
SEQUENCE {
atmfSrvcRegPort INTEGER,
atmfSrvcRegServiceID OBJECT IDENTIFIER,
atmfSrvcRegATMAddress AtmAddress,
atmfSrvcRegAddressIndex INTEGER
}
atmfSrvcRegPort OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A unique value which identifies the UNI port for
which the service provider is available to the
user-side. The value of 0 has the special meaning
of identifying the local UNI."
::= { atmfSrvcRegEntry 1 }
atmfSrvcRegServiceID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This is the service identifier which uniquely identifies
the type of service at the address provided in the table."
::= { atmfSrvcRegEntry 2 }
atmfSrvcRegATMAddress OBJECT-TYPE
SYNTAX AtmAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the full address of the service. The user-side
ATM UNI port may use this address to establish a connection
with the service."
::= { atmfSrvcRegEntry 3 }
atmfSrvcRegAddressIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An arbitrary integer to differentiate multiple rows
containing different ATM addresses for the same service
on the same port."
::= { atmfSrvcRegEntry 4 }
END
+924 -924
View File
File diff suppressed because it is too large Load Diff
+305 -305
View File
@@ -1,305 +1,305 @@
--
-- Converted to SMIv2 rfc 2578,2579,2580 - STD 58
--
ATMF-CES-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, Counter32, Integer32,
OBJECT-TYPE,
MODULE-IDENTITY FROM SNMPv2-SMI
ifIndex FROM IF-MIB;
atmfCESmib MODULE-IDENTITY
LAST-UPDATED "9911060000z"
ORGANIZATION "The ATM Forum"
CONTACT-INFO
"Postal: The ATM Forum
2570 West El Camino Real, Suite 304
Mountain View, CA 94040-1313 USA
Phone: +1 415-949-6700
Fax: +1 415-949-6705
[email protected]"
DESCRIPTION
"Circuit Emulation Specification"
::= { enterprises atmForum(353) atmForumNetworkManagement(5) 2 }
-- an OBJECT IDENTIFIER for all ATM Forum circuit emulation MIBs
-- has been assigned as a branch from the Forum Network Management
-- tree. The DS1/E1 Circuit Emulation specification is attached
-- as the first branch from the overall atmfCESmib object. Future
-- branches may be added in the future for further CES work, for
-- example, DS3/E3 circuit emulation.
atmfDS1E1CESmib OBJECT IDENTIFIER ::= { atmfCESmib 1 }
-- this is the MIB module for the ATM Forum DS1/E1 Circuit Emulation
-- Interworking Function objects
-- the following TEXTUAL-CONVENTIONS are used to link the CES
-- interworking function to ATM interface port, plus the
-- associated VPI and VCI.
atmfDS1E1CESConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfDS1E1CESConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CES configuration table. This includes mapping channels from
ATM Port to CBR interfaces. There is one atmfDS1E1CESConfEntry
per CES Entity"
::= { atmfDS1E1CESmib 1 }
atmfDS1E1CESConfEntry OBJECT-TYPE
SYNTAX AtmfDS1E1CESConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the CES table. For each entry there is a corresponding
entry in the stack table"
INDEX { ifIndex }
::= { atmfDS1E1CESConfTable 1 }
AtmfDS1E1CESConfEntry ::= SEQUENCE {
atmfDS1E1CESMapATMIndex Integer32,
atmfDS1E1CESMapVPI Integer32,
atmfDS1E1CESMapVCI Integer32,
atmfDS1E1CESCBRService INTEGER,
atmfDS1E1CESCBRClockMode INTEGER,
atmfDS1E1CESCas INTEGER,
atmfDS1E1CESPartialFill Integer32,
atmfDS1E1CESBufMaxSize Integer32,
atmfDS1E1CESCDVRxT Integer32,
atmfDS1E1CESCellLossIntegrationPeriod Integer32
}
atmfDS1E1CESMapATMIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to MIB II's
ifIndex value of the ATM Port interface mapped
through this CES to a CBR interface."
::= { atmfDS1E1CESConfEntry 1 }
atmfDS1E1CESMapVPI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to the VPI used
for the emulated circuit represented by this entry
in the ifTable. If there is no connection, this
object is meaningless and will have the value zero."
::= { atmfDS1E1CESConfEntry 2 }
atmfDS1E1CESMapVCI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to the VCI used
for the emulated circuit represented by this entry
in the ifTable. If there is no connection, this
object is meaningless and will have the value zero"
::= { atmfDS1E1CESConfEntry 3 }
atmfDS1E1CESCBRService OBJECT-TYPE
SYNTAX INTEGER {
unstructured(1),
structured(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define if DS1/E1 service as structured or not. A
structured(2) interface is some nx64Kbps. An unstructured
(1) interface is 1.544Mbps or 2.048Mbps. unstructured(1)
passes all bits through the ATM network.
strucutured(2) passes data bits through the ATM network, and
may also pass signalling bits"
::= { atmfDS1E1CESConfEntry 4 }
atmfDS1E1CESCBRClockMode OBJECT-TYPE
SYNTAX INTEGER {
synchronous(1),
srts(2),
adaptive(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define if DS1/E1 service clocking mode. This maps into
transmit clock source of CBR interface."
DEFVAL { synchronous }
::= { atmfDS1E1CESConfEntry 5 }
atmfDS1E1CESCas OBJECT-TYPE
SYNTAX INTEGER {
basic (1),
e1Cas (2),
ds1SfCas (3),
ds1EsfCas (4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This parameter selects which AAL1 Format should be used:
Basic does not carry CAS bits, and uses a single 125 usec frame.
E1Cas, Ds1SfCas and DS1EsfCas carry CAS bits in a multiframe
structure for E1, DS1 SF and DS1 ESF respectively.
This applies to structured interfaces only. Default
is Basic (1)."
DEFVAL { basic }
::= { atmfDS1E1CESConfEntry 6 }
atmfDS1E1CESPartialFill OBJECT-TYPE
SYNTAX Integer32 (0..47)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If partial cell fill is used, the number of user octets per
cell must be set with this parameter. Setting this parameter
to zero disables partial cell fill, and causes all cells to
be completely filled before they are sent."
DEFVAL { 0 } -- Partial Cell Fill not used
::= { atmfDS1E1CESConfEntry 7 }
atmfDS1E1CESBufMaxSize OBJECT-TYPE
SYNTAX Integer32 (1..65536)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define maximum size in octets of the reassembly buffer.
Some implementations may want allow the maximum buffer size to
programmed to a size less than the physical limit to reduce
the maximum delay through a circuit."
DEFVAL { 256 }
::= { atmfDS1E1CESConfEntry 8 }
atmfDS1E1CESCDVRxT OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"UNITS `10usec'. The maximum cell arrival jitter in 10usec increments that
the reassembly process will tolerate in the cell stream without
producing errors in the CBR service interface"
DEFVAL { 100 }
::= { atmfDS1E1CESConfEntry 9 }
atmfDS1E1CESCellLossIntegrationPeriod OBJECT-TYPE
SYNTAX Integer32 (1000..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The time in milliseconds for the cell loss integration period.
If a cells are lost for this period of time.
atmfDS1E1CESCellLossStatus is set to loss (2).The mandatory
definition is 2500
UNITS `msec'"
DEFVAL { 2500 }
::= { atmfDS1E1CESConfEntry 10 }
atmfDS1E1CESStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfDS1E1CESStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CES AAL1 statistical data table."
::= { atmfDS1E1CESmib 2 }
atmfDS1E1CESStatsEntry OBJECT-TYPE
SYNTAX AtmfDS1E1CESStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the CES AAL1 Stats table."
INDEX { ifIndex }
::= { atmfDS1E1CESStatsTable 1 }
AtmfDS1E1CESStatsEntry ::= SEQUENCE {
atmfDS1E1CESReassCells Counter32,
atmfDS1E1CESHdrErrors Counter32,
atmfDS1E1CESPointerReframes Counter32,
atmfDS1E1CESLostCells Counter32,
atmfDS1E1CESBufUnderflows Counter32,
atmfDS1E1CESBufOverflows Counter32,
atmfDS1E1CESCellLossStatus INTEGER
}
atmfDS1E1CESReassCells OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This count gives the number of cells played out to the DS1/E1
Service Interface. It excludes cells that were discarded for
any reason, including cells that were not used due to being
declared misinserted, or discarded while the reassembler was
waiting to achieve synchronization."
::= { atmfDS1E1CESStatsEntry 1 }
atmfDS1E1CESHdrErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The count of the number of AAL1 header errors detected and
possibly corrected. Header errors include correctable and
uncorrectable CRC, plus bad parity."
::= { atmfDS1E1CESStatsEntry 2 }
atmfDS1E1CESPointerReframes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This records the count of the number of events in which the
AAL1 reassembler found that an SDT pointer is not where it is
expected, and the pointer must be reacquired."
::= { atmfDS1E1CESStatsEntry 3 }
atmfDS1E1CESLostCells OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of lost cells."
::= { atmfDS1E1CESStatsEntry 4 }
atmfDS1E1CESBufUnderflows OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of buffer underflows."
::= { atmfDS1E1CESStatsEntry 5 }
atmfDS1E1CESBufOverflows OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of buffer overflows."
::= { atmfDS1E1CESStatsEntry 6 }
atmfDS1E1CESCellLossStatus OBJECT-TYPE
SYNTAX INTEGER {
noLoss(1),
loss(2),
idle(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When cells are lost for the number of milliseconds specified
by atmfDS1E1CESCellLossIntegrationPeriod, the value is set to
loss (2). When cells are no longer lost, the value is set
to noLoss (1). An additional variable idle os added to indicate
cbrct connections status of Idle."
::= { atmfDS1E1CESStatsEntry 7 }
END
--
-- Converted to SMIv2 rfc 2578,2579,2580 - STD 58
--
ATMF-CES-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, Counter32, Integer32,
OBJECT-TYPE,
MODULE-IDENTITY FROM SNMPv2-SMI
ifIndex FROM IF-MIB;
atmfCESmib MODULE-IDENTITY
LAST-UPDATED "9911060000z"
ORGANIZATION "The ATM Forum"
CONTACT-INFO
"Postal: The ATM Forum
2570 West El Camino Real, Suite 304
Mountain View, CA 94040-1313 USA
Phone: +1 415-949-6700
Fax: +1 415-949-6705
[email protected]"
DESCRIPTION
"Circuit Emulation Specification"
::= { enterprises atmForum(353) atmForumNetworkManagement(5) 2 }
-- an OBJECT IDENTIFIER for all ATM Forum circuit emulation MIBs
-- has been assigned as a branch from the Forum Network Management
-- tree. The DS1/E1 Circuit Emulation specification is attached
-- as the first branch from the overall atmfCESmib object. Future
-- branches may be added in the future for further CES work, for
-- example, DS3/E3 circuit emulation.
atmfDS1E1CESmib OBJECT IDENTIFIER ::= { atmfCESmib 1 }
-- this is the MIB module for the ATM Forum DS1/E1 Circuit Emulation
-- Interworking Function objects
-- the following TEXTUAL-CONVENTIONS are used to link the CES
-- interworking function to ATM interface port, plus the
-- associated VPI and VCI.
atmfDS1E1CESConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfDS1E1CESConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CES configuration table. This includes mapping channels from
ATM Port to CBR interfaces. There is one atmfDS1E1CESConfEntry
per CES Entity"
::= { atmfDS1E1CESmib 1 }
atmfDS1E1CESConfEntry OBJECT-TYPE
SYNTAX AtmfDS1E1CESConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the CES table. For each entry there is a corresponding
entry in the stack table"
INDEX { ifIndex }
::= { atmfDS1E1CESConfTable 1 }
AtmfDS1E1CESConfEntry ::= SEQUENCE {
atmfDS1E1CESMapATMIndex Integer32,
atmfDS1E1CESMapVPI Integer32,
atmfDS1E1CESMapVCI Integer32,
atmfDS1E1CESCBRService INTEGER,
atmfDS1E1CESCBRClockMode INTEGER,
atmfDS1E1CESCas INTEGER,
atmfDS1E1CESPartialFill Integer32,
atmfDS1E1CESBufMaxSize Integer32,
atmfDS1E1CESCDVRxT Integer32,
atmfDS1E1CESCellLossIntegrationPeriod Integer32
}
atmfDS1E1CESMapATMIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to MIB II's
ifIndex value of the ATM Port interface mapped
through this CES to a CBR interface."
::= { atmfDS1E1CESConfEntry 1 }
atmfDS1E1CESMapVPI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to the VPI used
for the emulated circuit represented by this entry
in the ifTable. If there is no connection, this
object is meaningless and will have the value zero."
::= { atmfDS1E1CESConfEntry 2 }
atmfDS1E1CESMapVCI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is equal to the VCI used
for the emulated circuit represented by this entry
in the ifTable. If there is no connection, this
object is meaningless and will have the value zero"
::= { atmfDS1E1CESConfEntry 3 }
atmfDS1E1CESCBRService OBJECT-TYPE
SYNTAX INTEGER {
unstructured(1),
structured(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define if DS1/E1 service as structured or not. A
structured(2) interface is some nx64Kbps. An unstructured
(1) interface is 1.544Mbps or 2.048Mbps. unstructured(1)
passes all bits through the ATM network.
strucutured(2) passes data bits through the ATM network, and
may also pass signalling bits"
::= { atmfDS1E1CESConfEntry 4 }
atmfDS1E1CESCBRClockMode OBJECT-TYPE
SYNTAX INTEGER {
synchronous(1),
srts(2),
adaptive(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define if DS1/E1 service clocking mode. This maps into
transmit clock source of CBR interface."
DEFVAL { synchronous }
::= { atmfDS1E1CESConfEntry 5 }
atmfDS1E1CESCas OBJECT-TYPE
SYNTAX INTEGER {
basic (1),
e1Cas (2),
ds1SfCas (3),
ds1EsfCas (4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This parameter selects which AAL1 Format should be used:
Basic does not carry CAS bits, and uses a single 125 usec frame.
E1Cas, Ds1SfCas and DS1EsfCas carry CAS bits in a multiframe
structure for E1, DS1 SF and DS1 ESF respectively.
This applies to structured interfaces only. Default
is Basic (1)."
DEFVAL { basic }
::= { atmfDS1E1CESConfEntry 6 }
atmfDS1E1CESPartialFill OBJECT-TYPE
SYNTAX Integer32 (0..47)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If partial cell fill is used, the number of user octets per
cell must be set with this parameter. Setting this parameter
to zero disables partial cell fill, and causes all cells to
be completely filled before they are sent."
DEFVAL { 0 } -- Partial Cell Fill not used
::= { atmfDS1E1CESConfEntry 7 }
atmfDS1E1CESBufMaxSize OBJECT-TYPE
SYNTAX Integer32 (1..65536)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define maximum size in octets of the reassembly buffer.
Some implementations may want allow the maximum buffer size to
programmed to a size less than the physical limit to reduce
the maximum delay through a circuit."
DEFVAL { 256 }
::= { atmfDS1E1CESConfEntry 8 }
atmfDS1E1CESCDVRxT OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"UNITS `10usec'. The maximum cell arrival jitter in 10usec increments that
the reassembly process will tolerate in the cell stream without
producing errors in the CBR service interface"
DEFVAL { 100 }
::= { atmfDS1E1CESConfEntry 9 }
atmfDS1E1CESCellLossIntegrationPeriod OBJECT-TYPE
SYNTAX Integer32 (1000..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The time in milliseconds for the cell loss integration period.
If a cells are lost for this period of time.
atmfDS1E1CESCellLossStatus is set to loss (2).The mandatory
definition is 2500
UNITS `msec'"
DEFVAL { 2500 }
::= { atmfDS1E1CESConfEntry 10 }
atmfDS1E1CESStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfDS1E1CESStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The CES AAL1 statistical data table."
::= { atmfDS1E1CESmib 2 }
atmfDS1E1CESStatsEntry OBJECT-TYPE
SYNTAX AtmfDS1E1CESStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the CES AAL1 Stats table."
INDEX { ifIndex }
::= { atmfDS1E1CESStatsTable 1 }
AtmfDS1E1CESStatsEntry ::= SEQUENCE {
atmfDS1E1CESReassCells Counter32,
atmfDS1E1CESHdrErrors Counter32,
atmfDS1E1CESPointerReframes Counter32,
atmfDS1E1CESLostCells Counter32,
atmfDS1E1CESBufUnderflows Counter32,
atmfDS1E1CESBufOverflows Counter32,
atmfDS1E1CESCellLossStatus INTEGER
}
atmfDS1E1CESReassCells OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This count gives the number of cells played out to the DS1/E1
Service Interface. It excludes cells that were discarded for
any reason, including cells that were not used due to being
declared misinserted, or discarded while the reassembler was
waiting to achieve synchronization."
::= { atmfDS1E1CESStatsEntry 1 }
atmfDS1E1CESHdrErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The count of the number of AAL1 header errors detected and
possibly corrected. Header errors include correctable and
uncorrectable CRC, plus bad parity."
::= { atmfDS1E1CESStatsEntry 2 }
atmfDS1E1CESPointerReframes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This records the count of the number of events in which the
AAL1 reassembler found that an SDT pointer is not where it is
expected, and the pointer must be reacquired."
::= { atmfDS1E1CESStatsEntry 3 }
atmfDS1E1CESLostCells OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of lost cells."
::= { atmfDS1E1CESStatsEntry 4 }
atmfDS1E1CESBufUnderflows OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of buffer underflows."
::= { atmfDS1E1CESStatsEntry 5 }
atmfDS1E1CESBufOverflows OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of buffer overflows."
::= { atmfDS1E1CESStatsEntry 6 }
atmfDS1E1CESCellLossStatus OBJECT-TYPE
SYNTAX INTEGER {
noLoss(1),
loss(2),
idle(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When cells are lost for the number of milliseconds specified
by atmfDS1E1CESCellLossIntegrationPeriod, the value is set to
loss (2). When cells are no longer lost, the value is set
to noLoss (1). An additional variable idle os added to indicate
cbrct connections status of Idle."
::= { atmfDS1E1CESStatsEntry 7 }
END
+3395 -3395
View File
File diff suppressed because it is too large Load Diff
+1369 -1369
View File
File diff suppressed because it is too large Load Diff
+514 -514
View File
File diff suppressed because it is too large Load Diff
+410 -410
View File
@@ -1,410 +1,410 @@
BASP-Statistics-MIB DEFINITIONS ::= BEGIN
-- Broadcom(R) Advanced Server Statistics MIB
--
-- This MIB defines Load Balance/VLAN Statistics Management Information Base.
-- These objects are part of the enterprise MIB for Broadcom Advanced Server.
--
IMPORTS
enterprises, Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB;
broadcom OBJECT IDENTIFIER ::= { enterprises 4413 }
enet OBJECT IDENTIFIER ::= { broadcom 1 }
basp OBJECT IDENTIFIER ::= { enet 2 }
baspStat OBJECT IDENTIFIER ::= { basp 2 }
baspTeamStat OBJECT IDENTIFIER ::= { baspStat 1 }
baspPhyAdapterStat OBJECT IDENTIFIER ::= { baspStat 2 }
baspVirAdapterStat OBJECT IDENTIFIER ::= { baspStat 3 }
------------------------
-- baspTeamStat Group --
------------------------
btsTeamNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of loadbalance teams
present on this system."
::= { baspTeamStat 1 }
btsTeamTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsTeamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of team entries. The number of
teams is given by the value of teamNumber."
::= { baspTeamStat 2 }
btsTeamEntry OBJECT-TYPE
SYNTAX BtsTeamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing team statistics objects
at the target system."
INDEX { btsTeamIndex }
::= { btsTeamTable 1 }
BtsTeamEntry ::=
SEQUENCE {
btsTeamIndex
INTEGER,
btsTeamName
DisplayString,
btsPhyNumber
INTEGER,
btsVirNumber
INTEGER,
btsPacketSends
Counter,
btsPacketSendDiscardeds
Counter,
btsPacketSendQueueds
Counter,
btsPacketRecvs
Counter,
btsPacketRecvDiscardeds
Counter,
btsLinkPacketsSents
Counter,
btsLinkPacketsRetrieds
Counter
}
btsTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team.
The value for each team must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { btsTeamEntry 1 }
btsTeamName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
" A textual string containing name of the team"
::= { btsTeamEntry 2 }
btsPhyNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of physical adapters in the team"
::= { btsTeamEntry 3 }
btsVirNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of virtual adapters in the team "
::= { btsTeamEntry 4 }
btsPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets that are forwarded to the team members,
derived from physical adapter statistics."
::= { btsTeamEntry 5 }
btsPacketSendDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets that are discarded,
derived from physical adapter statistics."
::= { btsTeamEntry 6 }
btsPacketSendQueueds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets queued by driver waiting for resource"
::= { btsTeamEntry 7 }
btsPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets that are indicated to upper layer,
derived from physical adapter statistics."
::= { btsTeamEntry 8 }
btsPacketRecvDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets discarded,
derived from physical adapter statistics."
::= { btsTeamEntry 9 }
btsLinkPacketsSents OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: Number of link packets sent
across all adapters for the team - Expressed as a
quantity."
::= { btsTeamEntry 10 }
btsLinkPacketsRetrieds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: The number of retry packets
sent across all adapters for the team - Expressed
as a quantity."
::= { btsTeamEntry 11 }
------------------------------
-- baspPhyAdapterStat Group --
------------------------------
btsPhyAdapterNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of physical adapters presented
in the physical adapter table."
::= { baspPhyAdapterStat 1 }
btsPhyAdapterStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsPhyAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The phyMember tables contain the physical
adapter members of loadbalance teams."
::= { baspPhyAdapterStat 2 }
btsPhyAdapterStatEntry OBJECT-TYPE
SYNTAX BtsPhyAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A team entry containing objects at the
target system."
INDEX { btspTeamIndex,
btspAdapterIndex }
::= { btsPhyAdapterStatTable 1 }
BtsPhyAdapterStatEntry ::=
SEQUENCE {
btspTeamIndex
INTEGER(0..65535),
btspAdapterIndex
INTEGER(0..65535),
btspAdapterDesc
DisplayString,
btspPacketSends
Counter,
btspPacketSendDiscardeds
Counter,
btspPacketRecvs
Counter,
btspPacketRecvDiscardeds
Counter,
btspLinkPacketsSents
Counter,
btspLinkPacketsRetrieds
Counter
}
btspTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team."
::= { btsPhyAdapterStatEntry 1 }
btspAdapterIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A value for each adapter within a team."
::= { btsPhyAdapterStatEntry 2 }
btspAdapterDesc OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
" A textual string containing name of the physical member"
::= { btsPhyAdapterStatEntry 3 }
btspPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request completed by miniport ."
::= { btsPhyAdapterStatEntry 4 }
btspPacketSendDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request discarded."
::= { btsPhyAdapterStatEntry 5 }
btspPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets that are indicated to upper layer."
::= { btsPhyAdapterStatEntry 6 }
btspPacketRecvDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" number of receive packets discarded."
::= { btsPhyAdapterStatEntry 7 }
btspLinkPacketsSents OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: Number of link packets
sent vis the adapters for the team -
Expressed as a quantity."
::= { btsPhyAdapterStatEntry 8 }
btspLinkPacketsRetrieds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: The number of retry packets
sent via the adapters for the team - Expressed
as a quantity."
::= { btsPhyAdapterStatEntry 9 }
------------------------------
-- baspVirAdapterStat Group --
------------------------------
btsVirAdapterNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of virtual adapters presented
in the virtual adapter table."
::= { baspVirAdapterStat 1 }
btsVirAdapterStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsVirAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The phyMember tables contain the physical
adapter members of loadbalance teams."
::= { baspVirAdapterStat 2 }
btsVirAdapterStatEntry OBJECT-TYPE
SYNTAX BtsVirAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A team entry containing objects at the
target system."
INDEX { btsvTeamIndex,
btsvAdapterIndex }
::= { btsVirAdapterStatTable 1 }
BtsVirAdapterStatEntry ::=
SEQUENCE {
btsvTeamIndex
INTEGER(0..65535),
btsvAdapterIndex
INTEGER(0..65535),
btsvAdapterDesc
DisplayString,
btsvPacketSends
Counter,
btsvPacketSendQueueds
Counter,
btsvPacketRecvs
Counter
}
btsvTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team."
::= { btsVirAdapterStatEntry 1 }
btsvAdapterIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A value for each adapter within a team."
::= { btsVirAdapterStatEntry 2 }
btsvAdapterDesc OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A textual string containing name of the virtual member"
::= { btsVirAdapterStatEntry 3 }
btsvPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request completed ."
::= { btsVirAdapterStatEntry 4 }
btsvPacketSendQueueds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request being queued by driver waiting for resource"
::= { btsVirAdapterStatEntry 5 }
btsvPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" number of receive indicated to upper layer successfully."
::= { btsVirAdapterStatEntry 6 }
END
BASP-Statistics-MIB DEFINITIONS ::= BEGIN
-- Broadcom(R) Advanced Server Statistics MIB
--
-- This MIB defines Load Balance/VLAN Statistics Management Information Base.
-- These objects are part of the enterprise MIB for Broadcom Advanced Server.
--
IMPORTS
enterprises, Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB;
broadcom OBJECT IDENTIFIER ::= { enterprises 4413 }
enet OBJECT IDENTIFIER ::= { broadcom 1 }
basp OBJECT IDENTIFIER ::= { enet 2 }
baspStat OBJECT IDENTIFIER ::= { basp 2 }
baspTeamStat OBJECT IDENTIFIER ::= { baspStat 1 }
baspPhyAdapterStat OBJECT IDENTIFIER ::= { baspStat 2 }
baspVirAdapterStat OBJECT IDENTIFIER ::= { baspStat 3 }
------------------------
-- baspTeamStat Group --
------------------------
btsTeamNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of loadbalance teams
present on this system."
::= { baspTeamStat 1 }
btsTeamTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsTeamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of team entries. The number of
teams is given by the value of teamNumber."
::= { baspTeamStat 2 }
btsTeamEntry OBJECT-TYPE
SYNTAX BtsTeamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing team statistics objects
at the target system."
INDEX { btsTeamIndex }
::= { btsTeamTable 1 }
BtsTeamEntry ::=
SEQUENCE {
btsTeamIndex
INTEGER,
btsTeamName
DisplayString,
btsPhyNumber
INTEGER,
btsVirNumber
INTEGER,
btsPacketSends
Counter,
btsPacketSendDiscardeds
Counter,
btsPacketSendQueueds
Counter,
btsPacketRecvs
Counter,
btsPacketRecvDiscardeds
Counter,
btsLinkPacketsSents
Counter,
btsLinkPacketsRetrieds
Counter
}
btsTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team.
The value for each team must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { btsTeamEntry 1 }
btsTeamName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
" A textual string containing name of the team"
::= { btsTeamEntry 2 }
btsPhyNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of physical adapters in the team"
::= { btsTeamEntry 3 }
btsVirNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of virtual adapters in the team "
::= { btsTeamEntry 4 }
btsPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets that are forwarded to the team members,
derived from physical adapter statistics."
::= { btsTeamEntry 5 }
btsPacketSendDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets that are discarded,
derived from physical adapter statistics."
::= { btsTeamEntry 6 }
btsPacketSendQueueds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send packets queued by driver waiting for resource"
::= { btsTeamEntry 7 }
btsPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets that are indicated to upper layer,
derived from physical adapter statistics."
::= { btsTeamEntry 8 }
btsPacketRecvDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets discarded,
derived from physical adapter statistics."
::= { btsTeamEntry 9 }
btsLinkPacketsSents OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: Number of link packets sent
across all adapters for the team - Expressed as a
quantity."
::= { btsTeamEntry 10 }
btsLinkPacketsRetrieds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: The number of retry packets
sent across all adapters for the team - Expressed
as a quantity."
::= { btsTeamEntry 11 }
------------------------------
-- baspPhyAdapterStat Group --
------------------------------
btsPhyAdapterNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of physical adapters presented
in the physical adapter table."
::= { baspPhyAdapterStat 1 }
btsPhyAdapterStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsPhyAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The phyMember tables contain the physical
adapter members of loadbalance teams."
::= { baspPhyAdapterStat 2 }
btsPhyAdapterStatEntry OBJECT-TYPE
SYNTAX BtsPhyAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A team entry containing objects at the
target system."
INDEX { btspTeamIndex,
btspAdapterIndex }
::= { btsPhyAdapterStatTable 1 }
BtsPhyAdapterStatEntry ::=
SEQUENCE {
btspTeamIndex
INTEGER(0..65535),
btspAdapterIndex
INTEGER(0..65535),
btspAdapterDesc
DisplayString,
btspPacketSends
Counter,
btspPacketSendDiscardeds
Counter,
btspPacketRecvs
Counter,
btspPacketRecvDiscardeds
Counter,
btspLinkPacketsSents
Counter,
btspLinkPacketsRetrieds
Counter
}
btspTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team."
::= { btsPhyAdapterStatEntry 1 }
btspAdapterIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A value for each adapter within a team."
::= { btsPhyAdapterStatEntry 2 }
btspAdapterDesc OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
" A textual string containing name of the physical member"
::= { btsPhyAdapterStatEntry 3 }
btspPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request completed by miniport ."
::= { btsPhyAdapterStatEntry 4 }
btspPacketSendDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request discarded."
::= { btsPhyAdapterStatEntry 5 }
btspPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of receive packets that are indicated to upper layer."
::= { btsPhyAdapterStatEntry 6 }
btspPacketRecvDiscardeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" number of receive packets discarded."
::= { btsPhyAdapterStatEntry 7 }
btspLinkPacketsSents OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: Number of link packets
sent vis the adapters for the team -
Expressed as a quantity."
::= { btsPhyAdapterStatEntry 8 }
btspLinkPacketsRetrieds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"For LiveLink feature: The number of retry packets
sent via the adapters for the team - Expressed
as a quantity."
::= { btsPhyAdapterStatEntry 9 }
------------------------------
-- baspVirAdapterStat Group --
------------------------------
btsVirAdapterNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of virtual adapters presented
in the virtual adapter table."
::= { baspVirAdapterStat 1 }
btsVirAdapterStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF BtsVirAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The phyMember tables contain the physical
adapter members of loadbalance teams."
::= { baspVirAdapterStat 2 }
btsVirAdapterStatEntry OBJECT-TYPE
SYNTAX BtsVirAdapterStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A team entry containing objects at the
target system."
INDEX { btsvTeamIndex,
btsvAdapterIndex }
::= { btsVirAdapterStatTable 1 }
BtsVirAdapterStatEntry ::=
SEQUENCE {
btsvTeamIndex
INTEGER(0..65535),
btsvAdapterIndex
INTEGER(0..65535),
btsvAdapterDesc
DisplayString,
btsvPacketSends
Counter,
btsvPacketSendQueueds
Counter,
btsvPacketRecvs
Counter
}
btsvTeamIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique value for each team."
::= { btsVirAdapterStatEntry 1 }
btsvAdapterIndex OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A value for each adapter within a team."
::= { btsVirAdapterStatEntry 2 }
btsvAdapterDesc OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A textual string containing name of the virtual member"
::= { btsVirAdapterStatEntry 3 }
btsvPacketSends OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request completed ."
::= { btsVirAdapterStatEntry 4 }
btsvPacketSendQueueds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"number of send request being queued by driver waiting for resource"
::= { btsVirAdapterStatEntry 5 }
btsvPacketRecvs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" number of receive indicated to upper layer successfully."
::= { btsVirAdapterStatEntry 6 }
END
+1066 -1066
View File
File diff suppressed because it is too large Load Diff
+66 -66
View File
@@ -1,66 +1,66 @@
BGP4V2-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
mib-2, MODULE-IDENTITY FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC;
bgp4V2TC MODULE-IDENTITY
LAST-UPDATED "201002010000Z"
ORGANIZATION "IETF IDR Working Group"
CONTACT-INFO "E-mail: [email protected]"
DESCRIPTION
"Textual conventions for BGP-4.
Copyright (C) The IETF Trust (2010). This
version of this MIB module is part of RFC XXX;
see the RFC itself for full legal notices."
-- RFC Editor - replace XXX with RFC number
REVISION "201002010000Z"
DESCRIPTION
"Initial version."
::= { mib-2 100}
--
-- Textual Conventions
--
Bgp4V2IdentifierTC ::= TEXTUAL-CONVENTION
DISPLAY-HINT "1d."
STATUS current
DESCRIPTION
"The representation of a BGP Identifier. BGP Identifiers
are presented in the received network byte order.
The BGP Identifier is displayed as if it is an IP address,
even if it would be an illegal one."
REFERENCE
"RFC 4273, Section 4.2"
SYNTAX OCTET STRING(SIZE (4))
Bgp4V2AddressFamilyIdentifierTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The representation of a BGP AFI. The value of this object
should be restricted to be between the values of 0 and 65535."
REFERENCE
"RFC 4760, Section 3"
SYNTAX INTEGER {
ipv4(1),
ipv6(2)
}
Bgp4V2SubsequentAddressFamilyIdentifierTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The representation of a BGP SAFI"
REFERENCE
"RFC 4760, Section 3. The value of this object should be
restricted to be between the values of 0 and 255."
SYNTAX INTEGER {
unicast(1),
multicast(2),
mpls(4)
}
END
BGP4V2-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
mib-2, MODULE-IDENTITY FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC;
bgp4V2TC MODULE-IDENTITY
LAST-UPDATED "201002010000Z"
ORGANIZATION "IETF IDR Working Group"
CONTACT-INFO "E-mail: [email protected]"
DESCRIPTION
"Textual conventions for BGP-4.
Copyright (C) The IETF Trust (2010). This
version of this MIB module is part of RFC XXX;
see the RFC itself for full legal notices."
-- RFC Editor - replace XXX with RFC number
REVISION "201002010000Z"
DESCRIPTION
"Initial version."
::= { mib-2 100}
--
-- Textual Conventions
--
Bgp4V2IdentifierTC ::= TEXTUAL-CONVENTION
DISPLAY-HINT "1d."
STATUS current
DESCRIPTION
"The representation of a BGP Identifier. BGP Identifiers
are presented in the received network byte order.
The BGP Identifier is displayed as if it is an IP address,
even if it would be an illegal one."
REFERENCE
"RFC 4273, Section 4.2"
SYNTAX OCTET STRING(SIZE (4))
Bgp4V2AddressFamilyIdentifierTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The representation of a BGP AFI. The value of this object
should be restricted to be between the values of 0 and 65535."
REFERENCE
"RFC 4760, Section 3"
SYNTAX INTEGER {
ipv4(1),
ipv6(2)
}
Bgp4V2SubsequentAddressFamilyIdentifierTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The representation of a BGP SAFI"
REFERENCE
"RFC 4760, Section 3. The value of this object should be
restricted to be between the values of 0 and 255."
SYNTAX INTEGER {
unicast(1),
multicast(2),
mpls(4)
}
END
+1321 -1321
View File
File diff suppressed because it is too large Load Diff
+10617 -10617
View File
File diff suppressed because it is too large Load Diff
+4795 -4795
View File
File diff suppressed because it is too large Load Diff
+1352 -1352
View File
File diff suppressed because it is too large Load Diff
+5441 -5441
View File
File diff suppressed because it is too large Load Diff
+435 -435
View File
@@ -1,435 +1,435 @@
-- COPYRIGHT NOTICE
-- Copyright (c) Hewlett Packard Company, 2003
-- All rights reserved
--
--
BLADETYPE2-TRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
TRAP-TYPE
FROM RFC-1215
sysName, sysLocation, sysContact, DisplayString
FROM RFC1213-MIB
hpSwitchBladeType2-Mgmt
FROM HP-SWITCH-PL-MIB
stgCurCfgIndex
FROM BLADETYPE2-PHYSICAL-MIB
agSlotNumber, agRackId, agChassis
FROM BLADETYPE2-SWITCH-MIB
ipCurCfgGwIndex, ipCurCfgGwAddr
, vrrpCurCfgVirtRtrIndx, vrrpCurCfgVirtRtrAddr,
vrrpCurCfgIfIndx, vrrpCurCfgIfPasswd
FROM BLADETYPE2-NETWORK-MIB;
bt2Traps OBJECT IDENTIFIER
::= { hpSwitchBladeType2-Mgmt 7 }
-- MIB_INSERT_START
-- ----------------------------------------------------------------------------
-- { INSERT: bt2trap
-- ----------------------------------------------------------------------------
-- SECTION 2: Temporary Object Definitions Used In Traps
bt2SwTrapDisplayString OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temporary string object used to store information being sent
in an Bladetype2 Switch trap."
::= { bt2Traps 1000 }
-- SECTION 3: Trap Definitions
bt2SwPrimaryPowerSupplyFailure TRAP-TYPE
ENTERPRISE bt2Traps
DESCRIPTION
"A bt2SwPrimaryPowerSupplyFailure trap signifies that the
primary power supply failed."
--#SEVERITY CRITICAL
::= 1 -- 0x01
bt2SwDefGwUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwUp trap signifies that the default
gateway is alive."
--#SEVERITY INFORMATIONAL
::= 2 -- 0x02
bt2SwDefGwDown TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDown trap signifies that the default
gateway is down."
--#SEVERITY INFORMATIONAL
::= 3 -- 0x03
bt2SwDefGwInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwEnabled trap signifies that the default
gateway is up and in service."
--#SEVERITY INFORMATIONAL
::= 4 -- 0x04
bt2SwDefGwNotInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDisabled trap signifies that the default
gateway is alive but not in service."
--#SEVERITY INFORMATIONAL
::= 5 -- 0x05
bt2SwVrrpNewMaster TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewMaster trap indicates that the sending agent
has transitioned to 'Master' state."
--#SEVERITY INFORMATIONAL
::= 16 -- 0x10
bt2SwVrrpNewBackup TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewBackup trap indicates that the sending agent
has transitioned to 'Backup' state."
--#SEVERITY INFORMATIONAL
::= 17 -- 0x11
bt2SwVrrpAuthFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgIfIndx,
vrrpCurCfgIfPasswd,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwVrrpAuthFailure trap signifies that a packet has
been received from a router whose authentication key
or authentication type conflicts with this router's
authentication key or authentication type. Implementation
of this trap is optional."
--#SEVERITY MAJOR
::= 18 -- 0x12
bt2SwLoginFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwLoginFailure trap signifies that someone failed to
enter a valid username/password combination."
--#SEVERITY MAJOR
::= 19 -- 0x13
bt2SwTempExceedThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempExceedThreshold trap signifies that the
switch temperature has exceeded maximum safety limits."
--#SEVERITY CRITICAL
::= 22 -- 0x16
bt2SwRackLocationChange TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { agRackId,
agChassis,
agSlotNumber,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwRackLocationChange trap signifies that the rack
location has been changed."
--#SEVERITY INFORMATIONAL
::= 26 -- 0x1A
bt2SwApplyComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been applied."
--#SEVERITY INFORMATIONAL
::= 27 -- 0x1B
bt2SwSaveComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been saved."
--#SEVERITY INFORMATIONAL
::= 28 -- 0x1C
bt2SwFwDownloadSucess TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadSuccess signifies that firmware
has been downloaded to [image1|image2|boot image]."
--#SEVERITY INFORMATIONAL
::= 29 -- 0x1D
bt2SwFwDownloadFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadFailure signifies that firmware
downloaded failed to [image1|image2|boot image]."
--#SEVERITY MINOR
::= 30 -- 0x1E
bt2SwTempReturnThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempReturnThreshold trap signifies that the
switch temperature has returned below maximum safety limits."
--#SEVERITY INFORMATIONAL
::= 31 -- 0x1F
bt2SwFanFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailure trap signifies that the
fan failure has been detected."
--#SEVERITY MAJOR
::= 32 -- 0x20
bt2SwFanFailureFixed TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailureFixed trap signifies that the
fan failure has been fixed."
--#SEVERITY INFORMATIONAL
::= 33 -- 0x21
bt2SwUfdfoLtMFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMFailure trap signifies that a LtM link is down."
--#SEVERITY MAJOR
::= 34 -- 0x22
bt2SwUfdfoLtMUP TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMUP trap signifies that a LtM link is up."
--#SEVERITY INFORMATIONAL
::= 35 -- 0x23
bt2SwUfdfoGlobalEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalEna trap signifies that Global UFD is enabled."
--#SEVERITY INFORMATIONAL
::= 36 -- 0x24
bt2SwUfdfoGlobalDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalDis trap signifies that Global UFD is disabled."
--#SEVERITY INFORMATIONAL
::= 37 -- 0x25
bt2SwUfdfoLtDAutoEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoEna trap signifies that a LtD link is Auto Enabled."
--#SEVERITY INFORMATIONAL
::= 38 -- 0x26
bt2SwUfdfoLtDAutoDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoDis trap signifies that a LtD link is Auto Disabled."
--#SEVERITY INFORMATIONAL
::= 39 -- 0x27
bt2SwCubeInserted TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was inserted."
--#SEVERITY INFORMATIONAL
::= 40 -- 0x28
bt2SwCubeRemoved TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was removed."
--#SEVERITY INFORMATIONAL
::= 41 -- 0x29
bt2SwStgNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgNewRoot trap signifies that the bridge has become the new root of the STG."
--#SEVERITY INFORMATIONAL
::= 42 -- 0x2A
bt2SwCistNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistNewRoot trap signifies that the bridge has become the new root of the CIST."
--#SEVERITY INFORMATIONAL
::= 43 -- 0x2B
bt2SwStgTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgTopologyChanged trap signifies that there was a STG topology change."
--#SEVERITY INFORMATIONAL
::= 44 -- 0x2C
bt2SwCistTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistTopologyChanged trap signifies that there was a CIST topology change."
--#SEVERITY INFORMATIONAL
::= 45 -- 0x2D
bt2SwHotlinksMasterUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterUp trap signifies that the Master interface is active."
--#SEVERITY INFORMATIONAL
::= 46 -- 0x2E
bt2SwHotlinksMasterDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterDn trap signifies that the Master interface is not active."
--#SEVERITY INFORMATIONAL
::= 47 -- 0x2F
bt2SwHotlinksBackupUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupUp trap signifies that the Backup interface is active."
--#SEVERITY INFORMATIONAL
::= 48 -- 0x30
bt2SwHotlinksBackupDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupDn trap signifies that the Backup interface is not active."
--#SEVERITY INFORMATIONAL
::= 49 -- 0x31
bt2SwHotlinksNone TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksNone trap signifies that there are no active interfaces."
--#SEVERITY INFORMATIONAL
::= 50 -- 0x32
-- ----------------------------------------------------------------------------
-- } INSERT: bt2trap
-- ----------------------------------------------------------------------------
END
-- COPYRIGHT NOTICE
-- Copyright (c) Hewlett Packard Company, 2003
-- All rights reserved
--
--
BLADETYPE2-TRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
TRAP-TYPE
FROM RFC-1215
sysName, sysLocation, sysContact, DisplayString
FROM RFC1213-MIB
hpSwitchBladeType2-Mgmt
FROM HP-SWITCH-PL-MIB
stgCurCfgIndex
FROM BLADETYPE2-PHYSICAL-MIB
agSlotNumber, agRackId, agChassis
FROM BLADETYPE2-SWITCH-MIB
ipCurCfgGwIndex, ipCurCfgGwAddr
, vrrpCurCfgVirtRtrIndx, vrrpCurCfgVirtRtrAddr,
vrrpCurCfgIfIndx, vrrpCurCfgIfPasswd
FROM BLADETYPE2-NETWORK-MIB;
bt2Traps OBJECT IDENTIFIER
::= { hpSwitchBladeType2-Mgmt 7 }
-- MIB_INSERT_START
-- ----------------------------------------------------------------------------
-- { INSERT: bt2trap
-- ----------------------------------------------------------------------------
-- SECTION 2: Temporary Object Definitions Used In Traps
bt2SwTrapDisplayString OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temporary string object used to store information being sent
in an Bladetype2 Switch trap."
::= { bt2Traps 1000 }
-- SECTION 3: Trap Definitions
bt2SwPrimaryPowerSupplyFailure TRAP-TYPE
ENTERPRISE bt2Traps
DESCRIPTION
"A bt2SwPrimaryPowerSupplyFailure trap signifies that the
primary power supply failed."
--#SEVERITY CRITICAL
::= 1 -- 0x01
bt2SwDefGwUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwUp trap signifies that the default
gateway is alive."
--#SEVERITY INFORMATIONAL
::= 2 -- 0x02
bt2SwDefGwDown TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDown trap signifies that the default
gateway is down."
--#SEVERITY INFORMATIONAL
::= 3 -- 0x03
bt2SwDefGwInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwEnabled trap signifies that the default
gateway is up and in service."
--#SEVERITY INFORMATIONAL
::= 4 -- 0x04
bt2SwDefGwNotInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDisabled trap signifies that the default
gateway is alive but not in service."
--#SEVERITY INFORMATIONAL
::= 5 -- 0x05
bt2SwVrrpNewMaster TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewMaster trap indicates that the sending agent
has transitioned to 'Master' state."
--#SEVERITY INFORMATIONAL
::= 16 -- 0x10
bt2SwVrrpNewBackup TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewBackup trap indicates that the sending agent
has transitioned to 'Backup' state."
--#SEVERITY INFORMATIONAL
::= 17 -- 0x11
bt2SwVrrpAuthFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgIfIndx,
vrrpCurCfgIfPasswd,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwVrrpAuthFailure trap signifies that a packet has
been received from a router whose authentication key
or authentication type conflicts with this router's
authentication key or authentication type. Implementation
of this trap is optional."
--#SEVERITY MAJOR
::= 18 -- 0x12
bt2SwLoginFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwLoginFailure trap signifies that someone failed to
enter a valid username/password combination."
--#SEVERITY MAJOR
::= 19 -- 0x13
bt2SwTempExceedThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempExceedThreshold trap signifies that the
switch temperature has exceeded maximum safety limits."
--#SEVERITY CRITICAL
::= 22 -- 0x16
bt2SwRackLocationChange TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { agRackId,
agChassis,
agSlotNumber,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwRackLocationChange trap signifies that the rack
location has been changed."
--#SEVERITY INFORMATIONAL
::= 26 -- 0x1A
bt2SwApplyComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been applied."
--#SEVERITY INFORMATIONAL
::= 27 -- 0x1B
bt2SwSaveComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been saved."
--#SEVERITY INFORMATIONAL
::= 28 -- 0x1C
bt2SwFwDownloadSucess TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadSuccess signifies that firmware
has been downloaded to [image1|image2|boot image]."
--#SEVERITY INFORMATIONAL
::= 29 -- 0x1D
bt2SwFwDownloadFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadFailure signifies that firmware
downloaded failed to [image1|image2|boot image]."
--#SEVERITY MINOR
::= 30 -- 0x1E
bt2SwTempReturnThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempReturnThreshold trap signifies that the
switch temperature has returned below maximum safety limits."
--#SEVERITY INFORMATIONAL
::= 31 -- 0x1F
bt2SwFanFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailure trap signifies that the
fan failure has been detected."
--#SEVERITY MAJOR
::= 32 -- 0x20
bt2SwFanFailureFixed TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailureFixed trap signifies that the
fan failure has been fixed."
--#SEVERITY INFORMATIONAL
::= 33 -- 0x21
bt2SwUfdfoLtMFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMFailure trap signifies that a LtM link is down."
--#SEVERITY MAJOR
::= 34 -- 0x22
bt2SwUfdfoLtMUP TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMUP trap signifies that a LtM link is up."
--#SEVERITY INFORMATIONAL
::= 35 -- 0x23
bt2SwUfdfoGlobalEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalEna trap signifies that Global UFD is enabled."
--#SEVERITY INFORMATIONAL
::= 36 -- 0x24
bt2SwUfdfoGlobalDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalDis trap signifies that Global UFD is disabled."
--#SEVERITY INFORMATIONAL
::= 37 -- 0x25
bt2SwUfdfoLtDAutoEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoEna trap signifies that a LtD link is Auto Enabled."
--#SEVERITY INFORMATIONAL
::= 38 -- 0x26
bt2SwUfdfoLtDAutoDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoDis trap signifies that a LtD link is Auto Disabled."
--#SEVERITY INFORMATIONAL
::= 39 -- 0x27
bt2SwCubeInserted TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was inserted."
--#SEVERITY INFORMATIONAL
::= 40 -- 0x28
bt2SwCubeRemoved TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was removed."
--#SEVERITY INFORMATIONAL
::= 41 -- 0x29
bt2SwStgNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgNewRoot trap signifies that the bridge has become the new root of the STG."
--#SEVERITY INFORMATIONAL
::= 42 -- 0x2A
bt2SwCistNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistNewRoot trap signifies that the bridge has become the new root of the CIST."
--#SEVERITY INFORMATIONAL
::= 43 -- 0x2B
bt2SwStgTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgTopologyChanged trap signifies that there was a STG topology change."
--#SEVERITY INFORMATIONAL
::= 44 -- 0x2C
bt2SwCistTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistTopologyChanged trap signifies that there was a CIST topology change."
--#SEVERITY INFORMATIONAL
::= 45 -- 0x2D
bt2SwHotlinksMasterUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterUp trap signifies that the Master interface is active."
--#SEVERITY INFORMATIONAL
::= 46 -- 0x2E
bt2SwHotlinksMasterDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterDn trap signifies that the Master interface is not active."
--#SEVERITY INFORMATIONAL
::= 47 -- 0x2F
bt2SwHotlinksBackupUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupUp trap signifies that the Backup interface is active."
--#SEVERITY INFORMATIONAL
::= 48 -- 0x30
bt2SwHotlinksBackupDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupDn trap signifies that the Backup interface is not active."
--#SEVERITY INFORMATIONAL
::= 49 -- 0x31
bt2SwHotlinksNone TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksNone trap signifies that there are no active interfaces."
--#SEVERITY INFORMATIONAL
::= 50 -- 0x32
-- ----------------------------------------------------------------------------
-- } INSERT: bt2trap
-- ----------------------------------------------------------------------------
END
+23994 -23994
View File
File diff suppressed because it is too large Load Diff
+24113 -24113
View File
File diff suppressed because it is too large Load Diff
+24337 -24337
View File
File diff suppressed because it is too large Load Diff
+590 -590
View File
File diff suppressed because it is too large Load Diff

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