Fore-Callrecord-MIB: View SNMP OID List / Download MIB

VENDOR: FORE SYSTEMS


 Home MIB: Fore-Callrecord-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 crGroup 1.3.6.1.4.1.326.2.2.2.3.1
Fore call recording mib.
     crXfrGroup 1.3.6.1.4.1.326.2.2.2.3.1.1
         crXfrTable 1.3.6.1.4.1.326.2.2.2.3.1.1.1 no-access
A table of feature-specific information pertaining to Callrecord transfers.
             crXfrEntry 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1 no-access
A table entry containing information for Callrecord transfers from the switch(fabric) for a particular feature.
                 crXfrIndex 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.1 integer read-only
The index for a particular feature within the crXfrTable. Enumeration: 'performance': 2, 'callrecord': 1.
                 crXfrPrimaryUrl 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.2 displaystring read-only
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.
                 crXfrSecondaryUrl 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.3 displaystring read-only
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.
                 crXfrRecordingInterval 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.4 integer32 read-only
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.
                 crXfrUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.5 displaystring read-only
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.
                 crXfrPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.6 displaystring read-only
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.
                 crXfrTransferStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.7 integer read-only
A message describing the status of the current file transfer. If the data transfer is not successful, refer to the crXfrPrimaryTrapStatus or crXfrSecondaryTrapStatus. Enumeration: 'bothFailed': 5, 'secondaryInProgress': 2, 'secondarySucceeded': 4, 'primarySucceeded': 3, 'primaryInProgress': 1.
                 crXfrStatusText 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.8 displaystring read-only
A message describing the status of the last file transfer.
                 crXfrPrimaryTrapStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.9 crxfrtrapstatus read-only
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.
                 crXfrSecondaryTrapStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.10 crxfrtrapstatus read-only
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.
                 crXfrPrimaryXfrFailed 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.11 counter32 read-only
The number of failed data transfers to the primary data server
                 crXfrSecondaryXfrFailed 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.12 counter32 read-only
The number of failed data transfers to the secondary data server
                 crXfrEntryStatus 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.13 entrystatus read-only
The status of this entry in the crXfr table.
                 crXfrPrimaryUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.14 displaystring read-only
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.
                 crXfrPrimaryPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.15 displaystring read-only
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.
                 crXfrSecondaryUserId 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.16 displaystring read-only
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.
                 crXfrSecondaryPassword 1.3.6.1.4.1.326.2.2.2.3.1.1.1.1.17 displaystring read-only
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.
     crConfGroup 1.3.6.1.4.1.326.2.2.2.3.1.2
         crAdminStatus 1.3.6.1.4.1.326.2.2.2.3.1.2.1 integer read-write
Specifies whether Callrecord is On or Off. By default, it is set to Off. If it is changed, the change takes effect immediately. Enumeration: 'on': 2, 'off': 1.
         crMemoryAllocated 1.3.6.1.4.1.326.2.2.2.3.1.2.2 integer32 read-write
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)
         crMemOflowAction 1.3.6.1.4.1.326.2.2.2.3.1.2.3 integer read-write
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. Enumeration: 'rejectCall': 1, 'dontRecordCall': 2.
         crAdminMinRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.4 integer32 read-write
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.
         crAdminMaxRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.5 integer32 read-write
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.
         crOperRecords 1.3.6.1.4.1.326.2.2.2.3.1.2.6 integer32 read-only
This specifies the number of call records which are currently stored in the pool memory.
         crAdminMinDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.7 integer32 read-write
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.
         crAdminMaxDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.8 integer32 read-write
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.
         crOperDTBs 1.3.6.1.4.1.326.2.2.2.3.1.2.9 integer32 read-only
This specifies the number of data transfer buffers which are currently stored in the pool memory.
         crOperStatus 1.3.6.1.4.1.326.2.2.2.3.1.2.10 integer read-only
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. Enumeration: 'on': 2, 'off': 1, 'shutting-down': 3.
         crCounterCollectionInterval 1.3.6.1.4.1.326.2.2.2.3.1.2.11 integer32 read-only
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.
     crStatsGroup 1.3.6.1.4.1.326.2.2.2.3.1.3
         crCallsRejected 1.3.6.1.4.1.326.2.2.2.3.1.3.1 counter32 read-only
The number of calls rejected due to failure to allocate a callrecord.
         crCallsNotRecorded 1.3.6.1.4.1.326.2.2.2.3.1.3.2 counter32 read-only
The number of calls accepted even when there was a failure to allocate a callrecord.
         crCallsOpened 1.3.6.1.4.1.326.2.2.2.3.1.3.3 counter32 read-only
The number of calls for which a `start' callrecord was successfully generated.
         crIntervalsSkipped 1.3.6.1.4.1.326.2.2.2.3.1.3.4 counter32 read-only
The number of skipped data transfers due to preceding data transfers not complete within the recording interval
         crTermCallsLost 1.3.6.1.4.1.326.2.2.2.3.1.3.5 counter32 read-only
The number of terminated callrecords lost due to failure to allocate a data transfer buffer
         crUpTime 1.3.6.1.4.1.326.2.2.2.3.1.3.6 timeticks read-only
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.
         crCurrentCallsRecorded 1.3.6.1.4.1.326.2.2.2.3.1.3.7 counter32 read-only
The total number of calls currently being recorded.
     perfConfGroup 1.3.6.1.4.1.326.2.2.2.3.1.4
         perfAdminStatus 1.3.6.1.4.1.326.2.2.2.3.1.4.1 integer read-write
Specifies whether performance monitoring is On or Off. By default, it is set to Off. If it is changed, the change takes effect immediately. Enumeration: 'on': 2, 'off': 1.
     crFilterGroup 1.3.6.1.4.1.326.2.2.2.3.1.5
         crFilterTable 1.3.6.1.4.1.326.2.2.2.3.1.5.1 no-access
A table of filters for which call records are to be generated.
             crFilterEntry 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1 no-access
A table entry containing a filter for applying to call recording.
                 crFilterPort 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.1 integer32 read-only
The Port index for a particular feature within the crFilterTable is to be set.A Value of 16777215 signifies ANY PORT.
                 crFilterVpi 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.2 integer32 read-only
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.
                 crFilterVci 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.3 integer32 read-only
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.
                 crFilterPVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.4 integer read-only
Specifies if PVCs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterPVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.5 integer read-only
Specifies if PVPs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterSVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.6 integer read-only
Specifies if SVCs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterSVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.7 integer read-only
Specifies if SVPs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterSPVCSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.8 integer read-only
Specifies if SPVCs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterSPVPSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.9 integer read-only
Specifies if SPVPs on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterFailedCallSupport 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.10 integer read-only
Specifies if Failed Calls on this interface are to be recorded. Enumeration: 'on': 1, 'off': 2, 'unspecified': 3.
                 crFilterEntryStatus 1.3.6.1.4.1.326.2.2.2.3.1.5.1.1.11 entrystatus read-only
The SNMP status of this Expansion entry.