TELDAT-CFG-PROTOCOL-IP-MIB: View SNMP OID List / Download MIB
VENDOR: TELDAT, S.A.
Home | MIB: TELDAT-CFG-PROTOCOL-IP-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 |
telProdNpConfProtIP | 1.3.6.1.4.1.2007.4.1.1.5.1 | |||
telProdNpIPGloGroup | 1.3.6.1.4.1.2007.4.1.1.5.1.1 | |||
telProdNpIPGloDirIPInternal | 1.3.6.1.4.1.2007.4.1.1.5.1.1.1 | ipaddress | read-write |
Internal IP address of the packets. |
telProdNpIPGloRouterID | 1.3.6.1.4.1.2007.4.1.1.5.1.1.2 | ipaddress | read-write |
IP address with which router is identified. |
telProdNpIPGloSizeRoutingTable | 1.3.6.1.4.1.2007.4.1.1.5.1.1.3 | integer | read-write |
Maximum routing table size. 0 = unlimited. 64..1000000000 = routing table size limit. Default value is 0 (unlimited). |
telProdNpIPGloSizeBuffReassembly | 1.3.6.1.4.1.2007.4.1.1.5.1.1.4 | integer | read-write |
Reassembly buffer size. Default value is 12000 |
telProdNpIPGloSizeRoutingCache | 1.3.6.1.4.1.2007.4.1.1.5.1.1.5 | integer | read-write |
Router cache size. Default value is 64. |
telProdNpIPGloDirectBroadcast | 1.3.6.1.4.1.2007.4.1.1.5.1.1.6 | integer | read-write |
Direct broadcast activation. Default value of the device is yes(1). Enumeration: 'yes': 1, 'no': 2. |
telProdNpIPGloMultiwayPaquet | 1.3.6.1.4.1.2007.4.1.1.5.1.1.7 | integer | read-write |
Multipath activation: (1) Per packet multipath, round-robin strategy. (2) Multipath dissabled. (3) Per source and destination multipath (session). (4) Per packet multipath, relative-weights strategy. Default value is disabled(2). Enumeration: 'per-packet-round-robin': 1, 'disabled': 2, 'per-packet-relative-weights': 4, 'per-destination': 3. |
telProdNpIPGloHabAccessControl | 1.3.6.1.4.1.2007.4.1.1.5.1.1.8 | integer | read-write |
Access controls activation. If they are disabled, telProdNpIPCtrlTable table does not exist. Default value of the device is NO(2). Enumeration: 'yes': 1, 'no': 2. |
telProdNpIPDelAllDir | 1.3.6.1.4.1.2007.4.1.1.5.1.1.9 | integer | read-write |
This variable deletes all rows of the IP addresses table (telProdNpIPDirTable). Enumeration: 'set-non-ok': 2, 'indeterminate': 3, 'set-ok': 1. |
telProdNpIPDelAllRut | 1.3.6.1.4.1.2007.4.1.1.5.1.1.10 | integer | read-write |
This variable deletes all rows of the IP routes table (telProdNpIPRutTable). Enumeration: 'set-non-ok': 2, 'indeterminate': 3, 'set-ok': 1. |
telProdNpIPDelAllFil | 1.3.6.1.4.1.2007.4.1.1.5.1.1.11 | integer | read-write |
This variable deletes all rows of the filters table (telProdNpIPFilTable). Enumeration: 'set-non-ok': 2, 'indeterminate': 3, 'set-ok': 1. |
telProdNpIPDelAllCtl | 1.3.6.1.4.1.2007.4.1.1.5.1.1.12 | integer | read-write |
This variable deletes all rows of the access-controls table (telProdNpIPCtrlTable). Enumeration: 'set-non-ok': 2, 'indeterminate': 3, 'set-ok': 1. |
telProdNpIPGloHabIPClassless | 1.3.6.1.4.1.2007.4.1.1.5.1.1.15 | integer | read-write |
This variable allows enabling IP Classless. Default value of the device is NO(2). Enumeration: 'yes': 1, 'no': 2. |
telProdNpIPGloDirIPManagement | 1.3.6.1.4.1.2007.4.1.1.5.1.1.16 | ipaddress | read-write |
Management IP address for traps. |
telProdNpIPDirTable | 1.3.6.1.4.1.2007.4.1.1.5.1.2 | no-access |
Addresses list. There are two table indexes: the interface and the IP address index. |
|
1.3.6.1.4.1.2007.4.1.1.5.1.2.1 | no-access |
Each entry consists of the addresses, the interface number (first address), the IP address index (second index), the table control variable, the IP address, the mask associated to that IP address, the broadcast type and the broadcast stuffing of that IP address. |
||
telProdNpIPDirInterfazIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.1 | integer | read-only |
Interface number associated to that IP address. It is the first table index. The interfaces of the ROUTER part (from the first (LAN) till Router->Node) are the only possible ones. |
telProdNpIPDirIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.2 | integer | read-only |
Entry number of the IP address. It is the second table index. |
telProdNpIPDirStatus | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.3 | integer | read-write |
Table control variable. Set to 1 does nothing. Set to 2 adds a new row (IP address) in the table with the default values, and returns 2. If it already existed, it modifies IP address as it is described in the following variable(telProdNpIPDirIP). The new row must be added immediately after the last index. Set to 3 deletes all the table fields corresponding to the index, and returns 3. Get returns 1 if the address exists. Enumeration: 'add': 2, 'valid': 1, 'delete': 3. |
telProdNpIPDirIP | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.4 | ipaddress | read-write |
IP address of this entry. If it is the first interface (number 1, LAN), default value is 0.0.0.0. If it is another interface, default value is 0.0.0.(interface number). If it is requested a new row for an interface to which a row whith the default values already has been assigned, then default IP address will be 0.0.0.(number), where number is the highest interface number (which can have IP address) + 1. And if this IP address already exists, the following one to the last one which exists will be assigned to the interface (adding 1 to the fourth byte). If it is tried to realize a SET with an existing address in another interface, then it returns ERROR. It is allowed realizing a SET with the same address. If it is realized a SET to an address whose first byte is zero, then it only allows the 0.0.0.(number) format, where number is just like before. If the address first byte is zero, then the mask is 0.0.0.0. |
telProdNpIPDirMascara | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.5 | ipaddress | read-write |
Mask associated to this IP address. If it is realized a SET to this variable, and the associate IP address has the first byte to zero, then the mask can only be 0.0.0.0. In another case, it returns ERROR. If IP address starts at zero, then default value will be 0.0.0.0. If it isn't so, then default value will be 255.0.0.0. |
telProdNpIPDirBroadcastType | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.6 | integer | read-write |
Broadcast type. Default value is net (1). Enumeration: 'net': 1, 'medium-local': 2. |
telProdNpIPDirBroadcastRell | 1.3.6.1.4.1.2007.4.1.1.5.1.2.1.7 | integer | read-write |
Broadcast stuffing. Value 0 shows that it is stuffed with zeros. Value 1 shows that it is stuffed with zeros. Default value is 0. |
telProdNpIPRutTable | 1.3.6.1.4.1.2007.4.1.1.5.1.4 | no-access |
Routes list. The table index is the route position. |
|
1.3.6.1.4.1.2007.4.1.1.5.1.4.1 | no-access |
Each entry consists of the routes, the route number (table index), the table control variable, the ending IP address, the mask associated to that IP address, the following IP address, the mask associated to to that IP address and the cost. |
||
telProdNpIPRutIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.1 | integer | read-only |
It is the route position in the table. |
telProdNpIPRutStatus | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.2 | integer | read-write |
Table control variable. Set to 1 does nothing. Set to 2 adds a new row (route) in the table with the default values and returns 2. If it already existed, then it returns error. It must be added immediately after the last index. Set to 3 deletes all table fields corresponding to that route, and returns 3. Get returns 1 if the route exists. Enumeration: 'add': 2, 'valid': 1, 'delete': 3. |
telProdNpIPRutDirIPFinal | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.3 | ipaddress | read-write |
Destination IP address. If address is repeated, then it retuns error (it must be repeated the IP address and the corresponding mask.) Default value is 0.0.0.0. |
telProdNpIPRutMascara | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.4 | ipaddress | read-write |
Mask associated to this IP address. If the mask is repeated, then it returns error (it must be repeated the IP address and the corresponding mask.) Default value is 0.0.0.0. |
telProdNpIPRutDirIPNext | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.5 | ipaddress | read-write |
IP address of the next hop. Default value is 0.0.0.0. |
telProdNpIPRutCost | 1.3.6.1.4.1.2007.4.1.1.5.1.4.1.6 | integer | read-write |
Hops cost. Default value is 1. |
telProdNpIPCtrlTable | 1.3.6.1.4.1.2007.4.1.1.5.1.5 | no-access |
Access control list. The table index is the access control position. |
|
1.3.6.1.4.1.2007.4.1.1.5.1.5.1 | no-access |
Each entry consists of the access controls information: the access control number (table index), the table control variable, the priority, the access type, the source IP address, the mask associated to source IP address, the destination IP address, the mask associated to destination IP address, the starting protocol, the ending protocol, the starting port and the ending port. |
||
telProdNpIPCtrlIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.1 | integer | read-only |
It is the access control position in the table. |
telProdNpIPCtrlStatus | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.2 | integer | read-write |
Table control variable. Set to 1 does nothing. Set to 2 adds a new row (access control) in the table with the default values and returns 2. If it already existed, then it returns error. It must be added immediately after the last index. Set to 3 deletes all table fields corresponding to that access control, and returns 3. Get returns 1 if the control exists. Enumeration: 'add': 2, 'valid': 1, 'delete': 3. |
telProdNpIPCtrlPriority | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.3 | integer | read-write |
Access control priority. It coincides with its position in the table. Default value is 1. When realizing a set, the position behind which the access control will be placed, must be indicated. |
telProdNpIPCtrlAccessType | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.4 | integer | read-write |
Access control type. Default value is 1 (inclusive). Enumeration: 'exclusive': 1, 'inclusive': 2. |
telProdNpIPCtrlDirIPOrigin | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.5 | ipaddress | read-write |
Source IP address. Default value is 0.0.0.0. If the address is repeated, then it returns error. |
telProdNpIPCtrlMasIPOrigin | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.6 | ipaddress | read-write |
Mask associated to source IP address. If this condition is not fulfilled, SourceIPAddress & (~(SourceMask) )=0, then the mask is inconsistent. Default value is 0.0.0.0. |
telProdNpIPCtrlDirIPFinal | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.7 | ipaddress | read-write |
Destination IP address. Default value is 0.0.0.0. If the address is repeated, then it returns error. |
telProdNpIPCtrlMasIPFinal | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.8 | ipaddress | read-write |
Mask associated to destination IP address. If this condition is not fulfilled, DestinationIPAddress & (~(DestinationMask) )=0, then the mask is inconsistent. Default value is 0.0.0.0. |
telProdNpIPCtrlProtStart | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.9 | integer | read-write |
Starting protocol. If it is tried to introduce a value higher than telProdNpIPCtrlProtEnd, then it returns error. Default value is 0. |
telProdNpIPCtrlProtEnd | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.10 | integer | read-write |
Ending protocol. If it is tried to introduce a value lower than telProdNpIPCtrlProtStart, then it returns error. Default value is 255. |
telProdNpIPCtrlPortStart | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.11 | integer | read-write |
Starting destination port for UDP or TCP protocol and starting code for ICMP protocol. If it is tried to introduce a value higher than telProdNpIPCtrlPortEnd, then it returns error. Default value is 0. |
telProdNpIPCtrlPortEnd | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.12 | integer | read-write |
Ending destination port for UDP or TCP protocol and ending code for ICMP protocol. If it is tried to introduce a value lower than telProdNpIPCtrlPortStart, then it returns error. Default value is 65535. |
telProdNpIPCtrlSrcPortStart | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.13 | integer | read-write |
Starting source port for UDP or TCP protocol and starting type for ICMP protocol. If it is tried to introduce a value higher than telProdNpIPCtrlSrcPortEnd, then it returns error. Default value is 0. |
telProdNpIPCtrlSrcPortEnd | 1.3.6.1.4.1.2007.4.1.1.5.1.5.1.14 | integer | read-write |
Ending source port for UDP or TCP protocol and endng type for ICMP protocol. If it is tried to introduce a value lower than telProdNpIPCtrlSrcPortStart, then it returns error. Default value is 65535. |
telProdNpIPFilTable | 1.3.6.1.4.1.2007.4.1.1.5.1.6 | no-access |
Filters list. The table index is the filter position. |
|
1.3.6.1.4.1.2007.4.1.1.5.1.6.1 | no-access |
Each entry consists of the filters, the filter number (table index), the table control variable, the destination IP address and the mask associated to that IP address. |
||
telProdNpIPFilIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.6.1.1 | integer | read-only |
It is the filter position in the table. |
telProdNpIPFilStatus | 1.3.6.1.4.1.2007.4.1.1.5.1.6.1.2 | integer | read-write |
Table control variable. Set to 1 does nothing. Set to 2 adds a new row (filter) in the table with the default values and returns 2. If it already existed, then it returns error. It must be added immediately after the last index. Set to 3 deletes all table fields corresponding to that filter, and returns 3. Get returns 1 if the filter exists. Enumeration: 'add': 2, 'valid': 1, 'delete': 3. |
telProdNpIPFilDirIPFinal | 1.3.6.1.4.1.2007.4.1.1.5.1.6.1.3 | ipaddress | read-write |
Destination IP address. Default value is 0.0.0.0. If address is repeated, then it retuns error (it must be repeated the IP address and the corresponding mask). |
telProdNpIPFilMasIPNet | 1.3.6.1.4.1.2007.4.1.1.5.1.6.1.4 | ipaddress | read-write |
Mask associated to this IP address. If mask is repeated, then it retuns error (it must be repeated the IP address and the corresponding mask). Default value is 0.0.0.0. |
telProdNpIPAggRutTable | 1.3.6.1.4.1.2007.4.1.1.5.1.8 | no-access |
Aggregation routes table. The table index is the route position. |
|
1.3.6.1.4.1.2007.4.1.1.5.1.8.1 | no-access |
Each entry consists of the routes, the route number (table index), the table control variable, the ending IP address, the mask associated to that IP address and the cost. |
||
telProdNpIPAggRutIndex | 1.3.6.1.4.1.2007.4.1.1.5.1.8.1.1 | integer | read-only |
It is the route position in the table. |
telProdNpIPAggRutStatus | 1.3.6.1.4.1.2007.4.1.1.5.1.8.1.2 | integer | read-write |
Table control variable. Set to 1 does nothing. Set to 2 deletes that route. Get returns 1 if the route exists. Enumeration: 'valid': 1, 'delete': 2. |
telProdNpIPAggRutDirIPFinal | 1.3.6.1.4.1.2007.4.1.1.5.1.8.1.3 | ipaddress | read-write |
Destination IP address. To introduce a new aggregation route, a SET operation must be carried out, giving this variable a certain value (IP address). The index corresponding to this address must be higher than the entries number of that table. Default value is 0.0.0.0. |
telProdNpIPAggRutMascara | 1.3.6.1.4.1.2007.4.1.1.5.1.8.1.4 | ipaddress | read-write |
Mask associated to this IP address. To introduce a new aggregation route, a SET operation must be carried out, giving this variable a certain value (mask). The index corresponding to this address must be higher than the entries number of that table. Default value is 0.0.0.0. |
telProdNpIPAggRutCost | 1.3.6.1.4.1.2007.4.1.1.5.1.8.1.5 | integer | read-only |
Hops cost. Default value is 1. |