CISCO-IPMCAST-MIB

File: CISCO-IPMCAST-MIB.mib (23267 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
RFC1271-MIB SNMPv2-CONF IGMP-MIB

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Integer32 Counter32 IpAddress
RowStatus TruthValue OwnerString
MODULE-COMPLIANCE OBJECT-GROUP igmpInterfaceEntry

Defined Types

PimRpAccessListEntry  
SEQUENCE    
  pimRpAccessListRP IpAddress
  pimRpAccessListNumber INTEGER
  pimRpAccessListStatus RowStatus

IgmpAccessListEntry  
SEQUENCE    
  igmpAccessListNumber INTEGER

MrbranchResponseEntry  
SEQUENCE    
  mrbranchResponseResponder IpAddress
  mrbranchResponseRtt Integer32
  mrbranchResponseRPF IpAddress

MrbranchInterfaceListEntry  
SEQUENCE    
  mrbranchInterfaceListAddress IpAddress
  mrbranchInterfaceListNetMask IpAddress

IgmpCondFilterIfEntry  
SEQUENCE    
  igmpCondFilterIfIndex Integer32
  igmpCondFilterIfStatus INTEGER
  igmpCondFilterIfRouter TruthValue

IgmpCondFilterMcastEntry  
SEQUENCE    
  igmpCondFilterMcastIfIndex Integer32
  igmpCondFilterMcastAddress IpAddress
  igmpCondFilterMcastMember TruthValue
  igmpCondFilterMcastInPkts Counter32
  igmpCondFilterMcastOutPkts Counter32
  igmpCondFilterMcastStatus RowStatus

Defined Values

ciscoMcastMIB 1.3.6.1.4.1.9.10.4
The MIB module for Cisco-specific management of IP Multicast in Cisco devices.
MODULE-IDENTITY    

ciscoMcastMIBObjects 1.3.6.1.4.1.9.10.4.1
OBJECT IDENTIFIER    

mcastAccess 1.3.6.1.4.1.9.10.4.1.1
OBJECT IDENTIFIER    

mcastTrace 1.3.6.1.4.1.9.10.4.1.2
OBJECT IDENTIFIER    

mcastFilter 1.3.6.1.4.1.9.10.4.1.3
OBJECT IDENTIFIER    

pimRpAccessListTable 1.3.6.1.4.1.9.10.4.1.1.1
The (conceptual) table containing the access-lists of IP Multicast groups configured for specific Rendezvous- Points. An RP for which there is no entry in this table is configured for all groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PimRpAccessListEntry

pimRpAccessListEntry 1.3.6.1.4.1.9.10.4.1.1.1.1
An entry (conceptual row) in the pimRpAccessListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PimRpAccessListEntry  

pimRpAccessListRP 1.3.6.1.4.1.9.10.4.1.1.1.1.1
The address of the Rendezvous Point for which this entry contains access-list information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

pimRpAccessListNumber 1.3.6.1.4.1.9.10.4.1.1.1.1.2
The number of the access-list which specifies the range of group addresses which have this Rendezvous Point. A value of zero is equivalent to no access-list.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

pimRpAccessListStatus 1.3.6.1.4.1.9.10.4.1.1.1.1.3
The status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

igmpAccessListTable 1.3.6.1.4.1.9.10.4.1.1.2
The (conceptual) table containing the configured access- lists of IP Multicast groups for which join requests received from hosts (i.e., directly attached group members) via specific interfaces are allowed. If no access-list is defined for an interface, any group can be joined via that interace.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpAccessListEntry

igmpAccessListEntry 1.3.6.1.4.1.9.10.4.1.1.2.1
An entry (conceptual row) in the igmpAccessListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpAccessListEntry  

igmpAccessListNumber 1.3.6.1.4.1.9.10.4.1.1.2.1.1
The number of the access-list which specifies the IP multicast groups for which joins are allowed on this interface. A value of zero is equivalent to no access- list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

mcastTraceRequest 1.3.6.1.4.1.9.10.4.1.2.1
OBJECT IDENTIFIER    

mcastTraceResponse 1.3.6.1.4.1.9.10.4.1.2.2
OBJECT IDENTIFIER    

mrbranchState 1.3.6.1.4.1.9.10.4.1.2.1.1
The state of the SNMP-invoked mrbranch facility. Only one such mrbranch may be in progress at a time. When this object has the value 'inactive', setting it to 'active' causes an mrbranch to be invoked using the values of mrbranchGroup, mrbranchBranch and mrbranchTimeout which were set either concurrently or most recently. The value stays 'active' until the mrbranch completes/times-out at which time it becomes 'inactive'. Setting this value to 'active' when it is already 'active' it is an error. Setting it to 'inactive' either cancels the active mrbranch or is a no-op.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

mrbranchGroup 1.3.6.1.4.1.9.10.4.1.2.1.2
The IP multicast group address to be used by the next SNMP-invoked mrbranch command.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mrbranchBranch 1.3.6.1.4.1.9.10.4.1.2.1.3
The branch address, i.e., the IP unicast address of the responding router, to be used by the next SNMP-invoked mrbranch command.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mrbranchTimeout 1.3.6.1.4.1.9.10.4.1.2.1.4
The maximum number of seconds to be taken by the next SNMP-invoked mrbranch command.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mrbranchRequestor 1.3.6.1.4.1.9.10.4.1.2.1.5
An indication of the identity of invoker the last/current/next SNMP-invoked mrbranch command.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

mrbranchResponseTable 1.3.6.1.4.1.9.10.4.1.2.2.1
The table containing mrbranch responses. Additional information from mrbranch responses is contained in the mrbranchInterfaceListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MrbranchResponseEntry

mrbranchResponseEntry 1.3.6.1.4.1.9.10.4.1.2.2.1.1
An entry in the mrbranchResponseTable, representing one mrbranch response.
Status: current Access: not-accessible
OBJECT-TYPE    
  MrbranchResponseEntry  

mrbranchResponseResponder 1.3.6.1.4.1.9.10.4.1.2.2.1.1.1
The IP address of the responder to the mrbranch request for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

mrbranchResponseRtt 1.3.6.1.4.1.9.10.4.1.2.2.1.1.2
The time taken for the request to be sent and the response to come back for this responder to the mrbranch request.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mrbranchResponseRPF 1.3.6.1.4.1.9.10.4.1.2.2.1.1.3
The IP address of the RPF neighbor of the responder to the mrbranch request.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mrbranchInterfaceListTable 1.3.6.1.4.1.9.10.4.1.2.2.2
The table containing information on outgoing interfaces as reported in a response to a mrbranch. Each entry is one of a list of outgoing interface from a particular responder.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MrbranchInterfaceListEntry

mrbranchInterfaceListEntry 1.3.6.1.4.1.9.10.4.1.2.2.2.1
An entry in the mrbranchInterfaceListTable containing a particular outgoing interface listed in the response to a mrbranch received from the responder indicated by mrbranchResponseResponder.
Status: current Access: not-accessible
OBJECT-TYPE    
  MrbranchInterfaceListEntry  

mrbranchInterfaceListAddress 1.3.6.1.4.1.9.10.4.1.2.2.2.1.1
The IP address of the outgoing interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mrbranchInterfaceListNetMask 1.3.6.1.4.1.9.10.4.1.2.2.2.1.2
The network mask of the IP address of the outgoing interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpConditionalFilteringEnable 1.3.6.1.4.1.9.10.4.1.3.1
An indication of whether IGMP Conditional Filtering is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

igmpMemberReportTimeout 1.3.6.1.4.1.9.10.4.1.3.2
The number of seconds for which the receipt of the most recent IGMP Membership Report for a particular IP multicast group on a particular interface indicates that there is currently a member of that group on that interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpCondFilterIfTable 1.3.6.1.4.1.9.10.4.1.3.3
The table containing information on interfaces for use with IGMP Conditional Filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpCondFilterIfEntry

igmpCondFilterIfEntry 1.3.6.1.4.1.9.10.4.1.3.3.1
An entry in the igmpCondFilterIfTable containing information on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpCondFilterIfEntry  

igmpCondFilterIfIndex 1.3.6.1.4.1.9.10.4.1.3.3.1.1
The ifIndex value of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpCondFilterIfStatus 1.3.6.1.4.1.9.10.4.1.3.3.1.2
An indication of whether the presense of an IP multicast router on this interface is to be determined statically or dynamically. The values routerPresent(1) and noRouter(2) indicate that the presence of a router is statically determined to be present or not-present, respectively. The value dynamic(3) indicates the presence is to be determined dynamically.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER routerPresent(1), noRouter(2), dynamic(3)  

igmpCondFilterIfRouter 1.3.6.1.4.1.9.10.4.1.3.3.1.3
An indication of whether an IP multicast router is present on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

igmpCondFilterMcastTable 1.3.6.1.4.1.9.10.4.1.3.4
The table containing information on IP multicast groups for use with IGMP Conditional Filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpCondFilterMcastEntry

igmpCondFilterMcastEntry 1.3.6.1.4.1.9.10.4.1.3.4.1
An entry in the igmpCondFilterMcastTable containing information on a particular IP multicast group on a particular interface. An entry is created by the agent when it receives on the interface either an IP multicast datagram destined to the multicast group, or an IGMP Membership Report for the group. An entry can also be created by network management to indicate that datagrams for the multicast group are to be forwarded to the interface irrespective of the receipt/non-receipt of IGMP Membership Reports.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpCondFilterMcastEntry  

igmpCondFilterMcastIfIndex 1.3.6.1.4.1.9.10.4.1.3.4.1.1
The ifIndex value of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpCondFilterMcastAddress 1.3.6.1.4.1.9.10.4.1.3.4.1.2
The IP multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

igmpCondFilterMcastMember 1.3.6.1.4.1.9.10.4.1.3.4.1.3
An indication of whether there is currently a member of the IP multicast group on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

igmpCondFilterMcastInPkts 1.3.6.1.4.1.9.10.4.1.3.4.1.4
The number of IP multicast datagrams destined for this multicast address which have been received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igmpCondFilterMcastOutPkts 1.3.6.1.4.1.9.10.4.1.3.4.1.5
The number of IP multicast datagrams destined for this multicast address which have been forwarded to this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igmpCondFilterMcastStatus 1.3.6.1.4.1.9.10.4.1.3.4.1.6
The status of this row. If a row is created for a IP multicast group on a particular interface with the instance of igmpCondFilterMcastMember set to true(1), then datagrams destined to the multicast group are to be forwarded to the interface independent of whether IGMP Membership Reports are received.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoMcastMIBConformance 1.3.6.1.4.1.9.10.4.2
OBJECT IDENTIFIER    

ciscoMcastMIBCompliances 1.3.6.1.4.1.9.10.4.2.1
OBJECT IDENTIFIER    

ciscoMcastMIBGroups 1.3.6.1.4.1.9.10.4.2.2
OBJECT IDENTIFIER    

ciscoMcastMIBCompliance 1.3.6.1.4.1.9.10.4.2.1.1
The compliance statement for routers implementing the Cisco-specific IP Multicast MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMcastCondFilterMIBCompliance 1.3.6.1.4.1.9.10.4.2.1.2
The compliance statement for bridges/switches which implement Conditional IGMP Filtering.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMcastAccessMIBGroup 1.3.6.1.4.1.9.10.4.2.2.1
A collection of objects providing management of Access- Lists for IP Multicast in Cisco routers.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMrbranchMIBGroup 1.3.6.1.4.1.9.10.4.2.2.2
A collection of objects providing for the invocation of mrbranch commands in Cisco routers.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMcastFilterMIBGroup 1.3.6.1.4.1.9.10.4.2.2.3
A collection of objects for management of bridges/switches which implement IGMP Conditional Filtering.
Status: current Access: read-only
OBJECT-GROUP