Documentation
¶
Overview ¶
This MIB module defines Textual Conventions for representing targets which have class based policy mappings. A target can be any logical interface or entity to which a class based policy is able to be associated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CcbptPolicySourceType ¶
type CcbptPolicySourceType string
CcbptPolicySourceType represents Class Based.
const ( CcbptPolicySourceType_ciscoCbQos CcbptPolicySourceType = "ciscoCbQos" CcbptPolicySourceType_ciscoCbpBase CcbptPolicySourceType = "ciscoCbpBase" )
type CcbptTargetDirection ¶
type CcbptTargetDirection string
CcbptTargetDirection represents relative to the target.
const ( CcbptTargetDirection_undirected CcbptTargetDirection = "undirected" CcbptTargetDirection_input CcbptTargetDirection = "input" CcbptTargetDirection_output CcbptTargetDirection = "output" CcbptTargetDirection_inOut CcbptTargetDirection = "inOut" )
type CcbptTargetType ¶
type CcbptTargetType string
CcbptTargetType represents CcbptTargetIdAaaSession Textual Convention.
const ( CcbptTargetType_genIf CcbptTargetType = "genIf" CcbptTargetType_atmPvc CcbptTargetType = "atmPvc" CcbptTargetType_frDlci CcbptTargetType = "frDlci" CcbptTargetType_entity CcbptTargetType = "entity" CcbptTargetType_fwZone CcbptTargetType = "fwZone" CcbptTargetType_fwZonePair CcbptTargetType = "fwZonePair" CcbptTargetType_aaaSession CcbptTargetType = "aaaSession" )
Click to show internal directories.
Click to hide internal directories.