Documentation ¶
Overview ¶
BGP policy based accounting information
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CISCOBGPPOLICYACCOUNTINGMIB ¶
type CISCOBGPPOLICYACCOUNTINGMIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The cbpAcctTable provides statistics about ingress and egress traffic on // an interface. This data could be used for purposes like billing. CbpAcctTable CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable }
CISCOBGPPOLICYACCOUNTINGMIB
func (*CISCOBGPPOLICYACCOUNTINGMIB) GetEntityData ¶
func (cISCOBGPPOLICYACCOUNTINGMIB *CISCOBGPPOLICYACCOUNTINGMIB) GetEntityData() *types.CommonEntityData
type CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable ¶
type CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Each cbpAcctEntry provides statistics for traffic of interest on an ingress // and/or egress interfaces. The traffic of interest may be used for purposes // like billing, and is referred to from here on in the MIB by the term // 'traffic-type', which corresponds to cbpAcctTrafficIndex. Traffic-types are // configured by the user on a per interface basis. The statistics include // ingress packet counts, ingress octet counts, egress packet counts and // egress octet counts. Entries are created when traffic-type is configured // on an interface. Entries are deleted automatically when the user removes // the corresponding traffic-type configuration from an interface. The type is // slice of CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry. CbpAcctEntry []*CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry }
CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable The cbpAcctTable provides statistics about ingress and egress traffic on an interface. This data could be used for purposes like billing.
func (*CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable) GetEntityData ¶
func (cbpAcctTable *CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable) GetEntityData() *types.CommonEntityData
type CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry ¶
type CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with range: 1..2147483647. // Refers to if_mib.IFMIB_IfTable_IfEntry_IfIndex IfIndex interface{} // This attribute is a key. An integer value greater than 0, that uniquely // identifies a traffic-type. The traffic-type has no intrinsic meaning. It // just means the traffic coming into an interface can be differentiated into // different types. It is up to the user to give meaning to and configure the // various traffic-types on an interface. The type is interface{} with range: // 1..2147483647. CbpAcctTrafficIndex interface{} // The total number of packets received for a particular traffic-type on an // interface. The type is interface{} with range: 0..18446744073709551615. CbpAcctInPacketCount interface{} // The total number of octets received for a particular traffic-type on an // interface. The type is interface{} with range: 0..18446744073709551615. CbpAcctInOctetCount interface{} // The total number of packets transmitted for a particular traffic-type on an // interface. The type is interface{} with range: 0..18446744073709551615. CbpAcctOutPacketCount interface{} // The total number of octets transmitted for a particular traffic-type on an // interface. The type is interface{} with range: 0..18446744073709551615. CbpAcctOutOctetCount interface{} }
CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry Each cbpAcctEntry provides statistics for traffic of interest on an ingress and/or egress interfaces. The traffic of interest may be used for purposes like billing, and is referred to from here on in the MIB by the term 'traffic-type', which corresponds to cbpAcctTrafficIndex. Traffic-types are configured by the user on a per interface basis.
The statistics include ingress packet counts, ingress octet counts, egress packet counts and egress octet counts. Entries are created when traffic-type is configured on an interface. Entries are deleted automatically when the user removes the corresponding traffic-type configuration from an interface.
func (*CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry) GetEntityData ¶
func (cbpAcctEntry *CISCOBGPPOLICYACCOUNTINGMIB_CbpAcctTable_CbpAcctEntry) GetEntityData() *types.CommonEntityData