CISCO-VPC-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-VPC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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
         ciscoVpcMIBNotifs 1.3.6.1.4.1.9.9.807.0
         ciscoVpcMIBObjects 1.3.6.1.4.1.9.9.807.1
             cVpcPeerKeepAlive 1.3.6.1.4.1.9.9.807.1.1
                 cVpcPeerKeepAliveConfigTable 1.3.6.1.4.1.9.9.807.1.1.1 no-access
The table contains the VPC peer-keepalive link and message configuration information in the managed device.
                     cVpcPeerKeepAliveConfigEntry 1.3.6.1.4.1.9.9.807.1.1.1.1 no-access
An entry containing VPC peer-keepalive link and message configuration information.
                         cVpcPeerKeepAliveConfigDomainID 1.3.6.1.4.1.9.9.807.1.1.1.1.1 unsigned32 no-access
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.
                         cVpcPeerKeepAliveDestAddrType 1.3.6.1.4.1.9.9.807.1.1.1.1.2 inetaddresstype read-write
This object specifies type of Internet address of destination address for peer device.
                         cVpcPeerKeepAliveDestAddr 1.3.6.1.4.1.9.9.807.1.1.1.1.3 inetaddress read-write
This object specifies destination ip address of peer device. The type of this address is determined by the cVpcPeerKeepAliveDestAddrType object.
                         cVpcPeerKeepAliveSourceAddrType 1.3.6.1.4.1.9.9.807.1.1.1.1.4 inetaddresstype read-write
This object specifies type of Internet address of source address used for peer-keepalive hello messages.
                         cVpcPeerKeepAliveSourceAddr 1.3.6.1.4.1.9.9.807.1.1.1.1.5 inetaddress read-write
This object specifies source address used in this peer-keepalive hello messages. The type of this address is determined by the cVpcPeerKeepAliveSourceAddrType object.
                         cVpcPeerKeepAliveUdpPort 1.3.6.1.4.1.9.9.807.1.1.1.1.6 inetportnumber read-write
This object specifies UDP Port number used for peer-keepalive hello messages.
                         cVpcPeerKeepAliveInterval 1.3.6.1.4.1.9.9.807.1.1.1.1.7 unsigned32 read-write
This object specifies the interval of peer-keepalive hello messages.
                         cVpcPeerKeepAliveTimeout 1.3.6.1.4.1.9.9.807.1.1.1.1.8 unsigned32 read-write
This object specifies the timeout of peer-keepalive hello messages.
                         cVpcPeerKeepAliveHoldTimeout 1.3.6.1.4.1.9.9.807.1.1.1.1.9 unsigned32 read-write
This object specifies hold timeout to ignore stale peer alive messages.
                         cVpcPeerKeepAliveTos 1.3.6.1.4.1.9.9.807.1.1.1.1.10 unsigned32 read-write
This object specifies the ToS value used for peer-keepalive hello messages.
                         cVpcPeerKeepAlivePrecedence 1.3.6.1.4.1.9.9.807.1.1.1.1.11 unsigned32 read-write
This object specifies the Precedence value used for peer-keepalive hello messages.
                         cVpcPeerKeepAliveTosByte 1.3.6.1.4.1.9.9.807.1.1.1.1.12 unsigned32 read-write
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.
                         cVpcPeerKeepAliveVrfName 1.3.6.1.4.1.9.9.807.1.1.1.1.13 snmpadminstring read-write
This object specifies the VRF name to be used for peer-keepalive messages routing.
                 cVpcPeerKeepAliveTable 1.3.6.1.4.1.9.9.807.1.1.2 no-access
The table contains the VPC peer-keepalive link status information in the managed device.
                     cVpcPeerKeepAliveEntry 1.3.6.1.4.1.9.9.807.1.1.2.1 no-access
An entry containing VPC peer-keepalive link status information.
                         cVpcPeerKeepAliveDomainID 1.3.6.1.4.1.9.9.807.1.1.2.1.1 unsigned32 no-access
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.
                         cVpcPeerKeepAliveStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.2 integer read-only
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. Enumeration: 'aliveButDomainIdDismatch': 4, 'suspendedAsISSU': 5, 'suspendedAsVRFUnusable': 7, 'alive': 2, 'disabled': 1, 'peerUnreachable': 3, 'suspendedAsDestIPUnreachable': 6, 'misconfigured': 8.
                         cVpcPeerKeepAliveTime 1.3.6.1.4.1.9.9.807.1.1.2.1.3 counterbasedgauge64 read-only
This object indicates the time (in msec) since the peer became alive. It will hold value 0 if peer-keepalive never becomes alive.
                         cVpcPeerKeepAliveMsgSendStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.4 integer read-only
This object indicates VPC peer keep-alive message sending status. Enumeration: 'failure': 2, 'success': 1.
                         cVpcPeerKeepAliveMsgLastSendTime 1.3.6.1.4.1.9.9.807.1.1.2.1.5 dateandtime read-only
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.
                         cVpcPeerKeepAliveMsgSendInterface 1.3.6.1.4.1.9.9.807.1.1.2.1.6 interfaceindexorzero read-only
This object indicates the ifIndex of interface of VPC peer keep-alive message sent on.
                         cVpcPeerKeepAliveMsgRcvrStatus 1.3.6.1.4.1.9.9.807.1.1.2.1.7 integer read-only
This object indicates VPC peer keep-alive message receiving status. Enumeration: 'failure': 2, 'success': 1.
                         cVpcPeerKeepAliveMsgLastReceiveTime 1.3.6.1.4.1.9.9.807.1.1.2.1.8 dateandtime read-only
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.
                         cVpcPeerKeepAliveMsgReceiveInterface 1.3.6.1.4.1.9.9.807.1.1.2.1.9 interfaceindexorzero read-only
This object indicates the ifIndex of interface of VPC peer keep-alive message last received.
             cVpcRole 1.3.6.1.4.1.9.9.807.1.2
                 cVpcRoleTable 1.3.6.1.4.1.9.9.807.1.2.1 no-access
The table contains the VPC role status information in the managed device.
                     cVpcRoleEntry 1.3.6.1.4.1.9.9.807.1.2.1.1 no-access
An entry containing VPC role information.
                         cVpcRoleDomainID 1.3.6.1.4.1.9.9.807.1.2.1.1.1 unsigned32 no-access
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.
                         cVpcRoleStatus 1.3.6.1.4.1.9.9.807.1.2.1.1.2 integer read-only
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. Enumeration: 'primarySecondary': 1, 'noneEstablished': 5, 'secondaryPrimary': 3, 'primary': 2, 'secondary': 4.
                         cVpcDualActiveDetectionStatus 1.3.6.1.4.1.9.9.807.1.2.1.1.3 truthvalue read-only
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.
                         cVpcSystemAdminMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.4 macaddress read-write
This object specifies VPC system MAC address.
                         cVpcSystemOperMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.5 macaddress read-only
This object indicates VPC system operational MAC address.
                         cVpcLocalOperMacAddress 1.3.6.1.4.1.9.9.807.1.2.1.1.6 macaddress read-only
This object indicates VPC local system operational MAC address.
                         cVpcSystemAdminPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.7 unsigned32 read-write
This object specifies VPC system priority.
                         cVpcSystemOperPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.8 unsigned32 read-only
This object indicates VPC system operational priority.
                         cVpcLocalRoleAdminPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.9 unsigned32 read-write
This object specifies VPC local role priority.
                         cVpcLocalRoleOperPriority 1.3.6.1.4.1.9.9.807.1.2.1.1.10 unsigned32 read-only
This object indicates VPC local role operational priority.
             cVpcStatistics 1.3.6.1.4.1.9.9.807.1.3
                 cVpcStatsPeerKeepAliveTable 1.3.6.1.4.1.9.9.807.1.3.1 no-access
The table contains the statistics of VPC peer-keepalive messages in the managed device.
                     cVpcStatsPeerKeepAliveEntry 1.3.6.1.4.1.9.9.807.1.3.1.1 no-access
An entry containing statistics of the VPC peer-keepalive messages.
                         cVpcStatsPeerKeepAliveDomainID 1.3.6.1.4.1.9.9.807.1.3.1.1.1 unsigned32 no-access
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.
                         cVpcStatsPeerKeepAliveMsgsSent 1.3.6.1.4.1.9.9.807.1.3.1.1.2 counter32 read-only
This object indicates the number of peer-keepalive messages sent to peer.
                         cVpcStatsPeerKeepAliveMsgsRcved 1.3.6.1.4.1.9.9.807.1.3.1.1.3 counter32 read-only
This object indicates the number of peer-keepalive messages received from peer.
                         cVpcStatsPeerKeepAliveAvgInterval 1.3.6.1.4.1.9.9.807.1.3.1.1.4 unsigned32 read-only
This object indicates the average interval for the peer-keepalive messages received from peer.
                         cVpcStatsPeerStatusChangeCount 1.3.6.1.4.1.9.9.807.1.3.1.1.5 counter32 read-only
This object indicates the number of times that the peer status gets changed.
             cVpcStatus 1.3.6.1.4.1.9.9.807.1.4
                 cVpcStatusPeerLinkTable 1.3.6.1.4.1.9.9.807.1.4.1 no-access
The table contains the list of VPC peer-links in the managed device.
                     cVpcStatusPeerLinkEntry 1.3.6.1.4.1.9.9.807.1.4.1.1 no-access
An entry containing VPC peer-link management information applicable to a particular VPC domain.
                         cVpcStatusPeerLinkDomainID 1.3.6.1.4.1.9.9.807.1.4.1.1.1 unsigned32 no-access
An arbitrary value to uniquely identify the VPC management domain.
                         cVpcStatusPeerLinkIfIndex 1.3.6.1.4.1.9.9.807.1.4.1.1.2 interfaceindex read-only
The value of the ifIndex corresponding to the peer link of this VPC domain.
                 cVpcStatusHostLinkTable 1.3.6.1.4.1.9.9.807.1.4.2 no-access
The table contains the VPC host-link summary information in the managed device.
                     cVpcStatusHostLinkEntry 1.3.6.1.4.1.9.9.807.1.4.2.1 no-access
An entry containing VPC host-link summary information.
                         cVpcStatusHostLinkDomainID 1.3.6.1.4.1.9.9.807.1.4.2.1.1 unsigned32 no-access
An arbitrary value to uniquely identify the VPC management domain.
                         cVpcStatusHostLinkVpcID 1.3.6.1.4.1.9.9.807.1.4.2.1.2 unsigned32 no-access
An arbitrary value to uniquely identify a VPC link between the host and the switch for a given VPC management domain.
                         cVpcStatusHostLinkIfIndex 1.3.6.1.4.1.9.9.807.1.4.2.1.3 interfaceindexorzero read-only
The value of the ifIndex corresponding to a host-link interface.
                         cVpcStatusHostLinkStatus 1.3.6.1.4.1.9.9.807.1.4.2.1.4 integer read-only
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. Enumeration: 'down': 1, 'downStar': 2, 'up': 3.
                         cVpcStatusHostLinkConsistencyStatus 1.3.6.1.4.1.9.9.807.1.4.2.1.5 integer read-only
This object indicates the status of configuration consistency check of this VPC host link. Enumeration: 'failed': 2, 'success': 1, 'notApplicable': 3.
                         cVpcStatusHostLinkConsistencyDetail 1.3.6.1.4.1.9.9.807.1.4.2.1.6 snmpadminstring read-only
This object indicates the reason of consistency check status change detail.
         ciscoVpcMIBConformance 1.3.6.1.4.1.9.9.807.2
             ciscoVpcMIBCompliances 1.3.6.1.4.1.9.9.807.2.1
                 ciscoVpcMIBCompliance 1.3.6.1.4.1.9.9.807.2.1.1
The compliance statement for CISCO-VPC-MIB.
             ciscoVpcMIBGroups 1.3.6.1.4.1.9.9.807.2.2
                 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.
                 cVpcPeerKeepAliveStatusInfoGroup 1.3.6.1.4.1.9.9.807.2.2.2
A collection of objects providing peer-keepalive status information.
                 cVpcMIBRoleGroup 1.3.6.1.4.1.9.9.807.2.2.3
A collection of objects providing peer-keepalive role information.
                 cVpcMIBStatisticsGroup 1.3.6.1.4.1.9.9.807.2.2.4
A collection of objects providing peer-keepalive statistics information.
                 cVpcMIBPeerLinkStatusGroup 1.3.6.1.4.1.9.9.807.2.2.5
A collection of objects providing peer-link status information
                 cVpcMIBHostLinkStatusGroup 1.3.6.1.4.1.9.9.807.2.2.6
A collection of objects providing host-link VPC status information.