Documentation ¶
Index ¶
- type RFC1315MIB
- type RFC1315MIB_FrCircuitTable
- type RFC1315MIB_FrCircuitTable_FrCircuitEntry
- type RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState
- type RFC1315MIB_FrDlcmiTable
- type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry
- type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress
- type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen
- type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast
- type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState
- type RFC1315MIB_FrErrTable
- type RFC1315MIB_FrErrTable_FrErrEntry
- type RFC1315MIB_FrErrTable_FrErrEntry_FrErrType
- type RFC1315MIB_FrameRelayGlobals
- type RFC1315MIB_FrameRelayGlobals_FrTrapState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RFC1315MIB ¶
type RFC1315MIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter FrameRelayGlobals RFC1315MIB_FrameRelayGlobals // The Parameters for the Data Link Connection Management Interface for the // frame relay service on this interface. FrDlcmiTable RFC1315MIB_FrDlcmiTable // A table containing information about specific Data Link Connection // Identifiers and corresponding virtual circuits. FrCircuitTable RFC1315MIB_FrCircuitTable // A table containing information about Errors on the Frame Relay interface. FrErrTable RFC1315MIB_FrErrTable }
RFC1315MIB
func (*RFC1315MIB) GetEntityData ¶
func (rFC1315MIB *RFC1315MIB) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrCircuitTable ¶
type RFC1315MIB_FrCircuitTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The information regarding a single Data Link Connection Identifier. The // type is slice of RFC1315MIB_FrCircuitTable_FrCircuitEntry. FrCircuitEntry []*RFC1315MIB_FrCircuitTable_FrCircuitEntry }
RFC1315MIB_FrCircuitTable A table containing information about specific Data Link Connection Identifiers and corresponding virtual circuits.
func (*RFC1315MIB_FrCircuitTable) GetEntityData ¶
func (frCircuitTable *RFC1315MIB_FrCircuitTable) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrCircuitTable_FrCircuitEntry ¶
type RFC1315MIB_FrCircuitTable_FrCircuitEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The ifIndex Value of the ifEntry this virtual // circuit is layered onto. The type is interface{} with range: // -2147483648..2147483647. FrCircuitIfIndex interface{} // This attribute is a key. The Data Link Connection Identifier for this // virtual circuit. The type is interface{} with range: // -2147483648..2147483647. FrCircuitDlci interface{} // Indicates whether the particular virtual cir- cuit is operational. In // the absence of a Data Link Connection Management Interface, virtual // circuit entries (rows) may be created by set- ting virtual circuit // state to 'active', or deleted by changing Circuit state to 'invalid'. // Whether or not the row actually disappears is left to the // implementation, so this object may actually read as 'invalid' for some // arbitrary length of time. It is also legal to set the state of a // virtual circuit to 'inactive' to temporarily disable a given circuit. // The type is FrCircuitState. FrCircuitState interface{} // Number of frames received from the network in- dicating forward // congestion since the virtual circuit was created. The type is interface{} // with range: 0..4294967295. FrCircuitReceivedFECNs interface{} // Number of frames received from the network in- dicating backward // congestion since the virtual circuit was created. The type is interface{} // with range: 0..4294967295. FrCircuitReceivedBECNs interface{} // The number of frames sent from this virtual circuit since it was // created. The type is interface{} with range: 0..4294967295. FrCircuitSentFrames interface{} // The number of octets sent from this virtual circuit since it was // created. The type is interface{} with range: 0..4294967295. FrCircuitSentOctets interface{} // Number of frames received over this virtual circuit since it was // created. The type is interface{} with range: 0..4294967295. FrCircuitReceivedFrames interface{} // Number of octets received over this virtual circuit since it was // created. The type is interface{} with range: 0..4294967295. FrCircuitReceivedOctets interface{} // The value of sysUpTime when the virtual cir- cuit was created, whether by // the Data Link Con- nection Management Interface or by a SetRe- quest. // The type is interface{} with range: 0..4294967295. FrCircuitCreationTime interface{} // The value of sysUpTime when last there was a change in the virtual // circuit state. The type is interface{} with range: 0..4294967295. FrCircuitLastTimeChange interface{} // This variable indicates the maximum amount of data, in bits, that the // network agrees to transfer under normal conditions, during the // measurement interval. The type is interface{} with range: // -2147483648..2147483647. FrCircuitCommittedBurst interface{} // This variable indicates the maximum amount of uncommitted data bits that // the network will at- tempt to deliver over the measurement interval. By // default, if not configured when creating the entry, the Excess Information // Burst Size is set to the value of ifSpeed. The type is interface{} with // range: -2147483648..2147483647. FrCircuitExcessBurst interface{} // Throughput is the average number of 'Frame Re- lay Information Field' // bits transferred per second across a user network interface in one // direction, measured over the measurement inter- val. If the configured // committed burst rate and throughput are both non-zero, the measurement // interval T=frCircuitCommittedBurst/frCircuitThroughput. If the configured // committed burst rate and throughput are both zero, the measurement in- // terval T=frCircuitExcessBurst/ifSpeed. The type is interface{} with // range: -2147483648..2147483647. FrCircuitThroughput interface{} }
RFC1315MIB_FrCircuitTable_FrCircuitEntry The information regarding a single Data Link Connection Identifier.
func (*RFC1315MIB_FrCircuitTable_FrCircuitEntry) GetEntityData ¶
func (frCircuitEntry *RFC1315MIB_FrCircuitTable_FrCircuitEntry) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState ¶
type RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState string
RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState represents temporarily disable a given circuit.
const ( RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState_invalid RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState = "invalid" RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState_active RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState = "active" RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState_inactive RFC1315MIB_FrCircuitTable_FrCircuitEntry_FrCircuitState = "inactive" )
type RFC1315MIB_FrDlcmiTable ¶
type RFC1315MIB_FrDlcmiTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The Parameters for a particular Data Link Con- nection Management // Interface. The type is slice of RFC1315MIB_FrDlcmiTable_FrDlcmiEntry. FrDlcmiEntry []*RFC1315MIB_FrDlcmiTable_FrDlcmiEntry }
RFC1315MIB_FrDlcmiTable The Parameters for the Data Link Connection Management Interface for the frame relay service on this interface.
func (*RFC1315MIB_FrDlcmiTable) GetEntityData ¶
func (frDlcmiTable *RFC1315MIB_FrDlcmiTable) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry ¶
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The ifIndex value of the corresponding ifEn- // try. The type is interface{} with range: -2147483648..2147483647. FrDlcmiIfIndex interface{} // This variable states which Data Link Connec- tion Management scheme is // active (and by impli- cation, what DLCI it uses) on the Frame Relay // interface. The type is FrDlcmiState. FrDlcmiState interface{} // This variable states which address format is in use on the Frame Relay // interface. The type is FrDlcmiAddress. FrDlcmiAddress interface{} // This variable states which address length in octets. In the case of Q922 // format, the length indicates the entire length of the address in- cluding // the control portion. The type is FrDlcmiAddressLen. FrDlcmiAddressLen interface{} // This is the number of seconds between succes- sive status enquiry // messages. The type is interface{} with range: 5..30. FrDlcmiPollingInterval interface{} // Number of status enquiry intervals that pass before issuance of a full // status enquiry mes- sage. The type is interface{} with range: 1..255. FrDlcmiFullEnquiryInterval interface{} // This is the maximum number of unanswered Status Enquiries the // equipment shall accept be- fore declaring the interface down. The type is // interface{} with range: 1..10. FrDlcmiErrorThreshold interface{} // This is the number of status polling intervals over which the error // threshold is counted. For example, if within 'MonitoredEvents' number of // events the station receives 'ErrorThreshold' number of errors, the // interface is marked as down. The type is interface{} with range: 1..10. FrDlcmiMonitoredEvents interface{} // The maximum number of Virtual Circuits allowed for this interface. // Usually dictated by the Frame Relay network. In response to a SET, if a // value less than zero or higher than the agent's maximal capability is // configured, the agent should respond bad- Value. The type is interface{} // with range: -2147483648..2147483647. FrDlcmiMaxSupportedVCs interface{} // This indicates whether the Frame Relay inter- face is using a multicast // service. The type is FrDlcmiMulticast. FrDlcmiMulticast interface{} }
RFC1315MIB_FrDlcmiTable_FrDlcmiEntry The Parameters for a particular Data Link Con- nection Management Interface.
func (*RFC1315MIB_FrDlcmiTable_FrDlcmiEntry) GetEntityData ¶
func (frDlcmiEntry *RFC1315MIB_FrDlcmiTable_FrDlcmiEntry) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress ¶
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress string
RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress represents in use on the Frame Relay interface.
const ( RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress_q921 RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress = "q921" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress_q922March90 RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress = "q922March90" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress_q922November90 RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress = "q922November90" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress_q922 RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddress = "q922" )
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen ¶
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen string
RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen represents cluding the control portion.
const ( RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen_two_octets RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen = "two-octets" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen_three_octets RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen = "three-octets" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen_four_octets RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiAddressLen = "four-octets" )
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast ¶
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast string
RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast represents face is using a multicast service.
const ( RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast_nonBroadcast RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast = "nonBroadcast" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast_broadcast RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiMulticast = "broadcast" )
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState ¶
type RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState string
RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState represents interface.
const ( RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState_noLmiConfigured RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState = "noLmiConfigured" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState_lmiRev1 RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState = "lmiRev1" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState_ansiT1_617_D RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState = "ansiT1-617-D" RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState_ansiT1_617_B RFC1315MIB_FrDlcmiTable_FrDlcmiEntry_FrDlcmiState = "ansiT1-617-B" )
type RFC1315MIB_FrErrTable ¶
type RFC1315MIB_FrErrTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The error information for a single frame relay interface. The type is slice // of RFC1315MIB_FrErrTable_FrErrEntry. FrErrEntry []*RFC1315MIB_FrErrTable_FrErrEntry }
RFC1315MIB_FrErrTable A table containing information about Errors on the Frame Relay interface.
func (*RFC1315MIB_FrErrTable) GetEntityData ¶
func (frErrTable *RFC1315MIB_FrErrTable) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrErrTable_FrErrEntry ¶
type RFC1315MIB_FrErrTable_FrErrEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The ifIndex Value of the corresponding ifEn- // try. The type is interface{} with range: -2147483648..2147483647. FrErrIfIndex interface{} // The type of error that was last seen on this interface. The type is // FrErrType. FrErrType interface{} // An octet string containing as much of the er- ror packet as possible. As // a minimum, it must contain the Q.922 Address or as much as was // delivered. It is desirable to include all in- formation up to the PDU. // The type is string. FrErrData interface{} // The value of sysUpTime at which the error was detected. The type is // interface{} with range: 0..4294967295. FrErrTime interface{} }
RFC1315MIB_FrErrTable_FrErrEntry The error information for a single frame relay interface.
func (*RFC1315MIB_FrErrTable_FrErrEntry) GetEntityData ¶
func (frErrEntry *RFC1315MIB_FrErrTable_FrErrEntry) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrErrTable_FrErrEntry_FrErrType ¶
type RFC1315MIB_FrErrTable_FrErrEntry_FrErrType string
RFC1315MIB_FrErrTable_FrErrEntry_FrErrType represents interface.
const ( RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_unknownError RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "unknownError" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_receiveShort RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "receiveShort" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_receiveLong RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "receiveLong" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_illegalDLCI RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "illegalDLCI" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_unknownDLCI RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "unknownDLCI" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_dlcmiProtoErr RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "dlcmiProtoErr" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_dlcmiUnknownIE RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "dlcmiUnknownIE" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_dlcmiSequenceErr RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "dlcmiSequenceErr" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_dlcmiUnknownRpt RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "dlcmiUnknownRpt" RFC1315MIB_FrErrTable_FrErrEntry_FrErrType_noErrorSinceReset RFC1315MIB_FrErrTable_FrErrEntry_FrErrType = "noErrorSinceReset" )
type RFC1315MIB_FrameRelayGlobals ¶
type RFC1315MIB_FrameRelayGlobals struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // This variable indicates whether the system produces the // frDLCIStatusChange trap. The type is FrTrapState. FrTrapState interface{} }
RFC1315MIB_FrameRelayGlobals
func (*RFC1315MIB_FrameRelayGlobals) GetEntityData ¶
func (frameRelayGlobals *RFC1315MIB_FrameRelayGlobals) GetEntityData() *types.CommonEntityData
type RFC1315MIB_FrameRelayGlobals_FrTrapState ¶
type RFC1315MIB_FrameRelayGlobals_FrTrapState string
RFC1315MIB_FrameRelayGlobals_FrTrapState represents produces the frDLCIStatusChange trap.
const ( RFC1315MIB_FrameRelayGlobals_FrTrapState_enabled RFC1315MIB_FrameRelayGlobals_FrTrapState = "enabled" RFC1315MIB_FrameRelayGlobals_FrTrapState_disabled RFC1315MIB_FrameRelayGlobals_FrTrapState = "disabled" )