TELDAT-CFG-PROTOCOL-SNMP-MIB

File: TELDAT-CFG-PROTOCOL-SNMP-MIB.mib (22491 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
TELDAT-SW-STRUCTURE-MIB

Imported symbols

IpAddress DisplayString oBJECT-TYPE
telProdNpConfProtocol

Defined Types

TelProdNpSNMPCommunityEntry  
SEQUENCE    
  telProdNpSNMPComIndex INTEGER
  telProdNpSNMPComCreate DisplayString
  telProdNpSNMPComDelete INTEGER
  telProdNpSNMPComName DisplayString
  telProdNpSNMPComAccess INTEGER
  telProdNpSNMPComHabTrapAll INTEGER
  telProdNpSNMPComHabTrapColdStart INTEGER
  telProdNpSNMPComHabTrapWarmStart INTEGER
  telProdNpSNMPComHabTrapLinkDown INTEGER
  telProdNpSNMPComHabTrapLinkUp INTEGER
  telProdNpSNMPComHabTrapAuthFail INTEGER
  telProdNpSNMPComHabTrapEnt INTEGER
  telProdNpSNMPComView DisplayString

TelProdNpSNMPDirEntry  
SEQUENCE    
  telProdNpSNMPDirComIndex INTEGER
  telProdNpSNMPDirDirIndex INTEGER
  telProdNpSNMPDirStatus INTEGER
  telProdNpSNMPDirComName DisplayString
  telProdNpSNMPDirIP IpAddress
  telProdNpSNMPDirMask IpAddress

TelProdNpSNMPSubEntry  
SEQUENCE    
  telProdNpSNMPSubViewIndex INTEGER
  telProdNpSNMPSubSubtreeIndex INTEGER
  telProdNpSNMPSubCreate DisplayString
  telProdNpSNMPSubDel INTEGER
  telProdNpSNMPSubNameView DisplayString
  telProdNpSNMPSuboID OBJECT IDENTIFIER

Defined Values

telProdNpConfProtSNMP 1.3.6.1.4.1.2007.4.1.1.5.4
OBJECT IDENTIFIER    

telProdNpSNMPGloGroup 1.3.6.1.4.1.2007.4.1.1.5.4.1
OBJECT IDENTIFIER    

telProdNpSNMPGloHabSnmp 1.3.6.1.4.1.2007.4.1.1.5.4.1.1
This variables allows enabling / disabling SNMP. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPGloHabDefect 1.3.6.1.4.1.2007.4.1.1.5.4.1.2
This variable enables SNMP default configuration. Default value is 1(yes), enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPGloConfPort 1.3.6.1.4.1.2007.4.1.1.5.4.1.3
This variable configures traps port. Default value is 162.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

telProdNpSNMPGloMaxTimeTrapPend 1.3.6.1.4.1.2007.4.1.1.5.4.1.4
Maximum time of pending traps sending. Default value is 50.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPGloMaxNumTrapPend 1.3.6.1.4.1.2007.4.1.1.5.4.1.5
Maximum number of traps pending of sending. Default value is 32.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

telProdNpSNMPGloMaxDestTrap 1.3.6.1.4.1.2007.4.1.1.5.4.1.6
Maximum number of traps destinations. Default value is 4.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

telProdNpSNMPGloCheckDest 1.3.6.1.4.1.2007.4.1.1.5.4.1.7
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ip-route(1), udp(2), icmp(3)  

telProdNpSNMPCommunityTable 1.3.6.1.4.1.2007.4.1.1.5.4.2
Communities list. The table index is the community number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TelProdNpSNMPCommunityEntry

telProdNpSNMPCommunityEntry 1.3.6.1.4.1.2007.4.1.1.5.4.2.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TelProdNpSNMPCommunityEntry  

telProdNpSNMPComIndex 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.1
Snmp community number. It is the table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPComCreate 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPComDelete 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), set-ok(2), set-no-ok(3), indeterminate(4)  

telProdNpSNMPComName 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.4
Community name; maximum: 32 characters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPComAccess 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.5
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER write-read-trap(1), read-trap(2), trap-only(3)  

telProdNpSNMPComHabTrapAll 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.6
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(1), none(2), some(3)  

telProdNpSNMPComHabTrapColdStart 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.7
This variable allows enabling/disabling Cold Start traps. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComHabTrapWarmStart 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.8
This variable allows enabling/disabling Warm Start traps. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComHabTrapLinkDown 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.9
This variable allows enabling/disabling Link Down traps. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComHabTrapLinkUp 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.10
This variable allows enabling/disabling Link Up traps. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComHabTrapAuthFail 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.11
This variable allows enabling/disabling authentication failure traps. Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComHabTrapEnt 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.12
This variable allows enabling/disabling private traps (enterprise). Default value is 2(no), disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

telProdNpSNMPComView 1.3.6.1.4.1.2007.4.1.1.5.4.2.1.13
View name. Maximum: 32 characters. Existing views can only be assigned to the community. Default value is all.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPDirTable 1.3.6.1.4.1.2007.4.1.1.5.4.3
List of the IP addresses associated to a community. There are two indexes: the community and the IP address position.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TelProdNpSNMPDirEntry

telProdNpSNMPDirEntry 1.3.6.1.4.1.2007.4.1.1.5.4.3.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TelProdNpSNMPDirEntry  

telProdNpSNMPDirComIndex 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.1
Community number associated to the IP address. It is the first table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPDirDirIndex 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.2
Entry number of the IP address. It is the second table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPDirStatus 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), add(2), delete(3)  

telProdNpSNMPDirComName 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.4
Community name. Maximum: 32 characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPDirIP 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

telProdNpSNMPDirMask 1.3.6.1.4.1.2007.4.1.1.5.4.3.1.6
Mask associated to this IP address. Default value is 255.0.0.0
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

telProdNpSNMPSubTable 1.3.6.1.4.1.2007.4.1.1.5.4.4
Subbranches list. There are two indixes: the view and the subbranch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TelProdNpSNMPSubEntry

telProdNpSNMPSubEntry 1.3.6.1.4.1.2007.4.1.1.5.4.4.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TelProdNpSNMPSubEntry  

telProdNpSNMPSubViewIndex 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.1
View number associated to the IP address. It is the first table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPSubSubtreeIndex 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.2
Subbranch number. It is the second table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpSNMPSubCreate 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPSubDel 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), set-ok(2), set-non-ok(3), indeterminate(4)  

telProdNpSNMPSubNameView 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

telProdNpSNMPSuboID 1.3.6.1.4.1.2007.4.1.1.5.4.4.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER