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

VENDOR: CISCO


 Home MIB: CISCO-OTV-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
 ciscoOtvMIB 1.3.6.1.4.1.9.9.810
This MIB module is for configuration & statistic query of Overlay Transport Virtualization (OTV) functionality on Cisco routers and switches. Overlay Transport Virtualization is a Cisco's innovative LAN extension technology. It is an IP-based functionality that provides Layer 2 extension capabilities over any transport infrastructure: Layer 2 based, Layer 3 based, IP switched, label switched, and so on. OTV provides an overlay that enables Layer 2 connectivity between separate Layer 2 domains while keeping these domains independent and preserving the fault- isolation, resiliency, and load-balancing benefits of an IP- based interconnection. OTV introduces the concept of MAC routing, which means a control plane protocol is used to exchange MAC reachability information between network devices providing LAN extension functionality. This is a significant shift from Layer 2 switching that traditionally leverages data plane learning, and it is justified by the need to limit flooding of Layer 2 traffic across the transport infrastructure. OTV also introduces the concept of dynamic encapsulation for Layer 2 flows that need to be sent to remote locations. Each Ethernet frame is individually encapsulated into an IP packet and delivered across the transport network. Finally, OTV provides a native built-in multi-homing capability with automatic detection, critical to increasing high availability of the overall solution. Two or more devices can be leveraged in each data center to provide LAN extension functionality without running the risk of creating an end-to-end loop that would jeopardize the overall stability of the design. The followings detail the OTV specific terminology: Edge Device The edge device performs OTV functions: it receives the Layer 2 traffic for all VLANs that need to be extended to remote locations and dynamically encapsulates the Ethernet frames into IP packets that are then sent across the transport infrastructure. Internal Interfaces To perform OTV functionality, the edge device must receive the Layer 2 traffic for all VLANs that need to be extended to remote locations. The Layer 2 interfaces, where the Layer 2 traffic is usually received, are named internal interfaces. Join Interface The Join interface is used to source the OTV encapsulated traffic and send it to the Layer 3 domain of the data center network. Overlay Interface The Overlay interface is a logical multi-access and multicast- capable interface that must be explicitly defined by the user and where the entire OTV configuration is applied. The following terms are used throughout this MIB: AED Authoritative Edge Device ARP Address Resolution Protocol DNS Domain Name System ISIS Intermediate System to Intermediate System Routing Protocol LSPDB Link State PDU Database OTV Overlay Transport Virtualization VLAN Virtual Local Area Network VPN Virtual Private Network
         ciscoOtvMIBNotifs 1.3.6.1.4.1.9.9.810.0
         ciscoOtvMIBObjects 1.3.6.1.4.1.9.9.810.1
             cotvGlobalObjects 1.3.6.1.4.1.9.9.810.1.1
                 cotvSiteObjects 1.3.6.1.4.1.9.9.810.1.1.1
                     cotvSiteIdAdmin 1.3.6.1.4.1.9.9.810.1.1.1.1 octet string read-write
This object specifies OTV site identifier for this device. The OTV site identifier could be either a four octets value or a six octets valid MAC address. If the OTV site identifier is not configured, this object will have four zero octets.
                     cotvSiteIdOper 1.3.6.1.4.1.9.9.810.1.1.1.2 octet string read-only
This object indicates OTV site identifier in use for this device. There is no operational OTV site identifier if the value of this object contains all zeros.
                     cotvSiteVlan 1.3.6.1.4.1.9.9.810.1.1.1.3 vlanindex read-write
This object specifies the OTV site VLAN for this device.
                     cotvSiteVlanState 1.3.6.1.4.1.9.9.810.1.1.1.4 integer read-only
This object indicates the state of OTV site VLAN. 'up' - OTV site VLAN is up 'down' - OTV site VLAN is down Enumeration: 'down': 2, 'up': 1.
                 cotvGlobalStatsObjects 1.3.6.1.4.1.9.9.810.1.1.2
             cotvOverlayObjects 1.3.6.1.4.1.9.9.810.1.2
                 cotvOverlayTable 1.3.6.1.4.1.9.9.810.1.2.1 no-access
A list of Overlay interfaces configured on this device.
                     cotvOverlayEntry 1.3.6.1.4.1.9.9.810.1.2.1.1 no-access
An entry containing management information for a particular Overlay interface.
                         cotvOverlayNumber 1.3.6.1.4.1.9.9.810.1.2.1.1.1 unsigned32 no-access
A unique number to identify an Overlay interface.
                         cotvOverlayVpnName 1.3.6.1.4.1.9.9.810.1.2.1.1.2 snmpadminstring read-only
This object indicates the name of the Virtual Private Network associated with this Overlay interface.
                         cotvOverlayVpnState 1.3.6.1.4.1.9.9.810.1.2.1.1.3 integer read-only
This object indicates the state of Virtual Private Network which is associated with this Overlay interface. 'other' - Any other state not covered by below enumerations. 'up' - The Overlay Virtual Private Network is up 'down' - The Overlay Virtual Private Network is down Enumeration: 'down': 1, 'other': 0, 'up': 2.
                         cotvOverlayVpnDownReason 1.3.6.1.4.1.9.9.810.1.2.1.1.4 integer read-only
This object indicates the reason why this Overlay Virtual Private Network is down. 'other' - Any other reason not covered by below enumerations 'configChange' - Configuration changed 'missingControlGroup' - Control Group information is unavailable 'missingDataGroupRange' - Data Group range information is unavailable 'misssingJoinOrSourceInterface' - Join or Source interface information is unavailable 'missingVpnName' - VPN name is unavailable 'missingJoinInterfaceAddr' - IP address is missing for Join Interface 'joinInterfaceDown' - Join Interface is down 'adminDown' - Overlay is administratively shutdown 'deleteHoldDown' - Overlay is in delete hold down phase 'reinit' - VPN is reinitializing 'missingSiteId' - Site ID information is unavailable 'siteIdMismatch' - Site ID mismatch has occurred 'missingSourceInterfaceAddr' - IP address is missing for Source Interface 'sourceInterfaceDown' - Source interface is down 'changingSiteId' - Changing site identifier 'changingControlGroup' - Changing control group 'missingDeviceId' - Device ID information is unavailable 'changingDeviceId' - Changing device ID 'cleanupInProgress' - Cleanup in progress Enumeration: 'siteIdMismatch': 12, 'configChange': 1, 'reinit': 10, 'joinInterfaceDown': 7, 'cleanupInProgress': 19, 'sourceInterfaceDown': 14, 'adminDown': 8, 'missingControlGroup': 2, 'missingJoinOrSourceInterface': 4, 'missingSourceInterfaceAddr': 13, 'changingControlGroup': 16, 'missingDeviceId': 17, 'other': 0, 'changingDeviceId': 18, 'missingDataGroupRange': 3, 'missingVpnName': 5, 'deleteHoldDown': 9, 'changingSiteId': 15, 'missingJoinInterfaceAddr': 6, 'missingSiteId': 11.
                         cotvOverlayVlansExtendedFirst2k 1.3.6.1.4.1.9.9.810.1.2.1.1.5 cisco2kvlanlist read-only
This object specifies the list of VLANs extended on this Overlay interface. It is a string of octets containing one bit per VLAN with VlanIndex values of 0 through 2047. If the bit corresponding to a VLAN is set to 1, it indicates that VLAN is being extended on this Overlay interface. If the bit corresponding to a VLAN is set to 0, it indicates that VLAN is not being extended on this Overlay interface.
                         cotvOverlayVlansExtendedSecond2k 1.3.6.1.4.1.9.9.810.1.2.1.1.6 cisco2kvlanlist read-only
This object specifies the list of VLANs extended on this Overlay interface. It is a string of octets containing one bit per VLAN with VlanIndex values of 2048 through 4095. If the bit corresponding to a VLAN is set to 1, it indicates that VLAN is being extended on this Overlay interface. If the bit corresponding to a VLAN is set to 0, it indicates that VLAN is not being extended on this Overlay interface.
                         cotvOverlayControlGroupAddrType 1.3.6.1.4.1.9.9.810.1.2.1.1.7 inetaddresstype read-only
This object specifies the type of Internet address of Control Group.
                         cotvOverlayControlGroupAddr 1.3.6.1.4.1.9.9.810.1.2.1.1.8 inetaddress read-only
This object specifies the Internet address of Control Group. The type of this address is determined by cotvOverlayControlGroupAddrType.
                         cotvOverlayBroadcastGroupAddrType 1.3.6.1.4.1.9.9.810.1.2.1.1.9 inetaddresstype read-only
This object specifies the type of Internet address to be used as Broadcast Group Address.
                         cotvOverlayBroadcastGroupAddr 1.3.6.1.4.1.9.9.810.1.2.1.1.10 inetaddress read-only
This object specifies the Internet address to be used as Broadcast Group Address. The type of this address is determined by cotvOverlayBroadcastGroupAddrType.
                         cotvOverlayJoinInterface 1.3.6.1.4.1.9.9.810.1.2.1.1.11 interfaceindexorzero read-only
This object specifies the OTV Join Interface for this Overlay interface.
                         cotvOverlaySourceInterface 1.3.6.1.4.1.9.9.810.1.2.1.1.12 interfaceindexorzero read-only
This object specifies the Source Interface for this Overlay interface.
                         cotvOverlayAedCapable 1.3.6.1.4.1.9.9.810.1.2.1.1.13 truthvalue read-only
This object indicates AED (Authoritative Edge Device) capability on this Overlay interface. A value of 'true' indicates that the edge device has capability to act as an AED on this Overlay interface. A value of 'false' indicates that the edge device does not have the capability to act as an AED on this Overlay interface.
                         cotvOverlayAedIncapableReason 1.3.6.1.4.1.9.9.810.1.2.1.1.14 integer read-only
This object indicates the reason why the overlay is AED-incapable. 'other' - Any other reason not covered by below enumerations 'overlayDown' - Overlay is Down 'siteIdNotConfigured' - Site ID is not configured 'siteIdMismatch' - Site ID mismatch 'versionMismatch' - Version mismatch 'siteVlanDown' - Site VLAN is Down 'noExtendedVlanUp' - No extended VLAN is operationally up 'noOverlayAdjacencyUp' - No Overlay Adjacency is up 'lspdbSyncIncomplete' - LSPDB sync incomplete 'overlayDownInProgress' - Overlay state down event in progress 'isisControlGroupSyncPending' - ISIS control group sync pending Enumeration: 'siteIdMismatch': 3, 'lspdbSyncIncomplete': 8, 'overlayDownInProgress': 9, 'siteVlanDown': 5, 'noOverlayAdjacencyUp': 7, 'isisControlGroupSyncPending': 10, 'other': 0, 'siteIdNotConfigured': 2, 'overlayDown': 1, 'noExtendedVlanUp': 6, 'versionMismatch': 4.
                         cotvOverlayAdjServerTransportType 1.3.6.1.4.1.9.9.810.1.2.1.1.15 integer read-only
The type of transport OTV control plane can use to exchange Adjacency Server information. 'multicastAndUnicast' - OTV control plane can use both multicast and unicast to exchange Adjacency Server information 'unicastOnly' - OTV control plane can use only unicast to exchange Adjacency Server information. Value of this object can be set to 'unicastOnly' only if the value of cotvOverlayPrimaryAdjServerAddrType is 'unknown'. Enumeration: 'unicastOnly': 2, 'multicastAndUnicast': 1.
                         cotvOverlayAdjServerEnable 1.3.6.1.4.1.9.9.810.1.2.1.1.16 truthvalue read-only
This object specifies Adjacency Server functionality for this Overlay interface. Setting the object to 'true' enables Adjacency Server functionality. Setting the object to 'false' disables Adjacency Server functionality.
                         cotvOverlayPrimaryAdjServerAddrType 1.3.6.1.4.1.9.9.810.1.2.1.1.17 inetaddresstype read-only
This object specifies the type of Internet address of the Primary Adjacency Server for this Overlay interface.
                         cotvOverlayPrimaryAdjServerAddr 1.3.6.1.4.1.9.9.810.1.2.1.1.18 inetaddress read-only
This object specifies the Internet address of the Primary Adjacency Server for this Overlay interface. The type of this address is determined by the value of cotvOverlayPrimaryAdjServerAddrType.
                         cotvOverlaySecondaryAdjServerAddrType 1.3.6.1.4.1.9.9.810.1.2.1.1.19 inetaddresstype read-only
This object specifies the type of Internet address of the Secondary Adjacency Server for this Overlay interface.
                         cotvOverlaySecondaryAdjServerAddr 1.3.6.1.4.1.9.9.810.1.2.1.1.20 inetaddress read-only
This object specifies the Internet address of the Secondary Adjacency Server for this Overlay interface. The type of this address is determined by cotvOverlaySecondaryAdjServerAddrType.
                         cotvOverlaySuppressArpND 1.3.6.1.4.1.9.9.810.1.2.1.1.21 truthvalue read-only
This object specifies ARP Neighbor Discovery behavior on this Overlay interface. Setting the object to 'true' enables suppression of ARP Neighbor Discovery on this Overlay interface. Setting the object to 'false' disables suppression of ARP Neighbor Discovery on this Overlay interface.
                         cotvOverlayStorageType 1.3.6.1.4.1.9.9.810.1.2.1.1.22 storagetype read-only
This object specifies the storage type for this conceptual row.
                         cotvOverlayRowStatus 1.3.6.1.4.1.9.9.810.1.2.1.1.23 rowstatus read-only
This object specifies the status of this conceptual row.
                 cotvVlansTable 1.3.6.1.4.1.9.9.810.1.2.2 no-access
A list of VLANs extended on Overlay interfaces.
                     cotvVlansEntry 1.3.6.1.4.1.9.9.810.1.2.2.1 no-access
An entry containing management information for a particular VLAN extended on an Overlay interface.
                         cotvVlanId 1.3.6.1.4.1.9.9.810.1.2.2.1.1 vlanindex no-access
This object indicates the VLAN ID of the extended VLAN.
                         cotvVlanState 1.3.6.1.4.1.9.9.810.1.2.2.1.2 integer read-only
This object indicates the state of the extended VLAN. 'active' - OTV is ready to forward traffic for this VLAN 'inactive' - OTV can not forward traffic for this VLAN Enumeration: 'active': 1, 'inactive': 2.
                         cotvVlanInactiveReason 1.3.6.1.4.1.9.9.810.1.2.2.1.3 integer read-only
This object indicates the reason the VLAN is in 'inactive' state. 'other' - Any other reason not covered by the below enumerations 'nonAed' - Device is not an AED on this VLAN 'vlanDisabled' - Vlan is in disabled state 'overlayDown' - Overlay is currently down 'deleteHoldDown' - The VLAN is in delete hold-down state 'hwDown' - An issue with hardware is preventing VLAN from becoming 'active' Value of this object should be ignored if the value of cotvVlanInactiveReason is not 'inactive'. Enumeration: 'vlanDisabled': 3, 'hwDown': 6, 'nonAed': 2, 'other': 1, 'deleteHoldDown': 5, 'overlayDown': 4.
                         cotvVlanAedAddrType 1.3.6.1.4.1.9.9.810.1.2.2.1.4 inetaddresstype read-only
This object indicates the type of Internet address of Authoritative Edge Device (AED) on this VLAN.
                         cotvVlanAedAddr 1.3.6.1.4.1.9.9.810.1.2.2.1.5 inetaddress read-only
This object indicates the Internet address of Authoritative Edge Device (AED) on this VLAN. The type of this address is determined by the value of cotvVlanAedAddrType.
                         cotvVlanEdgeDevIsAed 1.3.6.1.4.1.9.9.810.1.2.2.1.6 truthvalue read-only
This object indicates if this device is acting as an AED for the VLAN. A value of 'true' indicates that this device is acting as an AED for the VLAN. A value of 'false' indicates that this device is not acting as an AED for the VLAN.
                 cotvDataGroupConfigTable 1.3.6.1.4.1.9.9.810.1.2.3 no-access
A list of multicast data-group ranges configured for each Overlay interface.
                     cotvDataGroupConfigEntry 1.3.6.1.4.1.9.9.810.1.2.3.1 no-access
An entry containing management information for a particular multicast data-group range configured for an Overlay interface.
                         cotvDataGroupMcastRangeAddrType 1.3.6.1.4.1.9.9.810.1.2.3.1.1 inetaddresstype no-access
The type of Internet address of multicast data-group range.
                         cotvDataGroupMcastRangeAddr 1.3.6.1.4.1.9.9.810.1.2.3.1.2 inetaddress no-access
The Internet address of multicast data-group range. The type of this address is determined by the value of the cotvDataGroupMcastRangeAddrType object.
                         cotvDataGroupMcastRangePrefixLength 1.3.6.1.4.1.9.9.810.1.2.3.1.3 inetaddressprefixlength no-access
The length of the prefix associated with cotvDataGroupMcastRangeAddr. The type of this address prefix is determined by the value of the cotvDataGroupMcastRangeAddrType object.
                         cotvDataGroupStorageType 1.3.6.1.4.1.9.9.810.1.2.3.1.4 storagetype read-only
This object specifies the storage type for this conceptual row.
                         cotvDataGroupRowStatus 1.3.6.1.4.1.9.9.810.1.2.3.1.5 rowstatus read-only
This object specifies the status of this conceptual row.
                 cotvDataGroupInfoTable 1.3.6.1.4.1.9.9.810.1.2.4 no-access
A table listing management information for active multicast sources and multicast groups on each Overlay interface.
                     cotvDataGroupInfoEntry 1.3.6.1.4.1.9.9.810.1.2.4.1 no-access
An entry containing management information for an active multicast data-group.
                         cotvDataGroupActiveSrcLocation 1.3.6.1.4.1.9.9.810.1.2.4.1.1 integer no-access
The location of Active Multicast source. Enumeration: 'remote': 2, 'local': 1.
                         cotvDataGroupVlanId 1.3.6.1.4.1.9.9.810.1.2.4.1.2 vlanindex no-access
The VLAN associated with Active Multicast data-group.
                         cotvDataGroupActiveGroupAddrType 1.3.6.1.4.1.9.9.810.1.2.4.1.3 inetaddresstype no-access
The type of Internet address of the active multicast group (multicast group of the active multicast source).
                         cotvDataGroupActiveGroupAddr 1.3.6.1.4.1.9.9.810.1.2.4.1.4 inetaddress no-access
The Internet address of the active multicast group of the (multicast group of the active multicast source). The type of this address is determined by the value of cotvDataGroupActiveGroupAddrType.
                         cotvDataGroupActiveSrcAddrType 1.3.6.1.4.1.9.9.810.1.2.4.1.5 inetaddresstype no-access
The type of Internet address of active multicast source.
                         cotvDataGroupActiveSrcAddr 1.3.6.1.4.1.9.9.810.1.2.4.1.6 inetaddress no-access
The Internet address of active multicast source. The type of this address is determined by the value of cotvDataGroupActiveSrcAddrType.
                         cotvDataGroupDeliveryGroupAddrType 1.3.6.1.4.1.9.9.810.1.2.4.1.7 inetaddresstype no-access
The type of Internet address of the delivery group that is mapped to active multicast group.
                         cotvDataGroupDeliveryGroupAddr 1.3.6.1.4.1.9.9.810.1.2.4.1.8 inetaddress no-access
The Internet address of delivery group that is mapped to active multicast group. The type of this address is determined by cotvDataGroupDeliveryGroupAddrType.
                         cotvDataGroupDeliverySrcAddrType 1.3.6.1.4.1.9.9.810.1.2.4.1.9 inetaddresstype no-access
The type of Internet address of the delivery source that is mapped to the active multicast source.
                         cotvDataGroupDeliverySrcAddr 1.3.6.1.4.1.9.9.810.1.2.4.1.10 inetaddress no-access
The Internet address of the delivery source that is mapped to the active multicast source. The type of this address is determined by the value of cotvDataGroupDeliverySrcAddrType.
                         cotvDataGroupJoinInterface 1.3.6.1.4.1.9.9.810.1.2.4.1.11 interfaceindexorzero read-only
This object indicates the OTV Join interface on which active multicast source is located.
                         cotvDataGroupLocalActiveSrcState 1.3.6.1.4.1.9.9.810.1.2.4.1.12 integer read-only
This object indicates the state of the local Active Multicast source. 'none' - State of the multicast source is not applicable 'local' - multicast source state is local 'remote' - multicast source state is remote 'orphan' - multicast source state is orphan Value of this object should be 'none' if cotvDataGroupActiveSrcLocation is 'remote'. Enumeration: 'remote': 3, 'none': 1, 'local': 2, 'orphan': 4.
             cotvAdjacencyObjects 1.3.6.1.4.1.9.9.810.1.3
                 cotvAdjacencyDatabaseTable 1.3.6.1.4.1.9.9.810.1.3.1 no-access
A table containing OTV adjacency database information.
                     cotvAdjacencyDatabaseEntry 1.3.6.1.4.1.9.9.810.1.3.1.1 no-access
An entry containing management information about a particular OTV adjacency.
                         cotvAdjacentDevAddrType 1.3.6.1.4.1.9.9.810.1.3.1.1.1 inetaddresstype no-access
The type of Internet address of adjacent edge device.
                         cotvAdjacentDevAddr 1.3.6.1.4.1.9.9.810.1.3.1.1.2 inetaddress no-access
The Internet address of adjacent edge device. The type of this address is determined by the value of cotvAdjacentDevAddrType.
                         cotvAdjacentDevSystemID 1.3.6.1.4.1.9.9.810.1.3.1.1.3 octet string read-only
This object indicates the system identifier of the adjacent edge device. The value of this object contains zero length octet, if the system identifier of the adjacent edge devices is not available.
                         cotvAdjacentDevName 1.3.6.1.4.1.9.9.810.1.3.1.1.4 snmpadminstring read-only
This object indicates the DNS name of the adjacent edge device.
                         cotvAdjacentDevState 1.3.6.1.4.1.9.9.810.1.3.1.1.5 integer read-only
This object indicates the state of adjacent edge device. 'other' - Any other state not covered by below enumeration. 'up' - The adjacent device is up 'down' - The adjacent device is down. Enumeration: 'down': 2, 'other': 0, 'up': 1.
                         cotvAdjacentDevUpTime 1.3.6.1.4.1.9.9.810.1.3.1.1.6 unsigned32 read-only
This object indicates the amount of time for which the adjacent device has been up.
             cotvArpNdObjects 1.3.6.1.4.1.9.9.810.1.4
                 cotvArpNdCacheTable 1.3.6.1.4.1.9.9.810.1.4.1 no-access
A table containing ARP Neighbor Discovery cache information.
                     cotvArpNdCacheEntry 1.3.6.1.4.1.9.9.810.1.4.1.1 no-access
An entry containing management information about a particular entry in ARP Neighbor Discovery cache.
                         cotvArpNdCacheL3AddrType 1.3.6.1.4.1.9.9.810.1.4.1.1.1 inetaddresstype no-access
The type of Internet address (IPv4/IPv6 address) of host discovered using ARP Neighbor discovery.
                         cotvArpNdCacheL3Addr 1.3.6.1.4.1.9.9.810.1.4.1.1.2 inetaddress no-access
The Internet address (IPv4/IPv6 address) of the host discovered using ARP Neighbor discovery. The type of this address is determined by the value of cotvArpNdCacheL3AddrType.
                         cotvArpNdCacheMacAddr 1.3.6.1.4.1.9.9.810.1.4.1.1.3 macaddress read-only
This object indicates the MAC address discovered using ARP Neighbor discovery and cached in this table.
                         cotvArpNdCacheAge 1.3.6.1.4.1.9.9.810.1.4.1.1.4 unsigned32 read-only
This object indicates the amount of time for which this entry has existed on the system.
                         cotvArpNdCacheTimeToExpire 1.3.6.1.4.1.9.9.810.1.4.1.1.5 unsigned32 read-only
This object indicates the amount of time left for this cache entry to be expired.
             cotvRouteObjects 1.3.6.1.4.1.9.9.810.1.5
                 cotvRouteTable 1.3.6.1.4.1.9.9.810.1.5.1 no-access
A table listing route (unicast) information in OTV Routing Information Base (ORIB).
                     cotvRouteEntry 1.3.6.1.4.1.9.9.810.1.5.1.1 no-access
An entry containing management information about a particular route (unicast) in ORIB.
                         cotvRouteVlanId 1.3.6.1.4.1.9.9.810.1.5.1.1.1 vlanindex no-access
The object indicates VLAN associated with this route.
                         cotvRouteMacAddr 1.3.6.1.4.1.9.9.810.1.5.1.1.2 macaddress no-access
This object indicates the MAC address to be routed.
                         cotvRouteMetric 1.3.6.1.4.1.9.9.810.1.5.1.1.3 unsigned32 read-only
This object indicates the metric associated with this route.
                         cotvRouteUpTime 1.3.6.1.4.1.9.9.810.1.5.1.1.4 unsigned32 read-only
This object indicates the amount of time elapsed since the MAC route entry was installed in this table.
                         cotvRouteOwner 1.3.6.1.4.1.9.9.810.1.5.1.1.5 snmpadminstring read-only
This object indicates the type of owner (source) from where the MAC address was learnt.
                         cotvRouteNextHopIf 1.3.6.1.4.1.9.9.810.1.5.1.1.6 interfaceindexorzero read-only
This object indicates the interface on the device through which the MAC address will be routed. Value of this object should be ignored if cotvRouteOwner is other than 'site' or 'static'.
                         cotvRouteNextHopAddrType 1.3.6.1.4.1.9.9.810.1.5.1.1.7 inetaddresstype read-only
This object indicates the type of Internet address of the edge device through which the MAC address will be routed. Value of this object should be ignored if cotvRouteOwner is other than 'overlay'.
                         cotvRouteNextHopAddr 1.3.6.1.4.1.9.9.810.1.5.1.1.8 inetaddress read-only
This object indicates the Internet address of the edge device through which the MAC address will be routed. The type of this address is determined by the value of cotvRouteNextHopAddrType. Value of this object should be ignored if cotvRouteOwner is other than 'overlay'.
                 cotvMcastRouteTable 1.3.6.1.4.1.9.9.810.1.5.2 no-access
A table listing multicast route information in OTV Routing Information Base (ORIB).
                     cotvMcastRouteEntry 1.3.6.1.4.1.9.9.810.1.5.2.1 no-access
An entry containing information about a particular multicast route in ORIB.
                         cotvMcastRouteVlanId 1.3.6.1.4.1.9.9.810.1.5.2.1.1 vlanindex no-access
The object indicates VLAN associated with this multicast route.
                         cotvMcastRouteActiveSrcAddrType 1.3.6.1.4.1.9.9.810.1.5.2.1.2 inetaddresstype no-access
The type of Internet address of active multicast source.
                         cotvMcastRouteActiveSrcAddr 1.3.6.1.4.1.9.9.810.1.5.2.1.3 inetaddress no-access
The Internet address of active multicast source. The type of this address is determined by the value of cotvMcastRouteActiveSrcAddrType.
                         cotvMcastRouteActiveGroupAddrType 1.3.6.1.4.1.9.9.810.1.5.2.1.4 inetaddresstype no-access
The type of Internet address of the active multicast group (multicast group of the active multicast source).
                         cotvMcastRouteActiveGroupAddr 1.3.6.1.4.1.9.9.810.1.5.2.1.5 inetaddress no-access
The Internet address of the active multicast group of the (multicast group of the active multicast source). The type of this address is determined by the value of cotvMcastRouteActiveGroupAddrType.
                         cotvMcastRouteOwners 1.3.6.1.4.1.9.9.810.1.5.2.1.6 snmpadminstring read-only
This object indicates the type of owner(s) (sources) from where this route was learnt.
                         cotvMcastRouteMetric 1.3.6.1.4.1.9.9.810.1.5.2.1.7 unsigned32 read-only
This object indicates the metric associated with this multicast route.
                         cotvMcastRouteUpTime 1.3.6.1.4.1.9.9.810.1.5.2.1.8 unsigned32 read-only
This object indicates the amount of time elapsed since this multicast route was installed in this table.
                 cotvMcastRouteInfoTable 1.3.6.1.4.1.9.9.810.1.5.3 no-access
A table listing next-hop information associated with each multicast route in OTV Routing Information Base (ORIB).
                     cotvMcastRouteInfoEntry 1.3.6.1.4.1.9.9.810.1.5.3.1 no-access
An entry containing next-hop information about a particular multicast route in ORIB.
                         cotvMcastRouteInfoVlanId 1.3.6.1.4.1.9.9.810.1.5.3.1.1 vlanindex no-access
The object indicates VLAN associated with this multicast route.
                         cotvMcastRouteInfoActiveSrcAddrType 1.3.6.1.4.1.9.9.810.1.5.3.1.2 inetaddresstype no-access
The type of Internet address of active multicast source.
                         cotvMcastRouteInfoActiveSrcAddr 1.3.6.1.4.1.9.9.810.1.5.3.1.3 inetaddress no-access
The Internet address of active multicast source. The type of this address is determined by the value of cotvMcastRouteInfoActiveSrcAddrType.
                         cotvMcastRouteInfoActiveGroupAddrType 1.3.6.1.4.1.9.9.810.1.5.3.1.4 inetaddresstype no-access
The type of Internet address of the active multicast group (multicast group of the active multicast source).
                         cotvMcastRouteInfoActiveGroupAddr 1.3.6.1.4.1.9.9.810.1.5.3.1.5 inetaddress no-access
The Internet address of the active multicast group of the (multicast group of the active multicast source). The type of this address is determined by the value of cotvMcastRouteInfoActiveGroupAddrType.
                         cotvMcastRouteInfoIf 1.3.6.1.4.1.9.9.810.1.5.3.1.6 interfaceindexorzero no-access
This object indicates the next-hop interface on the device through which the multicast group will be routed.
                         cotvMcastRouteInfoHostAddrType 1.3.6.1.4.1.9.9.810.1.5.3.1.7 inetaddresstype read-only
This object indicates the type of Internet address of the next-hop edge device through which the multicast group will be routed. Value of this object will be 'unknown' if no next-hop edge device information is associated with this route.
                         cotvMcastRouteInfoHostAddr 1.3.6.1.4.1.9.9.810.1.5.3.1.8 inetaddress read-only
This object indicates the Internet address of the next-hop edge device through which the multicast group will be routed. The type of this address is determined by the value of cotvMcastRouteInfoHostAddrType. Value of this object will be a zero length string if no next-hop edge device information is associated with this route.
                         cotvMcastRouteInfoProtocolOwners 1.3.6.1.4.1.9.9.810.1.5.3.1.9 snmpadminstring read-only
This object indicates the protocols used by multicast route owner to learn this route information.
                         cotvMcastRouteInfoMetric 1.3.6.1.4.1.9.9.810.1.5.3.1.10 unsigned32 read-only
This object indicates the metric associated with this multicast route.
                         cotvMcastRouteInfoUpTime 1.3.6.1.4.1.9.9.810.1.5.3.1.11 unsigned32 read-only
This object indicates the amount of time elapsed since this multicast route entry was installed in this table.
         ciscoOtvMIBConform 1.3.6.1.4.1.9.9.810.2
             ciscoOtvMIBCompliances 1.3.6.1.4.1.9.9.810.2.1
                 ciscoOtvMIBCompliance 1.3.6.1.4.1.9.9.810.2.1.1
The compliance statement for CISCO-OTV-MIB.
             ciscoOtvMIBGroups 1.3.6.1.4.1.9.9.810.2.2
                 ciscoOtvSiteGroup 1.3.6.1.4.1.9.9.810.2.2.1
A collection of objects providing OTV site information.
                 ciscoOtvOverlayGroup 1.3.6.1.4.1.9.9.810.2.2.2
A collection of objects providing OTV overlay information.
                 ciscoOtvVlanGroup 1.3.6.1.4.1.9.9.810.2.2.3
A collection of objects providing OTV extended VLANs.
                 ciscoOtvDataGroupConfigGroup 1.3.6.1.4.1.9.9.810.2.2.4
A collection of objects providing overlay multicast data-group configuration information.
                 ciscoOtvDataGroupInfoGroup 1.3.6.1.4.1.9.9.810.2.2.5
A collection of objects providing active data-group related information.
                 ciscoOtvAdjacencyGroup 1.3.6.1.4.1.9.9.810.2.2.6
A collection of objects providing information about OTV Adjacency Database.
                 ciscoOtvArpNdCacheGroup 1.3.6.1.4.1.9.9.810.2.2.7
A collection of objects providing ARP/ND cache information.
                 ciscoOtvRouteGroup 1.3.6.1.4.1.9.9.810.2.2.8
A collection of objects providing information about unicast routes in ORIB.
                 ciscoOtvMcastRouteGroup 1.3.6.1.4.1.9.9.810.2.2.9
A collection of objects providing information about multicast routes in ORIB.
                 ciscoOtvMcastRouteInfoGroup 1.3.6.1.4.1.9.9.810.2.2.10
A collection of objects providing interface level information for multicast routes in ORIB.