TELDAT-MON-FEATURES-TIDP-MASTER-MIB: View SNMP OID List / Download MIB
VENDOR: TELDAT, S.A.
Home | MIB: TELDAT-MON-FEATURES-TIDP-MASTER-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 |
telProdNpMonFeatTidpMaster | 1.3.6.1.4.1.2007.4.1.2.4.5 | |||
tidpMasterGlobalGroup | 1.3.6.1.4.1.2007.4.1.2.4.5.1 | |||
tidpMasterGlobalStatus | 1.3.6.1.4.1.2007.4.1.2.4.5.1.1 | integer | read-only |
Indicates whether the TIDP MASTER function is enabled or not. Possible values are: (1) enabled or (2) disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
tidpMasterGlobalMaxStations | 1.3.6.1.4.1.2007.4.1.2.4.5.1.2 | integer | read-only |
Maximum number of managed stations (routers). |
tidpMasterGlobalUsedEntries | 1.3.6.1.4.1.2007.4.1.2.4.5.1.3 | integer | read-only |
Number of used entries. |
tidpMasterGlobalHostnameIsHere | 1.3.6.1.4.1.2007.4.1.2.4.5.1.4 | displaystring | read-write |
Hostname whose position index is required. This variable is used in conjunction with tidpMasterGlobalEquipmentPosition. |
tidpMasterGlobalEquipmentPosition | 1.3.6.1.4.1.2007.4.1.2.4.5.1.5 | integer | read-only |
Position index in the table of the equipment entry associated to the hostname specified in tidpMasterGlobalHostnameIsHere (0 if not present). |
tidpMasterGlobalSerialIsHere | 1.3.6.1.4.1.2007.4.1.2.4.5.1.6 | displaystring | read-write |
Serial number whose position index is required. This variable is used in conjunction with tidpMasterGlobalEquipmentPosition. |
tidpMasterEquipmentTable | 1.3.6.1.4.1.2007.4.1.2.4.5.2 | no-access |
This table includes the routers being managed or trying to manage. The maximum number of items in the table is limited by tidpMasterGlobalMaxStations. |
|
1.3.6.1.4.1.2007.4.1.2.4.5.2.1 | no-access |
Each entry contains information about the equipment being managed. |
||
tidpMasterEquipmentIndex | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.1 | integer | read-only |
Table index: order number of the entry or equipment being managed by the TIDP Master. |
tidpMasterEquipmentStatus | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.2 | integer | read-only |
Entry status: (0) initial: no operation is being performed. (1) waiting: the management process has begun and is running and the TIDP Master is waiting to get reachability to the remote equipment. (2) managing: the remote equipment is ready to be managed; its IP address is now readable in tidpEquipmentAddress. (3) reset: a reset command has been sent to the remote equipment. Enumeration: 'managing': 2, 'reset': 3, 'waiting': 1, 'initial': 0. |
tidpMasterEquipmentCommand | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.3 | integer | read-write |
Command to be performed: (1) manage: begin management process (write-only). (2) delete: end management process (write-only). (3) ok: last command has been performed gracefully (read-only). (4) undefined: last command not finished (read-only). (5) error: last command has not been performed properly (read-only). (6) reset: send a reset to the remote end (write-only). Enumeration: 'reset': 6, 'ok': 3, 'undefined': 4, 'manage': 1, 'error': 5, 'delete': 2. |
tidpMasterEquipmentHostname | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.4 | displaystring | read-write |
Hostname of the equipment being managed. The management process can be performed using hostname or serial number. If it is going to be based on hostname, this variable must be set with the apropriate value before launch the management process. Otherwise, this variable takes a realiable value only when tidpMasterEquipmentStatus is managing(2). |
tidpMasterEquipmentAddress | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.5 | ipaddress | read-only |
Router IP address. This variable is readable when tidpMasterEquipmentStatus is managing(2). Otherwise its value is 0.0.0.0 (until the managed router is reachable). |
tidpMasterEquipmentSerial | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.6 | displaystring | read-write |
Serial number of the equipment being managed. The management process can be performed using hostname or serial number. If it is going to be based on serial number, this variable must be set with the apropriate value before launch the management process. Otherwise, this variable takes a realiable value only when tidpMasterEquipmentStatus is managing(2). |
tidpMasterEquipmentManagementType | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.7 | integer | read-write |
Management type: (1) manual: manual operation. (2) automatic: automatic operation. Enumeration: 'automatic': 2, 'manual': 1. |
tidpMasterEquipmentManagerIdentifier | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.8 | displaystring | read-write |
Manager identifier. It is usually the IP address of the management station that requested the router management. |
tidpMasterEquipmentError | 1.3.6.1.4.1.2007.4.1.2.4.5.2.1.9 | integer | read-only |
If the value of this variable is not 0 (none, not error) when the variable tidpMasterEquipmentStatus takes the value 2 (managing) something went wrong during management process. Before management process begins, this value will be 3 (connection-lost) initially and it will change to 4 (netification-received) when the TIDP master receives a notification packet from the equipment which is trying to be managed. Enumeration: 'connection-lost': 3, 'none': 0, 'unexpected-serial-number': 1, 'notification-received': 4, 'unexpected-hostname': 2. |