Documentation ¶
Overview ¶
This MIB contains managed object definitions for Pseudo Wire operation as in: Pate, P., et al, <draft-ietf-pwe3- framework>, Xiao, X., et al, <draft-ietf-pwe3- requirements>, Martini, L., et al, <draft-martini- l2circuit-trans-mpls>, and Martini, L., et al, <draft-martini-l2circuit-encap-mpls>.
The indexes for this MIB are also used to index the PSN- specific tables and the VC-specific tables. The VC Type dictates which VC-specific MIB to use. For example, a 'cep' VC Type requires the use the configuration and status tables within the CEP-MIB.
This MIB enable the use of any underlying packet switched network (PSN). Specific tables for the MPLS PSN is currently defined in a separate CISCO-IETF-PW-MPLS-MIB. Tables to support other PSNs (IP, L2TP for example) will be added to this MIB in future revisions.
At the time of publication of this version, there are no PWE3 WG documents for all features and objects in this MIB, and the MIB is therefore subject to change based on the WG progress.
Index ¶
- type CISCOIETFPWMIB
- type CISCOIETFPWMIB_CpwVcIdMappingTable
- type CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry
- type CISCOIETFPWMIB_CpwVcObjects
- type CISCOIETFPWMIB_CpwVcPeerMappingTable
- type CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry
- type CISCOIETFPWMIB_CpwVcPerfCurrentTable
- type CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry
- type CISCOIETFPWMIB_CpwVcPerfIntervalTable
- type CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry
- type CISCOIETFPWMIB_CpwVcPerfTotalTable
- type CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry
- type CISCOIETFPWMIB_CpwVcTable
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType
- type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CISCOIETFPWMIB ¶
type CISCOIETFPWMIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter CpwVcObjects CISCOIETFPWMIB_CpwVcObjects // This table specifies information for connecting various emulated services // to various tunnel type. CpwVcTable CISCOIETFPWMIB_CpwVcTable // This table provides per-VC performance information for the current // interval. CpwVcPerfCurrentTable CISCOIETFPWMIB_CpwVcPerfCurrentTable // This table provides per-VC performance information for each interval. CpwVcPerfIntervalTable CISCOIETFPWMIB_CpwVcPerfIntervalTable // This table provides per-VC Performance information from VC start time. CpwVcPerfTotalTable CISCOIETFPWMIB_CpwVcPerfTotalTable // This table provides reverse mapping of the existing VCs based on vc type // and VC ID ordering. This table is typically useful for EMS ordered query // of existing VCs. CpwVcIdMappingTable CISCOIETFPWMIB_CpwVcIdMappingTable // This table provides reverse mapping of the existing VCs based on vc type // and VC ID ordering. This table is typically useful for EMS ordered query // of existing VCs. CpwVcPeerMappingTable CISCOIETFPWMIB_CpwVcPeerMappingTable }
CISCOIETFPWMIB
func (*CISCOIETFPWMIB) GetEntityData ¶
func (cISCOIETFPWMIB *CISCOIETFPWMIB) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcIdMappingTable ¶
type CISCOIETFPWMIB_CpwVcIdMappingTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // An entry in this table is created by the agent for every VC configured by // the cpwVcTable. The type is slice of // CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry. CpwVcIdMappingEntry []*CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry }
CISCOIETFPWMIB_CpwVcIdMappingTable This table provides reverse mapping of the existing VCs based on vc type and VC ID ordering. This table is typically useful for EMS ordered query of existing VCs.
func (*CISCOIETFPWMIB_CpwVcIdMappingTable) GetEntityData ¶
func (cpwVcIdMappingTable *CISCOIETFPWMIB_CpwVcIdMappingTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry ¶
type CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The VC type (indicate the service) of this VC. The // type is CpwVcType. CpwVcIdMappingVcType interface{} // This attribute is a key. The VC ID of this VC. Zero if the VC is configured // manually. The type is interface{} with range: 0..4294967295. CpwVcIdMappingVcID interface{} // This attribute is a key. IP address type of the peer node. The type is // InetAddressType. CpwVcIdMappingPeerAddrType interface{} // This attribute is a key. IP address type of the peer node. The type is // string with length: 0..255. CpwVcIdMappingPeerAddr interface{} // This attribute is a key. The value that represent the VC in the cpwVcTable. // The type is interface{} with range: 0..4294967295. CpwVcIdMappingVcIndex interface{} }
CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry An entry in this table is created by the agent for every VC configured by the cpwVcTable.
func (*CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry) GetEntityData ¶
func (cpwVcIdMappingEntry *CISCOIETFPWMIB_CpwVcIdMappingTable_CpwVcIdMappingEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcObjects ¶
type CISCOIETFPWMIB_CpwVcObjects struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // This object contains an appropriate value to be used for cpwVcIndex when // creating entries in the cpwVcTable. The value 0 indicates that no // unassigned entries are available. To obtain the value of cpwVcIndex for a // new entry in the cpwVcTable, the manager issues a management protocol // retrieval operation to obtain the current value of cpwVcIndex. After each // retrieval operation, the agent should modify the value to reflect the // next unassigned index. After a manager retrieves a value the agent will // determine through its local policy when this index value will be made // available for reuse. The type is interface{} with range: 0..4294967295. CpwVcIndexNext interface{} // Counter for number of error at VC level processing, for example packets // received with unknown VC label. The type is interface{} with range: // 0..18446744073709551615. CpwVcPerfTotalErrorPackets interface{} // If this object is set to true(1), then it enables the emission of cpwVcUp // and cpwVcDown notifications; otherwise these notifications are not emitted. // The type is bool. CpwVcUpDownNotifEnable interface{} // This object defines the maximum number of PW VC notifications that can be // emitted from the device per second. The type is interface{} with range: // 0..4294967295. CpwVcNotifRate interface{} }
CISCOIETFPWMIB_CpwVcObjects
func (*CISCOIETFPWMIB_CpwVcObjects) GetEntityData ¶
func (cpwVcObjects *CISCOIETFPWMIB_CpwVcObjects) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPeerMappingTable ¶
type CISCOIETFPWMIB_CpwVcPeerMappingTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // An entry in this table is created by the agent for every VC configured in // cpwVcTable. The type is slice of // CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry. CpwVcPeerMappingEntry []*CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry }
CISCOIETFPWMIB_CpwVcPeerMappingTable This table provides reverse mapping of the existing VCs based on vc type and VC ID ordering. This table is typically useful for EMS ordered query of existing VCs.
func (*CISCOIETFPWMIB_CpwVcPeerMappingTable) GetEntityData ¶
func (cpwVcPeerMappingTable *CISCOIETFPWMIB_CpwVcPeerMappingTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry ¶
type CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. IP address type of the peer node. The type is // InetAddressType. CpwVcPeerMappingPeerAddrType interface{} // This attribute is a key. IP address type of the peer node. The type is // string with length: 0..255. CpwVcPeerMappingPeerAddr interface{} // This attribute is a key. The VC type (indicate the service) of this VC. The // type is CpwVcType. CpwVcPeerMappingVcType interface{} // This attribute is a key. The VC ID of this VC. Zero if the VC is configured // manually. The type is interface{} with range: 0..4294967295. CpwVcPeerMappingVcID interface{} // This attribute is a key. The value that represent the VC in the cpwVcTable. // The type is interface{} with range: 0..4294967295. CpwVcPeerMappingVcIndex interface{} }
CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry An entry in this table is created by the agent for every VC configured in cpwVcTable.
func (*CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry) GetEntityData ¶
func (cpwVcPeerMappingEntry *CISCOIETFPWMIB_CpwVcPeerMappingTable_CpwVcPeerMappingEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfCurrentTable ¶
type CISCOIETFPWMIB_CpwVcPerfCurrentTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // An entry in this table is created by the agent for every VC. The type is // slice of CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry. CpwVcPerfCurrentEntry []*CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry }
CISCOIETFPWMIB_CpwVcPerfCurrentTable This table provides per-VC performance information for the current interval.
func (*CISCOIETFPWMIB_CpwVcPerfCurrentTable) GetEntityData ¶
func (cpwVcPerfCurrentTable *CISCOIETFPWMIB_CpwVcPerfCurrentTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry ¶
type CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with range: 0..4294967295. // Refers to cisco_ietf_pw_mib.CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcIndex CpwVcIndex interface{} // High capacity counter for number of packets received by the VC (from the // PSN) in the current 15 minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfCurrentInHCPackets interface{} // High capacity counter for number of bytes received by the VC (from the // PSN) in the current 15 minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfCurrentInHCBytes interface{} // High capacity counter for number of packets forwarded by the VC (to the // PSN) in the current 15 minute interval. The type is interface{} with range: // 0..18446744073709551615. CpwVcPerfCurrentOutHCPackets interface{} // High capacity counter for number of bytes forwarded by the VC (to the PSN) // in the current 15 minute interval. The type is interface{} with range: // 0..18446744073709551615. CpwVcPerfCurrentOutHCBytes interface{} }
CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry An entry in this table is created by the agent for every VC.
func (*CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry) GetEntityData ¶
func (cpwVcPerfCurrentEntry *CISCOIETFPWMIB_CpwVcPerfCurrentTable_CpwVcPerfCurrentEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfIntervalTable ¶
type CISCOIETFPWMIB_CpwVcPerfIntervalTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // An entry in this table is created agent for every VC. The type is slice of // CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry. CpwVcPerfIntervalEntry []*CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry }
CISCOIETFPWMIB_CpwVcPerfIntervalTable This table provides per-VC performance information for each interval.
func (*CISCOIETFPWMIB_CpwVcPerfIntervalTable) GetEntityData ¶
func (cpwVcPerfIntervalTable *CISCOIETFPWMIB_CpwVcPerfIntervalTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry ¶
type CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with range: 0..4294967295. // Refers to cisco_ietf_pw_mib.CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcIndex CpwVcIndex interface{} // This attribute is a key. A number N, between 1 and 96, which identifies the // interval for which the set of statistics is available. The interval // identified by 1 is the most recently completed 15 minute interval, and the // interval identified by N is the interval immediately preceding the one // identified by N-1. The minimum range of N is 1 through 4. The default // range is 1 to 32. The maximum range of N is 1 through 96. . The type is // interface{} with range: 1..96. CpwVcPerfIntervalNumber interface{} // This variable indicates if the data for this interval is valid. The type // is bool. CpwVcPerfIntervalValidData interface{} // The duration of a particular interval in seconds. Adjustments in the // system's time-of-day clock, may cause the interval to be greater or less // than the normal value. Therefore this actual interval value is provided. // The type is interface{} with range: -2147483648..2147483647. CpwVcPerfIntervalTimeElapsed interface{} // High capacity counter for number of packets received by the VC (from the // PSN) in a particular 15-minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfIntervalInHCPackets interface{} // High capacity counter for number of bytes received by the VC (from the // PSN) in a particular 15-minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfIntervalInHCBytes interface{} // High capacity counter for number of packets forwarded by the VC (to the // PSN) in a particular 15-minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfIntervalOutHCPackets interface{} // High capacity counter for number of bytes forwarded by the VC (to the // PSN) in a particular 15-minute interval. The type is interface{} with // range: 0..18446744073709551615. CpwVcPerfIntervalOutHCBytes interface{} }
CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry An entry in this table is created agent for every VC.
func (*CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry) GetEntityData ¶
func (cpwVcPerfIntervalEntry *CISCOIETFPWMIB_CpwVcPerfIntervalTable_CpwVcPerfIntervalEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfTotalTable ¶
type CISCOIETFPWMIB_CpwVcPerfTotalTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // An entry in this table is created agent for every VC. The type is slice of // CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry. CpwVcPerfTotalEntry []*CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry }
CISCOIETFPWMIB_CpwVcPerfTotalTable This table provides per-VC Performance information from VC start time.
func (*CISCOIETFPWMIB_CpwVcPerfTotalTable) GetEntityData ¶
func (cpwVcPerfTotalTable *CISCOIETFPWMIB_CpwVcPerfTotalTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry ¶
type CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with range: 0..4294967295. // Refers to cisco_ietf_pw_mib.CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcIndex CpwVcIndex interface{} // High capacity counter for number of packets received by the VC (from the // PSN). The type is interface{} with range: 0..18446744073709551615. CpwVcPerfTotalInHCPackets interface{} // High capacity counter for number of bytes received by the VC (from the // PSN). The type is interface{} with range: 0..18446744073709551615. CpwVcPerfTotalInHCBytes interface{} // High capacity counter for number of packets forwarded by the VC (to the // PSN). The type is interface{} with range: 0..18446744073709551615. CpwVcPerfTotalOutHCPackets interface{} // High capacity counter for number of bytes forwarded by the VC (to the // PSN). The type is interface{} with range: 0..18446744073709551615. CpwVcPerfTotalOutHCBytes interface{} // The value of sysUpTime on the most recent occasion at which any one or // more of this row Counter32 or Counter64 suffered a discontinuity. If no // such discontinuities have occurred since the last re- initialization of // the local management subsystem, then this object contains a zero value. // The type is interface{} with range: 0..4294967295. CpwVcPerfTotalDiscontinuityTime interface{} }
CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry An entry in this table is created agent for every VC.
func (*CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry) GetEntityData ¶
func (cpwVcPerfTotalEntry *CISCOIETFPWMIB_CpwVcPerfTotalTable_CpwVcPerfTotalEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcTable ¶
type CISCOIETFPWMIB_CpwVcTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // A row in this table represents an emulated virtual connection (VC) across // a packet network. It is indexed by cpwVcIndex, which uniquely identifying // a singular connection. . The type is slice of // CISCOIETFPWMIB_CpwVcTable_CpwVcEntry. CpwVcEntry []*CISCOIETFPWMIB_CpwVcTable_CpwVcEntry }
CISCOIETFPWMIB_CpwVcTable This table specifies information for connecting various emulated services to various tunnel type.
func (*CISCOIETFPWMIB_CpwVcTable) GetEntityData ¶
func (cpwVcTable *CISCOIETFPWMIB_CpwVcTable) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Index for the conceptual row identifying a VC // within this PW Emulation VC table. The type is interface{} with range: // 0..4294967295. CpwVcIndex interface{} // This value indicate the service to be carried over this VC. Note: the // exact set of VC types is yet to be worked out by the WG. . The type is // CpwVcType. CpwVcType interface{} // Set by the operator to indicate the protocol responsible for establishing // this VC. Value 'manual' is used in all cases where no maintenance protocol // (PW signaling) is used to set-up the VC, i.e. require configuration of // entries in the VC tables including VC labels, etc. The value // 'maintenanceProtocol' is used in case of standard signaling of the VC for // the specific PSN, for example LDP for MPLS PSN as specified in <draft- // draft-martini- l2circuit-trans-mpls> or L2TP control protocol. Value // 'other' is used for other types of signaling. The type is CpwVcOwner. CpwVcOwner interface{} // Set by the operator to indicate the PSN type on which this VC will be // carried. Based on this object, the relevant PSN table entries are created // in the in the PSN specific MIB modules. For example, if mpls(1) is // defined, the agent create an entry in cpwVcMplsTable, which further // define the MPLS PSN configuration. Note: the exact set of PSN types is // yet to be worked out by the WG. . The type is CpwVcPsnType. CpwVcPsnType interface{} // This object define the relative set-up priority of the VC in a // lowest-to-highest fashion, where 0 is the highest priority. VCs with the // same priority are treated with equal priority. Dropped VC will be set // 'dormant' (as indicated in cpwVcOperStatus). This value is significant if // there are competing resources between VCs and the implementation support // this feature. If not supported or not relevant, the value of zero MUST be // used. The type is interface{} with range: 0..7. CpwVcSetUpPriority interface{} // This object define the relative holding priority of the VC in a // lowest-to-highest fashion, where 0 is the highest priority. VCs with the // same priority are treated with equal priority. Dropped VC will be set // 'dormant' (as indicated in cpwVcOperStatus). This value is significant if // there are competing resources between VCs and the implementation support // this feature. If not supported or not relevant, the value of zero MUST be // used. The type is interface{} with range: 0..7. CpwVcHoldingPriority interface{} // This object is used to enable greater security for implementation that // use per platform VC label space. In strict mode, packets coming from the // PSN are accepted only from tunnels that are associated to the same VC via // the inbound tunnel table in the case of MPLS, or as identified by the // source IP address in case of L2TP or IP PSN. The entries in the inbound // tunnel table are either explicitly configured or implicitly known by the // maintenance protocol used for VC set-up. If such association is not // known, not configured or not desired, loose mode should be configured, // and the node should accept the packet based on the VC label only // regardless of the outer tunnel used to carry the VC. The type is // CpwVcInboundMode. CpwVcInboundMode interface{} // Denotes the address type of the peer node maintenance protocol (signaling) // address if PW maintenance protocol is used for the VC creation. It should // be set to 'unknown' if PE/PW maintenance protocol is not used, i.e. // cpwVcOwner is set to 'manual'. . The type is InetAddressType. CpwVcPeerAddrType interface{} // This object contains the value of of the peer node address of the PW/PE // maintenance protocol entity. This object should contain a value of 0 if // not relevant (manual configuration of the VC). The type is string with // length: 0..255. CpwVcPeerAddr interface{} // Used in the outgoing VC ID field within the 'Virtual Circuit FEC Element' // when LDP signaling is used or PW ID AVP for L2TP. The type is interface{} // with range: 0..4294967295. CpwVcID interface{} // Used in the Group ID field sent to the peer PWES within the maintenance // protocol used for VC setup, zero if not used. The type is interface{} // with range: 0..4294967295. CpwVcLocalGroupID interface{} // Define if the control word will be sent with each packet by the local // node. The type is bool. CpwVcControlWord interface{} // If not equal zero, the optional IfMtu object in the maintenance protocol // will be sent with this value, representing the locally supported MTU size // over the interface (or the virtual interface) associated with the VC. // The type is interface{} with range: 0..65535. CpwVcLocalIfMtu interface{} // Each VC is associated to an interface (or a virtual interface) in the // ifTable of the node as part of the service configuration. This object // defines if the maintenance protocol will send the interface's name as // appears on the ifTable in the name object as part of the maintenance // protocol. If set to false, the optional element will not be sent. The type // is bool. CpwVcLocalIfString interface{} // Obtained from the Group ID field as received via the maintenance protocol // used for VC setup, zero if not used. Value of 0xFFFF shall be used if the // object is yet to be defined by the VC maintenance protocol. The type is // interface{} with range: 0..4294967295. CpwVcRemoteGroupID interface{} // If maintenance protocol is used for VC establishment, this parameter // indicates the received status of the control word usage, i.e. if packets // will be received with control word or not. The value of 'notYetKnown' is // used while the maintenance protocol has not yet received the indication // from the remote node. In manual configuration of the VC this parameters // indicate to the local node what is the expected encapsulation for the // received packets. . The type is CpwVcRemoteControlWord. CpwVcRemoteControlWord interface{} // The remote interface MTU as (optionally) received from the remote node via // the maintenance protocol. Should be zero if this parameter is not // available or not used. The type is interface{} with range: 0..4294967295. CpwVcRemoteIfMtu interface{} // Indicate the interface description string as received by the maintenance // protocol, MUST be NULL string if not applicable or not known yet. The // type is string with length: 0..80. CpwVcRemoteIfString interface{} // The VC label used in the outbound direction (i.e. toward the PSN). It may // be set up manually if owner is 'manual' or automatically otherwise. // Examples: For MPLS PSN, it represents the 20 bits of VC tag, for L2TP it // represent the 32 bits Session ID. If the label is not yet known // (signaling in process), the object should return a value of 0xFFFF. The // type is interface{} with range: 0..4294967295. CpwVcOutboundVcLabel interface{} // The VC label used in the inbound direction (i.e. packets received from // the PSN. It may be set up manually if owner is 'manual' or automatically // otherwise. Examples: For MPLS PSN, it represents the 20 bits of VC tag, // for L2TP it represent the 32 bits Session ID. If the label is not yet // known (signaling in process), the object should return a value of 0xFFFF. // The type is interface{} with range: 0..4294967295. CpwVcInboundVcLabel interface{} // The canonical name assigned to the VC. The type is string. CpwVcName interface{} // A textual string containing information about the VC. If there is no // description this object contains a zero length string. The type is string. CpwVcDescr interface{} // System time when this VC was created. The type is interface{} with range: // 0..4294967295. CpwVcCreateTime interface{} // Number of consecutive ticks this VC has been 'up' in both directions // together (i.e. 'up' is observed in cpwVcOperStatus.). The type is // interface{} with range: 0..4294967295. CpwVcUpTime interface{} // The desired operational status of this VC. The type is CpwVcAdminStatus. CpwVcAdminStatus interface{} // Indicates the actual combined operational status of this VC. It is 'up' // if both cpwVcInboundOperStatus and cpwVcOutboundOperStatus are in 'up' // state. For all other values, if the VCs in both directions are of the // same value it reflects that value, otherwise it is set to the most severe // status out of the two statuses. The order of severance from most severe // to less severe is: unknown, notPresent, down, lowerLayerDown, dormant, // testing, up. The operator may consult the per direction OperStatus for // fault isolation per direction. The type is CpwOperStatus. CpwVcOperStatus interface{} // Indicates the actual operational status of this VC in the inbound // direction. - down: if PW signaling has not yet finished, or // indications available at the service level indicate // that the VC is not passing packets. - testing: // if AdminStatus at the VC level is set to test. - // dormant: The VC is not available because of the // required resources are occupied VC with higher priority // VCs . - notPresent: Some component is missing to accomplish // the set up of the VC. - lowerLayerDown: The underlying PSN is not in // OperStatus 'up'. . The type is CpwOperStatus. CpwVcInboundOperStatus interface{} // Indicates the actual operational status of this VC in the outbound // direction - down: if PW signaling has not yet finished, or // indications available at the service level indicate // that the VC is not passing packets. - testing: // if AdminStatus at the VC level is set to test. - // dormant: The VC is not available because of the // required resources are occupied VC with higher priority // VCs . - notPresent: Some component is missing to accomplish // the set up of the VC. - lowerLayerDown: The underlying PSN is not in // OperStatus 'up'. . The type is CpwOperStatus. CpwVcOutboundOperStatus interface{} // The number of seconds, including partial seconds, that have elapsed since // the beginning of the current measurement period. If, for some reason, such // as an adjustment in the system's time-of-day clock, the current interval // exceeds the maximum value, the agent will return the maximum value. The // type is interface{} with range: 1..900. CpwVcTimeElapsed interface{} // The number of previous 15-minute intervals for which data was collected. // An agent with PW capability must be capable of supporting at least n // intervals. The minimum value of n is 4, The default of n is 32 and the // maximum value of n is 96. The value will be <n> unless the measurement was // (re-) started within the last (<n>*15) minutes, in which case the value // will be the number of complete 15 minute intervals for which the agent // has at least some data. In certain cases (e.g., in the case where the // agent is a proxy) it is possible that some intervals are unavailable. In // this case, this interval is the maximum interval number for which data // is available. . The type is interface{} with range: 0..96. CpwVcValidIntervals interface{} // For creating, modifying, and deleting this row. The type is RowStatus. CpwVcRowStatus interface{} // This variable indicates the storage type for this object. The type is // StorageType. CpwVcStorageType interface{} }
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry A row in this table represents an emulated virtual connection (VC) across a packet network. It is indexed by cpwVcIndex, which uniquely identifying a singular connection.
func (*CISCOIETFPWMIB_CpwVcTable_CpwVcEntry) GetEntityData ¶
func (cpwVcEntry *CISCOIETFPWMIB_CpwVcTable_CpwVcEntry) GetEntityData() *types.CommonEntityData
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus string
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus represents The desired operational status of this VC.
const ( CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus_up CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus = "up" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus_down CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus = "down" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus_testing CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcAdminStatus = "testing" )
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode string
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode represents regardless of the outer tunnel used to carry the VC.
const ( CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode_loose CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode = "loose" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode_strict CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcInboundMode = "strict" )
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner string
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner represents Value 'other' is used for other types of signaling.
const ( CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner_manual CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner = "manual" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner_maintenanceProtocol CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner = "maintenanceProtocol" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner_other CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcOwner = "other" )
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType string
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType represents out by the WG.
const ( CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_mpls CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "mpls" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_l2tp CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "l2tp" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_ip CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "ip" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_mplsOverIp CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "mplsOverIp" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_gre CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "gre" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType_other CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcPsnType = "other" )
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord ¶
type CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord string
CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord represents the received packets.
const ( CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord_noControlWord CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord = "noControlWord" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord_withControlWord CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord = "withControlWord" CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord_notYetKnown CISCOIETFPWMIB_CpwVcTable_CpwVcEntry_CpwVcRemoteControlWord = "notYetKnown" )