ds1_mib

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

The MIB module to describe DS1, E1, DS2, and E2 interfaces objects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DS1MIB

type DS1MIB struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The DS1 Configuration table.
	Dsx1ConfigTable DS1MIB_Dsx1ConfigTable

	// The DS1 current table contains various statistics being collected for the
	// current 15 minute interval.
	Dsx1CurrentTable DS1MIB_Dsx1CurrentTable

	// The DS1 Interval Table contains various statistics collected by each DS1
	// Interface over the previous 24 hours of operation.  The past 24 hours are
	// broken into 96 completed 15 minute intervals.  Each row in this table
	// represents one such interval (identified by dsx1IntervalNumber) for one
	// specific instance (identified by dsx1IntervalIndex).
	Dsx1IntervalTable DS1MIB_Dsx1IntervalTable

	// The DS1 Total Table contains the cumulative sum of the various statistics
	// for the 24 hour period preceding the current interval.
	Dsx1TotalTable DS1MIB_Dsx1TotalTable

	// The DS1 Far End Current table contains various statistics being collected
	// for the current 15 minute interval.  The statistics are collected from the
	// far end messages on the Facilities Data Link.  The definitions are the same
	// as described for the near-end information.
	Dsx1FarEndCurrentTable DS1MIB_Dsx1FarEndCurrentTable

	// The DS1 Far End Interval Table contains various statistics collected by
	// each DS1 interface over the previous 24 hours of operation.  The past 24
	// hours are broken into 96 completed 15 minute intervals. Each row in this
	// table represents one such interval (identified by dsx1FarEndIntervalNumber)
	// for one specific instance (identified by dsx1FarEndIntervalIndex).
	Dsx1FarEndIntervalTable DS1MIB_Dsx1FarEndIntervalTable

	// The DS1 Far End Total Table contains the cumulative sum of the various
	// statistics for the 24 hour period preceding the current interval.
	Dsx1FarEndTotalTable DS1MIB_Dsx1FarEndTotalTable

	// This table is deprecated in favour of using ifStackTable.  The table was
	// mandatory for systems dividing a DS1 into channels containing different
	// data streams that are of local interest.  Systems which are indifferent to
	// data content, such as CSUs, need not implement it.  The DS1 fractional
	// table identifies which DS1 channels associated with a CSU are being used to
	// support a logical interface, i.e., an entry in the interfaces table from
	// the Internet-standard MIB.  For example, consider an application managing a
	// North American ISDN Primary Rate link whose division is a 384 kbit/s H1 _B_
	// Channel for Video, a second H1 for data to a primary routing peer, and 12
	// 64 kbit/s H0 _B_ Channels. Consider that some subset of the H0 channels are
	// used for voice and the remainder are available for dynamic data calls.  We
	// count a total of 14 interfaces multiplexed onto the DS1 interface. Six DS1
	// channels (for the sake of the example, channels 1..6) are used for Video,
	// six more (7..11 and 13) are used for data, and the remaining 12 are are in
	// channels 12 and 14..24.  Let us further imagine that ifIndex 2 is of type
	// DS1 and refers to the DS1 interface, and that the interfaces layered onto
	// it are numbered 3..16.  We might describe the allocation of channels, in
	// the dsx1FracTable, as follows: dsx1FracIfIndex.2. 1 = 3
	// dsx1FracIfIndex.2.13 = 4 dsx1FracIfIndex.2. 2 = 3  dsx1FracIfIndex.2.14 = 6
	// dsx1FracIfIndex.2. 3 = 3  dsx1FracIfIndex.2.15 = 7 dsx1FracIfIndex.2. 4 = 3
	// dsx1FracIfIndex.2.16 = 8 dsx1FracIfIndex.2. 5 = 3  dsx1FracIfIndex.2.17 = 9
	// dsx1FracIfIndex.2. 6 = 3  dsx1FracIfIndex.2.18 = 10 dsx1FracIfIndex.2. 7 =
	// 4  dsx1FracIfIndex.2.19 = 11 dsx1FracIfIndex.2. 8 = 4  dsx1FracIfIndex.2.20
	// = 12 dsx1FracIfIndex.2. 9 = 4  dsx1FracIfIndex.2.21 = 13
	// dsx1FracIfIndex.2.10 = 4  dsx1FracIfIndex.2.22 = 14 dsx1FracIfIndex.2.11 =
	// 4  dsx1FracIfIndex.2.23 = 15 dsx1FracIfIndex.2.12 = 5  dsx1FracIfIndex.2.24
	// = 16  For North American (DS1) interfaces, there are 24 legal channels,
	// numbered 1 through 24.  For G.704 interfaces, there are 31 legal channels,
	// numbered 1 through 31.  The channels (1..31) correspond directly to the
	// equivalently numbered time-slots.
	Dsx1FracTable DS1MIB_Dsx1FracTable

	// The DS1 Channel Mapping table.  This table maps a DS1 channel number on a
	// particular DS3 into an ifIndex.  In the presence of DS2s, this table can be
	// used to map a DS2 channel number on a DS3 into an ifIndex, or used to map a
	// DS1 channel number on a DS2 onto an ifIndex.
	Dsx1ChanMappingTable DS1MIB_Dsx1ChanMappingTable
}

DS1MIB

func (*DS1MIB) GetEntityData

func (dS1MIB *DS1MIB) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1ChanMappingTable

type DS1MIB_Dsx1ChanMappingTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Channel Mapping table.  There is an entry in this table
	// corresponding to each ds1 ifEntry within any interface that is channelized
	// to the individual ds1 ifEntry level.  This table is intended to facilitate
	// mapping from channelized interface / channel number to DS1 ifEntry.  (e.g.
	// mapping (DS3 ifIndex, DS1 Channel Number) -> ifIndex)  While this table
	// provides information that can also be found in the ifStackTable and
	// dsx1ConfigTable, it provides this same information with a single table
	// lookup, rather than by walking the ifStackTable to find the various
	// constituent ds1 ifTable entries, and testing various dsx1ConfigTable
	// entries to check for the entry with the applicable DS1 channel number. The
	// type is slice of DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry.
	Dsx1ChanMappingEntry []*DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry
}

DS1MIB_Dsx1ChanMappingTable The DS1 Channel Mapping table. This table maps a DS1 channel number on a particular DS3 into an ifIndex. In the presence of DS2s, this table can be used to map a DS2 channel number on a DS3 into an ifIndex, or used to map a DS1 channel number on a DS2 onto an ifIndex.

func (*DS1MIB_Dsx1ChanMappingTable) GetEntityData

func (dsx1ChanMappingTable *DS1MIB_Dsx1ChanMappingTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry

type DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry 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. The type is string with range: 0..28. Refers to
	// ds1_mib.DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Ds1ChannelNumber
	Dsx1Ds1ChannelNumber interface{}

	// This object indicates the ifIndex value assigned by the agent for the
	// individual ds1 ifEntry that corresponds to the given DS1 channel number
	// (specified by the INDEX element dsx1Ds1ChannelNumber) of the given
	// channelized interface (specified by INDEX element ifIndex). The type is
	// interface{} with range: 1..2147483647.
	Dsx1ChanMappedIfIndex interface{}
}

DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry An entry in the DS1 Channel Mapping table. There is an entry in this table corresponding to each ds1 ifEntry within any interface that is channelized to the individual ds1 ifEntry level.

This table is intended to facilitate mapping from channelized interface / channel number to DS1 ifEntry. (e.g. mapping (DS3 ifIndex, DS1 Channel Number) -> ifIndex)

While this table provides information that can also be found in the ifStackTable and dsx1ConfigTable, it provides this same information with a single table lookup, rather than by walking the ifStackTable to find the various constituent ds1 ifTable entries, and testing various dsx1ConfigTable entries to check for the entry with the applicable DS1 channel number.

func (*DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry) GetEntityData

func (dsx1ChanMappingEntry *DS1MIB_Dsx1ChanMappingTable_Dsx1ChanMappingEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1ConfigTable

type DS1MIB_Dsx1ConfigTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Configuration table. The type is slice of
	// DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry.
	Dsx1ConfigEntry []*DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry
}

DS1MIB_Dsx1ConfigTable The DS1 Configuration table.

func (*DS1MIB_Dsx1ConfigTable) GetEntityData

func (dsx1ConfigTable *DS1MIB_Dsx1ConfigTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. This object should be made equal to ifIndex.  The
	// next paragraph describes its previous usage. Making the object equal to
	// ifIndex allows proper use of ifStackTable and ds0/ds0bundle mibs.
	// Previously, this object is the identifier of a DS1 Interface on a managed
	// device.  If there is an ifEntry that is directly associated with this and
	// only this DS1 interface, it should have the same value as ifIndex.
	// Otherwise, number the dsx1LineIndices with an unique identifier following
	// the rules of choosing a number that is greater than ifNumber and numbering
	// the inside interfaces (e.g., equipment side) with even numbers and outside
	// interfaces (e.g, network side) with odd numbers. The type is interface{}
	// with range: 1..2147483647.
	Dsx1LineIndex interface{}

	// This value for this object is equal to the value of ifIndex from the
	// Interfaces table of MIB II (RFC 1213). The type is interface{} with range:
	// 1..2147483647.
	Dsx1IfIndex interface{}

	// The number of seconds that have elapsed since the beginning of the near end
	// current error- 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: 0..899.
	Dsx1TimeElapsed interface{}

	// The number of previous near end intervals for which data was collected.
	// The value will be 96 unless the interface was brought online within the
	// last 24 hours, in which case the value will be the number of complete 15
	// minute near end intervals since the interface has been online.  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.
	Dsx1ValidIntervals interface{}

	// This variable indicates  the  variety  of  DS1 Line  implementing  this
	// circuit.  The type of circuit affects the number of bits  per  second that
	// the circuit can reasonably carry, as well as the interpretation of the
	// usage  and  error statistics.  The values, in sequence, describe:  TITLE:
	// SPECIFICATION: dsx1ESF         Extended SuperFrame DS1 (T1.107) dsx1D4
	// AT&T D4 format DS1 (T1.107) dsx1E1          ITU-T Recommendation G.704
	// (Table 4a) dsx1E1-CRC      ITU-T Recommendation G.704
	// (Table 4b) dsxE1-MF        G.704 (Table 4a) with TS16
	// multiframing enabled dsx1E1-CRC-MF   G.704 (Table 4b) with TS16
	// multiframing enabled dsx1Unframed    DS1 with No Framing dsx1E1Unframed  E1
	// with No Framing (G.703) dsx1DS2M12      DS2 frame format (T1.107) dsx1E2
	// E2 frame format (G.704)  For clarification, the capacity for each E1 type
	// is as listed below: dsx1E1Unframed - E1, no framing = 32 x 64k = 2048k
	// dsx1E1 or dsx1E1CRC - E1, with framing,    no signalling = 31 x 64k = 1984k
	// dsx1E1MF or dsx1E1CRCMF - E1, with framing,    signalling = 30 x 64k =
	// 1920k  For further information See ITU-T Recomm G.704. The type is
	// Dsx1LineType.
	Dsx1LineType interface{}

	// This variable describes the variety of Zero Code Suppression used on this
	// interface, which in turn affects a number of its characteristics.  dsx1JBZS
	// refers the Jammed Bit Zero Suppression, in which the AT&T specification of
	// at least one pulse every 8 bit periods is literally implemented by forcing
	// a pulse in bit 8 of each channel. Thus, only seven bits per channel, or
	// 1.344 Mbps, is available for data.  dsx1B8ZS refers to the use of a
	// specified pattern of normal bits and bipolar violations which are used to
	// replace a sequence of eight zero bits.  ANSI Clear Channels may use
	// dsx1ZBTSI, or Zero Byte Time Slot Interchange.  E1 links, with or without
	// CRC, use dsx1HDB3 or dsx1AMI.  dsx1AMI refers to a mode wherein no zero
	// code suppression is present and the line encoding does not solve the
	// problem directly.  In this application, the higher layer must provide data
	// which meets or exceeds the pulse density requirements, such as inverting
	// HDLC data.  dsx1B6ZS refers to the user of a specifed pattern of normal
	// bits and bipolar violations which are used to replace a sequence of six
	// zero bits.  Used for DS2. The type is Dsx1LineCoding.
	Dsx1LineCoding interface{}

	// This variable indicates what type of code is being sent across the DS1
	// interface by the device. Setting this variable causes the interface to send
	// the code requested.  The values mean: dsx1SendNoCode sending looped or
	// normal data  dsx1SendLineCode sending a request for a line loopback
	// dsx1SendPayloadCode sending a request for a payload loopback
	// dsx1SendResetCode sending a loopback termination request  dsx1SendQRS
	// sending a Quasi-Random Signal  (QRS)  test pattern  dsx1Send511Pattern
	// sending a 511 bit fixed test pattern  dsx1Send3in24Pattern sending a fixed
	// test pattern of 3 bits set in 24  dsx1SendOtherTestPattern sending a test
	// pattern  other  than  those described by this object. The type is
	// Dsx1SendCode.
	Dsx1SendCode interface{}

	// This variable contains the transmission vendor's circuit identifier, for
	// the purpose of facilitating troubleshooting. The type is string with
	// length: 0..255.
	Dsx1CircuitIdentifier interface{}

	// This variable represents the desired loopback configuration of the DS1
	// interface.  Agents supporting read/write access should return
	// inconsistentValue in response to a requested loopback state that the
	// interface does not support.  The values mean:  dsx1NoLoop  Not in the
	// loopback state.  A device that is not capable of performing a loopback on
	// the interface shall always return this as its value.  dsx1PayloadLoop  The
	// received signal at this interface is looped through the device.  Typically
	// the received signal is looped back for retransmission after it has passed
	// through the device's framing function.  dsx1LineLoop  The received signal
	// at this interface does not go through the device (minimum penetration) but
	// is looped back out.  dsx1OtherLoop  Loopbacks that are not defined here.
	// dsx1InwardLoop  The transmitted signal at this interface is looped back and
	// received by the same interface. What is transmitted onto the line is
	// product dependent.  dsx1DualLoop  Both dsx1LineLoop and dsx1InwardLoop will
	// be active simultaneously. The type is Dsx1LoopbackConfig.
	Dsx1LoopbackConfig interface{}

	// This variable indicates the Line Status of the interface.  It contains
	// loopback, failure, received 'alarm' and transmitted 'alarms information.
	// The dsx1LineStatus is a bit map represented as a sum, therefore, it can
	// represent multiple failures (alarms) and a LoopbackState simultaneously.
	// dsx1NoAlarm must be set if and only if no other flag is set.  If the
	// dsx1loopbackState bit is set, the loopback in effect can be determined from
	// the dsx1loopbackConfig object. The various bit positions are: 1
	// dsx1NoAlarm           No alarm present 2     dsx1RcvFarEndLOF      Far end
	// LOF (a.k.a., Yellow Alarm) 4     dsx1XmtFarEndLOF      Near end sending LOF
	// Indication 8     dsx1RcvAIS            Far end sending AIS 16
	// dsx1XmtAIS            Near end sending AIS 32     dsx1LossOfFrame
	// Near end LOF (a.k.a., Red Alarm) 64     dsx1LossOfSignal      Near end Loss
	// Of Signal 128     dsx1LoopbackState     Near end is looped 256
	// dsx1T16AIS            E1 TS16 AIS 512     dsx1RcvFarEndLOMF     Far End
	// Sending TS16 LOMF 1024     dsx1XmtFarEndLOMF     Near End Sending TS16 LOMF
	// 2048     dsx1RcvTestCode       Near End detects a test code 4096
	// dsx1OtherFailure      any line status not defined here 8192
	// dsx1UnavailSigState   Near End in Unavailable Signal                  State
	// 16384     dsx1NetEquipOOS       Carrier Equipment Out of Service 32768
	// dsx1RcvPayloadAIS     DS2 Payload AIS 65536     dsx1Ds2PerfThreshold  DS2
	// Performance Threshold                  Exceeded. The type is interface{}
	// with range: 1..131071.
	Dsx1LineStatus interface{}

	// 'none' indicates that no bits are reserved for signaling on this channel.
	// 'robbedBit' indicates that DS1 Robbed Bit  Sig- naling is in use.
	// 'bitOriented' indicates that E1 Channel  Asso- ciated Signaling is in use.
	// 'messageOriented' indicates that Common  Chan- nel Signaling is in use
	// either on channel 16 of an E1 link or channel 24 of a DS1. The type is
	// Dsx1SignalMode.
	Dsx1SignalMode interface{}

	// The source of Transmit Clock. 'loopTiming' indicates that the recovered re-
	// ceive clock is used as the transmit clock.  'localTiming' indicates that a
	// local clock source is used or when an external clock is attached to the box
	// containing the interface.  'throughTiming' indicates that recovered re-
	// ceive clock from another interface is used as the transmit clock. The type
	// is Dsx1TransmitClockSource.
	Dsx1TransmitClockSource interface{}

	// This bitmap describes the use of  the  facili- ties data link, and is the
	// sum of the capabili- ties.  Set any bits that are appropriate:  other(1),
	// dsx1AnsiT1403(2), dsx1Att54016(4), dsx1FdlNone(8)   'other' indicates that
	// a protocol  other  than one following is used.   'dsx1AnsiT1403' refers to
	// the  FDL  exchange recommended by ANSI.   'dsx1Att54016' refers to ESF FDL
	// exchanges.   'dsx1FdlNone' indicates that the device  does not use the FDL.
	// The type is interface{} with range: 1..15.
	Dsx1Fdl interface{}

	// The number of intervals in the range from 0 to dsx1ValidIntervals for which
	// no data is available.  This object will typically be zero except in cases
	// where the data for some intervals are not available (e.g., in proxy
	// situations). The type is interface{} with range: 0..96.
	Dsx1InvalidIntervals interface{}

	// The length of the ds1 line in meters. This objects provides information for
	// line build out circuitry.  This object is only useful if the interface has
	// configurable line build out circuitry. The type is interface{} with range:
	// 0..64000. Units are meters.
	Dsx1LineLength interface{}

	// The value of MIB II's sysUpTime object at the time this DS1 entered its
	// current line status state.  If the current state was entered prior to the
	// last re-initialization of the proxy-agent, then this object contains a zero
	// value. The type is interface{} with range: 0..4294967295.
	Dsx1LineStatusLastChange interface{}

	// Indicates whether dsx1LineStatusChange traps should be generated for this
	// interface. The type is Dsx1LineStatusChangeTrapEnable.
	Dsx1LineStatusChangeTrapEnable interface{}

	// This variable represents the current state of the loopback on the DS1
	// interface.  It contains information about loopbacks established by a
	// manager and remotely from the far end.  The dsx1LoopbackStatus is a bit map
	// represented as a sum, therefore is can represent multiple loopbacks
	// simultaneously.  The various bit positions are:  1  dsx1NoLoopback  2
	// dsx1NearEndPayloadLoopback  4  dsx1NearEndLineLoopback  8
	// dsx1NearEndOtherLoopback 16  dsx1NearEndInwardLoopback 32
	// dsx1FarEndPayloadLoopback 64  dsx1FarEndLineLoopback. The type is
	// interface{} with range: 1..127.
	Dsx1LoopbackStatus interface{}

	// This variable represents the channel number of the DS1/E1 on its parent
	// Ds2/E2 or DS3/E3.  A value of 0 indicated this DS1/E1 does not have a
	// parent DS3/E3. The type is interface{} with range: 0..28.
	Dsx1Ds1ChannelNumber interface{}

	// Indicates whether this ds1/e1 is channelized or unchannelized.  The value
	// of enabledDs0 indicates that this is a DS1 channelized into DS0s.  The
	// value of enabledDs1 indicated that this is a DS2 channelized into DS1s.
	// Setting this value will cause the creation or deletion of entries in the
	// ifTable for the DS0s that are within the DS1. The type is
	// Dsx1Channelization.
	Dsx1Channelization interface{}
}

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry An entry in the DS1 Configuration table.

func (*DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry) GetEntityData

func (dsx1ConfigEntry *DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization represents ifTable for the DS0s that are within the DS1.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization_disabled DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization = "disabled"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization_enabledDs0 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization = "enabledDs0"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization_enabledDs1 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1Channelization = "enabledDs1"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding represents for DS2.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1JBZS DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1JBZS"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1B8ZS DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1B8ZS"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1HDB3 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1HDB3"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1ZBTSI DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1ZBTSI"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1AMI DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1AMI"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_other DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "other"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding_dsx1B6ZS DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineCoding = "dsx1B6ZS"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable represents should be generated for this interface.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable_enabled DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable = "enabled"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable_disabled DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineStatusChangeTrapEnable = "disabled"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType represents For further information See ITU-T Recomm G.704

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_other DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "other"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1ESF DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1ESF"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1D4 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1D4"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1E1 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1E1"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1E1CRC DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1E1CRC"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1E1MF DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1E1MF"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1E1CRCMF DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1E1CRCMF"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1Unframed DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1Unframed"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1E1Unframed DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1E1Unframed"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx1DS2M12 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx1DS2M12"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType_dsx2E2 DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LineType = "dsx2E2"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig represents active simultaneously.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1NoLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1NoLoop"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1PayloadLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1PayloadLoop"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1LineLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1LineLoop"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1OtherLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1OtherLoop"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1InwardLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1InwardLoop"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig_dsx1DualLoop DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1LoopbackConfig = "dsx1DualLoop"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode represents described by this object

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendNoCode DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendNoCode"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendLineCode DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendLineCode"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendPayloadCode DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendPayloadCode"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendResetCode DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendResetCode"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendQRS DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendQRS"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1Send511Pattern DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1Send511Pattern"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1Send3in24Pattern DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1Send3in24Pattern"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode_dsx1SendOtherTestPattern DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SendCode = "dsx1SendOtherTestPattern"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode represents an E1 link or channel 24 of a DS1.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode_none DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode = "none"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode_robbedBit DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode = "robbedBit"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode_bitOriented DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode = "bitOriented"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode_messageOriented DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode = "messageOriented"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode_other DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1SignalMode = "other"
)

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource

type DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource string

DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource represents the transmit clock.

const (
	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource_loopTiming DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource = "loopTiming"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource_localTiming DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource = "localTiming"

	DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource_throughTiming DS1MIB_Dsx1ConfigTable_Dsx1ConfigEntry_Dsx1TransmitClockSource = "throughTiming"
)

type DS1MIB_Dsx1CurrentTable

type DS1MIB_Dsx1CurrentTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Current table. The type is slice of
	// DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry.
	Dsx1CurrentEntry []*DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry
}

DS1MIB_Dsx1CurrentTable The DS1 current table contains various statistics being collected for the current 15 minute interval.

func (*DS1MIB_Dsx1CurrentTable) GetEntityData

func (dsx1CurrentTable *DS1MIB_Dsx1CurrentTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry

type DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies  the DS1
	// interface to which this entry is applicable. The interface identified by a
	// particular value of this index is the same interface as identified by the
	// same value as a dsx1LineIndex object instance. The type is interface{} with
	// range: 1..2147483647.
	Dsx1CurrentIndex interface{}

	// The number of Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentESs interface{}

	// The number of Severely Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentSESs interface{}

	// The number of Severely Errored Framing Seconds. The type is interface{}
	// with range: 0..4294967295.
	Dsx1CurrentSEFSs interface{}

	// The number of Unavailable Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentUASs interface{}

	// The number of Controlled Slip Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentCSSs interface{}

	// The number of Path Coding Violations. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentPCVs interface{}

	// The number of Line Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentLESs interface{}

	// The number of Bursty Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentBESs interface{}

	// The number of Degraded Minutes. The type is interface{} with range:
	// 0..4294967295.
	Dsx1CurrentDMs interface{}

	// The number of Line Code Violations (LCVs). The type is interface{} with
	// range: 0..4294967295.
	Dsx1CurrentLCVs interface{}
}

DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry An entry in the DS1 Current table.

func (*DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry) GetEntityData

func (dsx1CurrentEntry *DS1MIB_Dsx1CurrentTable_Dsx1CurrentEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndCurrentTable

type DS1MIB_Dsx1FarEndCurrentTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Far End Current table. The type is slice of
	// DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry.
	Dsx1FarEndCurrentEntry []*DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry
}

DS1MIB_Dsx1FarEndCurrentTable The DS1 Far End Current table contains various statistics being collected for the current 15 minute interval. The statistics are collected from the far end messages on the Facilities Data Link. The definitions are the same as described for the near-end information.

func (*DS1MIB_Dsx1FarEndCurrentTable) GetEntityData

func (dsx1FarEndCurrentTable *DS1MIB_Dsx1FarEndCurrentTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry

type DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies the DS1
	// interface to which this entry is applicable.  The interface identified by a
	// particular value of this index is identical to the interface identified by
	// the same value of dsx1LineIndex. The type is interface{} with range:
	// 1..2147483647.
	Dsx1FarEndCurrentIndex interface{}

	// The number of seconds that have elapsed since the beginning of the far end
	// current error-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: 0..899.
	Dsx1FarEndTimeElapsed interface{}

	// The number of previous far end intervals for which data was collected.  The
	// value will be 96 unless the interface was brought online within the last 24
	// hours, in which case the value will be the number of complete 15 minute far
	// end intervals since the interface has been online. The type is interface{}
	// with range: 0..96.
	Dsx1FarEndValidIntervals interface{}

	// The number of Far End Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndCurrentESs interface{}

	// The number of Far End Severely Errored Seconds. The type is interface{}
	// with range: 0..4294967295.
	Dsx1FarEndCurrentSESs interface{}

	// The number of Far End Severely Errored Framing Seconds. The type is
	// interface{} with range: 0..4294967295.
	Dsx1FarEndCurrentSEFSs interface{}

	// The number of Unavailable Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndCurrentUASs interface{}

	// The number of Far End Controlled Slip Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndCurrentCSSs interface{}

	// The number of Far End Line Errored Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndCurrentLESs interface{}

	// The number of Far End Path Coding Violations. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndCurrentPCVs interface{}

	// The number of Far End Bursty Errored Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndCurrentBESs interface{}

	// The number of Far End Degraded Minutes. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndCurrentDMs interface{}

	// The number of intervals in the range from 0 to dsx1FarEndValidIntervals for
	// which no data is available.  This object will typically be zero except in
	// cases where the data for some intervals are not available (e.g., in proxy
	// situations). The type is interface{} with range: 0..96.
	Dsx1FarEndInvalidIntervals interface{}
}

DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry An entry in the DS1 Far End Current table.

func (*DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry) GetEntityData

func (dsx1FarEndCurrentEntry *DS1MIB_Dsx1FarEndCurrentTable_Dsx1FarEndCurrentEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndIntervalTable

type DS1MIB_Dsx1FarEndIntervalTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Far End Interval table. The type is slice of
	// DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry.
	Dsx1FarEndIntervalEntry []*DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry
}

DS1MIB_Dsx1FarEndIntervalTable The DS1 Far End Interval Table contains various statistics collected by each DS1 interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals. Each row in this table represents one such interval (identified by dsx1FarEndIntervalNumber) for one specific instance (identified by dsx1FarEndIntervalIndex).

func (*DS1MIB_Dsx1FarEndIntervalTable) GetEntityData

func (dsx1FarEndIntervalTable *DS1MIB_Dsx1FarEndIntervalTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry

type DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies the DS1
	// interface to which this entry is applicable.  The interface identified by a
	// particular value of this index is identical to the interface identified by
	// the same value of dsx1LineIndex. The type is interface{} with range:
	// 1..2147483647.
	Dsx1FarEndIntervalIndex interface{}

	// This attribute is a key. A number between 1 and 96, where 1 is the most
	// recently completed 15 minute interval and 96 is the 15 minutes interval
	// completed 23 hours and 45 minutes prior to interval 1. The type is
	// interface{} with range: 1..96.
	Dsx1FarEndIntervalNumber interface{}

	// The number of Far End Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndIntervalESs interface{}

	// The number of Far End Severely Errored Seconds. The type is interface{}
	// with range: 0..4294967295.
	Dsx1FarEndIntervalSESs interface{}

	// The number of Far End Severely Errored Framing Seconds. The type is
	// interface{} with range: 0..4294967295.
	Dsx1FarEndIntervalSEFSs interface{}

	// The number of Unavailable Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndIntervalUASs interface{}

	// The number of Far End Controlled Slip Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndIntervalCSSs interface{}

	// The number of Far End Line Errored Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndIntervalLESs interface{}

	// The number of Far End Path Coding Violations. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndIntervalPCVs interface{}

	// The number of Far End Bursty Errored Seconds. The type is interface{} with
	// range: 0..4294967295.
	Dsx1FarEndIntervalBESs interface{}

	// The number of Far End Degraded Minutes. The type is interface{} with range:
	// 0..4294967295.
	Dsx1FarEndIntervalDMs interface{}

	// This variable indicates if the data for this interval is valid. The type is
	// bool.
	Dsx1FarEndIntervalValidData interface{}
}

DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry An entry in the DS1 Far End Interval table.

func (*DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry) GetEntityData

func (dsx1FarEndIntervalEntry *DS1MIB_Dsx1FarEndIntervalTable_Dsx1FarEndIntervalEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndTotalTable

type DS1MIB_Dsx1FarEndTotalTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Far End Total table. The type is slice of
	// DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry.
	Dsx1FarEndTotalEntry []*DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry
}

DS1MIB_Dsx1FarEndTotalTable The DS1 Far End Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval.

func (*DS1MIB_Dsx1FarEndTotalTable) GetEntityData

func (dsx1FarEndTotalTable *DS1MIB_Dsx1FarEndTotalTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry

type DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies the DS1
	// interface to which this entry is applicable.  The interface identified by a
	// particular value of this index is identical to the interface identified by
	// the same value of dsx1LineIndex. The type is interface{} with range:
	// 1..2147483647.
	Dsx1FarEndTotalIndex interface{}

	// The number of Far End Errored Seconds encountered by a DS1 interface in the
	// previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalESs interface{}

	// The number of Far End Severely Errored Seconds encountered by a DS1
	// interface in the previous 24 hour interval.  Invalid 15 minute intervals
	// count as 0. The type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalSESs interface{}

	// The number of Far End Severely Errored Framing Seconds encountered by a DS1
	// interface in the previous 24 hour interval. Invalid 15 minute intervals
	// count as 0. The type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalSEFSs interface{}

	// The number of Unavailable Seconds encountered by a DS1 interface in the
	// previous 24 hour interval. Invalid 15 minute intervals count as 0. The type
	// is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalUASs interface{}

	// The number of Far End Controlled Slip Seconds encountered by a DS1
	// interface in the previous 24 hour interval.  Invalid 15 minute intervals
	// count as 0. The type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalCSSs interface{}

	// The number of Far End Line Errored Seconds encountered by a DS1 interface
	// in the previous 24 hour interval.  Invalid 15 minute intervals count as 0.
	// The type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalLESs interface{}

	// The number of Far End Path Coding Violations reported via the far end block
	// error count encountered by a DS1 interface in the previous 24 hour
	// interval.  Invalid 15 minute intervals count as 0. The type is interface{}
	// with range: 0..4294967295.
	Dsx1FarEndTotalPCVs interface{}

	// The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface
	// in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
	// The type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalBESs interface{}

	// The number of Degraded Minutes (DMs) encountered by a DS1 interface in the
	// previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1FarEndTotalDMs interface{}
}

DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry An entry in the DS1 Far End Total table.

func (*DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry) GetEntityData

func (dsx1FarEndTotalEntry *DS1MIB_Dsx1FarEndTotalTable_Dsx1FarEndTotalEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FracTable

type DS1MIB_Dsx1FracTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Fractional table. The type is slice of
	// DS1MIB_Dsx1FracTable_Dsx1FracEntry.
	Dsx1FracEntry []*DS1MIB_Dsx1FracTable_Dsx1FracEntry
}

DS1MIB_Dsx1FracTable This table is deprecated in favour of using ifStackTable.

The table was mandatory for systems dividing a DS1 into channels containing different data streams that are of local interest. Systems which are indifferent to data content, such as CSUs, need not implement it.

The DS1 fractional table identifies which DS1 channels associated with a CSU are being used to support a logical interface, i.e., an entry in the interfaces table from the Internet-standard MIB.

For example, consider an application managing a North American ISDN Primary Rate link whose division is a 384 kbit/s H1 _B_ Channel for Video, a second H1 for data to a primary routing peer, and 12 64 kbit/s H0 _B_ Channels. Consider that some subset of the H0 channels are used for voice and the remainder are available for dynamic data calls.

We count a total of 14 interfaces multiplexed onto the DS1 interface. Six DS1 channels (for the sake of the example, channels 1..6) are used for Video, six more (7..11 and 13) are used for data, and the remaining 12 are are in channels 12 and 14..24.

Let us further imagine that ifIndex 2 is of type DS1 and refers to the DS1 interface, and that the interfaces layered onto it are numbered 3..16.

We might describe the allocation of channels, in the dsx1FracTable, as follows: dsx1FracIfIndex.2. 1 = 3 dsx1FracIfIndex.2.13 = 4 dsx1FracIfIndex.2. 2 = 3 dsx1FracIfIndex.2.14 = 6 dsx1FracIfIndex.2. 3 = 3 dsx1FracIfIndex.2.15 = 7 dsx1FracIfIndex.2. 4 = 3 dsx1FracIfIndex.2.16 = 8 dsx1FracIfIndex.2. 5 = 3 dsx1FracIfIndex.2.17 = 9 dsx1FracIfIndex.2. 6 = 3 dsx1FracIfIndex.2.18 = 10 dsx1FracIfIndex.2. 7 = 4 dsx1FracIfIndex.2.19 = 11 dsx1FracIfIndex.2. 8 = 4 dsx1FracIfIndex.2.20 = 12 dsx1FracIfIndex.2. 9 = 4 dsx1FracIfIndex.2.21 = 13 dsx1FracIfIndex.2.10 = 4 dsx1FracIfIndex.2.22 = 14 dsx1FracIfIndex.2.11 = 4 dsx1FracIfIndex.2.23 = 15 dsx1FracIfIndex.2.12 = 5 dsx1FracIfIndex.2.24 = 16

For North American (DS1) interfaces, there are 24 legal channels, numbered 1 through 24.

For G.704 interfaces, there are 31 legal channels, numbered 1 through 31. The channels (1..31) correspond directly to the equivalently numbered time-slots.

func (*DS1MIB_Dsx1FracTable) GetEntityData

func (dsx1FracTable *DS1MIB_Dsx1FracTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1FracTable_Dsx1FracEntry

type DS1MIB_Dsx1FracTable_Dsx1FracEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies  the DS1
	// interface  to which this entry is applicable The interface identified by a
	// particular value  of  this  index is the same interface as identified by
	// the same value  an  dsx1LineIndex object instance. The type is interface{}
	// with range: 1..2147483647.
	Dsx1FracIndex interface{}

	// This attribute is a key. The channel number for this entry. The type is
	// interface{} with range: 1..31.
	Dsx1FracNumber interface{}

	// An index value that uniquely identifies an interface.  The interface
	// identified by a particular value of this index is the same  interface as
	// identified by the same value an ifIndex object instance. If no interface is
	// currently using a channel, the value should be zero.  If a single interface
	// occupies more  than  one  time slot,  that ifIndex value will be found in
	// multiple time slots. The type is interface{} with range: 1..2147483647.
	Dsx1FracIfIndex interface{}
}

DS1MIB_Dsx1FracTable_Dsx1FracEntry An entry in the DS1 Fractional table.

func (*DS1MIB_Dsx1FracTable_Dsx1FracEntry) GetEntityData

func (dsx1FracEntry *DS1MIB_Dsx1FracTable_Dsx1FracEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1IntervalTable

type DS1MIB_Dsx1IntervalTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Interval table. The type is slice of
	// DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry.
	Dsx1IntervalEntry []*DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry
}

DS1MIB_Dsx1IntervalTable The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals. Each row in this table represents one such interval (identified by dsx1IntervalNumber) for one specific instance (identified by dsx1IntervalIndex).

func (*DS1MIB_Dsx1IntervalTable) GetEntityData

func (dsx1IntervalTable *DS1MIB_Dsx1IntervalTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry

type DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies the DS1
	// interface to which this entry is applicable.  The interface identified by a
	// particular value of this index is the same interface as identified by the
	// same value as a dsx1LineIndex object instance. The type is interface{} with
	// range: 1..2147483647.
	Dsx1IntervalIndex interface{}

	// This attribute is a key. A number between 1 and 96, where 1 is the most
	// recently completed 15 minute interval and 96 is the 15 minutes interval
	// completed 23 hours and 45 minutes prior to interval 1. The type is
	// interface{} with range: 1..96.
	Dsx1IntervalNumber interface{}

	// The number of Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalESs interface{}

	// The number of Severely Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalSESs interface{}

	// The number of Severely Errored Framing Seconds. The type is interface{}
	// with range: 0..4294967295.
	Dsx1IntervalSEFSs interface{}

	// The number of Unavailable Seconds.  This object may decrease if the
	// occurance of unavailable seconds occurs across an inteval boundary. The
	// type is interface{} with range: 0..4294967295.
	Dsx1IntervalUASs interface{}

	// The number of Controlled Slip Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalCSSs interface{}

	// The number of Path Coding Violations. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalPCVs interface{}

	// The number of Line Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalLESs interface{}

	// The number of Bursty Errored Seconds. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalBESs interface{}

	// The number of Degraded Minutes. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalDMs interface{}

	// The number of Line Code Violations. The type is interface{} with range:
	// 0..4294967295.
	Dsx1IntervalLCVs interface{}

	// This variable indicates if the data for this interval is valid. The type is
	// bool.
	Dsx1IntervalValidData interface{}
}

DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry An entry in the DS1 Interval table.

func (*DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry) GetEntityData

func (dsx1IntervalEntry *DS1MIB_Dsx1IntervalTable_Dsx1IntervalEntry) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1TotalTable

type DS1MIB_Dsx1TotalTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// An entry in the DS1 Total table. The type is slice of
	// DS1MIB_Dsx1TotalTable_Dsx1TotalEntry.
	Dsx1TotalEntry []*DS1MIB_Dsx1TotalTable_Dsx1TotalEntry
}

DS1MIB_Dsx1TotalTable The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval.

func (*DS1MIB_Dsx1TotalTable) GetEntityData

func (dsx1TotalTable *DS1MIB_Dsx1TotalTable) GetEntityData() *types.CommonEntityData

type DS1MIB_Dsx1TotalTable_Dsx1TotalEntry

type DS1MIB_Dsx1TotalTable_Dsx1TotalEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The index value which uniquely identifies the DS1
	// interface to which this entry is applicable.  The interface identified by a
	// particular value of this index is the same interface as identified by the
	// same value as a dsx1LineIndex object instance. The type is interface{} with
	// range: 1..2147483647.
	Dsx1TotalIndex interface{}

	// The sum of Errored Seconds encountered by a DS1 interface in the previous
	// 24 hour interval. Invalid 15 minute intervals count as 0. The type is
	// interface{} with range: 0..4294967295.
	Dsx1TotalESs interface{}

	// The number of Severely Errored Seconds encountered by a DS1 interface in
	// the previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1TotalSESs interface{}

	// The number of Severely Errored Framing Seconds encountered by a DS1
	// interface in the previous 24 hour interval.  Invalid 15 minute intervals
	// count as 0. The type is interface{} with range: 0..4294967295.
	Dsx1TotalSEFSs interface{}

	// The number of Unavailable Seconds encountered by a DS1 interface in the
	// previous 24 hour interval. Invalid 15 minute intervals count as 0. The type
	// is interface{} with range: 0..4294967295.
	Dsx1TotalUASs interface{}

	// The number of Controlled Slip Seconds encountered by a DS1 interface in the
	// previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1TotalCSSs interface{}

	// The number of Path Coding Violations encountered by a DS1 interface in the
	// previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1TotalPCVs interface{}

	// The number of Line Errored Seconds encountered by a DS1 interface in the
	// previous 24 hour interval. Invalid 15 minute intervals count as 0. The type
	// is interface{} with range: 0..4294967295.
	Dsx1TotalLESs interface{}

	// The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface
	// in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
	// The type is interface{} with range: 0..4294967295.
	Dsx1TotalBESs interface{}

	// The number of Degraded Minutes (DMs) encountered by a DS1 interface in the
	// previous 24 hour interval.  Invalid 15 minute intervals count as 0. The
	// type is interface{} with range: 0..4294967295.
	Dsx1TotalDMs interface{}

	// The number of Line Code Violations (LCVs) encountered by a DS1 interface in
	// the current 15 minute interval.  Invalid 15 minute intervals count as 0.
	// The type is interface{} with range: 0..4294967295.
	Dsx1TotalLCVs interface{}
}

DS1MIB_Dsx1TotalTable_Dsx1TotalEntry An entry in the DS1 Total table.

func (*DS1MIB_Dsx1TotalTable_Dsx1TotalEntry) GetEntityData

func (dsx1TotalEntry *DS1MIB_Dsx1TotalTable_Dsx1TotalEntry) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL