Home/Catalog/CISCO-VPC-MIB

CISCO-VPC-MIB

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
Main OID:
ciscoVpcMIB.1.3.6.1.4.1.9.9.807
67
Objects
Active
Status
8
Dependencies

Imported Objects

Objects

67 total
Object Name
ciscoVpcMIBThis 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
.1.3.6.1.4.1.9.9.807
ciscoVpcMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.0
ciscoVpcMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.1
cVpcPeerKeepAlive
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.1.1
cVpcPeerKeepAliveConfigTableThe table contains the VPC peer-keepalive link and message configuration information in the managed device.
SEQUENCE OF CVpcPeerKeepAliveConfigEntry
.1.3.6.1.4.1.9.9.807.1.1.1
cVpcPeerKeepAliveConfigEntryAn entry containing VPC peer-keepalive link and message configuration information.
CVpcPeerKeepAliveConfigEntry
.1.3.6.1.4.1.9.9.807.1.1.1.1
cVpcPeerKeepAliveConfigDomainIDAn 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.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.1.1.1.1
cVpcPeerKeepAliveDestAddrTypeThis object specifies type of Internet address of destination address for peer device.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.2
cVpcPeerKeepAliveDestAddrThis object specifies destination ip address of peer device. The type of this address is determined by the cVpcPeerKeepAliveDestAddrType object.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.3
cVpcPeerKeepAliveSourceAddrTypeThis object specifies type of Internet address of source address used for peer-keepalive hello messages.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.4
cVpcPeerKeepAliveSourceAddrThis object specifies source address used in this peer-keepalive hello messages. The type of this address is determined by the cVpcPeerKeepAliveSourceAddrType object.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.5
cVpcPeerKeepAliveUdpPortThis object specifies UDP Port number used for peer-keepalive hello messages.rw
InetPortNumber (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.6
cVpcPeerKeepAliveIntervalThis object specifies the interval of peer-keepalive hello messages.rw
Unsigned32 UNITS "milli-seconds"
.1.3.6.1.4.1.9.9.807.1.1.1.1.7
cVpcPeerKeepAliveTimeoutThis object specifies the timeout of peer-keepalive hello messages.rw
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.9.9.807.1.1.1.1.8
cVpcPeerKeepAliveHoldTimeoutThis object specifies hold timeout to ignore stale peer alive messages.rw
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.9.9.807.1.1.1.1.9
cVpcPeerKeepAliveTosThis object specifies the ToS value used for peer-keepalive hello messages.rw
Unsigned32
.1.3.6.1.4.1.9.9.807.1.1.1.1.10
cVpcPeerKeepAlivePrecedenceThis object specifies the Precedence value used for peer-keepalive hello messages.rw
Unsigned32
.1.3.6.1.4.1.9.9.807.1.1.1.1.11
cVpcPeerKeepAliveTosByteThis 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.rw
Unsigned32
.1.3.6.1.4.1.9.9.807.1.1.1.1.12
cVpcPeerKeepAliveVrfNameThis object specifies the VRF name to be used for peer-keepalive messages routing.rw
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.807.1.1.1.1.13
cVpcPeerKeepAliveTableThe table contains the VPC peer-keepalive link status information in the managed device.
SEQUENCE OF CVpcPeerKeepAliveEntry
.1.3.6.1.4.1.9.9.807.1.1.2
cVpcPeerKeepAliveEntryAn entry containing VPC peer-keepalive link status information.
CVpcPeerKeepAliveEntry
.1.3.6.1.4.1.9.9.807.1.1.2.1
cVpcPeerKeepAliveDomainIDAn 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.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.1.2.1.1
cVpcPeerKeepAliveStatusThis 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.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.1.2.1.2
cVpcPeerKeepAliveTimeThis object indicates the time (in msec) since the peer became alive. It will hold value 0 if peer-keepalive never becomes alive.ro
CounterBasedGauge64 UNITS "milli-seconds"
.1.3.6.1.4.1.9.9.807.1.1.2.1.3
cVpcPeerKeepAliveMsgSendStatusThis object indicates VPC peer keep-alive message sending status.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.1.2.1.4
cVpcPeerKeepAliveMsgLastSendTimeThis 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.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.1.2.1.5
cVpcPeerKeepAliveMsgSendInterfaceThis object indicates the ifIndex of interface of VPC peer keep-alive message sent on.ro
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.9.9.807.1.1.2.1.6
cVpcPeerKeepAliveMsgRcvrStatusThis object indicates VPC peer keep-alive message receiving status.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.1.2.1.7
cVpcPeerKeepAliveMsgLastReceiveTimeThis 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.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.1.2.1.8
cVpcPeerKeepAliveMsgReceiveInterfaceThis object indicates the ifIndex of interface of VPC peer keep-alive message last received.ro
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.9.9.807.1.1.2.1.9
cVpcRole
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.1.2
cVpcRoleTableThe table contains the VPC role status information in the managed device.
SEQUENCE OF CVpcRoleEntry
.1.3.6.1.4.1.9.9.807.1.2.1
cVpcRoleEntryAn entry containing VPC role information.
CVpcRoleEntry
.1.3.6.1.4.1.9.9.807.1.2.1.1
cVpcRoleDomainIDAn 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.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.2.1.1.1
cVpcRoleStatusThis 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.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.2.1.1.2
cVpcDualActiveDetectionStatusThis 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.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.2.1.1.3
cVpcSystemAdminMacAddressThis object specifies VPC system MAC address.rw
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.2.1.1.4
cVpcSystemOperMacAddressThis object indicates VPC system operational MAC address.ro
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.2.1.1.5
cVpcLocalOperMacAddressThis object indicates VPC local system operational MAC address.ro
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.9.9.807.1.2.1.1.6
cVpcSystemAdminPriorityThis object specifies VPC system priority.rw
Unsigned32
.1.3.6.1.4.1.9.9.807.1.2.1.1.7
cVpcSystemOperPriorityThis object indicates VPC system operational priority.ro
Unsigned32
.1.3.6.1.4.1.9.9.807.1.2.1.1.8
cVpcLocalRoleAdminPriorityThis object specifies VPC local role priority.rw
Unsigned32
.1.3.6.1.4.1.9.9.807.1.2.1.1.9
cVpcLocalRoleOperPriorityThis object indicates VPC local role operational priority.ro
Unsigned32
.1.3.6.1.4.1.9.9.807.1.2.1.1.10
cVpcStatistics
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.1.3
cVpcStatsPeerKeepAliveTableThe table contains the statistics of VPC peer-keepalive messages in the managed device.
SEQUENCE OF CVpcStatsPeerKeepAliveEntry
.1.3.6.1.4.1.9.9.807.1.3.1
cVpcStatsPeerKeepAliveEntryAn entry containing statistics of the VPC peer-keepalive messages.
CVpcStatsPeerKeepAliveEntry
.1.3.6.1.4.1.9.9.807.1.3.1.1
cVpcStatsPeerKeepAliveDomainIDAn 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.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.3.1.1.1
cVpcStatsPeerKeepAliveMsgsSentThis object indicates the number of peer-keepalive messages sent to peer.ro
Counter32
.1.3.6.1.4.1.9.9.807.1.3.1.1.2
cVpcStatsPeerKeepAliveMsgsRcvedThis object indicates the number of peer-keepalive messages received from peer.ro
Counter32
.1.3.6.1.4.1.9.9.807.1.3.1.1.3
cVpcStatsPeerKeepAliveAvgIntervalThis object indicates the average interval for the peer-keepalive messages received from peer.ro
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.9.9.807.1.3.1.1.4
cVpcStatsPeerStatusChangeCountThis object indicates the number of times that the peer status gets changed.ro
Counter32
.1.3.6.1.4.1.9.9.807.1.3.1.1.5
cVpcStatus
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.1.4
cVpcStatusPeerLinkTableThe table contains the list of VPC peer-links in the managed device.
SEQUENCE OF CVpcStatusPeerLinkEntry
.1.3.6.1.4.1.9.9.807.1.4.1
cVpcStatusPeerLinkEntryAn entry containing VPC peer-link management information applicable to a particular VPC domain.
CVpcStatusPeerLinkEntry
.1.3.6.1.4.1.9.9.807.1.4.1.1
cVpcStatusPeerLinkDomainIDAn arbitrary value to uniquely identify the VPC management domain.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.4.1.1.1
cVpcStatusPeerLinkIfIndexThe value of the ifIndex corresponding to the peer link of this VPC domain.ro
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.9.9.807.1.4.1.1.2
cVpcStatusHostLinkTableThe table contains the VPC host-link summary information in the managed device.
SEQUENCE OF CVpcStatusHostLinkEntry
.1.3.6.1.4.1.9.9.807.1.4.2
cVpcStatusHostLinkEntryAn entry containing VPC host-link summary information.
CVpcStatusHostLinkEntry
.1.3.6.1.4.1.9.9.807.1.4.2.1
cVpcStatusHostLinkDomainIDAn arbitrary value to uniquely identify the VPC management domain.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.4.2.1.1
cVpcStatusHostLinkVpcIDAn arbitrary value to uniquely identify a VPC link between the host and the switch for a given VPC management domain.
Unsigned32
.1.3.6.1.4.1.9.9.807.1.4.2.1.2
cVpcStatusHostLinkIfIndexThe value of the ifIndex corresponding to a host-link interface.ro
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.9.9.807.1.4.2.1.3
cVpcStatusHostLinkStatusThis 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.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.4.2.1.4
cVpcStatusHostLinkConsistencyStatusThis object indicates the status of configuration consistency check of this VPC host link.ro
Enumeration
.1.3.6.1.4.1.9.9.807.1.4.2.1.5
cVpcStatusHostLinkConsistencyDetailThis object indicates the reason of consistency check status change detail.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.807.1.4.2.1.6
ciscoVpcMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.2
ciscoVpcMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.2.1
ciscoVpcMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.807.2.2