CADANT-VIRTUAL-ROUTER-MIB: View SNMP OID List / Download MIB

VENDOR: CADANT INC.


 Home MIB: CADANT-VIRTUAL-ROUTER-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
 cadVirtualRouterMibModule 1.3.6.1.4.1.4998.1.1.25.3
Remove cadVrGlobalIsisHostNameEnabled
     cadVirtualRouter 1.3.6.1.4.1.4998.1.1.25.3.1
         cadVrNameTable 1.3.6.1.4.1.4998.1.1.25.3.1.1 no-access
The inverse table of cadVrTable, such that a manager can create/lookup a virtual router by its name instead of its index. To ensure consistency, a row must be created in this table prior to the corresponding row being created in the cadVrTable. When a row is created in this table, the SNMP agent assigns it a cadVrNameVrIndex. That value can then be used as cadVrIndex to create a row in the cadVrTable. Likewise, whenever a row is deleted from this table, the SNMP agent also removes the corresponding row from the cadVrTable.
             cadVrNameEntry 1.3.6.1.4.1.4998.1.1.25.3.1.1.1 no-access
                 cadVrNameVrIndex 1.3.6.1.4.1.4998.1.1.25.3.1.1.1.1 integer32 read-only
The cadVrIndex of the row in the cadVrTable which has the same cadVrName.
                 cadVrNameRowStatus 1.3.6.1.4.1.4998.1.1.25.3.1.1.1.2 rowstatus read-only
The row status variable used according to row installation and removal convention. In our case, we have simplified this to the usage of only the following states - active, createAndGo, and destroy. Other three states notInService, notReady and createAndWait are not permitted.
         cadVrTable 1.3.6.1.4.1.4998.1.1.25.3.1.2 no-access
This entity's Virtual Routing table containing many virtual routers.
             cadVrEntry 1.3.6.1.4.1.4998.1.1.25.3.1.2.1 no-access
A particular virtual router. Prior to creating a row in this table, one must first create a row in the cadVrNameTable. The value that is assigned to cadVrNameVrIndex can then be used as cadVrIndex to create a row in this table. Otherwise, if one attempts to create a row in this table with an unknown cadVrIndex, the setRequest will fail.
                 cadVrIndex 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.1 integer32 no-access
The index value which identifies a virtual router.
                 cadVrName 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.2 displaystring read-only
The name of the virtual router. This name must be unique among all virtual routers. Whenever a row in this table is successfully created, its name is copied from the cadVrNameTable. Note that a row must be created in the cadVrNameTable prior to its corresponding row being created in this table.
                 cadVrOspfEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.3 truthvalue read-only
true if OSPFv2 is to be enabled for this Virtual Router, false otherwise.
                 cadVrRipEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.4 truthvalue read-only
true if RIPv2 is to be enabled for this Virtual Router, false otherwise.
                 cadVrRowStatus 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.5 rowstatus read-only
The row status variable used according to row installation and removal convention. In our case, we have simplified this to the usage of only the following states - active, createAndGo, and destroy. Other three states notInService, notReady and createAndWait are not permitted.
                 cadVrScmAccessEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.6 truthvalue read-only
true if SCM access is enabled for this virtual router, false otherwise
                 cadVrScmAccessDirectedBroadcastEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.7 truthvalue read-only
true if SCM directed-broadcast is enabled for this virtual router, false otherwise
                 cadVrNullInterface 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.8 truthvalue read-only
true if ICMP destination unreachable is send when routing to a null interface, false otherwise
                 cadVrICMPTimeExceededEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.9 truthvalue read-only
true if ICMP Time Exceeded message is sent upon receiving packet with TTL = 0 or 1, false otherwise
                 cadVrOspfGracefulRestartEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.10 truthvalue read-only
true if OSPF graceful restart is enabled, false otherwise.
                 cadVrIPv6ReflectionEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.11 truthvalue read-only
true if IPv6 reflection is enabled. Only for the D card
                 cadVrICMPv6TimeExceededEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.12 truthvalue read-only
true if ICMPv6 Time Exceeded message is sent upon receiving packet with TTL = 0 or 1, false otherwise
                 cadVrNullInterfacev6 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.13 truthvalue read-only
true if ICMPv6 destination unreachable is send when routing to a null interface, false otherwise
                 cadVrPhpEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.14 truthvalue read-only
Determines whether a VRF uses PHP or UHP for MPLS LSP tail-end behavior.
                 cadVrAutoImportEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.2.1.15 truthvalue read-only
true if VRF is performing auto import of routes
         cadVrInterfaceTable 1.3.6.1.4.1.4998.1.1.25.3.1.3 no-access
This table defines interfaces for each virtual router. A virtual router may have multiple interfaces.
             cadVrInterfaceEntry 1.3.6.1.4.1.4998.1.1.25.3.1.3.1 no-access
An interface entry for a particular virtual router.
                 cadVrInterfaceIfIndex 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.1 interfaceindex read-only
Virtual router interface ID associated with a virtual router and the Bridge Group. This value is computed. It should correspond to the index value in the ifTable.
                 cadVrInterfaceIpAddr 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.2 inetaddressipv4or6 read-only
The primary IP address for this virtual router interface. Currently, only IPv4 is supported, so only values that have 0 or 4 OCTETS are allowed. After this value has been set to 4 OCTETS, then it may not be reset back to 0 OCTETS.
                 cadVrInterfaceIpMask 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.3 inetaddressipv4or6 read-only
The primary subnet mask for this virtual router interface. Currently, only IPv4 is supported, so only values that have 0 or 4 OCTETS are allowed. After this value has been set to 4 OCTETS, then it may not be reset back to 0 OCTETS.
                 cadVrInterfaceDHCPEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.4 truthvalue read-only
This is the current state of DHCP Relay for this virtual router interface. If there is at least one row in the cadVrDhcpServerTable for this interface, then this value is true. Otherwise, it is false.
                 cadVrInterfaceFARPEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.5 truthvalue read-only
This is the current state of ARP forwarding for this virtual router interface.
                 cadVrInterfaceRipEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.6 truthvalue read-only
If this value is set to true, then RIP is enabled for this interface. Otherwise RIP will be turned off for this interface.
                 cadVrInterfaceRipPassive 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.7 truthvalue read-only
If this value is set to true, then RIP route updates will not be sent out this interface. Otherwise, RIP routes updates will be sent out this interface, but only if RIP is enabled for this interface.
                 cadVrInterfaceIGMPEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.8 truthvalue read-only
If this value is set to true, then IGMP is enabled for this interface. Otherwise IGMP will be turned off for this interface.
                 cadVrInterfaceIRDPEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.9 truthvalue read-only
If this value is set to true, then IRDP is enabled for this interface. Otherwise IRDP will be turned off for this interface.
                 cadVrInterfaceRowStatus 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.10 rowstatus read-only
The row status variable used according to row installation and removal convention. In our case, we have simplified this to the usage of only the following states - active, createAndGo, and destroy. Other three states notInService, notReady and createAndWait are not permitted.
                 cadVrInterfaceDHCPPolicyEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.11 truthvalue read-only
If set to true, then the secondary IP address of this interface will be used for the giaddr.
                 cadVrInterfaceDirectedBcastEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.12 truthvalue read-only
If set to true, then subnet-directed broadcast IP packets are forwarded on this interface. Otherwise, subnet-directed broadcast IP packets are dropped.
                 cadVrInterfaceSourceVerify 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.13 cadsourceverifytype read-only
Current state of Source Verify for this virtual router interface. May only assume values other than `none' for cable interfaces. May only assume values other than `none' or `internal' for cable interfaces that have a DHCP helper address defined.
                 cadVrInterfaceSubFilterDownDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.14 integer32 read-only
per-VRI equivalent of docsSubMgtSubFilterDownDefault
                 cadVrInterfaceSubFilterUpDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.15 integer32 read-only
per-VRI equivalent of docsSubMgtSubFilterUpDefault
                 cadVrInterfaceCmFilterDownDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.16 integer32 read-only
per-VRI equivalent of docsSubMgtCmFilterDownDefault
                 cadVrInterfaceCmFilterUpDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.17 integer32 read-only
per-VRI equivalent of docsSubMgtCmFilterUpDefault
                 cadVrInterfaceSubifIndex 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.18 integer32 no-access
The index value which identifies a subinterface.
                 cadVrInterfaceVrIndex 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.19 integer32 read-only
The cadVrIndex of the row in the cadVrTable associated with this subinterface.
                 cadVrInterfaceIsLoopback 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.20 truthvalue read-only
Determine if this virtual router interface is a loopback interface.
                 cadVrInterfaceRestrictedFARPEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.21 truthvalue read-only
This is the current state of Restricted ARP forwarding for this virtual router interface. Note this is only valid for DOCSIS interfaces.
                 cadVrInterfaceAdminStat 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.22 integer read-only
The administrative status of the VRInterface. This status is only applicable to loopback interface which has CadVrInterfaceIsLoopback set to true. It could be enabled (1) or disabled (2). All other VRInterfaces will not use this field. Enumeration: 'disabled': 2, 'enabled': 1.
                 cadVrInterfaceIcmpUnreachablesEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.23 truthvalue read-only
True if ICMP unreachable messages are sent
                 cadVrInterfaceDescription 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.24 displaystring read-only
A persistent copy of ifAlias for this interface.
                 cadVrInterfaceEncapType 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.25 ianaiftype read-only
This object identifies the subinterface encapsulation type with the following values supported l3ipvlan (136) - Layer 3 Virtual LAN using IP (SIP prefix selector) l2vlan (135) - Layer 2 Virtual LAN using 802.1Q (VLANid selector)
                 cadVrInterfaceVlanId 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.26 integer32 read-only
- if cadVrInterfaceEncapType is l2vlan (135) then this object contains the VLANid assigned by the encapsulation dot1q CLI subcommand.
                 cadVrInterfacePriority 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.27 integer32 read-only
This object contains the enumeration of the priority values to be set in the 802.1p bits for the subinterface. The enumeration values p0(0)..p7(7) represent a fixed priority to be applied to the egress Q-tags, and the value iptos(8) represents the mapping from IP TOS precedence bits to the 802.1p bits on egress. The default value is p0(0).
                 cadVrInterfaceScmAccess 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.28 truthvalue read-only
This object contains the SCM access permissions whenever the cadVrInterfaceEncapType object is set to l2vlan. The default value is false(2).
                 cadVrInterfaceIpAddrType 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.29 inetaddresstype read-only
The primary IP address type for this virtual router interface.
                 cadVrInterfaceIpPrefixLength 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.30 integer32 read-only
The prefix length for this virtual router interface IPv4 address. Used in lieu of the subnet mask.
                 cadVrInterfaceIpScopeType 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.31 inetscopetype read-only
The scope type for this virtual router interface IP address. Applicable to IPv6 addresses.
                 cadVrInterfaceIpv6Addr 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.32 inetaddressipv4or6 read-only
The primary IP address for this virtual router interface. This is the IPv6 address, so only values that have 8 or 16 OCTETS are allowed.
                 cadVrInterfaceIpv6PrefixLength 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.33 integer32 read-only
The prefix length for this virtual router interface IPv6 address. Used in lieu of the subnet mask.
                 cadVrInterfaceDADAttempts 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.34 unsigned32 read-only
The pnumber of IPv6 duplicate address messages sent
                 cadVrInterfaceIpv6Forwarding 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.35 integer read-only
Determines whether IPv6 traffic should be allowed on this interface. Enumeration: 'notforwarding': 2, 'forwarding': 1.
                 cadVrInterfacePsFilterDownDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.36 integer32 read-only
per-VRI equivalent of docsSubMgtPsFilterDownDefault
                 cadVrInterfacePsFilterUpDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.37 integer32 read-only
per-VRI equivalent of docsSubMgtPsFilterUpDefault
                 cadVrInterfaceMtaFilterDownDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.38 integer32 read-only
per-VRI equivalent of docsSubMgtMtaFilterDownDefault
                 cadVrInterfaceMtaFilterUpDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.39 integer32 read-only
per-VRI equivalent of docsSubMgtMtaFilterUpDefault
                 cadVrInterfaceStbFilterDownDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.40 integer32 read-only
per-VRI equivalent of docsSubMgtStbFilterDownDefault
                 cadVrInterfaceStbFilterUpDefault 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.41 integer32 read-only
per-VRI equivalent of docsSubMgtStbFilterUpDefault
                 cadVrInterfaceIcmpv6UnreachablesEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.46 truthvalue read-only
True if ICMPv6 unreachable messages are sent
                 cadVrInterfaceIcmpv6TooBigEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.47 truthvalue read-only
True if ICMPv6 too big messages are sent
                 cadVrInterfaceIcmpv6ParameterProblemEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.48 truthvalue read-only
True if ICMPv6 parameter problem messages are sent
                 cadVrInterfacePdRiEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.49 truthvalue read-only
Enable or disable route injection for DHCP Relay IPv6 prefix delegation per interface
                 cadVrInterfacePolicyRouteMap 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.50 integer32 read-only
Id of the policy route map to use for packets traversing this interface. 0 implies no policy routing.
                 cadVrInterfaceMplsEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.51 truthvalue read-only
If this value is set to true, then MPLS encapsulation is enabled for this interface. Otherwise MPLS Encapsulation will be turned off for this interface.
                 cadVrInterfaceLdpEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.52 truthvalue read-only
If this value is set to true, then LDP is enabled for this interface. Otherwise LDP will be turned off for this interface.
                 cadVrInterfaceGratuitousArpEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.53 truthvalue read-only
Enable or disable sending gratuitous ARPs on an Ethernet or a LAG interface.
                 cadVrInterfaceIsSdv 1.3.6.1.4.1.4998.1.1.25.3.1.3.1.54 truthvalue read-only
Indicates whether this interface is the global SDV multicast interface.
         cadVrSecondaryIpAddrTable 1.3.6.1.4.1.4998.1.1.25.3.1.4 no-access
This table defines secondary interfaces for each virtual router. A virtual router may have multiple interfaces. A virtual router interface is uniquely identified by its {cadVrInterfaceSubifIndex, cadBgIndex} tuple. Each virtual router interface may also have zero(0) or one(1) primary IP addresses associated with it. There must be a primary address bound to an interface before any secondary IP addresses may be assigned to that same interface. There may be as many secondary IP addresses as desired.
             cadVrSecondaryIpAddrEntry 1.3.6.1.4.1.4998.1.1.25.3.1.4.1 no-access
A secondary, or aliased, IP address for a particular virtual router interface.
                 cadVrSecondaryIpMask 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.1 inetaddressipv4or6 no-access
The subnet mask for this secondary IP address for this virtual router interface. Currently, only IPv4 is supported, so only values that have 0 or 4 OCTETS are allowed. After this value has been set to 4 OCTETS, then it may not be reset back to 0 OCTETS.
                 cadVrSecondaryIpAddrRowStatus 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.2 rowstatus read-only
The row status variable used according to row installation and removal convention. In our case, we have simplified this to the usage of only the following states - active, createAndGo, and destroy. The other three states: notInService, notReady and createAndWait, are not permitted.
                 cadVrSecondaryIpAddrDHCPPolicyEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.4 truthvalue read-only
This SNMP entry is no longer used and has been replaced by cadVrSecondaryIpAddrDHCPGiaddr. Old description: 'If set to true, then the secondary IP address of this interface will be among those used for the giaddr for DHCP of CPEs.'
                 cadVrSecondaryIpPrefixLength 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.5 integer32 read-only
The IP prefix length for this secondary IP address for this virtual router interface. This is used in lieu of the subnet mask.
                 cadVrSecondaryIpAddrType 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.6 inetaddresstype read-only
The IP address type for this secondary IP address for this virtual router interface.
                 cadVrSecondaryIpScopeType 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.7 inetscopetype read-only
The scope type for this virtual router interface IP address. Applicable to IPv6 addresses.
                 cadVrSecondaryIpAddrDHCPGiaddr 1.3.6.1.4.1.4998.1.1.25.3.1.4.1.8 cadcpedevicetypes read-only
If set, then the secondary IP address of this interface will be among those used for the giaddr for DHCP of that particular type of CPE host. Note: CPE is the default type for any device which can not be classified via option 43.2 or 60 of the DHCP-DISCOVER message.
         cadVrStatusTable 1.3.6.1.4.1.4998.1.1.25.3.1.5 no-access
This entity's Virtual Routing status table containing many virtual routers.
             cadVrStatusEntry 1.3.6.1.4.1.4998.1.1.25.3.1.5.1 no-access
A particular virtual router's status.
                 cadVrStatusVrIndex 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.1 integer32 no-access
The index value which identifies a virtual router.
                 cadVrStatusNumLocalRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.2 gauge32 read-only
The number of IPv4 local routes.
                 cadVrStatusNumNetmgmtRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.3 gauge32 read-only
The number of IPv4 network management routes.
                 cadVrStatusNumRipRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.4 gauge32 read-only
The number of IPv4 RIP routes.
                 cadVrStatusNumIsisInternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.5 gauge32 read-only
The number of IPv4 internal level 1 IS-IS routes.
                 cadVrStatusNumIsisInternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.6 gauge32 read-only
The number of IPv4 internal level 2 IS-IS routes.
                 cadVrStatusNumIsisExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.7 gauge32 read-only
The number of IPv4 external level 1 IS-IS routes.
                 cadVrStatusNumIsisExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.8 gauge32 read-only
The number of IPv4 external level 2 IS-IS routes.
                 cadVrStatusNumBgpIntRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.9 gauge32 read-only
The number of IPv4 internal BGP routes.
                 cadVrStatusNumBgpExtRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.10 gauge32 read-only
The number of IPv4 external BGP routes.
                 cadVrStatusNumBgpVpnRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.11 gauge32 read-only
The number of IPv4 VPN BGP routes.
                 cadVrStatusNumOspfIntraAreaRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.12 gauge32 read-only
The number of IPv4 OSPF intra-area routes.
                 cadVrStatusNumOspfInterAreaRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.13 gauge32 read-only
The number of IPv4 OSPF inter-area routes.
                 cadVrStatusNumOspfInternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.14 gauge32 read-only
The number of IPv4 OSPF internal-1 routes.
                 cadVrStatusNumOspfInternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.15 gauge32 read-only
The number of IPv4 OSPF internal-2 routes.
                 cadVrStatusNumOspfExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.16 gauge32 read-only
The number of IPv4 OSPF external-1 routes.
                 cadVrStatusNumOspfExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.17 gauge32 read-only
The number of IPv4 OSPF external-2 routes.
                 cadVrStatusNumOspfNssaExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.18 gauge32 read-only
The number of IPv4 OSPF NSSA external-1 routes.
                 cadVrStatusNumOspfNssaExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.19 gauge32 read-only
The number of IPv4 OSPF NSSA external-2 routes.
                 cadVrStatusNumOtherRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.20 gauge32 read-only
The number of IPv4 routes that are not classified.
                 cadVrStatusNumIpv6LocalRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.21 gauge32 read-only
The number of IPv6 local routes.
                 cadVrStatusNumIpv6NetmgmtRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.22 gauge32 read-only
The number of IPv6 network management routes.
                 cadVrStatusNumIpv6IsisInternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.23 gauge32 read-only
The number of IPv6 internal level 1 IS-IS routes.
                 cadVrStatusNumIpv6IsisInternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.24 gauge32 read-only
The number of IPv6 internal level 2 IS-IS routes.
                 cadVrStatusNumIpv6IsisExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.25 gauge32 read-only
The number of IPv6 external level 1 IS-IS routes.
                 cadVrStatusNumIpv6IsisExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.26 gauge32 read-only
The number of IPv6 external level 2 IS-IS routes.
                 cadVrStatusNumIpv6OspfIntraAreaRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.27 gauge32 read-only
The number of IPv6 OSPF intra-area routes.
                 cadVrStatusNumIpv6OspfInterAreaRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.28 gauge32 read-only
The number of IPv6 OSPF inter-area routes.
                 cadVrStatusNumIpv6OspfInternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.29 gauge32 read-only
The number of IPv6 OSPF internal-1 routes.
                 cadVrStatusNumIpv6OspfInternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.30 gauge32 read-only
The number of IPv6 OSPF internal-2 routes.
                 cadVrStatusNumIpv6OspfExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.31 gauge32 read-only
The number of IPv6 OSPF external-1 routes.
                 cadVrStatusNumIpv6OspfExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.32 gauge32 read-only
The number of IPv6 OSPF external-2 routes.
                 cadVrStatusNumIpv6OspfNssaExternal1Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.33 gauge32 read-only
The number of IPv6 OSPF NSSA external-1 routes.
                 cadVrStatusNumIpv6OspfNssaExternal2Routes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.34 gauge32 read-only
The number of IPv6 OSPF NSSA external-2 routes.
                 cadVrStatusNumIpv6PdRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.35 gauge32 read-only
The number of IPv6 PD routes.
                 cadVrStatusNumIpv6OtherRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.36 gauge32 read-only
The number of IPv6 routes that are not classified.
                 cadVrStatusNumIpv6BgpIntRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.37 gauge32 read-only
The number of IPv6 internal BGP routes.
                 cadVrStatusNumIpv6BgpExtRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.38 gauge32 read-only
The number of IPv6 external BGP routes.
                 cadVrStatusNumIpv6BgpVpnRoutes 1.3.6.1.4.1.4998.1.1.25.3.1.5.1.39 gauge32 read-only
The number of IPv6 VPN BGP routes.
         cadVrInterfaceStatusTable 1.3.6.1.4.1.4998.1.1.25.3.1.6 no-access
This entity's Virtual Routing Interface status table containing many virtual interfaces.
             cadVrInterfaceStatusEntry 1.3.6.1.4.1.4998.1.1.25.3.1.6.1 no-access
A particular virtual router interface's status.
                 cadVrInterfaceStatusIfIndex 1.3.6.1.4.1.4998.1.1.25.3.1.6.1.1 interfaceindex no-access
Virtual router interface ID. This value is computed. It should correspond to the index value in the ifTable.
                 cadVrInterfaceStatusIcmpUnreachablesDropped 1.3.6.1.4.1.4998.1.1.25.3.1.6.1.2 counter32 read-only
The number of ICMP unreachable packets dropped.
                 cadVrInterfaceStatusIcmpv6UnreachablesDropped 1.3.6.1.4.1.4998.1.1.25.3.1.6.1.3 counter32 read-only
The number of ICMPv6 unreachable packets dropped.
         cadVrGlobals 1.3.6.1.4.1.4998.1.1.25.3.1.7
             cadVrGlobalIcmpUnreachablesEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.7.1 truthvalue read-write
True if ICMP unreachable messages are sent
             cadVrGlobalIpForwarding 1.3.6.1.4.1.4998.1.1.25.3.1.7.2 integer read-write
The indication of whether this entity is acting as an IPv4 router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv4 routers forward datagrams. IPv4 hosts do not (except those source-routed via the host). Enumeration: 'forwarding': 1, 'notForwarding': 2.
             cadVrGlobalIpDefaultTTL 1.3.6.1.4.1.4998.1.1.25.3.1.7.3 integer32 read-write
The default value inserted into the Time-To-Live field of the IPv4 header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
             cadVrGlobalIpv6IpForwarding 1.3.6.1.4.1.4998.1.1.25.3.1.7.4 integer read-write
The indication of whether this entity is acting as an IPv6 router on any interface in respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv6 routers forward datagrams. IPv6 hosts do not (except those source-routed via the host). Enumeration: 'forwarding': 1, 'notForwarding': 2.
             cadVrGlobalIpv6IpDefaultHopLimit 1.3.6.1.4.1.4998.1.1.25.3.1.7.5 integer32 read-write
The default value inserted into the Hop Limit field of the IPv6 header of datagrams originated at this entity whenever a Hop Limit value is not supplied by the transport layer protocol.
             cadVrGlobalIcmpv6UnreachablesEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.7.6 truthvalue read-write
True if ICMPv6 unreachable messages are sent
             cadVrGlobalIcmpv6TooBigEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.7.7 truthvalue read-write
True if ICMPv6 too big enabled.
             cadVrGlobalIcmpv6ParameterProblemEnabled 1.3.6.1.4.1.4998.1.1.25.3.1.7.8 truthvalue read-write
True if ICMPv6 too big enabled.
             cadVrGlobalAllowAnyCableMac 1.3.6.1.4.1.4998.1.1.25.3.1.7.10 truthvalue read-write
True if disabling unicast upstream cable-mac checking of the Ethernet DMAC.
         cadVrGlobalStatus 1.3.6.1.4.1.4998.1.1.25.3.1.8
             cadVrGlobalStatusIcmpUnreachablesDropped 1.3.6.1.4.1.4998.1.1.25.3.1.8.1 counter32 read-only
The number of ICMP unreachable packets dropped.
             cadVrGlobalStatusIcmpv6UnreachablesDropped 1.3.6.1.4.1.4998.1.1.25.3.1.8.2 counter32 read-only
The number of ICMPv6 unreachable packets dropped.
         cadVrAddressPrefixTable 1.3.6.1.4.1.4998.1.1.25.3.1.9 no-access
This table defines prefixes for each virtual router interface. A virtual router interface may have multiple prefixes.
             cadVrAddressPrefixEntry 1.3.6.1.4.1.4998.1.1.25.3.1.9.1 no-access
An interface entry for a particular virtual router.
                 cadVrAddressPrefixType 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.1 inetaddresstype read-only
The address type of the the address prefix.
                 cadVrAddressPrefixPrefix 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.2 inetaddressipv4or6 read-only
The address prefix. The address type of this object is specified in ipAddressPrefixType. The length of this object is the standard length for objects of that type (4 or 16 bytes). Any bits after ipAddressPrefixLength must be zero. Implementors need to be aware that, if the size of ipAddressPrefixPrefix exceeds 114 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
                 cadVrAddressPrefixLength 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.3 inetaddressprefixlength read-only
The prefix length associated with this prefix. The value 0 has no special meaning for this object. It simply refers to address '::/0'.
                 cadVrAddressPrefixAdvertiseFlag 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.4 truthvalue read-only
This object have the true(1), if this prefix can be sent in router advertisements. If false(2), it is not sent in router advertisements.
                 cadVrAddressPrefixOnLinkFlag 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.5 truthvalue read-only
This object have the true(1), if this prefix can be sent in router advertisements. If false(2), it is not sent in router advertisements.
                 cadVrAddressPrefixAutonomousFlag 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.6 truthvalue read-only
Autonomous address configuration flag. When true(1), indicates that this prefix can be used for autonomous address configuration (i.e., can be used to form a local interface address). If false(2), it is not used to auto- configure a local interface address. The default for IPv4 prefixes is 'false(2)'.
                 cadVrAddressPrefixAdvPreferredLifetime 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.7 unsigned32 read-only
The remaining length of time, in seconds, that this prefix will continue to be preferred, i.e., time until deprecation. A value of 4,294,967,295 represents infinity. The address generated from a deprecated prefix should no longer be used as a source address in new communications, but packets received on such an interface are processed as expected. The default for IPv4 prefixes is 4,294,967,295 (infinity).
                 cadVrAddressPrefixAdvValidLifetime 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.8 unsigned32 read-only
The remaining length of time, in seconds, that this prefix will continue to be valid, i.e., time until invalidation. A value of 4,294,967,295 represents infinity. The address generated from an invalidated prefix should not appear as the destination or source address of a packet. The default for IPv4 prefixes is 4,294,967,295 (infinity).
                 cadVrAddressPrefixAdvPreferredDate 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.9 dateandtime read-only
The date that this prefix will continue to be preferred. The address generated from a deprecated prefix should no longer be used as a source address in new communications, but packets received on such an interface are processed as expected.
                 cadVrAddressPrefixAdvValidDate 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.10 dateandtime read-only
The date that this prefix will continue to be valid. The address generated from an invalidated prefix should not appear as the destination or source address of a packet.
                 cadVrAddressPrefixRowStatus 1.3.6.1.4.1.4998.1.1.25.3.1.9.1.11 rowstatus read-only
The control for adding and removing address prefix rows. Setting this value to createAndGo(4) will cause a row to be added, and setting this value to destroy(6) will cause the row to be removed. These are the only two values that may be set.
         cadVrRtLookupTable 1.3.6.1.4.1.4998.1.1.25.3.1.10 no-access
This entity's Virtual Routing status table containing many virtual routers.
               cadVrRtLookupEntry 1.3.6.1.4.1.4998.1.1.25.3.1.10.1 no-access
A particular virtual router's status.
                   cadVrRtLookupVrIndex 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.1 integer32 no-access
The index value which identifies a virtual router.
                   cadVrRtLookupInetAddrType 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.2 inetaddresstype read-only
The ipv4 or ipv6 address type of the the address prefix.
                   cadVrRtLookupInetAddr 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.3 inetaddressipv4or6 read-only
The IP address for the lookup.
                   cadVrRtLookupPrefixLength 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.4 inetaddressprefixlength read-only
The address prefix length
                   cadVrRtLookupInetAddrResult 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.5 inetaddressipv4or6 read-only
The IP address result from the lookup.
                   cadVrRtLookupPrefixLengthResult 1.3.6.1.4.1.4998.1.1.25.3.1.10.1.6 inetaddressprefixlength read-only
The address prefix length result from the lookup