TGT-ADDRESS-MASK-MIB

File: TGT-ADDRESS-MASK-MIB.mib (2836 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-RESEARCH-MIB
SNMP-TARGET-MIB SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TAddress
snmpResearchMIBs snmpTargetAddrEntry MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

TgtAddressMaskEntry  
SEQUENCE    
  tgtAddressMask TAddress

Defined Values

tgtAddressMaskMIB 1.3.6.1.4.1.99.12.36
Tok_String
MODULE-IDENTITY    

tgtAddressMaskObjects 1.3.6.1.4.1.99.12.36.1
OBJECT IDENTIFIER    

tgtAddressMaskConformance 1.3.6.1.4.1.99.12.36.3
OBJECT IDENTIFIER    

tgtAddressMaskTable 1.3.6.1.4.1.99.12.36.1.1
Table to add an address mask to the snmpTargetAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TgtAddressMaskEntry

tgtAddressMaskEntry 1.3.6.1.4.1.99.12.36.1.1.1
Adds an address mask to an snmpTargetAddrEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TgtAddressMaskEntry  

tgtAddressMask 1.3.6.1.4.1.99.12.36.1.1.1.1
This object is used to qualify the value of the corresponding instance of snmpTargetAddrTAddress. The format of this object is determined by the corresponding instance of snmpTargetAddrTDomain. When performing transport address validation on a received packet, the value of this object is used as a mask to determine whether a source address matches a particular entry in the snmpTargetAddrTable. In general, the comparison using this mask value is performed as follows for each octet contained in the source address and snmpTargetAddrTAddress value: (sourceAddr & tgtAddressMask) == (snmpTargetAddrTAddress & tgtAddressMask) if the values are equal for all octets, the source address matches the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TAddress