XEDIA-IPBACKUP-MIB

File: XEDIA-IPBACKUP-MIB.mib (7145 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
RFC1213-MIB XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION ifIndex xediaMibs

Defined Types

BackupId  
A unique number that serves to identify an instance of IP backup. This is equivalent to the type 'VrId' defined for VRRP.
TEXTUAL-CONVENTION    
  Integer32 1..255  

XipbackupInstEntry  
SEQUENCE    
  xipbackupInstId BackupId
  xipbackupInstTrackIp IpAddress
  xipbackupInstInitializeCode INTEGER

Defined Values

xediaIpBackupMIB 1.3.6.1.4.1.838.3.15
This module defines additional objects for management of IP Backup in Xedia devices, above and beyond what is defined in the for the VRRP (or other implemented backup procedures).
MODULE-IDENTITY    

xipbackupObjects 1.3.6.1.4.1.838.3.15.1
OBJECT IDENTIFIER    

xipbackupConformance 1.3.6.1.4.1.838.3.15.2
OBJECT IDENTIFIER    

xipbackupGeneral 1.3.6.1.4.1.838.3.15.1.1
OBJECT IDENTIFIER    

xipbackupAdminStatus 1.3.6.1.4.1.838.3.15.1.1.1
The administrative status of IP Backup for the IP router. It is the desired state of IP Backup for the router. The value 'enabled(1)' indicates that the IP Backup process should be active in the router, while 'disabled(2)' indicates that IP Backup should not be active for the router.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xipbackupBridgeAdminStatus 1.3.6.1.4.1.838.3.15.1.1.2
The administrative status of IP Backup for the bridge. It is the desired state of IP Backup for the bridge. The value 'enabled(1)' indicates that the IP Backup process should be active in the router, while 'disabled(2)' indicates that IP Backup should not be active for the bridge. The bridge will not forward frames if this value is enabled unless it has achieved the master state through the IP Backup protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xipbackupInstTable 1.3.6.1.4.1.838.3.15.1.2
The information associated with a backup instance. This typically augments the vrrpOperTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipbackupInstEntry

xipbackupInstEntry 1.3.6.1.4.1.838.3.15.1.2.1
An entry in the table, containing the operational characteristics of a backup instance. A given backup instance is identifed by a combination of the IF index and instance ID. This table typically augments the VRRP vrrpOperTable where vrid = instance ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipbackupInstEntry  

xipbackupInstId 1.3.6.1.4.1.838.3.15.1.2.1.1
This object contains the backup instance identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  BackupId  

xipbackupInstTrackIp 1.3.6.1.4.1.838.3.15.1.2.1.2
An IP address to be 'tracked' by this backup instance. If this value is set, a backup instance (virtual router) cannot become Master if this interface is not up.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

xipbackupInstInitializeCode 1.3.6.1.4.1.838.3.15.1.2.1.3
The reason, if any, that this virtual router has not progressed past the Initialize state. If multiple reasons, are present, only one value is shown and correcting that condition or configuration will reveal the remaining reason(s). If the virtual router may enter the Master or Backup state, the value shown is 'ready'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ready(1), globalDisabled(2), instanceDisabled(3), rowStatusNotActive(4), noAssociatedIpAddr(5), noAddressOnSubnet(6), trackedIpDown(7), interfaceDown(8), bridgeDown(9)  

xipbackupCompliances 1.3.6.1.4.1.838.3.15.2.1
OBJECT IDENTIFIER    

xipbackupGroups 1.3.6.1.4.1.838.3.15.2.2
OBJECT IDENTIFIER    

xipbackupCompliance 1.3.6.1.4.1.838.3.15.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

xipbackupAllGroup 1.3.6.1.4.1.838.3.15.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-only
OBJECT-GROUP