CISCO-SNMP-TARGET-EXT-MIB

File: CISCO-SNMP-TARGET-EXT-MIB.mib (20420 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
INET-ADDRESS-MIB SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMP-TARGET-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndexOrZero InetAddressType
InetAddress RowStatus StorageType
TruthValue SnmpAdminString snmpTargetAddrEntry
snmpTargetAddrName ciscoMgmt

Defined Types

CExtSnmpTargetAddrEntry  
SEQUENCE    
  cExtSnmpTargetAddrIntIfIndex InterfaceIndexOrZero

CExtSnmpTargetVrfEntry  
SEQUENCE    
  cExtSnmpTargetVrfName SnmpAdminString
  cExtSnmpTargetVrfRoute TruthValue
  cExtSnmpTargetVrfFilter TruthValue
  cExtSnmpTargetVrfStorage StorageType
  cExtSnmpTargetVrfStatus RowStatus

Defined Values

ciscoSnmpTargetExtMIB 1.3.6.1.4.1.9.9.412
This MIB is an extension of the SNMP-TARGET-MIB specified in RFC3413. This MIB module contains Cisco-defined extension to the snmpTargetAddrTable to represent information required for IPv6 Address. When Target has Link local or Multicast IPv6 address, the information of the interface on which the notification has to be sent is required. This additional information is provided by this extension MIB. This module also contains definition for set of new variable to hold the address of the host that had sent an unauthentic SNMP message to agent. Glossary of the terms used in this MIB: -------------------------------------- VRF - Virtual Routing and Forwarding. An IP technology that allows multiple instances of routing table to exist in a system and work simultaneously. A VRF consists of an IP routing table, a forwarding table, a set of interfaces that use the forwarding table, and a set of rules and routing protocol parameters that control the information that is included into the routing table.
MODULE-IDENTITY    

ciscoSnmpTargetExtMIBObjects 1.3.6.1.4.1.9.9.412.1
OBJECT IDENTIFIER    

cExtSnmpTargetAuthAddr 1.3.6.1.4.1.9.9.412.1.1
OBJECT IDENTIFIER    

cExtSnmpTargetAuthInetType 1.3.6.1.4.1.9.9.412.1.1.1
This contains the type of address cExtSnmpTargetAuthInetAddr holds when a host sends an unauthentic SNMP message.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cExtSnmpTargetAuthInetAddr 1.3.6.1.4.1.9.9.412.1.1.2
This contains the address of the host from which snmp-agent has received a SNMP message that is not authentic.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cExtSnmpTargetAddrTable 1.3.6.1.4.1.9.9.412.1.2
The cExtSnmpTargetAddrTable extends the SNMP-TARGET-MIB's snmpTargetAddrTable for providing info on the type of interface for Link Local or Multicast IPv6 Target Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CExtSnmpTargetAddrEntry

cExtSnmpTargetAddrEntry 1.3.6.1.4.1.9.9.412.1.2.1
A cExtSnmpTargetAddrTable entry extends snmpTargetAddrTable to provide a new variable to hold the value of interface type. A target which has a link local or a multicast address the variable of this table is valid. Entries are removed when the corresponding entry in the snmpTargetAddrTable is removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CExtSnmpTargetAddrEntry  

cExtSnmpTargetAddrIntIfIndex 1.3.6.1.4.1.9.9.412.1.2.1.1
Holds valid ifIndex value of the interface through which the notifications for the target with Multicast/Link local address specified in the snmpTargetAddrTAddress, is sent. If snmpTargetAddrTAddress doesn't hold a Linklocal or a Multicast target address then the value of this object will be zero. For the entries with snmpTargetAddrTAddress having Link Local or Multicast address the snmpTargetAddrStatus cannot be set to valid unless the value for this object holds a valid ifIndex value.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

cExtSnmpTargetVrfTable 1.3.6.1.4.1.9.9.412.1.3
The cExtSnmpTargetVrfTable extends the snmpTargetAddrTable of the SNMP-TARGET-MIB for providing: - VRF reachability criterion for the SNMP target - VRF filtering criterion for the SNMP target This table is indexed by the target entity snmpTargetAddrName and the associated VRF name cExtSnmpTargetVrfName. Each entry of this table forms a tuple of target and VRF name for which all the VRF related configuration parameters can be specified by corresponding instances of the columnar objects. The reachability of the SNMP target is qualified by the routing context by way of associating VRF Name(s) with it. Restricting only those SNMP notifications that are generated within the context of a VRF to a specific SNMP target is VRF based filtering of notifications. A row in this table cannot be created prior to the creation of row it extends.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CExtSnmpTargetVrfEntry

cExtSnmpTargetVrfEntry 1.3.6.1.4.1.9.9.412.1.3.1
An entry (conceptual row) in the cExtSnmpTargetVrfTable. When an entry in the snmpTargetAddrTable is deleted the corresponding entries in this table are also deleted. A row needs to exist in the cExtSnmpTargetVrfTable for each VRF for which SNMP notifications are to be sent to a particular target address, so that when the same target address is the destination for multiple VRFs, then multiple rows in this table will reference the same target address. However, only one of such multiple rows can be used for routing the SNMP notifications to that target address, i.e., only one of them can have an instance of cExtSnmpTargetVrfRoute with the value 'true'. Thus, any management operation which sets an instance of cExtSnmpTargetVrfRoute to 'true' must also have the effect of setting any other instance of cExtSnmpTargetVrfRoute for the same target address to 'false'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CExtSnmpTargetVrfEntry  

cExtSnmpTargetVrfName 1.3.6.1.4.1.9.9.412.1.3.1.1
This object identifies a human readable string representing the name of the VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cExtSnmpTargetVrfRoute 1.3.6.1.4.1.9.9.412.1.3.1.2
This object specifies whether this VRF (identified by the corresponding instance identifier of cExtSnmpTargetVrfName) should be used for routing the SNMP notifications sent to this target address specified in the value of the corresponding instance of snmpTargetAddrTAddress. The value 'true' indicates that this VRF should be used. The value 'false' indicates that this VRF should not be used.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cExtSnmpTargetVrfFilter 1.3.6.1.4.1.9.9.412.1.3.1.3
This object specifies whether SNMP notifications generated in this VRF (identified by the corresponding instance identifier of cExtSnmpTargetVrfName) context should be sent to this target address specified in the value of the corresponding instance of snmpTargetAddrTAddress. By default, the notifications generated in any of the VRFs are allowed to be sent to the configured targets. Setting the value of this object to 'true' defines 'inclusive' filtering policy to allow notifications of a specific VRF while excluding notifications of all other VRFs. The value 'true' indicates that the notifications of this VRF should be sent. The value 'false' indicates that the notifications of this VRF should not be sent.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cExtSnmpTargetVrfStorage 1.3.6.1.4.1.9.9.412.1.3.1.4
The storage type for this conceptual row. When the value of an instance of this object is 'permanent', the value of the corresponding instance of all the other objects of this table except cExtSnmpTargetVrfStatus are read-writable. The 'permanent' rows can not be deleted by setting value of the corresponding instance of cExtSnmpTargetVrfStatus to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cExtSnmpTargetVrfStatus 1.3.6.1.4.1.9.9.412.1.3.1.5
The status of this conceptual row. There are no specific restrictions for setting the value of this object to 'active'. Once the value of this object is set to 'active', the value of the corresponding instance of all other objects of this table can still be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cExtSnmpNotifGblTrapSrcIfIndex 1.3.6.1.4.1.9.9.412.1.4
This object specifies the ifIdex value of the source interface to be used for sending TRAP notifications. The value of this object should be a valid 'ifIndex' value. This is a global configuration applied for all TRAP notifications sent by this agent to all the targets. If the source interface is configured for a specific target using the value of corresponding instance of 'cExtSnmpTargetAddrIntIfIndex', then that value takes precedence and will be used for sending the notification. The value of this object being 'zero' implies that there is no source interface configuration for the TRAP notifications at a global level.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

cExtSnmpNotifGblInformSrcIfIndex 1.3.6.1.4.1.9.9.412.1.5
This object specifies the ifIdex value of the source interface to be used for sending INFORM notifications. The value of this object should be a valid 'ifIndex' value. This is a global configuration applied for all INFORM notifications sent by this agent to all the targets. If the source interface is configured for a specific target using the value of corresponding instance of 'cExtSnmpTargetAddrIntIfIndex', then that value takes precedence and will be used for sending the notification. The value of this object being 'zero' implies that there is no source interface configuration for the INFORM notifications at a global level.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

ciscoSnmpTargetExtMIBConformance 1.3.6.1.4.1.9.9.412.2
OBJECT IDENTIFIER    

ciscoSnmpTargetExtMIBCompliances 1.3.6.1.4.1.9.9.412.2.1
OBJECT IDENTIFIER    

ciscoSnmpTargetExtMIBGroups 1.3.6.1.4.1.9.9.412.2.2
OBJECT IDENTIFIER    

ciscoSnmpTargetExtMIBCompliance 1.3.6.1.4.1.9.9.412.2.1.1
Compliance for IPv6 address supported by snmpTargetAddrTAddress for Link-Local or Multicast and for holding the recent host address that sent an unauthentic SNMP message in cExtSnmpTargetAuthInetAddr and cExtSnmpTargetAuthInetType.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoSnmpTargetExtMIBComplianceRev1 1.3.6.1.4.1.9.9.412.2.1.2
The compliance statement for entities which implement the CISCO-SNMP-TARGET-EXT-MIB.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoSnmpTargetExtMIBComplianceRev2 1.3.6.1.4.1.9.9.412.2.1.3
The compliance statement for entities which implement the CISCO-SNMP-TARGET-EXT-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoSnmpTargetAuthFailureGroup 1.3.6.1.4.1.9.9.412.2.2.1
The collection of objects which gives information about the recent host that has sent a SNMP message to the agent that is not authentic.
Status: current Access: read-write
OBJECT-GROUP    

ciscoSnmpTargetExtMIBGroup 1.3.6.1.4.1.9.9.412.2.2.2
The collection of objects which give information about the interface through which the notifications are sent out for IPv6 Link-local and Multicast Target address.
Status: current Access: read-write
OBJECT-GROUP    

ciscoSnmpTargetExtVrfMIBGroup 1.3.6.1.4.1.9.9.412.2.2.3
The collection of objects for supporting VRF based configuration for the SNMP targets.
Status: current Access: read-write
OBJECT-GROUP    

ciscoSnmpTargetNotifSrcIntGroup 1.3.6.1.4.1.9.9.412.2.2.4
The collection of objects which give information about the interface through which SNMP TRAP and INFORM notifications are sent for all target addresses globally.
Status: current Access: read-write
OBJECT-GROUP