Documentation
¶
Overview ¶
This MIB module defines Textual Conventions and OBJECT-IDENTITIES for use in documents defining management information base (MIBs) modules for managing Cisco Express Forwarding (CEF).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CefAdjLinkType ¶
type CefAdjLinkType string
CefAdjLinkType represents process packets fed through adjacency.
const ( CefAdjLinkType_ipv4 CefAdjLinkType = "ipv4" CefAdjLinkType_ipv6 CefAdjLinkType = "ipv6" CefAdjLinkType_mpls CefAdjLinkType = "mpls" CefAdjLinkType_raw CefAdjLinkType = "raw" CefAdjLinkType_unknown CefAdjLinkType = "unknown" )
type CefAdminStatus ¶
type CefAdminStatus string
CefAdminStatus represents upon the success of the admin operation.
const ( CefAdminStatus_enabled CefAdminStatus = "enabled" CefAdminStatus_disabled CefAdminStatus = "disabled" )
type CefCCAction ¶
type CefCCAction string
CefCCAction represents on consistency checkers.
const ( CefCCAction_ccActionStart CefCCAction = "ccActionStart" CefCCAction_ccActionAbort CefCCAction = "ccActionAbort" CefCCAction_ccActionNone CefCCAction = "ccActionNone" )
type CefCCStatus ¶
type CefCCStatus string
CefCCStatus represents
const ( CefCCStatus_ccStatusIdle CefCCStatus = "ccStatusIdle" CefCCStatus_ccStatusRunning CefCCStatus = "ccStatusRunning" CefCCStatus_ccStatusDone CefCCStatus = "ccStatusDone" )
type CefCCType ¶
type CefCCType string
CefCCType represents inconsistencies.
const ( CefCCType_lcDetect CefCCType = "lcDetect" CefCCType_scanFibLcRp CefCCType = "scanFibLcRp" CefCCType_scanFibRpLc CefCCType = "scanFibRpLc" CefCCType_scanRibFib CefCCType = "scanRibFib" CefCCType_scanFibRib CefCCType = "scanFibRib" CefCCType_scanFibHwSw CefCCType = "scanFibHwSw" CefCCType_scanFibSwHw CefCCType = "scanFibSwHw" CefCCType_fullScanRibFib CefCCType = "fullScanRibFib" CefCCType_fullScanFibRib CefCCType = "fullScanFibRib" CefCCType_fullScanFibRpLc CefCCType = "fullScanFibRpLc" CefCCType_fullScanFibLcRp CefCCType = "fullScanFibLcRp" CefCCType_fullScanFibHwSw CefCCType = "fullScanFibHwSw" CefCCType_fullScanFibSwHw CefCCType = "fullScanFibSwHw" )
type CefFailureReason ¶
type CefFailureReason string
CefFailureReason represents detected for CEF
const ( CefFailureReason_none CefFailureReason = "none" CefFailureReason_mallocFailure CefFailureReason = "mallocFailure" CefFailureReason_hwFailure CefFailureReason = "hwFailure" CefFailureReason_keepaliveFailure CefFailureReason = "keepaliveFailure" CefFailureReason_noMsgBuffer CefFailureReason = "noMsgBuffer" CefFailureReason_invalidMsgSize CefFailureReason = "invalidMsgSize" CefFailureReason_internalError CefFailureReason = "internalError" )
type CefForwardingElementSpecialType ¶
type CefForwardingElementSpecialType string
CefForwardingElementSpecialType represents ignored
const ( CefForwardingElementSpecialType_illegal CefForwardingElementSpecialType = "illegal" CefForwardingElementSpecialType_punt CefForwardingElementSpecialType = "punt" CefForwardingElementSpecialType_drop CefForwardingElementSpecialType = "drop" CefForwardingElementSpecialType_discard CefForwardingElementSpecialType = "discard" CefForwardingElementSpecialType_null CefForwardingElementSpecialType = "null" CefForwardingElementSpecialType_glean CefForwardingElementSpecialType = "glean" CefForwardingElementSpecialType_unresolved CefForwardingElementSpecialType = "unresolved" CefForwardingElementSpecialType_noRoute CefForwardingElementSpecialType = "noRoute" CefForwardingElementSpecialType_none CefForwardingElementSpecialType = "none" )
type CefIpVersion ¶
type CefIpVersion string
CefIpVersion represents The version of CEF IP forwarding.
const ( CefIpVersion_ipv4 CefIpVersion = "ipv4" CefIpVersion_ipv6 CefIpVersion = "ipv6" )
type CefOperStatus ¶
type CefOperStatus string
CefOperStatus represents Operational status of CEF.
const ( CefOperStatus_up CefOperStatus = "up" CefOperStatus_down CefOperStatus = "down" )
type CefPathType ¶
type CefPathType string
CefPathType represents .
const ( CefPathType_receive CefPathType = "receive" CefPathType_connectedPrefix CefPathType = "connectedPrefix" CefPathType_attachedPrefix CefPathType = "attachedPrefix" CefPathType_attachedHost CefPathType = "attachedHost" CefPathType_attachedNexthop CefPathType = "attachedNexthop" CefPathType_recursiveNexthop CefPathType = "recursiveNexthop" CefPathType_adjacencyPrefix CefPathType = "adjacencyPrefix" CefPathType_specialPrefix CefPathType = "specialPrefix" CefPathType_unknown CefPathType = "unknown" )
type CefPrefixSearchState ¶
type CefPrefixSearchState string
CefPrefixSearchState represents match has not been found.
const ( CefPrefixSearchState_running CefPrefixSearchState = "running" CefPrefixSearchState_matchFound CefPrefixSearchState = "matchFound" CefPrefixSearchState_noMatchFound CefPrefixSearchState = "noMatchFound" )