Fore-Callrecord-MIB

File: Fore-Callrecord-MIB.mib (27235 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Fore-Common-MIB

Imported symbols

Counter32 TimeTicks Integer32
OBJECT-TYPE MODULE-IDENTITY DisplayString
EntryStatus software

Defined Types

CrXfrTrapStatus  
INTEGER crXfrNoError(1), crXfrNoResponseFromServer(2), crXfrAccessViolation(3), crXfrDiskFullorAllocationExceeded(4), crXfrOtherError(5)    

CrXfrEntry  
SEQUENCE    
  crXfrIndex INTEGER
  crXfrPrimaryUrl DisplayString
  crXfrSecondaryUrl DisplayString
  crXfrRecordingInterval Integer32
  crXfrUserId DisplayString
  crXfrPassword DisplayString
  crXfrTransferStatus INTEGER
  crXfrStatusText DisplayString
  crXfrPrimaryTrapStatus CrXfrTrapStatus
  crXfrSecondaryTrapStatus CrXfrTrapStatus
  crXfrPrimaryXfrFailed Counter32
  crXfrSecondaryXfrFailed Counter32
  crXfrEntryStatus EntryStatus
  crXfrPrimaryUserId DisplayString
  crXfrPrimaryPassword DisplayString
  crXfrSecondaryUserId DisplayString
  crXfrSecondaryPassword DisplayString

CrFilterEntry  
SEQUENCE    
  crFilterPort Integer32
  crFilterVpi Integer32
  crFilterVci Integer32
  crFilterPVCSupport INTEGER
  crFilterPVPSupport INTEGER
  crFilterSVCSupport INTEGER
  crFilterSVPSupport INTEGER
  crFilterSPVCSupport INTEGER
  crFilterSPVPSupport INTEGER
  crFilterFailedCallSupport INTEGER
  crFilterEntryStatus EntryStatus

Defined Values

crGroup 1.3.6.1.4.1.326.2.2.2.3.1
Fore call recording mib.
MODULE-IDENTITY    

crXfrGroup 1.3.6.1.4.1.326.2.2.2.3.1.1
OBJECT IDENTIFIER    

crConfGroup 1.3.6.1.4.1.326.2.2.2.3.1.2
OBJECT IDENTIFIER    

crStatsGroup 1.3.6.1.4.1.326.2.2.2.3.1.3
OBJECT IDENTIFIER    

perfConfGroup 1.3.6.1.4.1.326.2.2.2.3.1.4
OBJECT IDENTIFIER    

crFilterGroup 1.3.6.1.4.1.326.2.2.2.3.1.5
OBJECT IDENTIFIER    

crXfrTable 1.3.6.1.4.1.326.2.2.2.3.1.1.1
A table of feature-specific information pertaining to Callrecord transfers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrXfrEntry

crXfrEntry 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1
A table entry containing information for Callrecord transfers from the switch(fabric) for a particular feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrXfrEntry  

crXfrIndex 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.1
The index for a particular feature within the crXfrTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER callrecord(1), performance(2)  

crXfrPrimaryUrl 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.2
This is the specification of the Primary URL for callrecord transfers. The URL is in the form: //[:port][[]] This includes the IP address host to contact, and optionally the port on that host, the directory on that host to put the data into and the filename. The pathname and filename are each strings of characters with the following special tokens: Token Description _____ _______________________________________________________ %T SwitchType - identifies the type of switch. eg `vss' for Vector %N SwitchNumber - `SerialNumber.SwitchIndex' for a non-enclosure switch(fabric) or `EnclosureNumber.SwitchIndex' of a multi-fabric switch within an enclosure. The SwitchIndex is the slot number of the fabric within the enclosure(starting at 0). In the case of a non-enclosure switch, the SwitchIndex is always 0. %I SwitchIP - switch's IP address eg `169.144.1.90' %D DateTime - formatted as `YYMMDDhhmm'. %R RecordingInterval - elapsed time in minutes. %C CRType - identifies the contents of the file. - `account' for callrecord data - `stats' for Performance data %F FileStatus - status of the file. - `co' for file that switch(fabric) is currently writing to - `cc' for file that switch(fabric) has completed writing to If the pathname is not specified, the default file is transferred to the login directory specified by crXfrUserid. The following string will be used as the default filename in the case where the URL ends with a `/'(i.e. without any filename): %T_%C.%D.%R.%N.%F If multiple switches are to write to the same location, the pathname or filename should contain either a %I or a %N token. A %D token in the filename portion will separate each RecordingInterval worth of data into a different file with the name being the time the file was created. The following example would record every switch type and switch IP into a separate directory with a file at each RecordingInterval: //169.144.1.5/usr/auditlog/%T/%I/%D Given a Work Group switch with an IP address of 169.44.4.4, this would produce files in the following directory tree structure: /usr/auditlog/ASX200WG/169.44.4.4/9608252355 If the filename specified is not made up of the above tokens, then it is used as a prefix to the default filename. If the file transfer attempt fails, the switch will generate a trap and attempt a transfer to crXfrSecondaryUrl. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrSecondaryUrl 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.3
This is the specification of the Secondary URL for callrecord transfers. The URL is in the form: //[:port][[]] Please refer to the crXfrPrimaryUrl for more details. This URL is to be used only if the transfer to crXfrPrimaryUrl is not successful. If the file transfer attempt to this URL also fails, the switch will generate a trap. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrRecordingInterval 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.4
The interval (in minutes) at which the the relevant information is transferred to the host. The default setting will be 5 minutes. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

crXfrUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.5
The userid to be used for the data transfer sessions to the primary and secondary data servers. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: obsolete Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.6
The password to be used for the data transfer sessions to the primary and secondary data servers. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval. Note this object is write-only and reading it will result in implementation-specific results.
Status: obsolete Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrTransferStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.7
A message describing the status of the current file transfer. If the data transfer is not successful, refer to the crXfrPrimaryTrapStatus or crXfrSecondaryTrapStatus.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primaryInProgress(1), secondaryInProgress(2), primarySucceeded(3), secondarySucceeded(4), bothFailed(5)  

crXfrStatusText 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.8
A message describing the status of the last file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

crXfrPrimaryTrapStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.9
The trap status of the file transfer to the primary URL. The trap status will be set to `crXfrNoError' at the start of the data transfer process and if the condition persists, a trap will be generated and the crXfrPrimaryTrapStatus updated to reflect the error condition.
Status: current Access: read-only
OBJECT-TYPE    
  CrXfrTrapStatus  

crXfrSecondaryTrapStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.10
The trap status of the file transfer to the secondary URL. The trap status will be set to `crXfrNoError' at the start of the data transfer process and if the condition persists, a trap will be generated and the crXfrSecondaryTrapStatus updated to reflect the error condition.
Status: current Access: read-only
OBJECT-TYPE    
  CrXfrTrapStatus  

crXfrPrimaryXfrFailed 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.11
The number of failed data transfers to the primary data server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crXfrSecondaryXfrFailed 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.12
The number of failed data transfers to the secondary data server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crXfrEntryStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.13
The status of this entry in the crXfr table.
Status: current Access: read-create
OBJECT-TYPE    
  EntryStatus  

crXfrPrimaryUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.14
The userid to be used for the data transfer session to the primary data server. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrPrimaryPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.15
The password to be used for the data transfer session to the primary data server. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval. Note this object is write-only and reading it will result in implementation-specific results.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrSecondaryUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.16
The userid to be used for the data transfer session to the secondary data server. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crXfrSecondaryPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.17
The password to be used for the data transfer session to the secondary data server. If crAdminStatus is `on' and this value is changed, the change goes into effect at the next aligned crXfrRecordingInterval. Note this object is write-only and reading it will result in implementation-specific results.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

crAdminStatus 1.3.6.1.4.1.326.2.2.2.3.1.2.1
Specifies whether Callrecord is On or Off. By default, it is set to Off. If it is changed, the change takes effect immediately.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

crMemoryAllocated 1.3.6.1.4.1.326.2.2.2.3.1.2.2
A percentage specifying what portion of the mainheap (connection or user space) is to be reserved for Callrecords. The default setting will be 15%. This variable can be set to any value between 1% and 50%. Configuration of this value will affect memory available to signaling, routing and may result in increased call blocking. Engineering information will be provided as part of the deployment procedures. A change in this MIB value will be effective only after the next Callrecord initialization. (i.e. when the crAdminStatus changes from `off' to `on' the switch(fabric) is rebooted)
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

crMemOflowAction 1.3.6.1.4.1.326.2.2.2.3.1.2.3
This specifies the action that the switch(fabric) should take if the memory allocated for Callrecord runs out. rejectCall(1) specifies that the call should be rejected. dontRecordCall(2) specifies that the call should be allowed with no callrecord being generated for that call. The default setting will be rejectCall(1). If it is changed, the change takes effect immediately.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rejectCall(1), dontRecordCall(2)  

crAdminMinRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.4
This specifies the minimum number of call records which will be stored in the pool memory. Specifying a value of 0 implies that the default value for this variable will be set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

crAdminMaxRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.5
This specifies the maximum number of call records which could be stored in the pool memory. A value of 0 implies that the Call Records pool size is only limited by the amount of memory in the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

crOperRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.6
This specifies the number of call records which are currently stored in the pool memory.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crAdminMinDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.7
This specifies the minimum number of data transfer buffers which will be stored in the pool memory. Specifying a value of 0 implies that the default value for this variable will be set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

crAdminMaxDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.8
This specifies the maximum number of data transfer buffers which could be stored in the pool memory. A value of 0 implies that the DTB pool size is only limited by the amount of memory in the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

crOperDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.9
This specifies the number of data transfer buffers which are currently stored in the pool memory.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crOperStatus 1.3.6.1.4.1.326.2.2.2.3.1.2.10
Specifies whether Callrecord is Operationally active, inactive or is in the processs of shutting down. Shutting sown occurs when call recording has been administratively disabled but is currently in the midst of an ftp transfer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2), shutting-down(3)  

crCounterCollectionInterval 1.3.6.1.4.1.326.2.2.2.3.1.2.11
The interval (in seconds) at which the relevant hardware counters will be collected and maintained. These counter values will be transferred to the host at every crXfrRecordingInterval minutes. The default setting will be the value configured for crXfrRecordingInterval in seconds. Valid values for this variable would range from 10 seconds to crXfrRecordingInterval value in seconds. Modifying this value is only applicable for the ASX 4000 platform. Setting this value to greater than the crXfrRecordingInterval value in seconds implies that hardware counters will only be collected every crXfrRecordingInterval minutes. If crAdminStatus is on and this value is changed, the change goes into effect at the next crCounterCollectionInterval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crCallsRejected 1.3.6.1.4.1.326.2.2.2.3.1.3.1
The number of calls rejected due to failure to allocate a callrecord.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crCallsNotRecorded 1.3.6.1.4.1.326.2.2.2.3.1.3.2
The number of calls accepted even when there was a failure to allocate a callrecord.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crCallsOpened 1.3.6.1.4.1.326.2.2.2.3.1.3.3
The number of calls for which a `start' callrecord was successfully generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crIntervalsSkipped 1.3.6.1.4.1.326.2.2.2.3.1.3.4
The number of skipped data transfers due to preceding data transfers not complete within the recording interval
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crTermCallsLost 1.3.6.1.4.1.326.2.2.2.3.1.3.5
The number of terminated callrecords lost due to failure to allocate a data transfer buffer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

crUpTime 1.3.6.1.4.1.326.2.2.2.3.1.3.6
The time in hundredths of a second since Callrecord has been on at the primary, secondary or both sides. This value along with the counters are reset when the crAdminStatus is modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

crCurrentCallsRecorded 1.3.6.1.4.1.326.2.2.2.3.1.3.7
The total number of calls currently being recorded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

perfAdminStatus 1.3.6.1.4.1.326.2.2.2.3.1.4.1
Specifies whether performance monitoring is On or Off. By default, it is set to Off. If it is changed, the change takes effect immediately.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

crFilterTable 1.3.6.1.4.1.326.2.2.2.3.1.5.1
A table of filters for which call records are to be generated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrFilterEntry

crFilterEntry 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1
A table entry containing a filter for applying to call recording.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrFilterEntry  

crFilterPort 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.1
The Port index for a particular feature within the crFilterTable is to be set.A Value of 16777215 signifies ANY PORT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crFilterVpi 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.2
The Vpi index for a particular feature within the crFilterTable is to be set.A Value of 16777215 signifies ANY VPI. However the ANY VPI value can only be used if the port specified is ANY PORT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crFilterVci 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.3
The Vci index for a particular feature within the crFilterTable is to be set. A Value of 16777215 signifies ANY VCI. However the value of ANY VCI can only be used if the port specified is ANY PORT and the vpi specified is ANY VPI.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

crFilterPVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.4
Specifies if PVCs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterPVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.5
Specifies if PVPs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterSVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.6
Specifies if SVCs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterSVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.7
Specifies if SVPs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterSPVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.8
Specifies if SPVCs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterSPVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.9
Specifies if SPVPs on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterFailedCallSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.10
Specifies if Failed Calls on this interface are to be recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2), unspecified(3)  

crFilterEntryStatus 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.11
The SNMP status of this Expansion entry.
Status: current Access: read-create
OBJECT-TYPE    
  EntryStatus