TELDAT-CFG-PROTOCOL-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: TELDAT, S.A.


 Home MIB: TELDAT-CFG-PROTOCOL-SNMP-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
 telProdNpConfProtSNMP 1.3.6.1.4.1.2007.4.1.1.5.4
     telProdNpSNMPGloGroup 1.3.6.1.4.1.2007.4.1.1.5.4.1
         telProdNpSNMPGloHabSnmp 1.3.6.1.4.1.2007.4.1.1.5.4.1.1 integer read-write
This variables allows enabling / disabling SNMP. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
         telProdNpSNMPGloHabDefect 1.3.6.1.4.1.2007.4.1.1.5.4.1.2 integer read-write
This variable enables SNMP default configuration. Default value is 1(yes), enabled. Enumeration: 'yes': 1, 'no': 2.
         telProdNpSNMPGloConfPort 1.3.6.1.4.1.2007.4.1.1.5.4.1.3 integer read-write
This variable configures traps port. Default value is 162.
         telProdNpSNMPGloMaxTimeTrapPend 1.3.6.1.4.1.2007.4.1.1.5.4.1.4 integer read-write
Maximum time of pending traps sending. Default value is 50.
         telProdNpSNMPGloMaxNumTrapPend 1.3.6.1.4.1.2007.4.1.1.5.4.1.5 integer read-write
Maximum number of traps pending of sending. Default value is 32.
         telProdNpSNMPGloMaxDestTrap 1.3.6.1.4.1.2007.4.1.1.5.4.1.6 integer read-write
Maximum number of traps destinations. Default value is 4.
         telProdNpSNMPGloCheckDest 1.3.6.1.4.1.2007.4.1.1.5.4.1.7 integer read-write
This variable is used to enable/disable the reachability checking for the manager stations configured as trap destinations before sending. If this parameter is set to ip-route (this will only check there is an IP route to the destination), it makes no sense to periodically send the ECHo UDP or ICMP which are used to find out which managers can be reached. The permitted values for this variable are: (1) ip-route: traps are only sent when a route to the destination has existed during certain time. (2) udp: enables ECHo UDP sending to the destinations to check if they are accessible. (3) icmp: enables ECHo ICMP sending to the destinations to check if they are accessible. The default value is 2 (udp). Enumeration: 'udp': 2, 'ip-route': 1, 'icmp': 3.
     telProdNpSNMPCommunityTable 1.3.6.1.4.1.2007.4.1.1.5.4.2 no-access
Communities list. The table index is the community number.
         telProdNpSNMPCommunityEntry 1.3.6.1.4.1.2007.4.1.1.5.4.2.1 no-access
Each entry consists of the communities, the community number (table index), the variable to add a table row, the variable to delete a table row, the access type, the habilitation of all traps, the habilitation of the Cold Start traps, the habilitation of the Warm Start traps, the habilitation of the Link Down traps, the habilitation of the Link Up traps, the habilitation of the Authentication Failure traps, the habilitation of the private traps (Enterprise) and the community view.
             telProdNpSNMPComIndex 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.1 integer read-only
Snmp community number. It is the table index.
             telProdNpSNMPComCreate 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.2 displaystring read-write
Variable to add a table row. To add a snmp community, it is necessary to realize a set and pass the name of the new community. If it is repeated, then it will return error.
             telProdNpSNMPComDelete 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.3 integer read-write
Variable to delete a table row. To delete a snmp community, a set to 1 must be realized. Get returns 2 if the last set was realized succesfully; 3 if it resulted in error and 4 in another case. Enumeration: 'indeterminate': 4, 'set-ok': 2, 'set-no-ok': 3, 'delete': 1.
             telProdNpSNMPComName 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.4 displaystring read-write
Community name; maximum: 32 characters.
             telProdNpSNMPComAccess 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.5 integer read-write
Access type for the community: 1 allows reading, writing and the reception of traps; 2, reading and traps; 3, only traps. Default value is 2 (READ-TRAP). Enumeration: 'trap-only': 3, 'write-read-trap': 1, 'read-trap': 2.
             telProdNpSNMPComHabTrapAll 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.6 integer read-write
This variable allows enabling/disabling all traps. It only allows set to 1 (all traps) and 2 (none). Its value affects to the variables of the individual traps. If it is enabled/disabled, then all the others will be enabled/disabled. If there are enabled and disabled traps, its value is 3 (some traps). Default value is 2 (none). Enumeration: 'all': 1, 'some': 3, 'none': 2.
             telProdNpSNMPComHabTrapColdStart 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.7 integer read-write
This variable allows enabling/disabling Cold Start traps. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComHabTrapWarmStart 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.8 integer read-write
This variable allows enabling/disabling Warm Start traps. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComHabTrapLinkDown 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.9 integer read-write
This variable allows enabling/disabling Link Down traps. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComHabTrapLinkUp 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.10 integer read-write
This variable allows enabling/disabling Link Up traps. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComHabTrapAuthFail 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.11 integer read-write
This variable allows enabling/disabling authentication failure traps. Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComHabTrapEnt 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.12 integer read-write
This variable allows enabling/disabling private traps (enterprise). Default value is 2(no), disabled. Enumeration: 'yes': 1, 'no': 2.
             telProdNpSNMPComView 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.13 displaystring read-write
View name. Maximum: 32 characters. Existing views can only be assigned to the community. Default value is all.
     telProdNpSNMPDirTable 1.3.6.1.4.1.2007.4.1.1.5.4.3 no-access
List of the IP addresses associated to a community. There are two indexes: the community and the IP address position.
         telProdNpSNMPDirEntry 1.3.6.1.4.1.2007.4.1.1.5.4.3.1 no-access
Each entry consists of the IP addresses, the community number (first index), the IP address index (second index), the table control variable, the community name, the IP address and the mask associated to that IP address.
             telProdNpSNMPDirComIndex 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.1 integer read-only
Community number associated to the IP address. It is the first table index.
             telProdNpSNMPDirDirIndex 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.2 integer read-only
Entry number of the IP address. It is the second table index.
             telProdNpSNMPDirStatus 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.3 integer read-write
Table control variable. Set to 1 does nothing. Set to 2 adds a new row (address) in the table with the default values and returns 2. If it already existed, then it returns error. The value assigned to neighbor IP address is 0.0.0.1, and if it already exists, then it increases it in an unit and so on. It must be added immediately after the last index. Set to 3 deletes all table fields corresponding to that address, and returns 3. Get returns 1 if the address exists. Enumeration: 'add': 2, 'valid': 1, 'delete': 3.
             telProdNpSNMPDirComName 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.4 displaystring read-only
Community name. Maximum: 32 characters.
             telProdNpSNMPDirIP 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.5 ipaddress read-write
IP address of this entry. Default value is 0.0.0.0. If a new row for a community is requested to which a row with the default values has already been assigned to it, theb default IP address will be 0.0.0.1 and so on.
             telProdNpSNMPDirMask 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.6 ipaddress read-write
Mask associated to this IP address. Default value is 255.0.0.0
     telProdNpSNMPSubTable 1.3.6.1.4.1.2007.4.1.1.5.4.4 no-access
Subbranches list. There are two indixes: the view and the subbranch.
         telProdNpSNMPSubEntry 1.3.6.1.4.1.2007.4.1.1.5.4.4.1 no-access
Each entry consists of the subbranches, the associated view number (first index), the subbranch number (second index), a variable to add a new row, a variable to delete a table row, the associate view number and the subbranch oID. This table creates new subbranches associated to tree views. If the view doesn't exist, then it creates it and it associates the concrete subbranch to it.
             telProdNpSNMPSubViewIndex 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.1 integer read-only
View number associated to the IP address. It is the first table index.
             telProdNpSNMPSubSubtreeIndex 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.2 integer read-only
Subbranch number. It is the second table index.
             telProdNpSNMPSubCreate 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.3 displaystring read-write
This variable allows adding a new table row. To add a subbranch, and give the name of the new subbranch. If it is repeated (there already is a view with an equal associate subbranch), then it will return error. If the view doesn't exist, then it creates it and it associates the concrete subbranch to it.
             telProdNpSNMPSubDel 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.4 integer read-write
This variable allows deleting a table row. To add a subbranch, a set to 1 must be done. Get returns 2 if the last set was realized, 3 if it was wrong and 4 in another case. Enumeration: 'set-non-ok': 3, 'indeterminate': 4, 'set-ok': 2, 'delete': 1.
             telProdNpSNMPSubNameView 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.5 displaystring read-write
View name. Maximum: 32 characters. If it is tried to give a view name that it already exists, and in addition it already has an equal associate subbranch, then it will return error.
             telProdNpSNMPSuboID 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.6 object identifier read-write
Subbranch identifier. Default value is 0.0. If it is tried to add a subbranch with the default oID to a view in which that default oID already exists, then the value will be incremented in an unit and so on.