SIAE-PMFTP-MIB: View SNMP OID List / Download MIB
VENDOR: SIAE MICROELETTRONICA S.P.A.
Home | MIB: SIAE-PMFTP-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).
|
|||
Object Name | OID | Type | Access | Info |
pmFTPStatusTrap | 1.3.6.1.4.1.3373.1103.0.3101 |
This event is generated by NE when the status of FTP transfer is changed. The data passed with the event are: 1) equipIpSnmpAgentAddress 2) pmFTPStatus 3) accessControlLoginIpAddress |
||
pmFTP | 1.3.6.1.4.1.3373.1103.31 |
Transfer of data gathered by Performance Monitoring and RMON to managers through the FTP protocol. |
||
pmFTPMibVersion | 1.3.6.1.4.1.3373.1103.31.1 | integer | read-only |
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01. |
pmFTPfileName | 1.3.6.1.4.1.3373.1103.31.2 | displaystring | read-write |
Path and file name used when the PM data file is transferred using Ftp (action = read). The Agent software concatenates the following fields to the display string set in this object: 1) groupName: it identifies the name of the P.M. mib group 2) tpClassName: it identifies the termination point 3) index: only for RMON data 4) date: YYMMDD As example: when the string set is equal to /pub/pm/G828/alcplus The name of the file transfered to the defined directory is: alcplus_pmRxPwr_Radio1_081015.csv. |
pmFTPTpClass | 1.3.6.1.4.1.3373.1103.31.3 | object identifier | read-write |
Object identifier of the first leaf of the record selected to transfer. To read all rows of a table, this object should be set with the object identifier of the table entry. The SET of the value {0 0} is accepted and means that no record is selected. |
pmFTPTpRmonOwner | 1.3.6.1.4.1.3373.1103.31.4 | ownerstring | read-write |
For PM is meaningless. For RMON it corresponds to historyControlOwner of historyControlTable and it cannot be null. If pmFTPTpClass is set in order to read all rows of RMON history, this object is used to select rows belonging to selected owner. |
pmFTPActionRequest | 1.3.6.1.4.1.3373.1103.31.5 | integer | read-write |
Action requested to the equipment: - none : no action required; - dayBeforeRead : for the selected PM or RMON group according to the selected TpClass a file with record of previous day is sent to the manager; - currentDayRead: for the selected PM or RMON group according to the selected TpClass a file with records of the current day is sent to the manager; - readAll : for the selected PM or RMON group a file with records of current and previous day are sent to the manager; - readAbort : the action in progress will be interrupted. - readInterval : for the selected PM or RMON group according to the selected TpClass a file with records in the selected interval (see pmFTPBeginInterval and pmFTPEndInterval) is sent to the manager The value of this object is self cleared (reset to the value none) after its use. The source IP address of the SNMP packet setting this object is used as target Ip address, it identifies the server where the files are transferred. Enumeration: 'currentDayRead': 3, 'none': 0, 'readAbort': 6, 'readInterval': 7, 'readAll': 5, 'dayBeforeRead': 1. |
pmFTPStatus | 1.3.6.1.4.1.3373.1103.31.6 | integer | read-only |
Status of pm Ftp transfer/delete operation. Enumeration: 'completed': 2, 'transferring': 1, 'deleting': 5, 'interrupted': 3, 'empty': 4. |
pmFTPStatusTrapNotification | 1.3.6.1.4.1.3373.1103.31.7 | integer | read-write |
Enable/disable the trap generation on FTP tranfer operation. Enumeration: 'trapDisable': 1, 'trapEnable': 2. |
pmFTPCompressedFile | 1.3.6.1.4.1.3373.1103.31.8 | integer | read-write |
Enable/disable the compression (zip) of the transferred files. For RMON only. Enumeration: 'enable': 2, 'disable': 1. |
pmFTPBeginInterval | 1.3.6.1.4.1.3373.1103.31.9 | integer32 | read-write |
Defines the begin of the selected interval for the action readInterval(7) (see pmFTPActionRequest). It is the number of seconds since midnight of January 1, 1970. |
pmFTPEndInterval | 1.3.6.1.4.1.3373.1103.31.10 | integer32 | read-write |
Defines the begin of the selected interval for the action readInterval(7) (see pmFTPActionRequest). It is the number of seconds since midnight of January 1, 1970. The value of this object can not be less than pmFTPBeginInterval. |