OCTOPUSE-MIB

File: OCTOPUSE-MIB.mib (48820 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI SNMPv2-SMI

Imported symbols

TEXTUAL-CONVENTION IpAddress MODULE-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE enterprises

Defined Types

DisplayString  
OCTET STRING    

DateAndTime  
A date-time specification identical to rfc 1443 definition. field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9 For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be displayed as: 1992-5-26,13:30:15.0
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

ReadWrite  
A textual convention for describing objects that enable or disable some sort of write access.
TEXTUAL-CONVENTION    
  INTEGER readWrite(1), readOnly(2)  

OctoErrorHistoryEntry  
SEQUENCE    
  octoErrorIndex INTEGER
  octoErrorDateTime DateAndTime
  octoErrorClass INTEGER
  octoErrorCode INTEGER
  octoAccessSlot INTEGER
  octoAccessPort INTEGER
  octoErrorDescription DisplayString
  octoErrorSeverity INTEGER

OctoSlotTableEntry  
SEQUENCE    
  cardIndex INTEGER
  cardBoxNum INTEGER
  cardSlotNum INTEGER
  cardType DisplayString
  cardDescription DisplayString
  cardCodeNumber DisplayString
  cardState INTEGER

OctoPortTableEntry  
SEQUENCE    
  portIndex INTEGER
  portCardIndex INTEGER
  portType DisplayString
  portState INTEGER
  portLock INTEGER

OctoExtensionTableEntry  
SEQUENCE    
  extensionIndex INTEGER
  extensionDescription DisplayString
  extensionCodeNumber DisplayString

OctoLanConnTableEntry  
SEQUENCE    
  lanConnIndex INTEGER
  lanConnDescription DisplayString
  lanConnIpAddress IpAddress
  lanConnSubnetMask IpAddress
  lanConnStatus INTEGER

OctoFeatureStatEntry  
SEQUENCE    
  featureIndex INTEGER
  featureDescription DisplayString
  featureCounter INTEGER

IpConnControlEntry  
SEQUENCE    
  connControlIndex INTEGER
  connPartnerIpAddress IpAddress
  connTimeout INTEGER
  connRetries INTEGER
  connRetryTimer INTEGER
  connResult INTEGER
  connControlState INTEGER

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

siemensUnits 1.3.6.1.4.1.231.7
OBJECT IDENTIFIER    

pn 1.3.6.1.4.1.231.7.2
OBJECT IDENTIFIER    

octopusE 1.3.6.1.4.1.231.7.2.9
Octopus E MIB.
MODULE-IDENTITY    

octoControlGroup 1.3.6.1.4.1.231.7.2.9.1
OBJECT IDENTIFIER    

octoErrorHistoryGroup 1.3.6.1.4.1.231.7.2.9.2
OBJECT IDENTIFIER    

octoSystemInfoGroup 1.3.6.1.4.1.231.7.2.9.3
OBJECT IDENTIFIER    

octoStatisticsGroup 1.3.6.1.4.1.231.7.2.9.4
OBJECT IDENTIFIER    

octoCdrConfigGroup 1.3.6.1.4.1.231.7.2.9.5
OBJECT IDENTIFIER    

octoTrapSpecifications 1.3.6.1.4.1.231.7.2.9.6
OBJECT IDENTIFIER    

octoNetworkGroup 1.3.6.1.4.1.231.7.2.9.7
OBJECT IDENTIFIER    

octoSysState 1.3.6.1.4.1.231.7.2.9.1.1
The actual error state of the Octopus E PABX. Contains the highest severity level of the recent error events. This object is updated automatically, but it can also be modified manually.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), warning(2), minor(3), major(4), critical(5)  

tftpSwitchoverDateTime 1.3.6.1.4.1.231.7.2.9.1.2
Date and time for the switchover to the new system software. The configured time will be ignored, if the upgrade is started with the downloadAndImmediateSwitchover define of the tftpDownloadAction object. octet format: field octets contents range hex (range dez) ----- ------ -------- --------- ---------- 1 1-2 year 00 00 - FF FF (0 - 65536) 2 3 month 01 - 0C (1 - 12) 3 4 day 01 - 1F (1 - 31) 4 5 hour 00 - 17 (0 - 23) 5 6 minutes 00 - 3B (0 - 59) 6 7 seconds 00 - 3B (0 - 60) 7 8 deci-seconds 00 - 09 (0 - 9) For example, to configure Wednesday June 16, 1999 at 8:30:15 AM would be configured as 07 cf 06 10 08 1E 0F 00
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

tftpDownloadAction 1.3.6.1.4.1.231.7.2.9.1.3
When this object is set to downloadAndImmediateSwitchover (2), the device will download the new software from the configured host. After the download is finished, the device will automatically restart with the new software. If downloadAndDelayedSwitchover (3) is specified, the new image is copied to the device. When the tftpDateTime value is matched, the device discontinues its normal operation and does the software switchover. After an automatic reset, it starts with the new system software. Setting downloadWithoutSwitchover (4) initiates a download without switching over to the new software. When the device is not downloading, this object will have a value of notDownloading(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notDownloading(1), downloadAndImmediateSwitchover(2), downloadAndDelayedSwitchover(3), downloadWithoutSwitchover(4)  

octoResetControl 1.3.6.1.4.1.231.7.2.9.1.4
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory. When the device is running normally, this variable has a value of running(1). The effect of configuring this object is identical to the configuration of the probeResetControl object of RFC 2021, except for the coldBoot option which is not supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER running(1), warmBoot(2)  

octoSwitchoverState 1.3.6.1.4.1.231.7.2.9.1.5
The values readyForSwitchover (1) and notReadyForSwitchover (2) indicate whether the system is ready to be switched over to the new software that was downloaded to the shadow flash area, or not. If it is not passible, octoShadowFlashState gives details on the reason. Setting this object to switchoverNow (3) causes the device to switchover immediately to the new software which was downloaded to the shadow flash area before and restart the system. initSwitchoverDelayed(4) causes a delayed switchover.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER readyForSwitchover(1), notReadyForSwitchover(2), initSwitchoverNow(3), initSwitchoverDelayed(4)  

octoShadowFlashState 1.3.6.1.4.1.231.7.2.9.1.6
This object informs about the state of the shadow flash memory area which is used to buffer a new software image that is being downloaded to the system. A download is only possible when the state is flashDeleted (1). It is not possible to download if the state is flashNotDeleted(2), nor if it's flashWriteProtected(3) (this means it is internally locked by software because the system is not in the state of accepting new flash data). If the flash memory is smaller than 8 MB ( flashTooSmall(4) ), no transfer is possible, too. It is possible to delete an inactive software image from the shadow flash area by setting deleteFlashNow (5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER flashDeleted(1), flashNotDeleted(2), flashWriteProtected(3), flashTooSmall(4), deleteFlashNow(5)  

octoLoadLevel 1.3.6.1.4.1.231.7.2.9.1.7
The actual CPU load level (per cent).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

octoTrapRepetitions 1.3.6.1.4.1.231.7.2.9.1.8
The number of trap repetitions for error events marked as very important (log-and-multiple-trap).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..5  

octoCdrBufferState 1.3.6.1.4.1.231.7.2.9.1.9
Use this object to delete the CDR buffer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER accounting(1), deleteBufferNow(2)  

octoLogBufferState 1.3.6.1.4.1.231.7.2.9.1.10
Use this object to delete the log data.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER logging(1), deleteBufferNow(2)  

numberOfErrorHistoryEntries 1.3.6.1.4.1.231.7.2.9.2.1
Contains the number of errors to be found in the error history table. This value can be used to delete the last x entries (reduce value by x) or to delete all entries (value = 0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483187  

octoErrorHistoryTable 1.3.6.1.4.1.231.7.2.9.2.2
This table contains information about the errors that occured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoErrorHistoryEntry

octoErrorHistoryEntry 1.3.6.1.4.1.231.7.2.9.2.2.1
The trap history table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoErrorHistoryEntry  

octoErrorIndex 1.3.6.1.4.1.231.7.2.9.2.2.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoErrorDateTime 1.3.6.1.4.1.231.7.2.9.2.2.1.2
Time, when the error occurred.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

octoErrorClass 1.3.6.1.4.1.231.7.2.9.2.2.1.3
Contains the error class number (type of trap).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoErrorCode 1.3.6.1.4.1.231.7.2.9.2.2.1.4
Contains the error code.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoAccessSlot 1.3.6.1.4.1.231.7.2.9.2.2.1.5
Contains the access slot for the error.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoAccessPort 1.3.6.1.4.1.231.7.2.9.2.2.1.6
Contains the local access port of the error. Local means that port numbering starts with 0 for each card.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoErrorDescription 1.3.6.1.4.1.231.7.2.9.2.2.1.7
Detailed information about errors.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

octoErrorSeverity 1.3.6.1.4.1.231.7.2.9.2.2.1.8
Contains the severity of the specific error.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), minor(3), major(4), critical(5)  

sysHardwareVersion 1.3.6.1.4.1.231.7.2.9.3.1
Contains the version string of the system hardware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..25)  

sysSoftwareVersion 1.3.6.1.4.1.231.7.2.9.3.2
Contains the version string of the system software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..25)  

sysCodeNumber 1.3.6.1.4.1.231.7.2.9.3.3
Contains the code number of the system software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..25)  

sysSoftwareLocation 1.3.6.1.4.1.231.7.2.9.3.4
Contains location (address space) where the system software is currently running.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lower(1), upper(2)  

numberOfSlotTableEntries 1.3.6.1.4.1.231.7.2.9.3.5
Contains the number of entries in the slot table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483187  

octoSlotTable 1.3.6.1.4.1.231.7.2.9.3.6
This table contains information about the system slots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoSlotTableEntry

octoSlotTableEntry 1.3.6.1.4.1.231.7.2.9.3.6.1
The slot table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoSlotTableEntry  

cardIndex 1.3.6.1.4.1.231.7.2.9.3.6.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

cardBoxNum 1.3.6.1.4.1.231.7.2.9.3.6.1.2
Index of the box where the card is placed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

cardSlotNum 1.3.6.1.4.1.231.7.2.9.3.6.1.3
Index of the slot where the card is placed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

cardType 1.3.6.1.4.1.231.7.2.9.3.6.1.4
Code for the type of the card.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..40)  

cardDescription 1.3.6.1.4.1.231.7.2.9.3.6.1.5
Textual card description.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

cardCodeNumber 1.3.6.1.4.1.231.7.2.9.3.6.1.6
Contains the code number of the card software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..25)  

cardState 1.3.6.1.4.1.231.7.2.9.3.6.1.7
Contains the state of the card.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), minor(3), major(4), critical(5)  

numberOfPortTableEntries 1.3.6.1.4.1.231.7.2.9.3.7
Contains the number of entries in the port table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483187  

octoPortTable 1.3.6.1.4.1.231.7.2.9.3.8
This table contains information about the system ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoPortTableEntry

octoPortTableEntry 1.3.6.1.4.1.231.7.2.9.3.8.1
The port table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoPortTableEntry  

portIndex 1.3.6.1.4.1.231.7.2.9.3.8.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

portCardIndex 1.3.6.1.4.1.231.7.2.9.3.8.1.2
Reference to the card the port is assigned to.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

portType 1.3.6.1.4.1.231.7.2.9.3.8.1.3
Contains the type of the port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..40)  

portState 1.3.6.1.4.1.231.7.2.9.3.8.1.4
Contains the general state of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

portLock 1.3.6.1.4.1.231.7.2.9.3.8.1.5
This object contains the lock state of the port. A software lock can be enabled / disabled. Possible state transitions: unlocked -> lockedBySoftware lockedByHardware -> lockedBySoftAndHardware lockedBySoftware -> unlocked lockedBySoftAndHardware -> lockedByHardware
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unlocked(1), lockedBySoftware(2), lockedByHardware(3), lockedBySoftAndHardware(4)  

numberOfExtensionTableEntries 1.3.6.1.4.1.231.7.2.9.3.9
Contains the number of entries in the hardware extension table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483187  

octoExtensionTable 1.3.6.1.4.1.231.7.2.9.3.10
This table contains information about the hardware extensions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoExtensionTableEntry

octoExtensionTableEntry 1.3.6.1.4.1.231.7.2.9.3.10.1
The extension table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoExtensionTableEntry  

extensionIndex 1.3.6.1.4.1.231.7.2.9.3.10.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

extensionDescription 1.3.6.1.4.1.231.7.2.9.3.10.1.2
Contains a textual desription of the hardware extension.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..40)  

extensionCodeNumber 1.3.6.1.4.1.231.7.2.9.3.10.1.3
Contains the code number of the hardware extension.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..40)  

numberOfLanConnTableEntries 1.3.6.1.4.1.231.7.2.9.3.11
Contains the number of entries in the LAN connection table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483187  

octoLanConnTable 1.3.6.1.4.1.231.7.2.9.3.12
This table contains information about the interfaces available for LAN access of the device or its cards.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoLanConnTableEntry

octoLanConnTableEntry 1.3.6.1.4.1.231.7.2.9.3.12.1
The LAN connection table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoLanConnTableEntry  

lanConnIndex 1.3.6.1.4.1.231.7.2.9.3.12.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

lanConnDescription 1.3.6.1.4.1.231.7.2.9.3.12.1.2
Textual desription on the LAN connection.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lanConnIpAddress 1.3.6.1.4.1.231.7.2.9.3.12.1.3
IP address of the LAN connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lanConnSubnetMask 1.3.6.1.4.1.231.7.2.9.3.12.1.4
Subnet mask of the LAN connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lanConnStatus 1.3.6.1.4.1.231.7.2.9.3.12.1.5
Status of the LAN Connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

hiPathAllServeServerIpAddress 1.3.6.1.4.1.231.7.2.9.3.13
IP address of the HiPath AllServe (Venus) server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

indexOfLastPortStatusNotificationTrap 1.3.6.1.4.1.231.7.2.9.3.14
Index of last 'port status change' notification trap sent by the device. Note: only reset possible (0)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

sysSnmpAgentVersion 1.3.6.1.4.1.231.7.2.9.3.15
Version number of the systems SNMP agent (formatting: x.y.z.)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

numberOfFeatureStatTableEntries 1.3.6.1.4.1.231.7.2.9.4.1
Contains the number of feature counters to be found in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoFeatureStatTable 1.3.6.1.4.1.231.7.2.9.4.2
This table contains information about the usage of specific system features. It is designed to monitor the use of these features for a limited time only, because each counter is limited to one byte.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OctoFeatureStatEntry

octoFeatureStatEntry 1.3.6.1.4.1.231.7.2.9.4.2.1
The feature statistics table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  OctoFeatureStatEntry  

featureIndex 1.3.6.1.4.1.231.7.2.9.4.2.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

featureDescription 1.3.6.1.4.1.231.7.2.9.4.2.1.2
Description of the feature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

featureCounter 1.3.6.1.4.1.231.7.2.9.4.2.1.3
This Counter indicates how often the feature was used since last system reload
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

featureStatTableReset 1.3.6.1.4.1.231.7.2.9.4.3
Enables reset (2) of all counters of the featureStatTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER counting(1), reset(2)  

octoCdrSeparator 1.3.6.1.4.1.231.7.2.9.5.1
Separator between following CDRs: DOS mode (1): CRLF UNIX mode (2): LF
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dosMode(1), unixMode(2)  

octoCdrElementSeparator 1.3.6.1.4.1.231.7.2.9.5.2
Separator between the different elements of one CDR: pipe (0x7c): '|' semicolon (0x3b): ';' blank (0x20): ' ' NOTE: no write access for blank
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pipe(124), semicolon(59), blank(32)  

octoCdrThresholdValue 1.3.6.1.4.1.231.7.2.9.5.3
CDR buffer limit (only relevant for TFTP server mode): threshold value (in percent) for sending a CDR data notification trap recommended values: 0 to 80
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoCdrTftpFileCounter 1.3.6.1.4.1.231.7.2.9.5.4
CDR (only relevant for TFTP client mode): For each transferred CDR-file a new filename is necassary filename: 'GDS.c'
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoCdrTftpServerDestAddress 1.3.6.1.4.1.231.7.2.9.5.5
Destination IP addresse of CDR TFTP server (only relevant for TFTP client mode)
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

octoCdrTftpServerAlternateDestAddress 1.3.6.1.4.1.231.7.2.9.5.6
Alternate destination IP addresse of CDR TFTP server (only relevant for TFTP client mode): is the CDR TFTP Server not reachable the switch transfers CDR data to this alternative server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

octoCdrTftpClientTimer 1.3.6.1.4.1.231.7.2.9.5.7
cycle time in minutes for initiating CDR output, max value 1439 minutes (23hours,59minutes) (only relevant for TFTP client mode)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoCdrTcpServerDestAddress 1.3.6.1.4.1.231.7.2.9.5.8
Destination IP addresse of CDR TCP server (only relevant for TCP client mode)
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

octoCdrTcpServerDestPort 1.3.6.1.4.1.231.7.2.9.5.9
Destination TCP port of CDR TCP server (only relevant for TCP client mode)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoCdrOutputMode 1.3.6.1.4.1.231.7.2.9.5.10
CDR (Call Detailed Record) output mode: V24-Port (1): the device is permanently connected over a V.24 connection to an extern application and sends each CDR immidiatly NOTE: no write access UPN-Port (2): the device is permanently connected over terminal adapter (PPM) connection to an extern application and sends each CDR immidiatly NOTE: no write access PCVPL-Port (3): the device is permanently connected over a CorNet TS connection to an extern application (PCVPL) and sends each CDR immidiatly NOTE: no write access TFTP-Client (4): the device sends the collected CDRs to the administrated TFTP-Server TFTP-Server (5): an extern TFTP client can request the collected CDRs TCP-Client (6): the device is permanently connected to an extern TCP server and sends each CDR immidiatly NoOutput (7): no output for CDR
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v24port(1), uPNport(2), pCVPLport(3), tftpClient(4), tftpServer(5), tcpClient(6), noOutput(7)  

octoIndexOfLastCdrNotificationTrap 1.3.6.1.4.1.231.7.2.9.5.11
Index of last CDR notification trap sent by the device Note: only reset possible (0)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoTypeOfLastCdrNotificationTrap 1.3.6.1.4.1.231.7.2.9.5.12
Type of last CDR notification trap sent by the device: (1) : error - CDR buffer overflow (2) : warning - CDR buffer is filled up over 80% (3) : notification - administrateable CDR buffer threshold is reached -> extern TFTP client has to get the collected CDRs (4) : warning - TCP Client couldn't reach administrated server (5) : warning - TFTP Client couldn't reach administrated server (6) : warning - TFTP Client couldn't reach administrated alternative server
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

octoDescriptionOfLastCdrNotificationTrap 1.3.6.1.4.1.231.7.2.9.5.13
Textual description of last CDR notification trap sent by the device
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

sendAlarm 1.3.6.1.4.1.231.7.2.9.6.1
If an error occurs, there will be checked if the errorClass is configured to trigger an immediate signalling. If so, a trap will be send to the management station containing the information shown above.
Status: current Access: read-only
NOTIFICATION-TYPE    

sendCdrNotification 1.3.6.1.4.1.231.7.2.9.6.2
The CDR notification trap is sent to trigger further actions by the management station, for instance download of CDR data.
Status: current Access: read-only
NOTIFICATION-TYPE    

sendPortStatusNotification 1.3.6.1.4.1.231.7.2.9.6.3
The 'port status change' notification trap is sent to trigger a polling of the port table by a management station. It indicates one or more changes in port states.
Status: current Access: read-only
NOTIFICATION-TYPE    

numberOfIpConnControlTableEntries 1.3.6.1.4.1.231.7.2.9.7.1
Contains the number of ip connection control entries to be found in the table. Set this value to 0 to remove all connection control entries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

ipConnControlTable 1.3.6.1.4.1.231.7.2.9.7.2
This table can be used to control manual or automatic (periodical) checks of important ip connections from the device to a limited number of ip counterparts using the feature 'local ping'. It also contains the result of this connection control service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpConnControlEntry

ipConnControlEntry 1.3.6.1.4.1.231.7.2.9.7.2.1
The ip connection control table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpConnControlEntry  

connControlIndex 1.3.6.1.4.1.231.7.2.9.7.2.1.1
Identification of an table entry enabled by this index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483187  

connPartnerIpAddress 1.3.6.1.4.1.231.7.2.9.7.2.1.2
This is a partner ip address of a ip connection to be supervised.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

connTimeout 1.3.6.1.4.1.231.7.2.9.7.2.1.3
Timeout (in ms) for the 'local ping' mechanism which is used to supervise ip connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

connRetries 1.3.6.1.4.1.231.7.2.9.7.2.1.4
Number of retries for the 'local ping' mechanism which is used to supervise ip connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

connRetryTimer 1.3.6.1.4.1.231.7.2.9.7.2.1.5
Retry timer (in ms) for the 'local ping' mechanism which is used to supervise ip connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483187  

connResult 1.3.6.1.4.1.231.7.2.9.7.2.1.6
The result of the supervision of the given ip connection. disonnected vs. connected is the result of the last check, if supervision has been started. not_activated means that the supervision has not been started. The result is activated, if the check has started, but there's no result yet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disconnected(1), connected(2), notActivated(3), activated(4)  

connControlState 1.3.6.1.4.1.231.7.2.9.7.2.1.7
This object is used to start/stop the supervision of ip connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER singleTest(1), periodicalTest(2), noTest(3)