CISCO-VPC-MIB

File: CISCO-VPC-MIB.mib (32981 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
DateAndTime TruthValue MacAddress
InetAddress InetAddressType InetPortNumber
CounterBasedGauge64 SnmpAdminString InterfaceIndex
InterfaceIndexOrZero ciscoMgmt

Defined Types

CVpcPeerKeepAliveConfigEntry  
SEQUENCE    
  cVpcPeerKeepAliveConfigDomainID Unsigned32
  cVpcPeerKeepAliveDestAddrType InetAddressType
  cVpcPeerKeepAliveDestAddr InetAddress
  cVpcPeerKeepAliveSourceAddrType InetAddressType
  cVpcPeerKeepAliveSourceAddr InetAddress
  cVpcPeerKeepAliveUdpPort InetPortNumber
  cVpcPeerKeepAliveInterval Unsigned32
  cVpcPeerKeepAliveTimeout Unsigned32
  cVpcPeerKeepAliveHoldTimeout Unsigned32
  cVpcPeerKeepAliveTos Unsigned32
  cVpcPeerKeepAlivePrecedence Unsigned32
  cVpcPeerKeepAliveTosByte Unsigned32
  cVpcPeerKeepAliveVrfName SnmpAdminString

CVpcPeerKeepAliveEntry  
SEQUENCE    
  cVpcPeerKeepAliveDomainID Unsigned32
  cVpcPeerKeepAliveStatus INTEGER
  cVpcPeerKeepAliveTime CounterBasedGauge64
  cVpcPeerKeepAliveMsgSendStatus INTEGER
  cVpcPeerKeepAliveMsgLastSendTime DateAndTime
  cVpcPeerKeepAliveMsgSendInterface InterfaceIndexOrZero
  cVpcPeerKeepAliveMsgRcvrStatus INTEGER
  cVpcPeerKeepAliveMsgLastReceiveTime DateAndTime
  cVpcPeerKeepAliveMsgReceiveInterface InterfaceIndexOrZero

CVpcRoleEntry  
SEQUENCE    
  cVpcRoleDomainID Unsigned32
  cVpcRoleStatus INTEGER
  cVpcDualActiveDetectionStatus TruthValue
  cVpcSystemAdminMacAddress MacAddress
  cVpcSystemOperMacAddress MacAddress
  cVpcLocalOperMacAddress MacAddress
  cVpcSystemAdminPriority Unsigned32
  cVpcSystemOperPriority Unsigned32
  cVpcLocalRoleAdminPriority Unsigned32
  cVpcLocalRoleOperPriority Unsigned32

CVpcStatsPeerKeepAliveEntry  
SEQUENCE    
  cVpcStatsPeerKeepAliveDomainID Unsigned32
  cVpcStatsPeerKeepAliveMsgsSent Counter32
  cVpcStatsPeerKeepAliveMsgsRcved Counter32
  cVpcStatsPeerKeepAliveAvgInterval Unsigned32
  cVpcStatsPeerStatusChangeCount Counter32

CVpcStatusPeerLinkEntry  
SEQUENCE    
  cVpcStatusPeerLinkDomainID Unsigned32
  cVpcStatusPeerLinkIfIndex InterfaceIndex

CVpcStatusHostLinkEntry  
SEQUENCE    
  cVpcStatusHostLinkDomainID Unsigned32
  cVpcStatusHostLinkVpcID Unsigned32
  cVpcStatusHostLinkIfIndex InterfaceIndexOrZero
  cVpcStatusHostLinkStatus INTEGER
  cVpcStatusHostLinkConsistencyStatus INTEGER
  cVpcStatusHostLinkConsistencyDetail SnmpAdminString

Defined Values

ciscoVpcMIB 1.3.6.1.4.1.9.9.807
This MIB module defines MIB objects which provide management information for configuring and monitoring of Virtual Port Channel(VPC) on Cisco devices. The following terms are used throughout this MIB: ISSU: In Service Software Upgrade ToS: Type of Service UDP: User Datagram Protocol VPC: Virtual Port Channel VRF: Virtual Routing and Forwarding
MODULE-IDENTITY    

ciscoVpcMIBNotifs 1.3.6.1.4.1.9.9.807.0
OBJECT IDENTIFIER    

ciscoVpcMIBObjects 1.3.6.1.4.1.9.9.807.1
OBJECT IDENTIFIER    

ciscoVpcMIBConformance 1.3.6.1.4.1.9.9.807.2
OBJECT IDENTIFIER    

cVpcPeerKeepAlive 1.3.6.1.4.1.9.9.807.1.1
OBJECT IDENTIFIER    

cVpcRole 1.3.6.1.4.1.9.9.807.1.2
OBJECT IDENTIFIER    

cVpcStatistics 1.3.6.1.4.1.9.9.807.1.3
OBJECT IDENTIFIER    

cVpcStatus 1.3.6.1.4.1.9.9.807.1.4
OBJECT IDENTIFIER    

cVpcPeerKeepAliveConfigTable 1.3.6.1.4.1.9.9.807.1.1.1
The table contains the VPC peer-keepalive link and message configuration information in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcPeerKeepAliveConfigEntry

cVpcPeerKeepAliveConfigEntry 1.3.6.1.4.1.9.9.807.1.1.1.1
An entry containing VPC peer-keepalive link and message configuration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcPeerKeepAliveConfigEntry  

cVpcPeerKeepAliveConfigDomainID 1.3.6.1.4.1.9.9.807.1.1.1.1.1
An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates no VPC management domain has been configured for this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcPeerKeepAliveDestAddrType 1.3.6.1.4.1.9.9.807.1.1.1.1.2
This object specifies type of Internet address of destination address for peer device.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cVpcPeerKeepAliveDestAddr 1.3.6.1.4.1.9.9.807.1.1.1.1.3
This object specifies destination ip address of peer device. The type of this address is determined by the cVpcPeerKeepAliveDestAddrType object.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cVpcPeerKeepAliveSourceAddrType 1.3.6.1.4.1.9.9.807.1.1.1.1.4
This object specifies type of Internet address of source address used for peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cVpcPeerKeepAliveSourceAddr 1.3.6.1.4.1.9.9.807.1.1.1.1.5
This object specifies source address used in this peer-keepalive hello messages. The type of this address is determined by the cVpcPeerKeepAliveSourceAddrType object.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cVpcPeerKeepAliveUdpPort 1.3.6.1.4.1.9.9.807.1.1.1.1.6
This object specifies UDP Port number used for peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

cVpcPeerKeepAliveInterval 1.3.6.1.4.1.9.9.807.1.1.1.1.7
This object specifies the interval of peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cVpcPeerKeepAliveTimeout 1.3.6.1.4.1.9.9.807.1.1.1.1.8
This object specifies the timeout of peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cVpcPeerKeepAliveHoldTimeout 1.3.6.1.4.1.9.9.807.1.1.1.1.9
This object specifies hold timeout to ignore stale peer alive messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cVpcPeerKeepAliveTos 1.3.6.1.4.1.9.9.807.1.1.1.1.10
This object specifies the ToS value used for peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..15  

cVpcPeerKeepAlivePrecedence 1.3.6.1.4.1.9.9.807.1.1.1.1.11
This object specifies the Precedence value used for peer-keepalive hello messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

cVpcPeerKeepAliveTosByte 1.3.6.1.4.1.9.9.807.1.1.1.1.12
This object specifies the ToS-Byte value used for peer-keepalive messages. Only low eight-bit byte of this double word is used. Bit 0 is reserved. Bits 1 to 5 represent the value of cVpcPeerKeepAliveTos. Bits 6 to 8 come into cVpcPeerKeepAlivePrecedence. ToS-Byte indicates the value of the whole byte including ToS, Precedence and reserved bit 0.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

cVpcPeerKeepAliveVrfName 1.3.6.1.4.1.9.9.807.1.1.1.1.13
This object specifies the VRF name to be used for peer-keepalive messages routing.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

cVpcPeerKeepAliveTable 1.3.6.1.4.1.9.9.807.1.1.2
The table contains the VPC peer-keepalive link status information in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcPeerKeepAliveEntry

cVpcPeerKeepAliveEntry 1.3.6.1.4.1.9.9.807.1.1.2.1
An entry containing VPC peer-keepalive link status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcPeerKeepAliveEntry  

cVpcPeerKeepAliveDomainID 1.3.6.1.4.1.9.9.807.1.1.2.1.1
An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates there is no VPC management domain being configured for this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcPeerKeepAliveStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.2
This object indicates VPC peer keep-alive status. disabled(1) : Peer-keepalive is disabled. alive(2) : Peer-keepalive is alive. peerUnreachable(3) : Peer is unreachable through Peer-keepalive link. aliveButDomainIdDismatch(4) : Peer-keepalive is alive, but VPC domain doesn't match with each other. suspendedAsISSU(5) : Peer-keepalive is suspended during ISSU. suspendedAsDestIPUnreachable(6) : Peer-keepalive is suspended since destination ip is unreachable. suspendedAsVRFUnusable(7) : Peer-keepalive is suspended since the current VRF is unusable. misconfigured(8) : Misconfigure Peer-keepalive feature.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), alive(2), peerUnreachable(3), aliveButDomainIdDismatch(4), suspendedAsISSU(5), suspendedAsDestIPUnreachable(6), suspendedAsVRFUnusable(7), misconfigured(8)  

cVpcPeerKeepAliveTime 1.3.6.1.4.1.9.9.807.1.1.2.1.3
This object indicates the time (in msec) since the peer became alive. It will hold value 0 if peer-keepalive never becomes alive.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

cVpcPeerKeepAliveMsgSendStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.4
This object indicates VPC peer keep-alive message sending status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failure(2)  

cVpcPeerKeepAliveMsgLastSendTime 1.3.6.1.4.1.9.9.807.1.1.2.1.5
This object indicates date and time of VPC peer keep-alive message last send. This object contains value 0x0000010100000000, if peer-keepalive message has never been sent.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cVpcPeerKeepAliveMsgSendInterface 1.3.6.1.4.1.9.9.807.1.1.2.1.6
This object indicates the ifIndex of interface of VPC peer keep-alive message sent on.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cVpcPeerKeepAliveMsgRcvrStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.7
This object indicates VPC peer keep-alive message receiving status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failure(2)  

cVpcPeerKeepAliveMsgLastReceiveTime 1.3.6.1.4.1.9.9.807.1.1.2.1.8
This object indicates date and time of VPC peer keep-alive message last received. This object contains value 0x0000010100000000, if peer-keepalive message has never been received.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cVpcPeerKeepAliveMsgReceiveInterface 1.3.6.1.4.1.9.9.807.1.1.2.1.9
This object indicates the ifIndex of interface of VPC peer keep-alive message last received.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cVpcRoleTable 1.3.6.1.4.1.9.9.807.1.2.1
The table contains the VPC role status information in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcRoleEntry

cVpcRoleEntry 1.3.6.1.4.1.9.9.807.1.2.1.1
An entry containing VPC role information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcRoleEntry  

cVpcRoleDomainID 1.3.6.1.4.1.9.9.807.1.2.1.1.1
An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates there is no VPC management domain being configured for this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcRoleStatus 1.3.6.1.4.1.9.9.807.1.2.1.1.2
This object indicates the VPC role status of the peer device. primarySecondary(1) : primary, and operational secondary. primary(2) : primary, and operational primary. secondaryPrimary(3) : secondary, and operational primary. secondary(4) : secondary, and operational secondary. noneEstabished(5) : none peer device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primarySecondary(1), primary(2), secondaryPrimary(3), secondary(4), noneEstablished(5)  

cVpcDualActiveDetectionStatus 1.3.6.1.4.1.9.9.807.1.2.1.1.3
This object indicates the dual active detection status of peer device. true(1) : indicate that Dual Active is detected. false(2) : indicate that Dual Active is not detected.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cVpcSystemAdminMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.4
This object specifies VPC system MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cVpcSystemOperMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.5
This object indicates VPC system operational MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cVpcLocalOperMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.6
This object indicates VPC local system operational MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cVpcSystemAdminPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.7
This object specifies VPC system priority.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cVpcSystemOperPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.8
This object indicates VPC system operational priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVpcLocalRoleAdminPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.9
This object specifies VPC local role priority.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cVpcLocalRoleOperPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.10
This object indicates VPC local role operational priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVpcStatsPeerKeepAliveTable 1.3.6.1.4.1.9.9.807.1.3.1
The table contains the statistics of VPC peer-keepalive messages in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcStatsPeerKeepAliveEntry

cVpcStatsPeerKeepAliveEntry 1.3.6.1.4.1.9.9.807.1.3.1.1
An entry containing statistics of the VPC peer-keepalive messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcStatsPeerKeepAliveEntry  

cVpcStatsPeerKeepAliveDomainID 1.3.6.1.4.1.9.9.807.1.3.1.1.1
An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates there is no VPC management domain being configured for this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcStatsPeerKeepAliveMsgsSent 1.3.6.1.4.1.9.9.807.1.3.1.1.2
This object indicates the number of peer-keepalive messages sent to peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVpcStatsPeerKeepAliveMsgsRcved 1.3.6.1.4.1.9.9.807.1.3.1.1.3
This object indicates the number of peer-keepalive messages received from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVpcStatsPeerKeepAliveAvgInterval 1.3.6.1.4.1.9.9.807.1.3.1.1.4
This object indicates the average interval for the peer-keepalive messages received from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVpcStatsPeerStatusChangeCount 1.3.6.1.4.1.9.9.807.1.3.1.1.5
This object indicates the number of times that the peer status gets changed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVpcStatusPeerLinkTable 1.3.6.1.4.1.9.9.807.1.4.1
The table contains the list of VPC peer-links in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcStatusPeerLinkEntry

cVpcStatusPeerLinkEntry 1.3.6.1.4.1.9.9.807.1.4.1.1
An entry containing VPC peer-link management information applicable to a particular VPC domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcStatusPeerLinkEntry  

cVpcStatusPeerLinkDomainID 1.3.6.1.4.1.9.9.807.1.4.1.1.1
An arbitrary value to uniquely identify the VPC management domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcStatusPeerLinkIfIndex 1.3.6.1.4.1.9.9.807.1.4.1.1.2
The value of the ifIndex corresponding to the peer link of this VPC domain.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cVpcStatusHostLinkTable 1.3.6.1.4.1.9.9.807.1.4.2
The table contains the VPC host-link summary information in the managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVpcStatusHostLinkEntry

cVpcStatusHostLinkEntry 1.3.6.1.4.1.9.9.807.1.4.2.1
An entry containing VPC host-link summary information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVpcStatusHostLinkEntry  

cVpcStatusHostLinkDomainID 1.3.6.1.4.1.9.9.807.1.4.2.1.1
An arbitrary value to uniquely identify the VPC management domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcStatusHostLinkVpcID 1.3.6.1.4.1.9.9.807.1.4.2.1.2
An arbitrary value to uniquely identify a VPC link between the host and the switch for a given VPC management domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cVpcStatusHostLinkIfIndex 1.3.6.1.4.1.9.9.807.1.4.2.1.3
The value of the ifIndex corresponding to a host-link interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cVpcStatusHostLinkStatus 1.3.6.1.4.1.9.9.807.1.4.2.1.4
This object indicates the current status of VPC host-link. down(1) : Host link is down. downStar(2) : Local host link is down, forwarding via vPC peer-link. up(3) : Host link is up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), downStar(2), up(3)  

cVpcStatusHostLinkConsistencyStatus 1.3.6.1.4.1.9.9.807.1.4.2.1.5
This object indicates the status of configuration consistency check of this VPC host link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), notApplicable(3)  

cVpcStatusHostLinkConsistencyDetail 1.3.6.1.4.1.9.9.807.1.4.2.1.6
This object indicates the reason of consistency check status change detail.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ciscoVpcMIBCompliances 1.3.6.1.4.1.9.9.807.2.1
OBJECT IDENTIFIER    

ciscoVpcMIBGroups 1.3.6.1.4.1.9.9.807.2.2
OBJECT IDENTIFIER    

ciscoVpcMIBCompliance 1.3.6.1.4.1.9.9.807.2.1.1
The compliance statement for CISCO-VPC-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cVpcPeerKeepAliveConfigInfoGroup 1.3.6.1.4.1.9.9.807.2.2.1
A collection of objects providing peer-keepalive link and messages configuration information.
Status: current Access: read-only
OBJECT-GROUP    

cVpcPeerKeepAliveStatusInfoGroup 1.3.6.1.4.1.9.9.807.2.2.2
A collection of objects providing peer-keepalive status information.
Status: current Access: read-only
OBJECT-GROUP    

cVpcMIBRoleGroup 1.3.6.1.4.1.9.9.807.2.2.3
A collection of objects providing peer-keepalive role information.
Status: current Access: read-only
OBJECT-GROUP    

cVpcMIBStatisticsGroup 1.3.6.1.4.1.9.9.807.2.2.4
A collection of objects providing peer-keepalive statistics information.
Status: current Access: read-only
OBJECT-GROUP    

cVpcMIBPeerLinkStatusGroup 1.3.6.1.4.1.9.9.807.2.2.5
A collection of objects providing peer-link status information
Status: current Access: read-only
OBJECT-GROUP    

cVpcMIBHostLinkStatusGroup 1.3.6.1.4.1.9.9.807.2.2.6
A collection of objects providing host-link VPC status information.
Status: current Access: read-only
OBJECT-GROUP