DC-MGMD-MIB

File: DC-MGMD-MIB.mib (27711 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 TimeTicks
TEXTUAL-CONVENTION RowStatus TruthValue
StorageType MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndexOrZero InterfaceIndex InetAddress
InetAddressType

Defined Types

NonZeroUnsigned8  
An non-zero unsigned32 further restricted to 8 Bits.
TEXTUAL-CONVENTION    
  Unsigned32 1..255  

NonZeroInteger  
A positive integer.
TEXTUAL-CONVENTION    
  Unsigned32 1..7FFFFFFF  

AdminStatus  
The desired administrative state of a MGMD entity.
TEXTUAL-CONVENTION    
  INTEGER adminStatusUp(1), adminStatusDown(2)  

OperStatus  
The current operational state of a MGMD entity.
TEXTUAL-CONVENTION    
  INTEGER operStatusUp(1), operStatusDown(2), operStatusGoingUp(3), operStatusGoingDown(4), operStatusActFailed(5)  

PmIndex  
The index value identifying a MGMD entity.
TEXTUAL-CONVENTION    
  Unsigned32  

MjStatus  
The status of a Master Join.
TEXTUAL-CONVENTION    
  INTEGER mjNotJoined(1), mjSentAddJoin(2), mjSentRegister(3), mjJoinActive(4), mjSentDelJoin(5), mjSentUnregister(6), mjJoinGone(7), mjFailedToRegister(8), mjFailingOver(9), mjFailed(10)  

InterfaceType  
The type of interface to which a join applies.
TEXTUAL-CONVENTION    
  INTEGER ifIpSockets(1), ifIfInfo(2), ifRteProtInput(3)  

MgmdEntityType  
The MGMD entity type.
TEXTUAL-CONVENTION    
  INTEGER host(1), router(2)  

MgmdPmEntEntry  
SEQUENCE    
  mgmdPmEntIndex PmIndex
  mgmdPmEntAdminStatus AdminStatus
  mgmdPmEntOperStatus OperStatus
  mgmdPmEntRowStatus RowStatus

MgmdPmMjEntry  
SEQUENCE    
  mgmdPmMjEntIndex PmIndex
  mgmdPmMjInterfaceId InterfaceType
  mgmdPmMjPartnerIndex Unsigned32
  mgmdPmMjRowStatus RowStatus
  mgmdPmMjAdminStatus AdminStatus
  mgmdPmMjOperStatus OperStatus
  mgmdPmMjJoinStatus MjStatus

MgmdPmStaticGroupEntry  
SEQUENCE    
  mgmdPmStaticGroupEntityType MgmdEntityType
  mgmdPmStaticGroupIfIndex InterfaceIndex
  mgmdPmStaticGroupAddressType InetAddressType
  mgmdPmStaticGroupAddress InetAddress
  mgmdPmStaticGroupSourceAddress InetAddress
  mgmdPmStaticGroupStatus RowStatus
  mgmdPmStaticGroupStorageType StorageType

MgmdPmRouterInterfaceEntry  
SEQUENCE    
  mgmdPmRouterInterfaceIfIndex InterfaceIndex
  mgmdPmRouterInterfaceQuerierType InetAddressType
  mgmdPmRouterInterfaceQuerier InetAddress
  mgmdPmRouterInterfaceQueryInterval Unsigned32
  mgmdPmRouterInterfaceStatus RowStatus
  mgmdPmRouterInterfaceVersion Unsigned32
  mgmdPmRouterInterfaceQueryMaxResponseTime Unsigned32
  mgmdPmRouterInterfaceQuerierUpTime TimeTicks
  mgmdPmRouterInterfaceQuerierExpiryTime TimeTicks
  mgmdPmRouterInterfaceWrongVersionQueries Counter32
  mgmdPmRouterInterfaceJoins Counter32
  mgmdPmRouterInterfaceProxyIfIndex InterfaceIndexOrZero
  mgmdPmRouterInterfaceGroups Gauge32
  mgmdPmRouterInterfaceRobustness Unsigned32
  mgmdPmRouterInterfaceLastMembQueryIntvl Unsigned32
  mgmdPmRouterInterfaceLastMembQueryCount Unsigned32
  mgmdPmRouterInterfaceStartupQueryCount Unsigned32
  mgmdPmRouterInterfaceStartupQueryInterval Unsigned32
  mgmdPmRouterInterfaceStaticMulticastMode TruthValue
  mgmdPmRouterInterfaceBackupProxyIfIndex InterfaceIndexOrZero
  mgmdPmRouterInterfaceActiveProxyIfIndex InterfaceIndexOrZero
  mgmdPmRouterInterfaceAccessList Unsigned32
  mgmdPmRouterInterfaceIgmpResetCounts Unsigned32
  mgmdPmRouterInterfaceIgmpCountIntvl Unsigned32
  mgmdPmRouterInterfaceIgmpRcvCount Unsigned32
  mgmdPmRouterInterfaceIgmpSendCount Unsigned32
  mgmdPmRouterInterfaceProxyAutoSwitchback TruthValue

Defined Values

dcMgmdMib 1.2.826.0.1.1578918.5.99.1
The MIB module for management of the MGMD product.
MODULE-IDENTITY    

mgmdPmEntTable 1.2.826.0.1.1578918.5.99.1.1
The table of MGMD entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdPmEntEntry

mgmdPmEntEntry 1.2.826.0.1.1578918.5.99.1.1.1
Each entry represents an instance of the MGMD Protocol Manager entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdPmEntEntry  

mgmdPmEntIndex 1.2.826.0.1.1578918.5.99.1.1.1.1
The index of this mgmdPmEntEntry. This is the HAF entity index passed on the entity create parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  PmIndex  

mgmdPmEntAdminStatus 1.2.826.0.1.1578918.5.99.1.1.1.2
The desired administrative state of the MGMD Protocol Manager entity.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

mgmdPmEntOperStatus 1.2.826.0.1.1578918.5.99.1.1.1.3
The current operational state of the MGMD Protocol Manager entity.
Status: current Access: read-only
OBJECT-TYPE    
  OperStatus  

mgmdPmEntRowStatus 1.2.826.0.1.1578918.5.99.1.1.1.4
Used to create and delete an MGMD Protocol Manager Entity Table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgmdPmMjTable 1.2.826.0.1.1578918.5.99.1.2
This table controls which entities the MGMD Protocol Manager should join to as master. Each join is represented by a row in this table. The status of each join is represented by a read-only object within each row.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdPmMjEntry

mgmdPmMjEntry 1.2.826.0.1.1578918.5.99.1.2.1
Represents a join for which the MGMD Protocol Manager is master.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdPmMjEntry  

mgmdPmMjEntIndex 1.2.826.0.1.1578918.5.99.1.2.1.1
Identifies a MGMD Protocol Manager entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  PmIndex  

mgmdPmMjInterfaceId 1.2.826.0.1.1578918.5.99.1.2.1.2
Identifies the interface required of this master join.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceType  

mgmdPmMjPartnerIndex 1.2.826.0.1.1578918.5.99.1.2.1.3
Identifies the slave entity to join with. This index is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

mgmdPmMjRowStatus 1.2.826.0.1.1578918.5.99.1.2.1.4
The row status for this MGMD Protocol Manager Master Join Table entry, used to create and destroy table entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgmdPmMjAdminStatus 1.2.826.0.1.1578918.5.99.1.2.1.5
The administrative status of this master join, used to start and stop the join.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

mgmdPmMjOperStatus 1.2.826.0.1.1578918.5.99.1.2.1.6
The current operational status of this master join.
Status: current Access: read-only
OBJECT-TYPE    
  OperStatus  

mgmdPmMjJoinStatus 1.2.826.0.1.1578918.5.99.1.2.1.7
The status of the master join.
Status: current Access: read-only
OBJECT-TYPE    
  MjStatus  

mgmdPmStaticGroupTable 1.2.826.0.1.1578918.5.99.1.3
The list of multicast groups which are statically joined on an MGMD host or router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdPmStaticGroupEntry

mgmdPmStaticGroupEntry 1.2.826.0.1.1578918.5.99.1.3.1
An entry (conceptual row) in the mgmdPmStaticGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdPmStaticGroupEntry  

mgmdPmStaticGroupEntityType 1.2.826.0.1.1578918.5.99.1.3.1.1
The entity type, host or router, that this static group will apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdEntityType  

mgmdPmStaticGroupIfIndex 1.2.826.0.1.1578918.5.99.1.3.1.2
The interface that is a member of the group. The interface can be either a layer 2 or 3 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdPmStaticGroupAddressType 1.2.826.0.1.1578918.5.99.1.3.1.3
The address type of the InetAddress variables in this table. This value applies to the mgmdPmStaticGroupAddress and mgmdPmStaticGroupSourceAddress entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

mgmdPmStaticGroupAddress 1.2.826.0.1.1578918.5.99.1.3.1.4
The multicast group address to make static.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

mgmdPmStaticGroupSourceAddress 1.2.826.0.1.1578918.5.99.1.3.1.5
The source of the multicast group traffic for SSM. Set to 0.0.0.0 if not using SSM.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

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

mgmdPmStaticGroupStorageType 1.2.826.0.1.1578918.5.99.1.3.1.7
The storage type for this conceptual row. Only the rows provisioned with nonVolatie(3) will be persistent.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

mgmdPmRouterInterfaceTable 1.2.826.0.1.1578918.5.99.1.4
The (conceptual) table listing the interfaces on which IGMP or MLD is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdPmRouterInterfaceEntry

mgmdPmRouterInterfaceEntry 1.2.826.0.1.1578918.5.99.1.4.1
An entry (conceptual row) representing an interface on which IGMP or MLD is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdPmRouterInterfaceEntry  

mgmdPmRouterInterfaceIfIndex 1.2.826.0.1.1578918.5.99.1.4.1.1
The ifIndex value of the interface for which IGMP or MLD is enabled. The table is indexed by the ifIndex value and the InetAddressType to allow for interfaces which may be configured in both IPv4 and IPv6 modes.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdPmRouterInterfaceQuerierType 1.2.826.0.1.1578918.5.99.1.4.1.2
The address type of this interface. This entry along with the ifIndex value acts as the index to the mgmdPmRouterInterface table. A physical interface may be configured in multiple modes concurrently, e.g. in IPv4 and IPv6 modes connected to the same interface, however the traffic is considered to be logically separate.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

mgmdPmRouterInterfaceQuerier 1.2.826.0.1.1578918.5.99.1.4.1.3
The address of the IGMP or MLD Querier on the IP subnet to which this interface is attached. The InetAddressType, e.g. IPv4 or IPv6, is identified by the mgmdPmRouterInterfaceQuerierType variable in the mgmdPmRouterInterface table.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mgmdPmRouterInterfaceQueryInterval 1.2.826.0.1.1578918.5.99.1.4.1.4
The frequency at which IGMP or MLD Host-Query packets are transmitted on this interface. This variable must be a non-zero value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..31744  

mgmdPmRouterInterfaceStatus 1.2.826.0.1.1578918.5.99.1.4.1.5
The activation of a row enables the router side of IGMP or MLD on the interface. The destruction of a row disables the router side of IGMP or MLD on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgmdPmRouterInterfaceVersion 1.2.826.0.1.1578918.5.99.1.4.1.6
The version of MGMD which is running on this interface. Value 1 applies to IGMPv1 routers only. Value 2 applies To IGMPv2 and MLDv1 routers, and value 3 applies to IGMPv3 and MLDv2 routers. This object can be used to configure a router capable of running either version. For IGMP and MLD to function correctly, all routers on a LAN must be configured to run the same version on that LAN.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3  

mgmdPmRouterInterfaceQueryMaxResponseTime 1.2.826.0.1.1578918.5.99.1.4.1.7
The maximum query response time advertised in MGMDv2 or v3 queries on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..31744  

mgmdPmRouterInterfaceQuerierUpTime 1.2.826.0.1.1578918.5.99.1.4.1.8
The time since mgmdPmRouterInterfaceQuerier was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdPmRouterInterfaceQuerierExpiryTime 1.2.826.0.1.1578918.5.99.1.4.1.9
The amount of time remaining before the Other Querier Present Timer expires. If the local system is the querier, the value of this object is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdPmRouterInterfaceWrongVersionQueries 1.2.826.0.1.1578918.5.99.1.4.1.10
The number of queries received whose IGMP or MLD version does not match the equivalent mgmdPmRouterInterfaceVersion, over the lifetime of the row entry. Both IGMP and MLD require that all routers on a LAN be configured to run the same version. Thus, if any queries are received with the wrong version, this indicates a configuration error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mgmdPmRouterInterfaceJoins 1.2.826.0.1.1578918.5.99.1.4.1.11
The number of times a group membership has been added on this interface; that is, the number of times an entry for this interface has been added to the Cache Table. This object gives an indication of the amount of IGMP or MLD activity over the lifetime of the row entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mgmdPmRouterInterfaceProxyIfIndex 1.2.826.0.1.1578918.5.99.1.4.1.12
Some devices implement a form of IGMP or MLD proxying whereby memberships learned on the interface represented by this row, cause Host Membership Reports to be sent on the interface whose ifIndex value is given by this object. Such a device would implement the mgmdV2RouterMIBGroup only on its router interfaces (those interfaces with non-zero mgmdPmRouterInterfaceProxyIfIndex). Typically, the value of this object is 0, indicating that no proxying is being done.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

mgmdPmRouterInterfaceGroups 1.2.826.0.1.1578918.5.99.1.4.1.13
The current number of entries for this interface in the RouterCache Table.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

mgmdPmRouterInterfaceRobustness 1.2.826.0.1.1578918.5.99.1.4.1.14
The Robustness Variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness Variable may be increased. IGMP and MLD is robust to (Robustness Variable-1) packet losses.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..255  

mgmdPmRouterInterfaceLastMembQueryIntvl 1.2.826.0.1.1578918.5.99.1.4.1.15
The Last Member Query Interval is the Max Response Time inserted into Group-Specific Queries sent in response to Leave Group messages, and is also the amount of time Between Group-Specific Query messages. This value may be tuned to modify the leave latency of the network. A reduced value results in reduced time to detect the loss of the last member of a group. The value of this object is irrelevant if mgmdPmRouterInterfaceVersion is 1.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..31744  

mgmdPmRouterInterfaceLastMembQueryCount 1.2.826.0.1.1578918.5.99.1.4.1.16
Represents the number of Group-specific and Group-and-Source-specific queries sent by the router before it assumes there are no local members.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..255  

mgmdPmRouterInterfaceStartupQueryCount 1.2.826.0.1.1578918.5.99.1.4.1.17
Represents the number of Queries sent out on startup separated by the Startup Query Interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..255  

mgmdPmRouterInterfaceStartupQueryInterval 1.2.826.0.1.1578918.5.99.1.4.1.18
This variable represents the interval between General Queries sent by a Querier on startup.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..31744  

mgmdPmRouterInterfaceStaticMulticastMode 1.2.826.0.1.1578918.5.99.1.4.1.19
If true then this interface will only be able to join groups statically. All querier and dynamic join functionality will be disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mgmdPmRouterInterfaceBackupProxyIfIndex 1.2.826.0.1.1578918.5.99.1.4.1.20
Some devices implement a form of IGMP or MLD proxying whereby memberships learned on the interface represented by this row, cause Host Membership Reports to be sent on the interface whose ifIndex value is given by this object. Such a device would implement the mgmdV2RouterMIBGroup only on its router interfaces (those interfaces with non-zero mgmdPmRouterInterfaceProxyIfIndex). If a proxy interface is defined for an interface a secondary backup proxy interface can be configured for failover operation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

mgmdPmRouterInterfaceActiveProxyIfIndex 1.2.826.0.1.1578918.5.99.1.4.1.21
The active proxy interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

mgmdPmRouterInterfaceAccessList 1.2.826.0.1.1578918.5.99.1.4.1.22
The access list number for filtering multicast group join requests by hosts. Set to 0 for no filtering. Only Standard ACLs (in the range 1-99) are supported.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..199  

mgmdPmRouterInterfaceIgmpResetCounts 1.2.826.0.1.1578918.5.99.1.4.1.23
Reset the send and receive counts and intervals
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdPmRouterInterfaceIgmpCountIntvl 1.2.826.0.1.1578918.5.99.1.4.1.24
The time interval in seconds that IGMP receive and send packets were counted
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdPmRouterInterfaceIgmpRcvCount 1.2.826.0.1.1578918.5.99.1.4.1.25
The number of IGMP packets received during the count interval
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdPmRouterInterfaceIgmpSendCount 1.2.826.0.1.1578918.5.99.1.4.1.26
The number of IGMP packets sent during the count interval
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdPmRouterInterfaceProxyAutoSwitchback 1.2.826.0.1.1578918.5.99.1.4.1.27
If set to true then auto-switchback mode is enabled. If set to false then auto-switchback mode is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue