nhrp_mib

package
v0.0.0-...-50def94 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This MIB contains managed object definitions for the Next Hop Resolution Procol, NHRP, as defined in RFC 2332 [17].

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NHRPMIB

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

	NhrpGeneralObjects NHRPMIB_NhrpGeneralObjects

	// This table contains mappings between internetwork layer addresses and NBMA
	// subnetwork layer addresses.
	NhrpCacheTable NHRPMIB_NhrpCacheTable

	// This table will track Purge Request Information.
	NhrpPurgeReqTable NHRPMIB_NhrpPurgeReqTable

	// Information about NHRP clients (NHCs) managed by this agent.
	NhrpClientTable NHRPMIB_NhrpClientTable

	// A table of Registration Request Information that needs to be maintained by
	// the NHCs (clients).
	NhrpClientRegistrationTable NHRPMIB_NhrpClientRegistrationTable

	// A table of NHSes that are available for use by this NHC (client). By
	// default, the agent will add an entry to this table that corresponds to the
	// client's default router.
	NhrpClientNhsTable NHRPMIB_NhrpClientNhsTable

	// This table contains statistics collected by NHRP clients.
	NhrpClientStatTable NHRPMIB_NhrpClientStatTable

	// This table contains information for a set of NHSes associated with this
	// agent.
	NhrpServerTable NHRPMIB_NhrpServerTable

	// This table extends the nhrpCacheTable for NHSes.  If the nhrpCacheTable has
	// a row added due to an NHS or based on information regarding an NHS then a
	// row is also added in this table.  The rows in this table will be created
	// when rows in the nhrpCacheTable are created.  However, there may be rows
	// created in the nhrpCacheTable which do not have corresponding rows in this
	// table.  For example, if the nhrpCacheTable has a row added due to a Next
	// Hop Client which is co-resident on the same device as the NHS, a row will
	// not be added to this table.
	NhrpServerCacheTable NHRPMIB_NhrpServerCacheTable

	// A table of NHCs that are available for use by this NHS (Server).
	NhrpServerNhcTable NHRPMIB_NhrpServerNhcTable

	// Statistics collected by Next Hop Servers.
	NhrpServerStatTable NHRPMIB_NhrpServerStatTable
}

NHRPMIB

func (*NHRPMIB) GetEntityData

func (nHRPMIB *NHRPMIB) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpCacheTable

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

	// A cached mapping between an internetwork layer address and an NBMA address.
	// Entries can be created by the network administrator using the
	// nhrpCacheRowStatus column, or they may be added dynamically based on
	// protocol operation (including NHRP, SCSP, and others, such as ATMARP).
	// When created based by NHRP protocol operations this entry is largely based
	// on contents contained in the Client Information Entry (CIE).  Zero or more
	// Client Information Entries (CIEs) may be included in the NHRP Packet. For a
	// complete description of the CIE, refer to Section 5.2.0.1 of RFC 2332 [17].
	// The type is slice of NHRPMIB_NhrpCacheTable_NhrpCacheEntry.
	NhrpCacheEntry []*NHRPMIB_NhrpCacheTable_NhrpCacheEntry
}

NHRPMIB_NhrpCacheTable This table contains mappings between internetwork layer addresses and NBMA subnetwork layer addresses.

func (*NHRPMIB_NhrpCacheTable) GetEntityData

func (nhrpCacheTable *NHRPMIB_NhrpCacheTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpCacheTable_NhrpCacheEntry

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

	// This attribute is a key. The internetwork layer address type of this Next
	// Hop Resolution Cache entry. The value of this object indicates how to
	// interpret the values of nhrpCacheInternetworkAddr and
	// nhrpCacheNextHopInternetworkAddr. The type is AddressFamilyNumbers.
	NhrpCacheInternetworkAddrType interface{}

	// This attribute is a key. The value of the internetwork address of the
	// destination. The type is string with length: 0..64.
	NhrpCacheInternetworkAddr interface{}

	// This attribute is a key. The type is string with range: 1..2147483647.
	// Refers to if_mib.IFMIB_IfTable_IfEntry_IfIndex
	IfIndex interface{}

	// This attribute is a key. An identifier for this entry that has local
	// significance within the scope of the General Group.  This identifier is
	// used here to uniquely identify this row, and also used in the
	// 'nhrpPurgeTable' for the value of the 'nhrpPurgeCacheIdentifier'. The type
	// is interface{} with range: 1..4294967295.
	NhrpCacheIndex interface{}

	// The number of bits that define the internetwork layer prefix associated
	// with the nhrpCacheInternetworkAddr. The type is interface{} with range:
	// 0..255.
	NhrpCachePrefixLength interface{}

	// The value of the internetwork address of the next hop. The type is string
	// with length: 0..64.
	NhrpCacheNextHopInternetworkAddr interface{}

	// The NBMA address type. The value of this object indicates how to interpret
	// the values of nhrpCacheNbmaAddr and nhrpCacheNbmaSubaddr. The type is
	// AddressFamilyNumbers.
	NhrpCacheNbmaAddrType interface{}

	// The value of the NBMA subnetwork address of the next hop. The type is
	// string with length: 0..64.
	NhrpCacheNbmaAddr interface{}

	// The value of the NBMA subaddress of the next hop. If there is no subaddress
	// concept for the NBMA address family, this value will be a zero-length OCTET
	// STRING. The type is string with length: 0..64.
	NhrpCacheNbmaSubaddr interface{}

	// An indication of how this cache entry was created. The values are:
	// 'other(1)'                   The entry was added by some
	// other means.  'register(2)'                In a server, added based on a
	// client registration.  'resolveAuthoritative(3)'    In a client, added based
	// on                              receiving an Authoritative
	// NHRP Resolution Reply.     'resolveNonauthoritative(4)' In a client, added
	// based on                              receiving a Nonauthoritative
	// NHRP Resolution Reply.  'transit(5)'                 In a transit server,
	// added by                              examining a forwarded NHRP
	// packet.  'administrativelyAdded(6)'   In a client or server,
	// manually added by the                              administrator. The
	// StorageType of this entry is                              reflected in
	// 'nhrpCacheStorageType'.  'atmarp(7)'                  The entry was added
	// due to an                              ATMARP.  'scsp(8)'
	// The entry was added due to                              SCSP.   When the
	// entry is under creation using the nhrpCacheRowStatus column, the only value
	// that can be specified by the administrator is 'administrativelyAdded'.
	// Attempting to set any other value will cause an 'inconsistentValue' error.
	// The value cannot be modified once the entry is active. The type is
	// NhrpCacheType.
	NhrpCacheType interface{}

	// An indication of the state of this entry. The values are:  'incomplete(1)'
	// The client has sent a NHRP Resolution                 Request but has not
	// yet received the                 NHRP Resolution Reply.   'ackReply(2)'
	// For a client or server, this is a                 cached valid mapping.
	// 'nakReply(3)'   For a client or server, this is a                 cached
	// NAK mapping. The type is NhrpCacheState.
	NhrpCacheState interface{}

	// True(1) is returned if the value of 'nhrpCacheType' is not
	// 'administrativelyAdded'.  Since the value of 'nhrpCacheType' was not
	// configured by a user, the value of 'nhrpCacheHoldingTime' is considered
	// valid.  In other words, the value of 'nhrpCacheHoldingTime' represents the
	// Holding Time for the cache Entry.  If 'nhrpCacheType has been configured by
	// a user, (i.e. the value of 'nhrpCacheType' is 'administrativelyAdded') then
	// false(2) will be returned. This indicates that the value of
	// 'nhrpCacheHoldingTime' is undefined because this row could possibly be
	// backed up in nonvolatile storage. The type is bool.
	NhrpCacheHoldingTimeValid interface{}

	// If the value of 'nhrpCacheHoldingTimeValid is true(1) then this object
	// represents the number of seconds that the cache entry will remain in this
	// table.  When this value reaches 0 (zero) the row should be deleted.  If the
	// value of 'nhrpCacheHoldingTimeValid is false(2) then this object is
	// undefined. The type is interface{} with range: 0..65535. Units are seconds.
	NhrpCacheHoldingTime interface{}

	// The maximum transmission unit (MTU) that was negotiated or registered for
	// this entity. In other words, this is the actual MTU being used. The type is
	// interface{} with range: 0..65535.
	NhrpCacheNegotiatedMtu interface{}

	// An object which reflects the Preference value of the Client Information
	// Entry (CIE).  Zero or more Client Information Entries (CIEs) may be
	// included in the NHRP Packet.  One of the fields in the CIE is the
	// Preference.  For a complete description of the CIE, refer to Section
	// 5.2.0.1 of  RFC 2332 [17]. The type is interface{} with range: 0..255.
	NhrpCachePreference interface{}

	// This value only has meaning when the 'nhrpCacheType' has the value of
	// 'administrativelyAdded'.  When the row is created due to being
	// 'administrativelyAdded', this object reflects whether this row is kept in
	// volatile storage and lost upon reboot or if this row is backed up by
	// non-volatile or permanent storage.  If the value of 'nhrpCacheType' has a
	// value which is not 'administrativelyAdded, then the value of this object is
	// 'other(1)'. The type is StorageType.
	NhrpCacheStorageType interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpCacheRowStatus interface{}
}

NHRPMIB_NhrpCacheTable_NhrpCacheEntry A cached mapping between an internetwork layer address and an NBMA address. Entries can be created by the network administrator using the nhrpCacheRowStatus column, or they may be added dynamically based on protocol operation (including NHRP, SCSP, and others, such as ATMARP).

When created based by NHRP protocol operations this entry is largely based on contents contained in the Client Information Entry (CIE).

Zero or more Client Information Entries (CIEs) may be included in the NHRP Packet. For a complete description of the CIE, refer to Section 5.2.0.1 of RFC 2332 [17].

func (*NHRPMIB_NhrpCacheTable_NhrpCacheEntry) GetEntityData

func (nhrpCacheEntry *NHRPMIB_NhrpCacheTable_NhrpCacheEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState

type NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState string

NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState represents cached NAK mapping.

const (
	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState_incomplete NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState = "incomplete"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState_ackReply NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState = "ackReply"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState_nakReply NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheState = "nakReply"
)

type NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType

type NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType string

NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType represents The value cannot be modified once the entry is active.

const (
	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_other NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "other"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_register NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "register"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_resolveAuthoritative NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "resolveAuthoritative"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_resoveNonauthoritative NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "resoveNonauthoritative"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_transit NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "transit"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_administrativelyAdded NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "administrativelyAdded"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_atmarp NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "atmarp"

	NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType_scsp NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheType = "scsp"
)

type NHRPMIB_NhrpClientNhsTable

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

	// An NHS that may be used by an NHC. The type is slice of
	// NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry.
	NhrpClientNhsEntry []*NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry
}

NHRPMIB_NhrpClientNhsTable A table of NHSes that are available for use by this NHC (client). By default, the agent will add an entry to this table that corresponds to the client's default router.

func (*NHRPMIB_NhrpClientNhsTable) GetEntityData

func (nhrpClientNhsTable *NHRPMIB_NhrpClientNhsTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry

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

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpClientTable_NhrpClientEntry_NhrpClientIndex
	NhrpClientIndex interface{}

	// This attribute is a key. An identifier for an NHS available to an NHC. The
	// type is interface{} with range: 1..4294967295.
	NhrpClientNhsIndex interface{}

	// The type of the internetwork layer address of the NHRP server represented
	// in this entry. This object indicates how the value of
	// nhrpClientNhsInternetworkAddr is to be interpreted. The type is
	// AddressFamilyNumbers.
	NhrpClientNhsInternetworkAddrType interface{}

	// The value of the destination internetwork layer address of the NHRP server
	// represented by this    entry.  If this value is not known, this will be a
	// zero-length OCTET STRING. The type is string with length: 0..64.
	NhrpClientNhsInternetworkAddr interface{}

	// The type of the NBMA subnetwork address of the NHRP Server represented by
	// this entry. This object indicates how the values of nhrpClientNhsNbmaAddr
	// and nhrpClientNhsNbmaSubaddr are to be interpreted. The type is
	// AddressFamilyNumbers.
	NhrpClientNhsNbmaAddrType interface{}

	// The NBMA subnetwork address of the NHS. The type of the address is
	// indicated by the corresponding value of nhrpClientNhsNbmaAddrType. The type
	// is string with length: 0..64.
	NhrpClientNhsNbmaAddr interface{}

	// The NBMA subaddress of the NHS. For NMBA address families that do not have
	// the concept of subaddress,      this will be a zero-length OCTET STRING.
	// The type is string with length: 0..64.
	NhrpClientNhsNbmaSubaddr interface{}

	// An indication of whether this NHS is in use by the NHC. The type is bool.
	NhrpClientNhsInUse interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpClientNhsRowStatus interface{}
}

NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry An NHS that may be used by an NHC.

func (*NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry) GetEntityData

func (nhrpClientNhsEntry *NHRPMIB_NhrpClientNhsTable_NhrpClientNhsEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientRegistrationTable

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

	// An NHC needs to maintain registration request information between the NHC
	// and the NHS.  An entry in this table represents information for a single
	// registration request. The type is slice of
	// NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry.
	NhrpClientRegistrationEntry []*NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry
}

NHRPMIB_NhrpClientRegistrationTable A table of Registration Request Information that needs to be maintained by the NHCs (clients).

func (*NHRPMIB_NhrpClientRegistrationTable) GetEntityData

func (nhrpClientRegistrationTable *NHRPMIB_NhrpClientRegistrationTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry

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

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpClientTable_NhrpClientEntry_NhrpClientIndex
	NhrpClientIndex interface{}

	// This attribute is a key. An identifier for this entry such that it
	// identifies a specific Registration Request from the NHC represented by the
	// nhrpClientIndex. The type is interface{} with range: 1..4294967295.
	NhrpClientRegIndex interface{}

	// The Uniqueness indicator for this Registration Request. If this object has
	// the value of requestUnique(1), then the Uniqueness bit is set in the the
	// NHRP Registration Request represented by this row.  The value cannot be
	// changed once the row is created. The type is NhrpClientRegUniqueness.
	NhrpClientRegUniqueness interface{}

	// The registration state of this client. The values are: 'other(1)'
	// The state of the registration                        request is not one of
	// 'registering',                        'ackRegisterReply' or
	// 'nakRegisterReply'.  'registering(2)'        A registration request has
	// been issued and a registration                         reply is expected.
	// 'ackRegisterReply(3)'   A positive registration reply
	// has been received.  'nakRegisterReply(4)'   The client has received a
	// negative registration                         reply (NAK). The type is
	// NhrpClientRegState.
	NhrpClientRegState interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpClientRegRowStatus interface{}
}

NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry An NHC needs to maintain registration request information between the NHC and the NHS. An entry in this table represents information for a single registration request.

func (*NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry) GetEntityData

func (nhrpClientRegistrationEntry *NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState

type NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState string

NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState represents reply (NAK).

const (
	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState_other NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState = "other"

	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState_registering NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState = "registering"

	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState_ackRegisterReply NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState = "ackRegisterReply"

	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState_nakRegisterReply NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegState = "nakRegisterReply"
)

type NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness

type NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness string

NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness represents be changed once the row is created.

const (
	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness_requestUnique NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness = "requestUnique"

	NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness_requestNotUnique NHRPMIB_NhrpClientRegistrationTable_NhrpClientRegistrationEntry_NhrpClientRegUniqueness = "requestNotUnique"
)

type NHRPMIB_NhrpClientStatTable

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

	// Statistics collected by a NHRP client. The type is slice of
	// NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry.
	NhrpClientStatEntry []*NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry
}

NHRPMIB_NhrpClientStatTable This table contains statistics collected by NHRP clients.

func (*NHRPMIB_NhrpClientStatTable) GetEntityData

func (nhrpClientStatTable *NHRPMIB_NhrpClientStatTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry

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

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpClientTable_NhrpClientEntry_NhrpClientIndex
	NhrpClientIndex interface{}

	// The number of NHRP Resolution Requests transmitted by this client.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatTxResolveReq interface{}

	// The number of positively acknowledged NHRP Resolution Replies received by
	// this client.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Client
	// re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxResolveReplyAck interface{}

	// The number of NAKed NHRP Resolution Replies received by this client that
	// contained the code indicating 'Administratively Prohibited'.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatRxResolveReplyNakProhibited interface{}

	// The number of NAKed NHRP Resolution Replies received by this client that
	// contained the code indicating 'Insufficient Resources'.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, at NHRP Client re-initialization and at other times as indicated by
	// the value of nhrpClientStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpClientStatRxResolveReplyNakInsufResources interface{}

	// The number of NAKed NHRP Resolution Replies received by this client that
	// contained the code indicating 'No Internetworking Layer Address to NBMA
	// Address Binding Exists'.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, at NHRP Client
	// re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxResolveReplyNakNoBinding interface{}

	// The number of NAKed NHRP Resolution Replies received by this client that
	// contained the code indicating 'Binding Exists But Is Not Unique'.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatRxResolveReplyNakNotUnique interface{}

	// The number of NHRP Registration Requests transmitted by this client.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatTxRegisterReq interface{}

	// The number of positively acknowledged NHRP Registration Replies received by
	// this client.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Client
	// re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxRegisterAck interface{}

	// The number of NAKed NHRP Registration Replies received by this client that
	// contained the code indicating 'Administratively Prohibited'.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatRxRegisterNakProhibited interface{}

	// The number of NAKed NHRP Registration Replies received by this client that
	// contained the code indicating 'Insufficient Resources'.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, at NHRP Client re-initialization and at other times as indicated by
	// the value of nhrpClientStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpClientStatRxRegisterNakInsufResources interface{}

	// The number of NAKed NHRP Registration Replies received by this client that
	// contained the code indicating 'Unique Internetworking Layer Address Already
	// Registered'.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Client
	// re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxRegisterNakAlreadyReg interface{}

	// The number of NHRP Purge Requests received by this client.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, at NHRP Client re-initialization and at other times as
	// indicated by the value of nhrpClientStatDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	NhrpClientStatRxPurgeReq interface{}

	// The number of NHRP Purge Requests transmitted by this client.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatTxPurgeReq interface{}

	// The number of NHRP Purge Replies received by this client.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, at NHRP Client re-initialization and at other times as
	// indicated by the value of nhrpClientStatDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	NhrpClientStatRxPurgeReply interface{}

	// The number of NHRP Purge Replies transmitted by this client.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatTxPurgeReply interface{}

	// The number of NHRP Error Indication packets transmitted by this client.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Client re-initialization and at other
	// times as indicated by the value of nhrpClientStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpClientStatTxErrorIndication interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Unrecognized Extension'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Client re-initialization and at other times as indicated by the value
	// of nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrUnrecognizedExtension interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'NHRP Loop Detected'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Client re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrLoopDetected interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Protocol Address Unreachable'.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, at NHRP Client re-initialization and at other times as indicated by
	// the value of nhrpClientStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpClientStatRxErrProtoAddrUnreachable interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Protocol Error'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Client re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrProtoError interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'NHRP SDU Size  Exceeded'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Client re-initialization and at other times as indicated by the value
	// of nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrSduSizeExceeded interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Invalid Extension'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Client re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrInvalidExtension interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Authentication Failure'.      Discontinuities in the value
	// of this counter can occur at re-initialization of the management system, at
	// NHRP Client re-initialization and at other times as indicated by the value
	// of nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrAuthenticationFailure interface{}

	// The number of NHRP Error Indication packets received by this client with
	// the error code 'Hop Count Exceeded'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Client re-initialization and at other times as indicated by the value of
	// nhrpClientStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpClientStatRxErrHopCountExceeded interface{}

	// The value of sysUpTime on the most recent occasion at which any one or more
	// of this Client's counters suffered a discontinuity.  If no such
	// discontinuities have occurred since the last re-initialization of the local
	// management subsystem or the NHRP Client re-initialization associated with
	// this entry, then this object contains a zero value. The type is interface{}
	// with range: 0..4294967295.
	NhrpClientStatDiscontinuityTime interface{}
}

NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry Statistics collected by a NHRP client.

func (*NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry) GetEntityData

func (nhrpClientStatEntry *NHRPMIB_NhrpClientStatTable_NhrpClientStatEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientTable

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

	// Information about a single NHC. The type is slice of
	// NHRPMIB_NhrpClientTable_NhrpClientEntry.
	NhrpClientEntry []*NHRPMIB_NhrpClientTable_NhrpClientEntry
}

NHRPMIB_NhrpClientTable Information about NHRP clients (NHCs) managed by this agent.

func (*NHRPMIB_NhrpClientTable) GetEntityData

func (nhrpClientTable *NHRPMIB_NhrpClientTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpClientTable_NhrpClientEntry

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

	// This attribute is a key. An identifier for the NHRP client that is unique
	// within the scope of this agent.  The 'nhrpNextIndex' value should be
	// consulted (read), prior to creating a row in this table, and the value
	// returned from reading 'nhrpNextIndex' should be used as this object's
	// value. The type is interface{} with range: 1..4294967295.
	NhrpClientIndex interface{}

	// The type of the internetwork layer address of this client. This object
	// indicates how the value of nhrpClientInternetworkAddr is to be interpreted.
	// The type is AddressFamilyNumbers.
	NhrpClientInternetworkAddrType interface{}

	// The value of the internetwork layer address of this client. The type is
	// string with length: 0..64.
	NhrpClientInternetworkAddr interface{}

	// The type of the NBMA subnetwork address of this client. This object
	// indicates how the values of nhrpClientNbmaAddr and nhrpClientNbmaSubaddr
	// are to be interpreted. The type is AddressFamilyNumbers.
	NhrpClientNbmaAddrType interface{}

	// The NBMA subnetwork address of this client. The type is string with length:
	// 0..64.
	NhrpClientNbmaAddr interface{}

	// The NBMA subaddress of this client. For NBMA address families without a
	// subaddress concept, this will be a zero-length OCTET STRING. The type is
	// string with length: 0..64.
	NhrpClientNbmaSubaddr interface{}

	// The number of seconds that the client will wait before timing out an NHRP
	// initial request.  This object only has meaning for the initial timeout
	// period. The type is interface{} with range: 1..900. Units are seconds.
	NhrpClientInitialRequestTimeout interface{}

	// The number of times the client will retry the registration request before
	// failure. A value of 0 means don't retry. A value of 65535 means retry
	// forever. The type is interface{} with range: 0..65535.
	NhrpClientRegistrationRequestRetries interface{}

	// The number of times the client will retry the resolution request before
	// failure. A value of 0 means don't retry. A value of 65535 means retry
	// forever. The type is interface{} with range: 0..65535.
	NhrpClientResolutionRequestRetries interface{}

	// The number of times the client will retry a purge request before failure. A
	// value of 0 means don't retry. A value of 65535 means retry forever. The
	// type is interface{} with range: 0..65535.
	NhrpClientPurgeRequestRetries interface{}

	// The default maximum transmission unit (MTU) of the LIS/LAG which this
	// client should use. This object will be initialized by the agent to the
	// default MTU of the LIS/LAG (which is 9180) unless a different MTU value is
	// specified during creation of this Client. The type is interface{} with
	// range: 0..65535.
	NhrpClientDefaultMtu interface{}

	// The hold time the client will register. The type is interface{} with range:
	// 0..65535. Units are seconds.
	NhrpClientHoldTime interface{}

	// The Request ID used to register this client with its server. According to
	// Section 5.2.3 of the NHRP Specification, RFC 2332 [17], the Request ID must
	// be kept in non-volatile storage, so that if an NHC crashes and
	// re-initializes, it will use a different  Request ID during the registration
	// process when reregistering with the same NHS. The type is interface{} with
	// range: 0..4294967295.
	NhrpClientRequestID interface{}

	// This object defines whether this row is kept in volatile storage and lost
	// upon a Client crash or reboot situation, or if this row is backed up by
	// nonvolatile or permanent storage. The type is StorageType.
	NhrpClientStorageType interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpClientRowStatus interface{}
}

NHRPMIB_NhrpClientTable_NhrpClientEntry Information about a single NHC.

func (*NHRPMIB_NhrpClientTable_NhrpClientEntry) GetEntityData

func (nhrpClientEntry *NHRPMIB_NhrpClientTable_NhrpClientEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpGeneralObjects

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

	// This scalar is used for creating rows in the nhrpClientTable and the
	// nhrpServerTable. The value of this variable is a currently unused value for
	// nhrpClientIndex and nhrpServerIndex.     The value returned when reading
	// this variable must be unique for the NHC's and NHS's indices associated
	// with this row. Subsequent attempts to read this variable must return
	// different values.  NOTE:  this object exists in the General Group because
	// it is to be used in establishing rows in the nhrpClientTable and the
	// nhrpServerTable.  In other words, the value retrieved from this object
	// could become the value of nhrpClientIndex and nhprServerIndex.  In the
	// situation of an agent re-initialization the value of this object must be
	// saved in non-volatile storage.  This variable will return the special value
	// 0 if no new rows can be created. The type is interface{} with range:
	// 0..4294967295.
	NhrpNextIndex interface{}
}

NHRPMIB_NhrpGeneralObjects

func (*NHRPMIB_NhrpGeneralObjects) GetEntityData

func (nhrpGeneralObjects *NHRPMIB_NhrpGeneralObjects) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpPurgeReqTable

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

	// Information regarding a Purge Request. The type is slice of
	// NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry.
	NhrpPurgeReqEntry []*NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry
}

NHRPMIB_NhrpPurgeReqTable This table will track Purge Request Information.

func (*NHRPMIB_NhrpPurgeReqTable) GetEntityData

func (nhrpPurgeReqTable *NHRPMIB_NhrpPurgeReqTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry

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

	// This attribute is a key. An index for this entry that has local
	// significance within the scope of this table. The type is interface{} with
	// range: 1..4294967295.
	NhrpPurgeIndex interface{}

	// This object identifies which row in 'nhrpCacheTable' is being purged.  This
	// object should have the same value as the 'nhrpCacheIndex' in the
	// 'nhrpCacheTable'. The type is interface{} with range: 1..4294967295.
	NhrpPurgeCacheIdentifier interface{}

	// In the case of NHRP Purge Requests, this specifies the equivalence class of
	// addresses which match the first 'Prefix Length' bit positions of the Client
	// Protocol Address specified in the Client Information Entry (CIE). The type
	// is interface{} with range: 0..255.
	NhrpPurgePrefixLength interface{}

	// The Request ID used in the purge request. The type is interface{} with
	// range: 0..4294967295.
	NhrpPurgeRequestID interface{}

	// An indication of whether this Purge Request has the 'N' Bit cleared (off).
	// The type is bool.
	NhrpPurgeReplyExpected interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpPurgeRowStatus interface{}
}

NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry Information regarding a Purge Request.

func (*NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry) GetEntityData

func (nhrpPurgeReqEntry *NHRPMIB_NhrpPurgeReqTable_NhrpPurgeReqEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerCacheTable

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

	// Additional information kept by a NHS for a relevant Next Hop Resolution
	// Cache entry. The type is slice of
	// NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry.
	NhrpServerCacheEntry []*NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry
}

NHRPMIB_NhrpServerCacheTable This table extends the nhrpCacheTable for NHSes. If the nhrpCacheTable has a row added due to an NHS or based on information regarding an NHS then a row is also added in this table.

The rows in this table will be created when rows in the nhrpCacheTable are created. However, there may be rows created in the nhrpCacheTable which do not have corresponding rows in this table. For example, if the nhrpCacheTable has a row added due to a Next Hop Client which is co-resident on the same device as the NHS, a row will not be added to this table.

func (*NHRPMIB_NhrpServerCacheTable) GetEntityData

func (nhrpServerCacheTable *NHRPMIB_NhrpServerCacheTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry

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

	// This attribute is a key. The type is AddressFamilyNumbers. Refers to
	// nhrp_mib.NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheInternetworkAddrType
	NhrpCacheInternetworkAddrType interface{}

	// This attribute is a key. The type is string with length: 0..64. Refers to
	// nhrp_mib.NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheInternetworkAddr
	NhrpCacheInternetworkAddr interface{}

	// 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: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpCacheTable_NhrpCacheEntry_NhrpCacheIndex
	NhrpCacheIndex interface{}

	// An indication of whether this cache entry is authoritative, which means the
	// entry was added because of a direct registration request with this server
	// or by Server Cache Synchronization Protocol (SCSP) from an authoritative
	// source. The type is bool.
	NhrpServerCacheAuthoritative interface{}

	// The Uniqueness indicator for this cache entry used in duplicate address
	// detection. This value cannot be changed after the entry is active. The type
	// is bool.
	NhrpServerCacheUniqueness interface{}
}

NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry Additional information kept by a NHS for a relevant Next Hop Resolution Cache entry.

func (*NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry) GetEntityData

func (nhrpServerCacheEntry *NHRPMIB_NhrpServerCacheTable_NhrpServerCacheEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerNhcTable

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

	// An NHC that may be used by an NHS. The type is slice of
	// NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry.
	NhrpServerNhcEntry []*NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry
}

NHRPMIB_NhrpServerNhcTable A table of NHCs that are available for use by this NHS (Server).

func (*NHRPMIB_NhrpServerNhcTable) GetEntityData

func (nhrpServerNhcTable *NHRPMIB_NhrpServerNhcTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry

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

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpServerTable_NhrpServerEntry_NhrpServerIndex
	NhrpServerIndex interface{}

	// This attribute is a key. An identifier for an NHC available to an NHS. The
	// type is interface{} with range: 1..4294967295.
	NhrpServerNhcIndex interface{}

	// The number of bits that define the internetwork layer prefix associated
	// with the nhrpServerNhcInternetworkAddr. The type is interface{} with range:
	// 0..255.
	NhrpServerNhcPrefixLength interface{}

	// The type of the internetwork layer address of the NHRP Client represented
	// in this entry. This object indicates how the value of
	// nhrpServerNhcInternetworkAddr is to be interpreted. The type is
	// AddressFamilyNumbers.
	NhrpServerNhcInternetworkAddrType interface{}

	// The value of the internetwork layer address of the NHRP Client represented
	// by this entry.  If this value is not known, this will be a zero-length
	// OCTET STRING. The type is string with length: 0..64.
	NhrpServerNhcInternetworkAddr interface{}

	// The type of the NBMA subnetwork address of the NHRP Client represented by
	// this entry. This object indicates how the values of nhrpServerNhcNbmaAddr
	// and nhrpServerNhcNbmaSubaddr are to be interpreted. The type is
	// AddressFamilyNumbers.
	NhrpServerNhcNbmaAddrType interface{}

	// The NBMA subnetwork address of the NHC. The type of the address is
	// indicated by the corresponding value of nhrpServerNbmaAddrType. The type is
	// string with length: 0..64.
	NhrpServerNhcNbmaAddr interface{}

	// The NBMA subaddress of the NHC. For NMBA address familes that do not have
	// the concept of subaddress, this will be a zero-length OCTET STRING. The
	// type is string with length: 0..64.
	NhrpServerNhcNbmaSubaddr interface{}

	// An indication of whether this NHC is in use by the NHS. The type is bool.
	NhrpServerNhcInUse interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpServerNhcRowStatus interface{}
}

NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry An NHC that may be used by an NHS.

func (*NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry) GetEntityData

func (nhrpServerNhcEntry *NHRPMIB_NhrpServerNhcTable_NhrpServerNhcEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerStatTable

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

	// Statistics for a particular NHS. The statistics are broken into received
	// (Rx), transmitted (Tx) and forwarded (Fw).  Forwarded (Fw) would be done by
	// a transit NHS. The type is slice of
	// NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry.
	NhrpServerStatEntry []*NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry
}

NHRPMIB_NhrpServerStatTable Statistics collected by Next Hop Servers.

func (*NHRPMIB_NhrpServerStatTable) GetEntityData

func (nhrpServerStatTable *NHRPMIB_NhrpServerStatTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry

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

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to nhrp_mib.NHRPMIB_NhrpServerTable_NhrpServerEntry_NhrpServerIndex
	NhrpServerIndex interface{}

	// The number of NHRP Resolution Requests received by this server.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatRxResolveReq interface{}

	// The number of positively acknowledged NHRP Resolution Replies transmitted
	// by this server.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxResolveReplyAck interface{}

	// The number of NAKed NHRP Resolution Replies transmitted by this server with
	// the code 'Administratively Prohibited'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxResolveReplyNakProhibited interface{}

	// The number of NAKed NHRP Resolution Replies transmitted by this server with
	// the code 'Insufficient Resources'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxResolveReplyNakInsufResources interface{}

	// The number of NAKed NHRP Resolution Replies transmitted by this server with
	// the code 'No Internetworking Layer Address to NBMA Address Binding Exists'.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatTxResolveReplyNakNoBinding interface{}

	// The number of NAKed NHRP Resolution Replies transmitted by this server with
	// the code 'Binding Exists But Is Not Unique'.  Discontinuities in the value
	// of this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxResolveReplyNakNotUnique interface{}

	// The number of NHRP Registration Requests received by this server.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatRxRegisterReq interface{}

	// The number of positively acknowledged NHRP Registration Replies transmitted
	// by this server.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxRegisterAck interface{}

	// The number of NAKed NHRP Registration Replies transmitted by this server
	// with the code 'Administratively Prohibited'.  Discontinuities in the value
	// of this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxRegisterNakProhibited interface{}

	// The number of NAKed NHRP Registration Replies transmitted by this server
	// with the code 'Insufficient Resources'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxRegisterNakInsufResources interface{}

	// The number of NAKed NHRP Registration Replies transmitted by this server
	// with the code 'Unique Internetworking Layer Address Already Registered'.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatTxRegisterNakAlreadyReg interface{}

	// The number of NHRP Purge Requests received by this server.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, at NHRP Server re-initialization and at other times as
	// indicated by the value of nhrpServerStatDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	NhrpServerStatRxPurgeReq interface{}

	// The number of NHRP Purge Requests transmitted by this server.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatTxPurgeReq interface{}

	// The number of NHRP Purge Replies received by this server.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, at NHRP Server re-initialization and at other times as
	// indicated by the value of nhrpServerStatDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	NhrpServerStatRxPurgeReply interface{}

	// The number of NHRP Purge Replies transmitted by this server.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, at NHRP Server re-initialization and at other
	// times as indicated by the value of nhrpServerStatDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	NhrpServerStatTxPurgeReply interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code  'Unrecognized Extension'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrUnrecognizedExtension interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'NHRP Loop Detected'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrLoopDetected interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Protocol Address Unreachable'.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, at NHRP Server re-initialization and at other times as indicated by
	// the value of nhrpServerStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpServerStatRxErrProtoAddrUnreachable interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Protocol Error'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrProtoError interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'NHRP SDU Size Exceeded'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrSduSizeExceeded interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Invalid Extension'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrInvalidExtension interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Invalid Resolution Reply Received'.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, at NHRP Server re-initialization and at other times as indicated by
	// the value of nhrpServerStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpServerStatRxErrInvalidResReplyReceived interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Authentication Failure'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrAuthenticationFailure interface{}

	// The number of NHRP Error Indication packets received by this server with
	// the error code 'Hop Count Exceeded'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatRxErrHopCountExceeded interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'Unrecognized Extension'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrUnrecognizedExtension interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'NHRP Loop Detected'.     Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrLoopDetected interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'Protocol Address Unreachable'.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, at NHRP Server re-initialization and at other times as indicated by
	// the value of nhrpServerStatDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	NhrpServerStatTxErrProtoAddrUnreachable interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'Protocol Error'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrProtoError interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'NHRP SDU Size Exceeded'.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrSduSizeExceeded interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code  'Invalid Extension'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrInvalidExtension interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'Authentication Failure'.     Discontinuities in the value
	// of this counter can occur at re-initialization of the management system, at
	// NHRP Server re-initialization and at other times as indicated by the value
	// of nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrAuthenticationFailure interface{}

	// The number of NHRP Error Indication packets transmitted by this server with
	// the error code 'Hop Count Exceeded'.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, at NHRP
	// Server re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatTxErrHopCountExceeded interface{}

	// The number of NHRP Resolution Requests forwarded by this server acting as a
	// transit NHS.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwResolveReq interface{}

	// The number of NHRP Resolution Replies forwarded by this server acting as a
	// transit NHS.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwResolveReply interface{}

	// The number of NHRP Registration Requests forwarded by this server acting as
	// a transit NHS.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwRegisterReq interface{}

	// The number of NHRP Registration Replies forwarded by this server acting as
	// a transit NHS. Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwRegisterReply interface{}

	// The number of NHRP Purge Requests forwarded by this server acting as a
	// transit NHS.   Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwPurgeReq interface{}

	// The number of NHRP Purge Replies forwarded by this server acting as a
	// transit NHS.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwPurgeReply interface{}

	// The number of NHRP Error Indication packets forwarded by this server acting
	// as a transit NHS.  Discontinuities in the value of this counter can occur
	// at re-initialization of the management system, at NHRP Server
	// re-initialization and at other times as indicated by the value of
	// nhrpServerStatDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	NhrpServerStatFwErrorIndication interface{}

	// The value of sysUpTime on the most recent occasion at which any one or more
	// of this Server's counters suffered a discontinuity.  If no such
	// discontinuities have occurred since the last re-initialization of the
	// local management subsystem or the NHRP Server re-initialization associated
	// with this entry, then this object contains a zero value. The type is
	// interface{} with range: 0..4294967295.
	NhrpServerStatDiscontinuityTime interface{}
}

NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry Statistics for a particular NHS. The statistics are broken into received (Rx), transmitted (Tx) and forwarded (Fw). Forwarded (Fw) would be done by a transit NHS.

func (*NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry) GetEntityData

func (nhrpServerStatEntry *NHRPMIB_NhrpServerStatTable_NhrpServerStatEntry) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerTable

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

	// Information about a single NHS. The type is slice of
	// NHRPMIB_NhrpServerTable_NhrpServerEntry.
	NhrpServerEntry []*NHRPMIB_NhrpServerTable_NhrpServerEntry
}

NHRPMIB_NhrpServerTable This table contains information for a set of NHSes associated with this agent.

func (*NHRPMIB_NhrpServerTable) GetEntityData

func (nhrpServerTable *NHRPMIB_NhrpServerTable) GetEntityData() *types.CommonEntityData

type NHRPMIB_NhrpServerTable_NhrpServerEntry

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

	// This attribute is a key. An identifier for the server that is unique within
	// the scope of this agent. The type is interface{} with range: 1..4294967295.
	NhrpServerIndex interface{}

	// The type of the internetwork layer address of this server. This object is
	// used to interpret the value of nhrpServerInternetworkAddr. The type is
	// AddressFamilyNumbers.
	NhrpServerInternetworkAddrType interface{}

	// The value of the internetwork layer address of this server. The type is
	// string with length: 0..64.
	NhrpServerInternetworkAddr interface{}

	// The type of the NBMA subnetwork address of this server. This object is used
	// to interpret the value of nhrpServerNbmaAddr. The type is
	// AddressFamilyNumbers.
	NhrpServerNbmaAddrType interface{}

	// The value of the NBMA subnetwork address of this server. The type is string
	// with length: 0..64.
	NhrpServerNbmaAddr interface{}

	// The value of the NBMA subaddress of this server. For NBMA address families
	// without a subaddress concept, this will be a zero-length OCTET STRING. The
	// type is string with length: 0..64.
	NhrpServerNbmaSubaddr interface{}

	// This object defines whether this row is kept in volatile storage and lost
	// upon a Server crash or reboot situation, or if this row is backed up by
	// nonvolatile or permanent storage. The type is StorageType.
	NhrpServerStorageType interface{}

	// An object that allows entries in this table to be created and deleted using
	// the RowStatus convention. The type is RowStatus.
	NhrpServerRowStatus interface{}
}

NHRPMIB_NhrpServerTable_NhrpServerEntry Information about a single NHS.

func (*NHRPMIB_NhrpServerTable_NhrpServerEntry) GetEntityData

func (nhrpServerEntry *NHRPMIB_NhrpServerTable_NhrpServerEntry) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

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