ip_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

The MIB module for managing IP and ICMP implementations, but excluding their management of IP routes.

Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4293; see the RFC itself for full legal notices.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPMIB

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

	Ip IPMIB_Ip

	IpTrafficStats IPMIB_IpTrafficStats

	Icmp IPMIB_Icmp

	// The table of addressing information relevant to this entity's IPv4
	// addresses.  This table has been deprecated, as a new IP version-neutral
	// table has been added.  It is loosely replaced by the ipAddressTable
	// although several objects that weren't deemed useful weren't carried forward
	// while another (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable.
	IpAddrTable IPMIB_IpAddrTable

	// The IPv4 Address Translation table used for mapping from IPv4 addresses to
	// physical addresses.  This table has been deprecated, as a new IP
	// version-neutral table has been added.  It is loosely replaced by the
	// ipNetToPhysicalTable.
	IpNetToMediaTable IPMIB_IpNetToMediaTable

	// The table containing per-interface IPv4-specific information.
	Ipv4InterfaceTable IPMIB_Ipv4InterfaceTable

	// The table containing per-interface IPv6-specific information.
	Ipv6InterfaceTable IPMIB_Ipv6InterfaceTable

	// The table containing system wide, IP version specific traffic statistics.
	// This table and the ipIfStatsTable contain similar objects whose difference
	// is in their granularity.  Where this table contains system wide traffic
	// statistics, the ipIfStatsTable contains the same statistics but counted on
	// a per-interface basis.
	IpSystemStatsTable IPMIB_IpSystemStatsTable

	// The table containing per-interface traffic statistics.  This table and the
	// ipSystemStatsTable contain similar objects whose difference is in their
	// granularity.  Where this table contains per-interface statistics, the
	// ipSystemStatsTable contains the same statistics, but counted on a system
	// wide basis.
	IpIfStatsTable IPMIB_IpIfStatsTable

	// This table allows the user to determine the source of an IP address or set
	// of IP addresses, and allows other tables to share the information via
	// pointer rather than by copying.  For example, when the node configures both
	// a unicast and anycast address for a prefix, the ipAddressPrefix objects for
	// those addresses will point to a single row in this table.  This table
	// primarily provides support for IPv6 prefixes, and several of the objects
	// are less meaningful for IPv4.  The table continues to allow IPv4 addresses
	// to allow future flexibility.  In order to promote a common configuration,
	// this document includes suggestions for default values for IPv4 prefixes.
	// Each of these values may be overridden if an object is meaningful to the
	// node.  All prefixes used by this entity should be included in this table
	// independent of how the entity learned the prefix. (This table isn't limited
	// to prefixes learned from router   advertisements.).
	IpAddressPrefixTable IPMIB_IpAddressPrefixTable

	// This table contains addressing information relevant to the entity's
	// interfaces.  This table does not contain multicast address information.
	// Tables for such information should be contained in multicast specific MIBs,
	// such as RFC 3019.  While this table is writable, the user will note that
	// several objects, such as ipAddressOrigin, are not.  The intention in
	// allowing a user to write to this table is to allow them to add or remove
	// any entry that isn't   permanent.  The user should be allowed to modify
	// objects and entries when that would not cause inconsistencies within the
	// table.  Allowing write access to objects, such as ipAddressOrigin, could
	// allow a user to insert an entry and then label it incorrectly.  Note well:
	// When including IPv6 link-local addresses in this table, the entry must use
	// an InetAddressType of 'ipv6z' in order to differentiate between the
	// possible interfaces.
	IpAddressTable IPMIB_IpAddressTable

	// The IP Address Translation table used for mapping from IP addresses to
	// physical addresses.  The Address Translation tables contain the IP address
	// to 'physical' address equivalences.  Some interfaces do not use translation
	// tables for determining address equivalences (e.g., DDN-X.25 has an
	// algorithmic method); if all interfaces are of this type, then the Address
	// Translation table is empty, i.e., has zero entries.  While many protocols
	// may be used to populate this table, ARP and Neighbor Discovery are the most
	// likely options.
	IpNetToPhysicalTable IPMIB_IpNetToPhysicalTable

	// The table used to describe IPv6 unicast and multicast scope zones.  For
	// those objects that have names rather than numbers, the names were chosen to
	// coincide with the names used in the IPv6 address architecture document. .
	Ipv6ScopeZoneIndexTable IPMIB_Ipv6ScopeZoneIndexTable

	// The table used to describe the default routers known to this   entity.
	IpDefaultRouterTable IPMIB_IpDefaultRouterTable

	// The table containing information used to construct router advertisements.
	Ipv6RouterAdvertTable IPMIB_Ipv6RouterAdvertTable

	// The table of generic system-wide ICMP counters.
	IcmpStatsTable IPMIB_IcmpStatsTable

	// The table of system-wide per-version, per-message type ICMP counters.
	IcmpMsgStatsTable IPMIB_IcmpMsgStatsTable
}

IPMIB

func (*IPMIB) GetEntityData

func (iPMIB *IPMIB) GetEntityData() *types.CommonEntityData

type IPMIB_Icmp

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

	// The total number of ICMP messages which the entity received. Note that this
	// counter includes all those counted by icmpInErrors.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by icmpStatsInMsgs. The type is interface{} with range:
	// 0..4294967295.
	IcmpInMsgs interface{}

	// The number of ICMP messages which the entity received but determined as
	// having ICMP-specific errors (bad ICMP checksums, bad length, etc.).  This
	// object has been deprecated, as a new IP version-neutral table has been
	// added.  It is loosely replaced by icmpStatsInErrors. The type is
	// interface{} with range: 0..4294967295.
	IcmpInErrors interface{}

	// The number of ICMP Destination Unreachable messages received.  This object
	// has been deprecated, as a new IP version-neutral table has been added.  It
	// is loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInDestUnreachs interface{}

	// The number of ICMP Time Exceeded messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInTimeExcds interface{}

	// The number of ICMP Parameter Problem messages received.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInParmProbs interface{}

	// The number of ICMP Source Quench messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInSrcQuenchs interface{}

	// The number of ICMP Redirect messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInRedirects interface{}

	// The number of ICMP Echo (request) messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInEchos interface{}

	// The number of ICMP Echo Reply messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInEchoReps interface{}

	// The number of ICMP Timestamp (request) messages received.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInTimestamps interface{}

	// The number of ICMP Timestamp Reply messages received.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInTimestampReps interface{}

	// The number of ICMP Address Mask Request messages received.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInAddrMasks interface{}

	// The number of ICMP Address Mask Reply messages received.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpInAddrMaskReps interface{}

	// The total number of ICMP messages which this entity attempted to send.
	// Note that this counter includes all those counted by icmpOutErrors.  This
	// object has been deprecated, as a new IP version-neutral table has been
	// added.  It is loosely replaced by icmpStatsOutMsgs. The type is interface{}
	// with range: 0..4294967295.
	IcmpOutMsgs interface{}

	// The number of ICMP messages which this entity did not send due to problems
	// discovered within ICMP, such as a lack of buffers.  This value should not
	// include errors discovered outside the ICMP layer, such as the inability of
	// IP to route the resultant datagram.  In some implementations, there may be
	// no types of error which contribute to this counter's value.  This object
	// has been deprecated, as a new IP version-neutral table has been added.  It
	// is loosely replaced by icmpStatsOutErrors. The type is interface{} with
	// range: 0..4294967295.
	IcmpOutErrors interface{}

	// The number of ICMP Destination Unreachable messages sent.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutDestUnreachs interface{}

	// The number of ICMP Time Exceeded messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutTimeExcds interface{}

	// The number of ICMP Parameter Problem messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutParmProbs interface{}

	// The number of ICMP Source Quench messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutSrcQuenchs interface{}

	// The number of ICMP Redirect messages sent.  For a host, this object will
	// always be zero, since hosts do not send redirects.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutRedirects interface{}

	// The number of ICMP Echo (request) messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutEchos interface{}

	// The number of ICMP Echo Reply messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutEchoReps interface{}

	// The number of ICMP Timestamp (request) messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutTimestamps interface{}

	// The number of ICMP Timestamp Reply messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutTimestampReps interface{}

	// The number of ICMP Address Mask Request messages sent.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutAddrMasks interface{}

	// The number of ICMP Address Mask Reply messages sent.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by a column in the icmpMsgStatsTable. The type is
	// interface{} with range: 0..4294967295.
	IcmpOutAddrMaskReps interface{}
}

IPMIB_Icmp

func (*IPMIB_Icmp) GetEntityData

func (icmp *IPMIB_Icmp) GetEntityData() *types.CommonEntityData

type IPMIB_IcmpMsgStatsTable

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

	// A conceptual row in the icmpMsgStatsTable.  The system should track each
	// ICMP type value, even if that ICMP type is not supported by the system.
	// However, a given row need not be instantiated unless a message of that type
	// has been processed, i.e., the row for icmpMsgStatsType=X MAY be
	// instantiated before but MUST be instantiated after the first message with
	// Type=X is received or transmitted.  After receiving or transmitting any
	// succeeding messages with Type=X, the relevant counter must be incremented.
	// The type is slice of IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry.
	IcmpMsgStatsEntry []*IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry
}

IPMIB_IcmpMsgStatsTable The table of system-wide per-version, per-message type ICMP counters.

func (*IPMIB_IcmpMsgStatsTable) GetEntityData

func (icmpMsgStatsTable *IPMIB_IcmpMsgStatsTable) GetEntityData() *types.CommonEntityData

type IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry

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

	// This attribute is a key. The IP version of the statistics. The type is
	// IpVersion.
	IcmpMsgStatsIPVersion interface{}

	// This attribute is a key. The ICMP type field of the message type being
	// counted by this row.  Note that ICMP message types are scoped by the
	// address type in use. The type is interface{} with range: 0..255.
	IcmpMsgStatsType interface{}

	// The number of input packets for this AF and type. The type is interface{}
	// with range: 0..4294967295.
	IcmpMsgStatsInPkts interface{}

	// The number of output packets for this AF and type. The type is interface{}
	// with range: 0..4294967295.
	IcmpMsgStatsOutPkts interface{}
}

IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry A conceptual row in the icmpMsgStatsTable.

The system should track each ICMP type value, even if that ICMP type is not supported by the system. However, a given row need not be instantiated unless a message of that type has been processed, i.e., the row for icmpMsgStatsType=X MAY be instantiated before but MUST be instantiated after the first message with Type=X is received or transmitted. After receiving or transmitting any succeeding messages with Type=X, the relevant counter must be incremented.

func (*IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry) GetEntityData

func (icmpMsgStatsEntry *IPMIB_IcmpMsgStatsTable_IcmpMsgStatsEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IcmpStatsTable

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

	// A conceptual row in the icmpStatsTable. The type is slice of
	// IPMIB_IcmpStatsTable_IcmpStatsEntry.
	IcmpStatsEntry []*IPMIB_IcmpStatsTable_IcmpStatsEntry
}

IPMIB_IcmpStatsTable The table of generic system-wide ICMP counters.

func (*IPMIB_IcmpStatsTable) GetEntityData

func (icmpStatsTable *IPMIB_IcmpStatsTable) GetEntityData() *types.CommonEntityData

type IPMIB_IcmpStatsTable_IcmpStatsEntry

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

	// This attribute is a key. The IP version of the statistics. The type is
	// IpVersion.
	IcmpStatsIPVersion interface{}

	// The total number of ICMP messages that the entity received. Note that this
	// counter includes all those counted by icmpStatsInErrors. The type is
	// interface{} with range: 0..4294967295.
	IcmpStatsInMsgs interface{}

	// The number of ICMP messages that the entity received but determined as
	// having ICMP-specific errors (bad ICMP checksums, bad length, etc.). The
	// type is interface{} with range: 0..4294967295.
	IcmpStatsInErrors interface{}

	// The total number of ICMP messages that the entity attempted to send.  Note
	// that this counter includes all those counted by icmpStatsOutErrors. The
	// type is interface{} with range: 0..4294967295.
	IcmpStatsOutMsgs interface{}

	// The number of ICMP messages that this entity did not send due to problems
	// discovered within ICMP, such as a lack of buffers.  This value should not
	// include errors discovered outside the ICMP layer, such as the inability of
	// IP to route the resultant datagram.  In some implementations, there may be
	// no types of error that contribute to this counter's value. The type is
	// interface{} with range: 0..4294967295.
	IcmpStatsOutErrors interface{}
}

IPMIB_IcmpStatsTable_IcmpStatsEntry A conceptual row in the icmpStatsTable.

func (*IPMIB_IcmpStatsTable_IcmpStatsEntry) GetEntityData

func (icmpStatsEntry *IPMIB_IcmpStatsTable_IcmpStatsEntry) GetEntityData() *types.CommonEntityData

type IPMIB_Ip

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

	// The indication of whether this entity is acting as an IPv4 router in
	// respect to the forwarding of datagrams received by, but not addressed to,
	// this entity.  IPv4 routers forward datagrams.  IPv4 hosts do not (except
	// those source-routed via the host).  When this object is written, the entity
	// should save the change to non-volatile storage and restore the object from
	// non-volatile storage upon re-initialization of the system. Note: a stronger
	// requirement is not used because this object was previously defined. The
	// type is IpForwarding.
	IpForwarding interface{}

	// The default value inserted into the Time-To-Live field of the IPv4 header
	// of datagrams originated at this entity, whenever a TTL value is not
	// supplied by the transport layer   protocol.  When this object is written,
	// the entity should save the change to non-volatile storage and restore the
	// object from non-volatile storage upon re-initialization of the system.
	// Note: a stronger requirement is not used because this object was previously
	// defined. The type is interface{} with range: 1..255.
	IpDefaultTTL interface{}

	// The total number of input datagrams received from interfaces, including
	// those received in error.  This object has been deprecated, as a new IP
	// version-neutral   table has been added.  It is loosely replaced by
	// ipSystemStatsInRecieves. The type is interface{} with range: 0..4294967295.
	IpInReceives interface{}

	// The number of input datagrams discarded due to errors in their IPv4
	// headers, including bad checksums, version number mismatch, other format
	// errors, time-to-live exceeded, errors discovered in processing their IPv4
	// options, etc.  This object has been deprecated as a new IP version-neutral
	// table has been added.  It is loosely replaced by ipSystemStatsInHdrErrors.
	// The type is interface{} with range: 0..4294967295.
	IpInHdrErrors interface{}

	// The number of input datagrams discarded because the IPv4 address in their
	// IPv4 header's destination field was not a valid address to be received at
	// this entity.  This count includes invalid addresses (e.g., 0.0.0.0) and
	// addresses of unsupported Classes (e.g., Class E).  For entities which are
	// not IPv4 routers, and therefore do not forward datagrams, this counter
	// includes datagrams discarded because the destination address was not a
	// local address.  This object has been deprecated, as a new IP
	// version-neutral table has been added.  It is loosely replaced by
	// ipSystemStatsInAddrErrors. The type is interface{} with range:
	// 0..4294967295.
	IpInAddrErrors interface{}

	// The number of input datagrams for which this entity was not their final
	// IPv4 destination, as a result of which an attempt was made to find a route
	// to forward them to that final destination.  In entities which do not act as
	// IPv4 routers, this counter will include only those packets which   were
	// Source-Routed via this entity, and the Source-Route option processing was
	// successful.  This object has been deprecated, as a new IP version-neutral
	// table has been added.  It is loosely replaced by
	// ipSystemStatsInForwDatagrams. The type is interface{} with range:
	// 0..4294967295.
	IpForwDatagrams interface{}

	// The number of locally-addressed datagrams received successfully but
	// discarded because of an unknown or unsupported protocol.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by ipSystemStatsInUnknownProtos. The type is interface{}
	// with range: 0..4294967295.
	IpInUnknownProtos interface{}

	// The number of input IPv4 datagrams for which no problems were encountered
	// to prevent their continued processing, but which were discarded (e.g., for
	// lack of buffer space).  Note that this counter does not include any
	// datagrams discarded while awaiting re-assembly.  This object has been
	// deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by ipSystemStatsInDiscards. The type is interface{} with
	// range: 0..4294967295.
	IpInDiscards interface{}

	// The total number of input datagrams successfully delivered to IPv4
	// user-protocols (including ICMP).  This object has been deprecated as a new
	// IP version neutral table has been added.  It is loosely replaced by
	// ipSystemStatsIndelivers. The type is interface{} with range: 0..4294967295.
	IpInDelivers interface{}

	// The total number of IPv4 datagrams which local IPv4 user protocols
	// (including ICMP) supplied to IPv4 in requests for transmission.  Note that
	// this counter does not include any datagrams counted in ipForwDatagrams.
	// This object has been deprecated, as a new IP version-neutral table has been
	// added.  It is loosely replaced by ipSystemStatsOutRequests. The type is
	// interface{} with range: 0..4294967295.
	IpOutRequests interface{}

	// The number of output IPv4 datagrams for which no problem was encountered to
	// prevent their transmission to their destination, but which were discarded
	// (e.g., for lack of buffer space).  Note that this counter would include
	// datagrams counted in ipForwDatagrams if any such packets met this
	// (discretionary) discard criterion.  This object has been deprecated, as a
	// new IP version-neutral table has been added.  It is loosely replaced by
	// ipSystemStatsOutDiscards. The type is interface{} with range:
	// 0..4294967295.
	IpOutDiscards interface{}

	// The number of IPv4 datagrams discarded because no route could be found to
	// transmit them to their destination.  Note that this counter includes any
	// packets counted in ipForwDatagrams which meet this `no-route' criterion.
	// Note that this includes any datagrams which a host cannot route because all
	// of its default routers are down.  This object has been deprecated, as a new
	// IP version-neutral   table has been added.  It is loosely replaced by
	// ipSystemStatsOutNoRoutes. The type is interface{} with range:
	// 0..4294967295.
	IpOutNoRoutes interface{}

	// The maximum number of seconds that received fragments are held while they
	// are awaiting reassembly at this entity. The type is interface{} with range:
	// -2147483648..2147483647. Units are seconds.
	IpReasmTimeout interface{}

	// The number of IPv4 fragments received which needed to be reassembled at
	// this entity.  This object has been deprecated, as a new IP version-neutral
	// table has been added.  It is loosely replaced by ipSystemStatsReasmReqds.
	// The type is interface{} with range: 0..4294967295.
	IpReasmReqds interface{}

	// The number of IPv4 datagrams successfully re-assembled.  This object has
	// been deprecated, as a new IP version-neutral table has been added.  It is
	// loosely replaced by ipSystemStatsReasmOKs. The type is interface{} with
	// range: 0..4294967295.
	IpReasmOKs interface{}

	// The number of failures detected by the IPv4 re-assembly algorithm (for
	// whatever reason: timed out, errors, etc). Note that this is not necessarily
	// a count of discarded IPv4 fragments since some algorithms (notably the
	// algorithm in RFC 815) can lose track of the number of fragments by
	// combining them as they are received.  This object has been deprecated, as a
	// new IP version-neutral table has been added.  It is loosely replaced by
	// ipSystemStatsReasmFails. The type is interface{} with range: 0..4294967295.
	IpReasmFails interface{}

	// The number of IPv4 datagrams that have been successfully fragmented at this
	// entity.  This object has been deprecated, as a new IP version-neutral table
	// has been added.  It is loosely replaced by ipSystemStatsOutFragOKs. The
	// type is interface{} with range: 0..4294967295.
	IpFragOKs interface{}

	// The number of IPv4 datagrams that have been discarded because they needed
	// to be fragmented at this entity but could not be, e.g., because their Don't
	// Fragment flag was set.  This object has been deprecated, as a new IP
	// version-neutral table has been added.  It is loosely replaced by
	// ipSystemStatsOutFragFails. The type is interface{} with range:
	// 0..4294967295.
	IpFragFails interface{}

	// The number of IPv4 datagram fragments that have been generated as a result
	// of fragmentation at this entity.  This object has been deprecated as a new
	// IP version neutral table has been added.  It is loosely replaced by
	// ipSystemStatsOutFragCreates. The type is interface{} with range:
	// 0..4294967295.
	IpFragCreates interface{}

	// The number of routing entries which were chosen to be discarded even though
	// they are valid.  One possible reason for discarding such an entry could be
	// to free-up buffer space for other routing entries.   This object was
	// defined in pre-IPv6 versions of the IP MIB. It was implicitly IPv4 only,
	// but the original specifications did not indicate this protocol restriction.
	// In order to clarify the specifications, this object has been deprecated and
	// a similar, but more thoroughly clarified, object has been added to the
	// IP-FORWARD-MIB. The type is interface{} with range: 0..4294967295.
	IpRoutingDiscards interface{}

	// The indication of whether this entity is acting as an IPv6 router on any
	// interface in respect to the forwarding of datagrams received by, but not
	// addressed to, this entity. IPv6 routers forward datagrams.  IPv6 hosts do
	// not (except those source-routed via the host).  When this object is
	// written, the entity SHOULD save the change to non-volatile storage and
	// restore the object from non-volatile storage upon re-initialization of the
	// system. The type is Ipv6IpForwarding.
	Ipv6IpForwarding interface{}

	// The default value inserted into the Hop Limit field of the IPv6 header of
	// datagrams originated at this entity whenever a Hop Limit value is not
	// supplied by the transport layer protocol.  When this object is written, the
	// entity SHOULD save the change to non-volatile storage and restore the
	// object from non-volatile storage upon re-initialization of the system. The
	// type is interface{} with range: 0..255.
	Ipv6IpDefaultHopLimit interface{}

	// The value of sysUpTime on the most recent occasion at which a row in the
	// ipv4InterfaceTable was added or deleted, or when an
	// ipv4InterfaceReasmMaxSize or an ipv4InterfaceEnableStatus object was
	// modified.  If new objects are added to the ipv4InterfaceTable that require
	// the ipv4InterfaceTableLastChange to be updated when they are modified, they
	// must specify that requirement in their description clause. The type is
	// interface{} with range: 0..4294967295.
	Ipv4InterfaceTableLastChange interface{}

	// The value of sysUpTime on the most recent occasion at which a row in the
	// ipv6InterfaceTable was added or deleted or when an
	// ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier,
	// ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime,
	// ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding object was
	// modified.  If new objects are added to the ipv6InterfaceTable that require
	// the ipv6InterfaceTableLastChange to be updated when they are modified, they
	// must specify that requirement in their description clause. The type is
	// interface{} with range: 0..4294967295.
	Ipv6InterfaceTableLastChange interface{}

	// An advisory lock used to allow cooperating SNMP managers to coordinate
	// their use of the set operation in creating or modifying rows within this
	// table.  In order to use this lock to coordinate the use of set operations,
	// managers should first retrieve ipAddressTableSpinLock.  They should then
	// determine the appropriate row to create or modify.  Finally, they should
	// issue the appropriate set command, including the retrieved value of
	// ipAddressSpinLock.  If another manager has altered the table in the
	// meantime, then the value of ipAddressSpinLock will have changed, and the
	// creation will fail as it will be specifying an incorrect value for
	// ipAddressSpinLock.  It is suggested, but not required, that the
	// ipAddressSpinLock be the first var bind for each set of objects
	// representing a 'row' in a PDU. The type is interface{} with range:
	// 0..2147483647.
	IpAddressSpinLock interface{}

	// An advisory lock used to allow cooperating SNMP managers to coordinate
	// their use of the set operation in creating or modifying rows within this
	// table.  In order to use this lock to coordinate the use of set operations,
	// managers should first retrieve ipv6RouterAdvertSpinLock.  They should then
	// determine the appropriate row to create or modify.  Finally, they should
	// issue the appropriate set command including the retrieved value of
	// ipv6RouterAdvertSpinLock.  If another manager has altered the table in the
	// meantime, then the value of ipv6RouterAdvertSpinLock will have changed and
	// the creation will fail as it will be specifying an incorrect value for
	// ipv6RouterAdvertSpinLock.  It is suggested, but not required, that the
	// ipv6RouterAdvertSpinLock be the first var bind for each set of objects
	// representing a 'row' in a PDU. The type is interface{} with range:
	// 0..2147483647.
	Ipv6RouterAdvertSpinLock interface{}
}

IPMIB_Ip

func (*IPMIB_Ip) GetEntityData

func (ip *IPMIB_Ip) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddrTable

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

	// The addressing information for one of this entity's IPv4 addresses. The
	// type is slice of IPMIB_IpAddrTable_IpAddrEntry.
	IpAddrEntry []*IPMIB_IpAddrTable_IpAddrEntry
}

IPMIB_IpAddrTable The table of addressing information relevant to this entity's IPv4 addresses.

This table has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by the ipAddressTable although several objects that weren't deemed useful weren't carried forward while another (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable.

func (*IPMIB_IpAddrTable) GetEntityData

func (ipAddrTable *IPMIB_IpAddrTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddrTable_IpAddrEntry

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

	// This attribute is a key. The IPv4 address to which this entry's addressing
	// information pertains. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	IpAdEntAddr interface{}

	// The index value which uniquely identifies the 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 of the IF-MIB's
	// ifIndex. The type is interface{} with range: 1..2147483647.
	IpAdEntIfIndex interface{}

	// The subnet mask associated with the IPv4 address of this entry.  The value
	// of the mask is an IPv4 address with all the network bits set to 1 and all
	// the hosts bits set to 0. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	IpAdEntNetMask interface{}

	// The value of the least-significant bit in the IPv4 broadcast address used
	// for sending datagrams on the (logical) interface associated with the IPv4
	// address of this entry. For example, when the Internet standard all-ones
	// broadcast address is used, the value will be 1.  This value applies to both
	// the subnet and network broadcast addresses used by the entity on this
	// (logical) interface. The type is interface{} with range: 0..1.
	IpAdEntBcastAddr interface{}

	// The size of the largest IPv4 datagram which this entity can re-assemble
	// from incoming IPv4 fragmented datagrams received on this interface. The
	// type is interface{} with range: 0..65535.
	IpAdEntReasmMaxSize interface{}
}

IPMIB_IpAddrTable_IpAddrEntry The addressing information for one of this entity's IPv4 addresses.

func (*IPMIB_IpAddrTable_IpAddrEntry) GetEntityData

func (ipAddrEntry *IPMIB_IpAddrTable_IpAddrEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddressPrefixTable

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

	// An entry in the ipAddressPrefixTable. The type is slice of
	// IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry.
	IpAddressPrefixEntry []*IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry
}

IPMIB_IpAddressPrefixTable This table allows the user to determine the source of an IP address or set of IP addresses, and allows other tables to share the information via pointer rather than by copying.

For example, when the node configures both a unicast and anycast address for a prefix, the ipAddressPrefix objects for those addresses will point to a single row in this table.

This table primarily provides support for IPv6 prefixes, and several of the objects are less meaningful for IPv4. The table continues to allow IPv4 addresses to allow future flexibility. In order to promote a common configuration, this document includes suggestions for default values for IPv4 prefixes. Each of these values may be overridden if an object is meaningful to the node.

All prefixes used by this entity should be included in this table independent of how the entity learned the prefix. (This table isn't limited to prefixes learned from router

advertisements.)

func (*IPMIB_IpAddressPrefixTable) GetEntityData

func (ipAddressPrefixTable *IPMIB_IpAddressPrefixTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// interface on which this prefix is configured.  The interface identified by
	// a particular value of this index is the same interface as identified by the
	// same value of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	IpAddressPrefixIfIndex interface{}

	// This attribute is a key. The address type of ipAddressPrefix. The type is
	// InetAddressType.
	IpAddressPrefixType interface{}

	// This attribute is a key. The address prefix.  The address type of this
	// object is specified in ipAddressPrefixType.  The length of this object is
	// the standard length for objects of that type (4 or 16 bytes).  Any bits
	// after ipAddressPrefixLength must be zero.  Implementors need to be aware
	// that, if the size of ipAddressPrefixPrefix exceeds 114 octets, then OIDS of
	// instances of columns in this row will have more than 128 sub-identifiers
	// and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3. The type is string
	// with length: 0..255.
	IpAddressPrefixPrefix interface{}

	// This attribute is a key. The prefix length associated with this prefix.
	// The value 0 has no special meaning for this object.  It simply refers to
	// address '::/0'. The type is interface{} with range: 0..2040.
	IpAddressPrefixLength interface{}

	// The origin of this prefix. The type is IpAddressPrefixOriginTC.
	IpAddressPrefixOrigin interface{}

	// This object has the value 'true(1)', if this prefix can be used for on-link
	// determination; otherwise, the value is 'false(2)'.  The default for IPv4
	// prefixes is 'true(1)'. The type is bool.
	IpAddressPrefixOnLinkFlag interface{}

	// Autonomous address configuration flag.  When true(1), indicates that this
	// prefix can be used for autonomous address configuration (i.e., can be used
	// to form a local interface address).  If false(2), it is not used to auto-
	// configure a local interface address.  The default for IPv4 prefixes is
	// 'false(2)'. The type is bool.
	IpAddressPrefixAutonomousFlag interface{}

	// The remaining length of time, in seconds, that this prefix will continue to
	// be preferred, i.e., time until deprecation.  A value of 4,294,967,295
	// represents infinity.  The address generated from a deprecated prefix should
	// no longer be used as a source address in new communications, but packets
	// received on such an interface are processed as expected.  The default for
	// IPv4 prefixes is 4,294,967,295 (infinity). The type is interface{} with
	// range: 0..4294967295. Units are seconds.
	IpAddressPrefixAdvPreferredLifetime interface{}

	// The remaining length of time, in seconds, that this prefix will continue to
	// be valid, i.e., time until invalidation.  A value of 4,294,967,295
	// represents infinity.  The address generated from an invalidated prefix
	// should not appear as the destination or source address of a packet.   The
	// default for IPv4 prefixes is 4,294,967,295 (infinity). The type is
	// interface{} with range: 0..4294967295. Units are seconds.
	IpAddressPrefixAdvValidLifetime interface{}
}

IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry An entry in the ipAddressPrefixTable.

func (*IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry) GetEntityData

func (ipAddressPrefixEntry *IPMIB_IpAddressPrefixTable_IpAddressPrefixEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddressTable

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

	// An address mapping for a particular interface. The type is slice of
	// IPMIB_IpAddressTable_IpAddressEntry.
	IpAddressEntry []*IPMIB_IpAddressTable_IpAddressEntry
}

IPMIB_IpAddressTable This table contains addressing information relevant to the entity's interfaces.

This table does not contain multicast address information. Tables for such information should be contained in multicast specific MIBs, such as RFC 3019.

While this table is writable, the user will note that several objects, such as ipAddressOrigin, are not. The intention in allowing a user to write to this table is to allow them to add or remove any entry that isn't

permanent. The user should be allowed to modify objects and entries when that would not cause inconsistencies within the table. Allowing write access to objects, such as ipAddressOrigin, could allow a user to insert an entry and then label it incorrectly.

Note well: When including IPv6 link-local addresses in this table, the entry must use an InetAddressType of 'ipv6z' in order to differentiate between the possible interfaces.

func (*IPMIB_IpAddressTable) GetEntityData

func (ipAddressTable *IPMIB_IpAddressTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddressTable_IpAddressEntry

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

	// This attribute is a key. The address type of ipAddressAddr. The type is
	// InetAddressType.
	IpAddressAddrType interface{}

	// This attribute is a key. The IP address to which this entry's addressing
	// information   pertains.  The address type of this object is specified in
	// ipAddressAddrType.  Implementors need to be aware that if the size of
	// ipAddressAddr exceeds 116 octets, then OIDS of instances of columns in this
	// row will have more than 128 sub-identifiers and cannot be accessed using
	// SNMPv1, SNMPv2c, or SNMPv3. The type is string with length: 0..255.
	IpAddressAddr interface{}

	// The index value that uniquely identifies the 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 of the IF-MIB's
	// ifIndex. The type is interface{} with range: 1..2147483647.
	IpAddressIfIndex interface{}

	// The type of address.  broadcast(3) is not a valid value for IPv6 addresses
	// (RFC 3513). The type is IpAddressType.
	IpAddressType interface{}

	// A pointer to the row in the prefix table to which this address belongs.
	// May be { 0 0 } if there is no such row. The type is string with pattern:
	// (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	IpAddressPrefix interface{}

	// The origin of the address. The type is IpAddressOriginTC.
	IpAddressOrigin interface{}

	// The status of the address, describing if the address can be used for
	// communication.  In the absence of other information, an IPv4 address is
	// always preferred(1). The type is IpAddressStatusTC.
	IpAddressStatus interface{}

	// The value of sysUpTime at the time this entry was created. If this entry
	// was created prior to the last re- initialization of the local network
	// management subsystem, then this object contains a zero value. The type is
	// interface{} with range: 0..4294967295.
	IpAddressCreated interface{}

	// The value of sysUpTime at the time this entry was last updated.  If this
	// entry was updated prior to the last re- initialization of the local network
	// management subsystem, then this object contains a zero value. The type is
	// interface{} with range: 0..4294967295.
	IpAddressLastChanged interface{}

	// The status of this conceptual row.  The RowStatus TC requires that this
	// DESCRIPTION clause states under which circumstances other objects in this
	// row   can be modified.  The value of this object has no effect on whether
	// other objects in this conceptual row can be modified.  A conceptual row can
	// not be made active until the ipAddressIfIndex has been set to a valid
	// index. The type is RowStatus.
	IpAddressRowStatus interface{}

	// The storage type for this conceptual row.  If this object has a value of
	// 'permanent', then no other objects are required to be able to be modified.
	// The type is StorageType.
	IpAddressStorageType interface{}
}

IPMIB_IpAddressTable_IpAddressEntry An address mapping for a particular interface.

func (*IPMIB_IpAddressTable_IpAddressEntry) GetEntityData

func (ipAddressEntry *IPMIB_IpAddressTable_IpAddressEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpAddressTable_IpAddressEntry_IpAddressType

type IPMIB_IpAddressTable_IpAddressEntry_IpAddressType string

IPMIB_IpAddressTable_IpAddressEntry_IpAddressType represents IPv6 addresses (RFC 3513).

const (
	IPMIB_IpAddressTable_IpAddressEntry_IpAddressType_unicast IPMIB_IpAddressTable_IpAddressEntry_IpAddressType = "unicast"

	IPMIB_IpAddressTable_IpAddressEntry_IpAddressType_anycast IPMIB_IpAddressTable_IpAddressEntry_IpAddressType = "anycast"

	IPMIB_IpAddressTable_IpAddressEntry_IpAddressType_broadcast IPMIB_IpAddressTable_IpAddressEntry_IpAddressType = "broadcast"
)

type IPMIB_IpDefaultRouterTable

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

	// Each entry contains information about a default router known to this
	// entity. The type is slice of
	// IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry.
	IpDefaultRouterEntry []*IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry
}

IPMIB_IpDefaultRouterTable The table used to describe the default routers known to this

entity.

func (*IPMIB_IpDefaultRouterTable) GetEntityData

func (ipDefaultRouterTable *IPMIB_IpDefaultRouterTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry

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

	// This attribute is a key. The address type for this row. The type is
	// InetAddressType.
	IpDefaultRouterAddressType interface{}

	// This attribute is a key. The IP address of the default router represented
	// by this row.  The address type of this object is specified in
	// ipDefaultRouterAddressType.  Implementers need to be aware that if the size
	// of ipDefaultRouterAddress exceeds 115 octets, then OIDS of instances of
	// columns in this row will have more than 128 sub-identifiers and cannot be
	// accessed using SNMPv1, SNMPv2c, or SNMPv3. The type is string with length:
	// 0..255.
	IpDefaultRouterAddress interface{}

	// This attribute is a key. The index value that uniquely identifies the
	// interface by which the router can be reached.  The interface identified by
	// a particular value of this index is the same interface as identified by the
	// same value of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	IpDefaultRouterIfIndex interface{}

	// The remaining length of time, in seconds, that this router will continue to
	// be useful as a default router.  A value of zero indicates that it is no
	// longer useful as a default router.  It is left to the implementer of the
	// MIB as to whether a router with a lifetime of zero is removed from the
	// list.  For IPv6, this value should be extracted from the router
	// advertisement messages. The type is interface{} with range: 0..65535. Units
	// are seconds.
	IpDefaultRouterLifetime interface{}

	// An indication of preference given to this router as a default router as
	// described in he Default Router Preferences document.  Treating the value as
	// a 2 bit signed integer allows for simple arithmetic comparisons.  For IPv4
	// routers or IPv6 routers that are not using the updated router advertisement
	// format, this object is set to medium (0). The type is
	// IpDefaultRouterPreference.
	IpDefaultRouterPreference interface{}
}

IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry Each entry contains information about a default router known to this entity.

func (*IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry) GetEntityData

func (ipDefaultRouterEntry *IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference

type IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference string

IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference represents medium (0).

const (
	IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference_reserved IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference = "reserved"

	IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference_low IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference = "low"

	IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference_medium IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference = "medium"

	IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference_high IPMIB_IpDefaultRouterTable_IpDefaultRouterEntry_IpDefaultRouterPreference = "high"
)

type IPMIB_IpIfStatsTable

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

	// An interface statistics entry containing objects for a particular interface
	// and version of IP. The type is slice of
	// IPMIB_IpIfStatsTable_IpIfStatsEntry.
	IpIfStatsEntry []*IPMIB_IpIfStatsTable_IpIfStatsEntry
}

IPMIB_IpIfStatsTable The table containing per-interface traffic statistics. This table and the ipSystemStatsTable contain similar objects whose difference is in their granularity. Where this table contains per-interface statistics, the ipSystemStatsTable contains the same statistics, but counted on a system wide basis.

func (*IPMIB_IpIfStatsTable) GetEntityData

func (ipIfStatsTable *IPMIB_IpIfStatsTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpIfStatsTable_IpIfStatsEntry

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

	// This attribute is a key. The IP version of this row. The type is IpVersion.
	IpIfStatsIPVersion interface{}

	// This attribute is a key. The index value that uniquely identifies the
	// 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 of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	IpIfStatsIfIndex interface{}

	// The total number of input IP datagrams received, including those received
	// in error.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	IpIfStatsInReceives interface{}

	// The total number of input IP datagrams received, including those received
	// in error.  This object counts the same datagrams as ipIfStatsInReceives,
	// but allows for larger values.  Discontinuities in the value of this counter
	// can occur at re-initialization of the management system, and at other times
	// as indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..18446744073709551615.
	IpIfStatsHCInReceives interface{}

	// The total number of octets received in input IP datagrams, including those
	// received in error.  Octets from datagrams counted in ipIfStatsInReceives
	// MUST be counted here.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsInOctets interface{}

	// The total number of octets received in input IP datagrams, including those
	// received in error.  This object counts the same octets as
	// ipIfStatsInOctets, but allows for larger values.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCInOctets interface{}

	// The number of input IP datagrams discarded due to errors in their IP
	// headers, including version number mismatch, other format errors, hop count
	// exceeded, errors discovered in processing their IP options, etc.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsInHdrErrors interface{}

	// The number of input IP datagrams discarded because no route could be found
	// to transmit them to their destination.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsInNoRoutes interface{}

	// The number of input IP datagrams discarded because the IP address in their
	// IP header's destination field was not a valid address to be received at
	// this entity.  This count includes invalid addresses (e.g., ::0).  For
	// entities that are not IP routers and therefore do not forward datagrams,
	// this counter includes datagrams discarded because the destination address
	// was not a local address.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsInAddrErrors interface{}

	// The number of locally-addressed IP datagrams received successfully but
	// discarded because of an unknown or unsupported protocol.  When tracking
	// interface statistics, the counter of the interface to which these datagrams
	// were addressed is incremented.  This interface might not be the same as the
	// input interface for some of the datagrams.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of   ipIfStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpIfStatsInUnknownProtos interface{}

	// The number of input IP datagrams discarded because the datagram frame
	// didn't carry enough data.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsInTruncatedPkts interface{}

	// The number of input datagrams for which this entity was not their final IP
	// destination and for which this entity attempted to find a route to forward
	// them to that final destination.  In entities that do not act as IP routers,
	// this counter will include only those datagrams that were Source-Routed via
	// this entity, and the Source-Route processing was successful.  When tracking
	// interface statistics, the counter of the incoming interface is incremented
	// for each datagram.  Discontinuities in the value of this counter can occur
	// at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsInForwDatagrams interface{}

	// The number of input datagrams for which this entity was not their final IP
	// destination and for which this entity attempted to find a route to forward
	// them to that final destination.  This object counts the same packets as
	// ipIfStatsInForwDatagrams, but allows for larger values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCInForwDatagrams interface{}

	// The number of IP fragments received that needed to be reassembled at this
	// interface.  When tracking interface statistics, the counter of the
	// interface to which these fragments were addressed is incremented.  This
	// interface might not be the same as the input interface for some of the
	// fragments.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	IpIfStatsReasmReqds interface{}

	// The number of IP datagrams successfully reassembled.  When tracking
	// interface statistics, the counter of the interface to which these datagrams
	// were addressed is incremented.  This interface might not be the same as the
	// input interface for some of the datagrams.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsReasmOKs interface{}

	// The number of failures detected by the IP re-assembly algorithm (for
	// whatever reason: timed out, errors, etc.). Note that this is not
	// necessarily a count of discarded IP fragments since some algorithms
	// (notably the algorithm in RFC 815) can lose track of the number of
	// fragments by combining them as they are received.  When tracking interface
	// statistics, the counter of the interface to which these fragments were
	// addressed is incremented.  This interface might not be the same as the
	// input interface for some of the fragments.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsReasmFails interface{}

	// The number of input IP datagrams for which no problems were encountered to
	// prevent their continued processing, but were discarded (e.g., for lack of
	// buffer space).  Note that this counter does not include any datagrams
	// discarded while awaiting re-assembly.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsInDiscards interface{}

	// The total number of datagrams successfully delivered to IP user-protocols
	// (including ICMP).  When tracking interface statistics, the counter of the
	// interface to which these datagrams were addressed is incremented.  This
	// interface might not be the same as the   input interface for some of the
	// datagrams.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	IpIfStatsInDelivers interface{}

	// The total number of datagrams successfully delivered to IP user-protocols
	// (including ICMP).  This object counts the same packets as
	// ipIfStatsInDelivers, but allows for larger values.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCInDelivers interface{}

	// The total number of IP datagrams that local IP user- protocols (including
	// ICMP) supplied to IP in requests for transmission.  Note that this counter
	// does not include any datagrams counted in ipIfStatsOutForwDatagrams.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutRequests interface{}

	// The total number of IP datagrams that local IP user- protocols (including
	// ICMP) supplied to IP in requests for transmission.  This object counts the
	// same packets as   ipIfStatsOutRequests, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutRequests interface{}

	// The number of datagrams for which this entity was not their final IP
	// destination and for which it was successful in finding a path to their
	// final destination.  In entities that do not act as IP routers, this counter
	// will include only those datagrams that were Source-Routed via this entity,
	// and the Source-Route processing was successful.  When tracking interface
	// statistics, the counter of the outgoing interface is incremented for a
	// successfully forwarded datagram.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsOutForwDatagrams interface{}

	// The number of datagrams for which this entity was not their final IP
	// destination and for which it was successful in finding a path to their
	// final destination.  This object counts the same packets as
	// ipIfStatsOutForwDatagrams, but allows for larger values.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutForwDatagrams interface{}

	// The number of output IP datagrams for which no problem was encountered to
	// prevent their transmission to their destination, but were discarded (e.g.,
	// for lack of buffer space).  Note that this counter would include datagrams
	// counted in ipIfStatsOutForwDatagrams if any such datagrams met this
	// (discretionary) discard criterion.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsOutDiscards interface{}

	// The number of IP datagrams that would require fragmentation in order to be
	// transmitted.  When tracking interface statistics, the counter of the
	// outgoing interface is incremented for a successfully fragmented datagram.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutFragReqds interface{}

	// The number of IP datagrams that have been successfully fragmented.  When
	// tracking interface statistics, the counter of the   outgoing interface is
	// incremented for a successfully fragmented datagram.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutFragOKs interface{}

	// The number of IP datagrams that have been discarded because they needed to
	// be fragmented but could not be.  This includes IPv4 packets that have the
	// DF bit set and IPv6 packets that are being forwarded and exceed the
	// outgoing link MTU.  When tracking interface statistics, the counter of the
	// outgoing interface is incremented for an unsuccessfully fragmented
	// datagram.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..4294967295.
	IpIfStatsOutFragFails interface{}

	// The number of output datagram fragments that have been generated as a
	// result of IP fragmentation.  When tracking interface statistics, the
	// counter of the outgoing interface is incremented for a successfully
	// fragmented datagram.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsOutFragCreates interface{}

	// The total number of IP datagrams that this entity supplied to the lower
	// layers for transmission.  This includes datagrams generated locally and
	// those forwarded by this entity.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipIfStatsDiscontinuityTime. The
	// type is interface{} with range: 0..4294967295.
	IpIfStatsOutTransmits interface{}

	// The total number of IP datagrams that this entity supplied to the lower
	// layers for transmission.  This object counts the same datagrams as
	// ipIfStatsOutTransmits, but allows for larger values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutTransmits interface{}

	// The total number of octets in IP datagrams delivered to the lower layers
	// for transmission.  Octets from datagrams counted in ipIfStatsOutTransmits
	// MUST be counted here.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipIfStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpIfStatsOutOctets interface{}

	// The total number of octets in IP datagrams delivered to the lower layers
	// for transmission.  This objects counts the same octets as
	// ipIfStatsOutOctets, but allows for larger values.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutOctets interface{}

	// The number of IP multicast datagrams received.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsInMcastPkts interface{}

	// The number of IP multicast datagrams received.  This object counts the same
	// datagrams as ipIfStatsInMcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCInMcastPkts interface{}

	// The total number of octets received in IP multicast   datagrams.  Octets
	// from datagrams counted in ipIfStatsInMcastPkts MUST be counted here.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsInMcastOctets interface{}

	// The total number of octets received in IP multicast datagrams.  This object
	// counts the same octets as ipIfStatsInMcastOctets, but allows for larger
	// values.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..18446744073709551615.
	IpIfStatsHCInMcastOctets interface{}

	// The number of IP multicast datagrams transmitted.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutMcastPkts interface{}

	// The number of IP multicast datagrams transmitted.  This object counts the
	// same datagrams as ipIfStatsOutMcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other   times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutMcastPkts interface{}

	// The total number of octets transmitted in IP multicast datagrams.  Octets
	// from datagrams counted in ipIfStatsOutMcastPkts MUST be counted here.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutMcastOctets interface{}

	// The total number of octets transmitted in IP multicast datagrams.  This
	// object counts the same octets as ipIfStatsOutMcastOctets, but allows for
	// larger values.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipIfStatsDiscontinuityTime. The type is interface{} with
	// range: 0..18446744073709551615.
	IpIfStatsHCOutMcastOctets interface{}

	// The number of IP broadcast datagrams received.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsInBcastPkts interface{}

	// The number of IP broadcast datagrams received.  This object counts the same
	// datagrams as ipIfStatsInBcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCInBcastPkts interface{}

	// The number of IP broadcast datagrams transmitted.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpIfStatsOutBcastPkts interface{}

	// The number of IP broadcast datagrams transmitted.  This object counts the
	// same datagrams as ipIfStatsOutBcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipIfStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpIfStatsHCOutBcastPkts interface{}

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

	// The minimum reasonable polling interval for this entry. This object
	// provides an indication of the minimum amount of time required to update the
	// counters in this entry. The type is interface{} with range: 0..4294967295.
	// Units are milli-seconds.
	IpIfStatsRefreshRate interface{}
}

IPMIB_IpIfStatsTable_IpIfStatsEntry An interface statistics entry containing objects for a particular interface and version of IP.

func (*IPMIB_IpIfStatsTable_IpIfStatsEntry) GetEntityData

func (ipIfStatsEntry *IPMIB_IpIfStatsTable_IpIfStatsEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpNetToMediaTable

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

	// Each entry contains one IpAddress to `physical' address equivalence. The
	// type is slice of IPMIB_IpNetToMediaTable_IpNetToMediaEntry.
	IpNetToMediaEntry []*IPMIB_IpNetToMediaTable_IpNetToMediaEntry
}

IPMIB_IpNetToMediaTable The IPv4 Address Translation table used for mapping from IPv4 addresses to physical addresses.

This table has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by the ipNetToPhysicalTable.

func (*IPMIB_IpNetToMediaTable) GetEntityData

func (ipNetToMediaTable *IPMIB_IpNetToMediaTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpNetToMediaTable_IpNetToMediaEntry

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

	// This attribute is a key. The interface on which this entry's equivalence is
	// effective.  The interface identified by a particular value of this index is
	// the same interface as identified by the   same value of the IF-MIB's
	// ifIndex.  This object predates the rule limiting index objects to a max
	// access value of 'not-accessible' and so continues to use a value of
	// 'read-create'. The type is interface{} with range: 1..2147483647.
	IpNetToMediaIfIndex interface{}

	// This attribute is a key. The IpAddress corresponding to the media-dependent
	// `physical' address.  This object predates the rule limiting index objects
	// to a max access value of 'not-accessible' and so continues to use a value
	// of 'read-create'. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	IpNetToMediaNetAddress interface{}

	// The media-dependent `physical' address.  This object should return 0 when
	// this entry is in the 'incomplete' state.  As the entries in this table are
	// typically not persistent when this object is written the entity should not
	// save the change to non-volatile storage.  Note: a stronger requirement is
	// not used because this object was previously defined. The type is string
	// with length: 0..65535.
	IpNetToMediaPhysAddress interface{}

	// The type of mapping.  Setting this object to the value invalid(2) has the
	// effect   of invalidating the corresponding entry in the ipNetToMediaTable.
	// That is, it effectively dis-associates the interface identified with said
	// entry from the mapping identified with said entry.  It is an
	// implementation- specific matter as to whether the agent removes an
	// invalidated entry from the table.  Accordingly, management stations must be
	// prepared to receive tabular information from agents that corresponds to
	// entries not currently in use.  Proper interpretation of such entries
	// requires examination of the relevant ipNetToMediaType object.  As the
	// entries in this table are typically not persistent when this object is
	// written the entity should not save the change to non-volatile storage.
	// Note: a stronger requirement is not used because this object was previously
	// defined. The type is IpNetToMediaType.
	IpNetToMediaType interface{}
}

IPMIB_IpNetToMediaTable_IpNetToMediaEntry Each entry contains one IpAddress to `physical' address equivalence.

func (*IPMIB_IpNetToMediaTable_IpNetToMediaEntry) GetEntityData

func (ipNetToMediaEntry *IPMIB_IpNetToMediaTable_IpNetToMediaEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType

type IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType string

IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType represents defined.

const (
	IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType_other IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType = "other"

	IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType_invalid IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType = "invalid"

	IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType_dynamic IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType = "dynamic"

	IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType_static IPMIB_IpNetToMediaTable_IpNetToMediaEntry_IpNetToMediaType = "static"
)

type IPMIB_IpNetToPhysicalTable

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

	// Each entry contains one IP address to `physical' address equivalence. The
	// type is slice of IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry.
	IpNetToPhysicalEntry []*IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry
}

IPMIB_IpNetToPhysicalTable The IP Address Translation table used for mapping from IP addresses to physical addresses.

The Address Translation tables contain the IP address to 'physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries.

While many protocols may be used to populate this table, ARP and Neighbor Discovery are the most likely options.

func (*IPMIB_IpNetToPhysicalTable) GetEntityData

func (ipNetToPhysicalTable *IPMIB_IpNetToPhysicalTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// 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 of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	IpNetToPhysicalIfIndex interface{}

	// This attribute is a key. The type of ipNetToPhysicalNetAddress. The type is
	// InetAddressType.
	IpNetToPhysicalNetAddressType interface{}

	// This attribute is a key. The IP Address corresponding to the
	// media-dependent `physical' address.  The address type of this object is
	// specified in ipNetToPhysicalAddressType.  Implementors need to be aware
	// that if the size of   ipNetToPhysicalNetAddress exceeds 115 octets, then
	// OIDS of instances of columns in this row will have more than 128
	// sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
	// The type is string with length: 0..255.
	IpNetToPhysicalNetAddress interface{}

	// The media-dependent `physical' address.  As the entries in this table are
	// typically not persistent when this object is written the entity SHOULD NOT
	// save the change to non-volatile storage. The type is string with length:
	// 0..65535.
	IpNetToPhysicalPhysAddress interface{}

	// The value of sysUpTime at the time this entry was last updated.  If this
	// entry was updated prior to the last re- initialization of the local network
	// management subsystem, then this object contains a zero value. The type is
	// interface{} with range: 0..4294967295.
	IpNetToPhysicalLastUpdated interface{}

	// The type of mapping.  Setting this object to the value invalid(2) has the
	// effect of invalidating the corresponding entry in the ipNetToPhysicalTable.
	// That is, it effectively dis- associates the interface identified with said
	// entry from the mapping identified with said entry.  It is an
	// implementation-specific matter as to whether the agent   removes an
	// invalidated entry from the table.  Accordingly, management stations must be
	// prepared to receive tabular information from agents that corresponds to
	// entries not currently in use.  Proper interpretation of such entries
	// requires examination of the relevant ipNetToPhysicalType object.  The
	// 'dynamic(3)' type indicates that the IP address to physical addresses
	// mapping has been dynamically resolved using e.g., IPv4 ARP or the IPv6
	// Neighbor Discovery protocol.  The 'static(4)' type indicates that the
	// mapping has been statically configured.  Both of these refer to entries
	// that provide mappings for other entities addresses.  The 'local(5)' type
	// indicates that the mapping is provided for an entity's own interface
	// address.  As the entries in this table are typically not persistent when
	// this object is written the entity SHOULD NOT save the change to
	// non-volatile storage. The type is IpNetToPhysicalType.
	IpNetToPhysicalType interface{}

	// The Neighbor Unreachability Detection state for the interface when the
	// address mapping in this entry is used. If Neighbor Unreachability Detection
	// is not in use (e.g. for IPv4), this object is always unknown(6). The type
	// is IpNetToPhysicalState.
	IpNetToPhysicalState interface{}

	// The status of this conceptual row.  The RowStatus TC requires that this
	// DESCRIPTION clause states under which circumstances other objects in this
	// row can be modified.  The value of this object has no effect on whether
	// other objects in this conceptual row can be modified.  A conceptual row can
	// not be made active until the ipNetToPhysicalPhysAddress object has been
	// set.  Note that if the ipNetToPhysicalType is set to 'invalid', the managed
	// node may delete the entry independent of the state of this object. The type
	// is RowStatus.
	IpNetToPhysicalRowStatus interface{}
}

IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry Each entry contains one IP address to `physical' address equivalence.

func (*IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry) GetEntityData

func (ipNetToPhysicalEntry *IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState

type IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState string

IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState represents IPv4), this object is always unknown(6).

const (
	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_reachable IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "reachable"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_stale IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "stale"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_delay IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "delay"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_probe IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "probe"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_invalid IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "invalid"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_unknown IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "unknown"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState_incomplete IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalState = "incomplete"
)

type IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType

type IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType string

IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType represents change to non-volatile storage.

const (
	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType_other IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType = "other"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType_invalid IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType = "invalid"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType_dynamic IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType = "dynamic"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType_static IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType = "static"

	IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType_local IPMIB_IpNetToPhysicalTable_IpNetToPhysicalEntry_IpNetToPhysicalType = "local"
)

type IPMIB_IpSystemStatsTable

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

	// A statistics entry containing system-wide objects for a particular IP
	// version. The type is slice of IPMIB_IpSystemStatsTable_IpSystemStatsEntry.
	IpSystemStatsEntry []*IPMIB_IpSystemStatsTable_IpSystemStatsEntry
}

IPMIB_IpSystemStatsTable The table containing system wide, IP version specific traffic statistics. This table and the ipIfStatsTable contain similar objects whose difference is in their granularity. Where this table contains system wide traffic statistics, the ipIfStatsTable contains the same statistics but counted on a per-interface basis.

func (*IPMIB_IpSystemStatsTable) GetEntityData

func (ipSystemStatsTable *IPMIB_IpSystemStatsTable) GetEntityData() *types.CommonEntityData

type IPMIB_IpSystemStatsTable_IpSystemStatsEntry

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

	// This attribute is a key. The IP version of this row. The type is IpVersion.
	IpSystemStatsIPVersion interface{}

	// The total number of input IP datagrams received, including those received
	// in error.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipSystemStatsDiscontinuityTime. The type is interface{}
	// with range: 0..4294967295.
	IpSystemStatsInReceives interface{}

	// The total number of input IP datagrams received, including those received
	// in error.  This object counts the same datagrams as
	// ipSystemStatsInReceives, but allows for larger values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInReceives interface{}

	// The total number of octets received in input IP datagrams, including those
	// received in error.  Octets from datagrams counted in
	// ipSystemStatsInReceives MUST be counted here.  Discontinuities in the value
	// of this counter can occur at re-initialization of the management system,
	// and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsInOctets interface{}

	// The total number of octets received in input IP datagrams, including those
	// received in error.  This object counts the same octets as
	// ipSystemStatsInOctets, but allows for larger   values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInOctets interface{}

	// The number of input IP datagrams discarded due to errors in their IP
	// headers, including version number mismatch, other format errors, hop count
	// exceeded, errors discovered in processing their IP options, etc.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsInHdrErrors interface{}

	// The number of input IP datagrams discarded because no route could be found
	// to transmit them to their destination.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsInNoRoutes interface{}

	// The number of input IP datagrams discarded because the IP address in their
	// IP header's destination field was not a valid address to be received at
	// this entity.  This count includes invalid addresses (e.g., ::0).  For
	// entities that are not IP routers and therefore do not forward   datagrams,
	// this counter includes datagrams discarded because the destination address
	// was not a local address.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipSystemStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpSystemStatsInAddrErrors interface{}

	// The number of locally-addressed IP datagrams received successfully but
	// discarded because of an unknown or unsupported protocol.  When tracking
	// interface statistics, the counter of the interface to which these datagrams
	// were addressed is incremented.  This interface might not be the same as the
	// input interface for some of the datagrams.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsInUnknownProtos interface{}

	// The number of input IP datagrams discarded because the datagram frame
	// didn't carry enough data.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipSystemStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpSystemStatsInTruncatedPkts interface{}

	// The number of input datagrams for which this entity was not their final IP
	// destination and for which this entity attempted to find a route to forward
	// them to that final destination.  In entities that do not act as IP routers,
	// this counter will include only those datagrams that were Source-Routed via
	// this entity, and the Source-Route processing was successful.  When tracking
	// interface statistics, the counter of the incoming interface is incremented
	// for each datagram.  Discontinuities in the value of this counter can occur
	// at re-initialization of the management system, and at other times as
	// indicated by the value of ipSystemStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpSystemStatsInForwDatagrams interface{}

	// The number of input datagrams for which this entity was not their final IP
	// destination and for which this entity attempted to find a route to forward
	// them to that final destination.  This object counts the same packets as
	// ipSystemStatsInForwDatagrams, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInForwDatagrams interface{}

	// The number of IP fragments received that needed to be reassembled at this
	// interface.  When tracking interface statistics, the counter of the
	// interface to which these fragments were addressed is incremented.  This
	// interface might not be the same as the input interface for some of the
	// fragments.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipSystemStatsDiscontinuityTime. The type is interface{}
	// with range: 0..4294967295.
	IpSystemStatsReasmReqds interface{}

	// The number of IP datagrams successfully reassembled.  When tracking
	// interface statistics, the counter of the interface to which these datagrams
	// were addressed is incremented.  This interface might not be the same as the
	// input interface for some of the datagrams.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsReasmOKs interface{}

	// The number of failures detected by the IP re-assembly algorithm (for
	// whatever reason: timed out, errors, etc.). Note that this is not
	// necessarily a count of discarded IP fragments since some algorithms
	// (notably the algorithm in RFC 815) can lose track of the number of
	// fragments by combining them as they are received.  When tracking interface
	// statistics, the counter of the interface to which these fragments were
	// addressed is incremented.  This interface might not be the same as the
	// input interface for some of the fragments.  Discontinuities in the value of
	// this counter can occur at re-initialization of the management system, and
	// at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsReasmFails interface{}

	// The number of input IP datagrams for which no problems were encountered to
	// prevent their continued processing, but were discarded (e.g., for lack of
	// buffer space).  Note that this counter does not include any datagrams
	// discarded while awaiting re-assembly.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsInDiscards interface{}

	// The total number of datagrams successfully delivered to IP user-protocols
	// (including ICMP).  When tracking interface statistics, the counter of the
	// interface to which these datagrams were addressed is incremented.  This
	// interface might not be the same as the input interface for some of the
	// datagrams.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipSystemStatsDiscontinuityTime. The type is interface{}
	// with range: 0..4294967295.
	IpSystemStatsInDelivers interface{}

	// The total number of datagrams successfully delivered to IP user-protocols
	// (including ICMP).  This object counts the same packets as
	// ipSystemStatsInDelivers, but allows for larger values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInDelivers interface{}

	// The total number of IP datagrams that local IP user- protocols (including
	// ICMP) supplied to IP in requests for transmission.  Note that this counter
	// does not include any datagrams counted in ipSystemStatsOutForwDatagrams.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutRequests interface{}

	// The total number of IP datagrams that local IP user- protocols (including
	// ICMP) supplied to IP in requests for transmission.  This object counts the
	// same packets as ipSystemStatsOutRequests, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutRequests interface{}

	// The number of locally generated IP datagrams discarded because no route
	// could be found to transmit them to their destination.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutNoRoutes interface{}

	// The number of datagrams for which this entity was not their final IP
	// destination and for which it was successful in finding a path to their
	// final destination.  In entities that do not act as IP routers, this counter
	// will include only those datagrams that were Source-Routed via this entity,
	// and the Source-Route processing was successful.  When tracking interface
	// statistics, the counter of the outgoing interface is incremented for a
	// successfully forwarded datagram.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsOutForwDatagrams interface{}

	// The number of datagrams for which this entity was not their final IP
	// destination and for which it was successful in finding a path to their
	// final destination.  This object counts the same packets as
	// ipSystemStatsOutForwDatagrams, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutForwDatagrams interface{}

	// The number of output IP datagrams for which no problem was encountered to
	// prevent their transmission to their destination, but were discarded (e.g.,
	// for lack of buffer space).  Note that this counter would include
	// datagrams counted in ipSystemStatsOutForwDatagrams if any such datagrams
	// met this (discretionary) discard criterion.  Discontinuities in the value
	// of this counter can occur at re-initialization of the management system,
	// and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutDiscards interface{}

	// The number of IP datagrams that would require fragmentation in order to be
	// transmitted.  When tracking interface statistics, the counter of the
	// outgoing interface is incremented for a successfully fragmented datagram.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutFragReqds interface{}

	// The number of IP datagrams that have been successfully fragmented.  When
	// tracking interface statistics, the counter of the outgoing interface is
	// incremented for a successfully fragmented datagram.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutFragOKs interface{}

	// The number of IP datagrams that have been discarded because they needed to
	// be fragmented but could not be.  This includes IPv4 packets that have the
	// DF bit set and IPv6 packets that are being forwarded and exceed the
	// outgoing link MTU.  When tracking interface statistics, the counter of the
	// outgoing interface is incremented for an unsuccessfully fragmented
	// datagram.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipSystemStatsDiscontinuityTime. The type is interface{}
	// with range: 0..4294967295.
	IpSystemStatsOutFragFails interface{}

	// The number of output datagram fragments that have been generated as a
	// result of IP fragmentation.  When tracking interface statistics, the
	// counter of the outgoing interface is incremented for a successfully
	// fragmented datagram.  Discontinuities in the value of this counter can
	// occur at re-initialization of the management system, and at other times as
	// indicated by the value of ipSystemStatsDiscontinuityTime. The type is
	// interface{} with range: 0..4294967295.
	IpSystemStatsOutFragCreates interface{}

	// The total number of IP datagrams that this entity supplied to the lower
	// layers for transmission.  This includes datagrams generated locally and
	// those forwarded by this entity.  Discontinuities in the value of this
	// counter can occur at re-initialization of the management system, and at
	// other   times as indicated by the value of ipSystemStatsDiscontinuityTime.
	// The type is interface{} with range: 0..4294967295.
	IpSystemStatsOutTransmits interface{}

	// The total number of IP datagrams that this entity supplied to the lower
	// layers for transmission.  This object counts the same datagrams as
	// ipSystemStatsOutTransmits, but allows for larger values.  Discontinuities
	// in the value of this counter can occur at re-initialization of the
	// management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutTransmits interface{}

	// The total number of octets in IP datagrams delivered to the lower layers
	// for transmission.  Octets from datagrams counted in
	// ipSystemStatsOutTransmits MUST be counted here.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutOctets interface{}

	// The total number of octets in IP datagrams delivered to the lower layers
	// for transmission.  This objects counts the same octets as
	// ipSystemStatsOutOctets, but allows for larger values.  Discontinuities in
	// the value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutOctets interface{}

	// The number of IP multicast datagrams received.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsInMcastPkts interface{}

	// The number of IP multicast datagrams received.  This object counts the same
	// datagrams as ipSystemStatsInMcastPkts but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInMcastPkts interface{}

	// The total number of octets received in IP multicast datagrams.  Octets from
	// datagrams counted in ipSystemStatsInMcastPkts MUST be counted here.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsInMcastOctets interface{}

	// The total number of octets received in IP multicast datagrams.  This object
	// counts the same octets as ipSystemStatsInMcastOctets, but allows for larger
	// values.  Discontinuities in the value of this counter can occur at
	// re-initialization of the management system, and at other times as indicated
	// by the value of ipSystemStatsDiscontinuityTime. The type is interface{}
	// with range: 0..18446744073709551615.
	IpSystemStatsHCInMcastOctets interface{}

	// The number of IP multicast datagrams transmitted.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutMcastPkts interface{}

	// The number of IP multicast datagrams transmitted.  This object counts the
	// same datagrams as ipSystemStatsOutMcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutMcastPkts interface{}

	// The total number of octets transmitted in IP multicast datagrams.  Octets
	// from datagrams counted in   ipSystemStatsOutMcastPkts MUST be counted here.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutMcastOctets interface{}

	// The total number of octets transmitted in IP multicast datagrams.  This
	// object counts the same octets as ipSystemStatsOutMcastOctets, but allows
	// for larger values.  Discontinuities in the value of this counter can occur
	// at re-initialization of the management system, and at other times as
	// indicated by the value of ipSystemStatsDiscontinuityTime. The type is
	// interface{} with range: 0..18446744073709551615.
	IpSystemStatsHCOutMcastOctets interface{}

	// The number of IP broadcast datagrams received.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsInBcastPkts interface{}

	// The number of IP broadcast datagrams received.  This object counts the same
	// datagrams as ipSystemStatsInBcastPkts but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCInBcastPkts interface{}

	// The number of IP broadcast datagrams transmitted.  Discontinuities in the
	// value of this counter can occur at re-initialization of the management
	// system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..4294967295.
	IpSystemStatsOutBcastPkts interface{}

	// The number of IP broadcast datagrams transmitted.  This object counts the
	// same datagrams as ipSystemStatsOutBcastPkts, but allows for larger values.
	// Discontinuities in the value of this counter can occur at re-initialization
	// of the management system, and at other times as indicated by the value of
	// ipSystemStatsDiscontinuityTime. The type is interface{} with range:
	// 0..18446744073709551615.
	IpSystemStatsHCOutBcastPkts interface{}

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

	// The minimum reasonable polling interval for this entry. This object
	// provides an indication of the minimum amount of time required to update the
	// counters in this entry. The type is interface{} with range: 0..4294967295.
	// Units are milli-seconds.
	IpSystemStatsRefreshRate interface{}
}

IPMIB_IpSystemStatsTable_IpSystemStatsEntry A statistics entry containing system-wide objects for a particular IP version.

func (*IPMIB_IpSystemStatsTable_IpSystemStatsEntry) GetEntityData

func (ipSystemStatsEntry *IPMIB_IpSystemStatsTable_IpSystemStatsEntry) GetEntityData() *types.CommonEntityData

type IPMIB_IpTrafficStats

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

	// The value of sysUpTime on the most recent occasion at which a row in the
	// ipIfStatsTable was added or deleted.  If new objects are added to the
	// ipIfStatsTable that require the ipIfStatsTableLastChange to be updated when
	// they are modified, they must specify that requirement in their description
	// clause. The type is interface{} with range: 0..4294967295.
	IpIfStatsTableLastChange interface{}
}

IPMIB_IpTrafficStats

func (*IPMIB_IpTrafficStats) GetEntityData

func (ipTrafficStats *IPMIB_IpTrafficStats) GetEntityData() *types.CommonEntityData

type IPMIB_Ip_IpForwarding

type IPMIB_Ip_IpForwarding string

IPMIB_Ip_IpForwarding represents was previously defined.

const (
	IPMIB_Ip_IpForwarding_forwarding IPMIB_Ip_IpForwarding = "forwarding"

	IPMIB_Ip_IpForwarding_notForwarding IPMIB_Ip_IpForwarding = "notForwarding"
)

type IPMIB_Ip_Ipv6IpForwarding

type IPMIB_Ip_Ipv6IpForwarding string

IPMIB_Ip_Ipv6IpForwarding represents non-volatile storage upon re-initialization of the system.

const (
	IPMIB_Ip_Ipv6IpForwarding_forwarding IPMIB_Ip_Ipv6IpForwarding = "forwarding"

	IPMIB_Ip_Ipv6IpForwarding_notForwarding IPMIB_Ip_Ipv6IpForwarding = "notForwarding"
)

type IPMIB_Ipv4InterfaceTable

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

	// An entry containing IPv4-specific information for a specific interface. The
	// type is slice of IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry.
	Ipv4InterfaceEntry []*IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry
}

IPMIB_Ipv4InterfaceTable The table containing per-interface IPv4-specific information.

func (*IPMIB_Ipv4InterfaceTable) GetEntityData

func (ipv4InterfaceTable *IPMIB_Ipv4InterfaceTable) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// 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 of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	Ipv4InterfaceIfIndex interface{}

	// The size of the largest IPv4 datagram that this entity can re-assemble from
	// incoming IPv4 fragmented datagrams received on this interface. The type is
	// interface{} with range: 0..65535.
	Ipv4InterfaceReasmMaxSize interface{}

	// The indication of whether IPv4 is enabled (up) or disabled (down) on this
	// interface.  This object does not affect the state of the interface itself,
	// only its connection to an IPv4 stack.  The IF-MIB should be used to control
	// the state of the interface. The type is Ipv4InterfaceEnableStatus.
	Ipv4InterfaceEnableStatus interface{}

	// The time between retransmissions of ARP requests to a neighbor when
	// resolving the address or when probing the reachability of a neighbor. The
	// type is interface{} with range: 0..4294967295. Units are milliseconds.
	Ipv4InterfaceRetransmitTime interface{}
}

IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry An entry containing IPv4-specific information for a specific interface.

func (*IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry) GetEntityData

func (ipv4InterfaceEntry *IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus

type IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus string

IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus represents of the interface.

const (
	IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus_up IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus = "up"

	IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus_down IPMIB_Ipv4InterfaceTable_Ipv4InterfaceEntry_Ipv4InterfaceEnableStatus = "down"
)

type IPMIB_Ipv6InterfaceTable

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

	// An entry containing IPv6-specific information for a given interface. The
	// type is slice of IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry.
	Ipv6InterfaceEntry []*IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry
}

IPMIB_Ipv6InterfaceTable The table containing per-interface IPv6-specific information.

func (*IPMIB_Ipv6InterfaceTable) GetEntityData

func (ipv6InterfaceTable *IPMIB_Ipv6InterfaceTable) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// 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 of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	Ipv6InterfaceIfIndex interface{}

	// The size of the largest IPv6 datagram that this entity can re-assemble from
	// incoming IPv6 fragmented datagrams received on this interface. The type is
	// interface{} with range: 1500..65535. Units are octets.
	Ipv6InterfaceReasmMaxSize interface{}

	// The Interface Identifier for this interface.  The Interface Identifier is
	// combined with an address prefix to form an interface address.  By default,
	// the Interface Identifier is auto-configured according to the rules of the
	// link type to which this interface is attached.   A zero length identifier
	// may be used where appropriate.  One possible example is a loopback
	// interface. The type is string.
	Ipv6InterfaceIdentifier interface{}

	// The indication of whether IPv6 is enabled (up) or disabled (down) on this
	// interface.  This object does not affect the state of the interface itself,
	// only its connection to an IPv6 stack.  The IF-MIB should be used to control
	// the state of the interface.  When this object is written, the entity SHOULD
	// save the change to non-volatile storage and restore the object from
	// non-volatile storage upon re-initialization of the system. The type is
	// Ipv6InterfaceEnableStatus.
	Ipv6InterfaceEnableStatus interface{}

	// The time a neighbor is considered reachable after receiving a reachability
	// confirmation. The type is interface{} with range: 0..4294967295. Units are
	// milliseconds.
	Ipv6InterfaceReachableTime interface{}

	// The time between retransmissions of Neighbor Solicitation messages to a
	// neighbor when resolving the address or when probing the reachability of a
	// neighbor. The type is interface{} with range: 0..4294967295. Units are
	// milliseconds.
	Ipv6InterfaceRetransmitTime interface{}

	// The indication of whether this entity is acting as an IPv6 router on this
	// interface with respect to the forwarding of datagrams received by, but not
	// addressed to, this entity. IPv6 routers forward datagrams.  IPv6 hosts do
	// not (except those source-routed via the host).  This object is constrained
	// by ipv6IpForwarding and is ignored if ipv6IpForwarding is set to
	// notForwarding.  Those systems that do not provide per-interface control of
	// the forwarding function should set this object to forwarding for all
	// interfaces and allow the ipv6IpForwarding object to control the forwarding
	// capability.  When this object is written, the entity SHOULD save the change
	// to non-volatile storage and restore the object from non-volatile storage
	// upon re-initialization of the system. The type is Ipv6InterfaceForwarding.
	Ipv6InterfaceForwarding interface{}
}

IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry An entry containing IPv6-specific information for a given interface.

func (*IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry) GetEntityData

func (ipv6InterfaceEntry *IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus

type IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus string

IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus represents non-volatile storage upon re-initialization of the system.

const (
	IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus_up IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus = "up"

	IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus_down IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceEnableStatus = "down"
)

type IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding

type IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding string

IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding represents non-volatile storage upon re-initialization of the system.

const (
	IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding_forwarding IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding = "forwarding"

	IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding_notForwarding IPMIB_Ipv6InterfaceTable_Ipv6InterfaceEntry_Ipv6InterfaceForwarding = "notForwarding"
)

type IPMIB_Ipv6RouterAdvertTable

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

	// An entry containing information used to construct router advertisements.
	// Information in this table is persistent, and when this object is written,
	// the entity SHOULD save the change to non-volatile storage. The type is
	// slice of IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry.
	Ipv6RouterAdvertEntry []*IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry
}

IPMIB_Ipv6RouterAdvertTable The table containing information used to construct router advertisements.

func (*IPMIB_Ipv6RouterAdvertTable) GetEntityData

func (ipv6RouterAdvertTable *IPMIB_Ipv6RouterAdvertTable) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// interface on which router advertisements constructed with this information
	// will be transmitted.  The interface identified by a particular value of
	// this index is the same interface as identified by the same value of the
	// IF-MIB's ifIndex. The type is interface{} with range: 1..2147483647.
	Ipv6RouterAdvertIfIndex interface{}

	// A flag indicating whether the router sends periodic router advertisements
	// and responds to router solicitations on this interface. The type is bool.
	Ipv6RouterAdvertSendAdverts interface{}

	// The maximum time allowed between sending unsolicited router
	// advertisements from this interface. The type is interface{} with range:
	// 4..1800. Units are seconds.
	Ipv6RouterAdvertMaxInterval interface{}

	// The minimum time allowed between sending unsolicited router advertisements
	// from this interface.  The default is 0.33 * ipv6RouterAdvertMaxInterval,
	// however, in the case of a low value for ipv6RouterAdvertMaxInterval, the
	// minimum value for this object is restricted to 3. The type is interface{}
	// with range: 3..1350. Units are seconds.
	Ipv6RouterAdvertMinInterval interface{}

	// The true/false value to be placed into the 'managed address configuration'
	// flag field in router advertisements sent from this interface. The type is
	// bool.
	Ipv6RouterAdvertManagedFlag interface{}

	// The true/false value to be placed into the 'other stateful configuration'
	// flag field in router advertisements sent from this interface. The type is
	// bool.
	Ipv6RouterAdvertOtherConfigFlag interface{}

	// The value to be placed in MTU options sent by the router on this interface.
	// A value of zero indicates that no MTU options are sent. The type is
	// interface{} with range: 0..4294967295.
	Ipv6RouterAdvertLinkMTU interface{}

	// The value to be placed in the reachable time field in router advertisement
	// messages sent from this interface.  A value of zero in the router
	// advertisement indicates that the advertisement isn't specifying a value for
	// reachable time. The type is interface{} with range: 0..3600000. Units are
	// milliseconds.
	Ipv6RouterAdvertReachableTime interface{}

	// The value to be placed in the retransmit timer field in router
	// advertisements sent from this interface.  A value of zero in the router
	// advertisement indicates that the advertisement isn't specifying a value for
	// retrans time. The type is interface{} with range: 0..4294967295. Units are
	// milliseconds.
	Ipv6RouterAdvertRetransmitTime interface{}

	// The default value to be placed in the current hop limit field in router
	// advertisements sent from this interface.   The value should be set to the
	// current diameter of the Internet.  A value of zero in the router
	// advertisement indicates that the advertisement isn't specifying a value for
	// curHopLimit.  The default should be set to the value specified in the IANA
	// web pages (www.iana.org) at the time of implementation. The type is
	// interface{} with range: 0..255.
	Ipv6RouterAdvertCurHopLimit interface{}

	// The value to be placed in the router lifetime field of router
	// advertisements sent from this interface.  This value MUST be either 0 or
	// between ipv6RouterAdvertMaxInterval and 9000 seconds.  A value of zero
	// indicates that the router is not to be used as a default router.  The
	// default is 3 * ipv6RouterAdvertMaxInterval. The type is interface{} with
	// range: 0..0 | 4..9000. Units are seconds.
	Ipv6RouterAdvertDefaultLifetime interface{}

	// The status of this conceptual row.  As all objects in this conceptual row
	// have default values, a row can be created and made active by setting this
	// object appropriately.  The RowStatus TC requires that this DESCRIPTION
	// clause states under which circumstances other objects in this row can be
	// modified.  The value of this object has no effect on whether other objects
	// in this conceptual row can be modified. The type is RowStatus.
	Ipv6RouterAdvertRowStatus interface{}
}

IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry An entry containing information used to construct router advertisements.

Information in this table is persistent, and when this object is written, the entity SHOULD save the change to non-volatile storage.

func (*IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry) GetEntityData

func (ipv6RouterAdvertEntry *IPMIB_Ipv6RouterAdvertTable_Ipv6RouterAdvertEntry) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv6ScopeZoneIndexTable

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

	// Each entry contains the list of scope identifiers on a given interface. The
	// type is slice of IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry.
	Ipv6ScopeZoneIndexEntry []*IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry
}

IPMIB_Ipv6ScopeZoneIndexTable The table used to describe IPv6 unicast and multicast scope zones.

For those objects that have names rather than numbers, the names were chosen to coincide with the names used in the IPv6 address architecture document.

func (*IPMIB_Ipv6ScopeZoneIndexTable) GetEntityData

func (ipv6ScopeZoneIndexTable *IPMIB_Ipv6ScopeZoneIndexTable) GetEntityData() *types.CommonEntityData

type IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry

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

	// This attribute is a key. The index value that uniquely identifies the
	// interface to which these scopes belong.  The interface identified by a
	// particular value of this index is the same interface as identified by the
	// same value of the IF-MIB's ifIndex. The type is interface{} with range:
	// 1..2147483647.
	Ipv6ScopeZoneIndexIfIndex interface{}

	// The zone index for the link-local scope on this interface. The type is
	// interface{} with range: 0..4294967295.
	Ipv6ScopeZoneIndexLinkLocal interface{}

	// The zone index for scope 3 on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndex3 interface{}

	// The zone index for the admin-local scope on this interface. The type is
	// interface{} with range: 0..4294967295.
	Ipv6ScopeZoneIndexAdminLocal interface{}

	// The zone index for the site-local scope on this interface. The type is
	// interface{} with range: 0..4294967295.
	Ipv6ScopeZoneIndexSiteLocal interface{}

	// The zone index for scope 6 on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndex6 interface{}

	// The zone index for scope 7 on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndex7 interface{}

	// The zone index for the organization-local scope on this interface. The type
	// is interface{} with range: 0..4294967295.
	Ipv6ScopeZoneIndexOrganizationLocal interface{}

	// The zone index for scope 9 on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndex9 interface{}

	// The zone index for scope A on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndexA interface{}

	// The zone index for scope B on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndexB interface{}

	// The zone index for scope C on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndexC interface{}

	// The zone index for scope D on this interface. The type is interface{} with
	// range: 0..4294967295.
	Ipv6ScopeZoneIndexD interface{}
}

IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry Each entry contains the list of scope identifiers on a given interface.

func (*IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry) GetEntityData

func (ipv6ScopeZoneIndexEntry *IPMIB_Ipv6ScopeZoneIndexTable_Ipv6ScopeZoneIndexEntry) GetEntityData() *types.CommonEntityData

type IpAddressOriginTC

type IpAddressOriginTC string

IpAddressOriginTC represents 3041 privacy address.

const (
	IpAddressOriginTC_other IpAddressOriginTC = "other"

	IpAddressOriginTC_manual IpAddressOriginTC = "manual"

	IpAddressOriginTC_dhcp IpAddressOriginTC = "dhcp"

	IpAddressOriginTC_linklayer IpAddressOriginTC = "linklayer"

	IpAddressOriginTC_random IpAddressOriginTC = "random"
)

type IpAddressPrefixOriginTC

type IpAddressPrefixOriginTC string

IpAddressPrefixOriginTC represents prefix was found.

const (
	IpAddressPrefixOriginTC_other IpAddressPrefixOriginTC = "other"

	IpAddressPrefixOriginTC_manual IpAddressPrefixOriginTC = "manual"

	IpAddressPrefixOriginTC_wellknown IpAddressPrefixOriginTC = "wellknown"

	IpAddressPrefixOriginTC_dhcp IpAddressPrefixOriginTC = "dhcp"

	IpAddressPrefixOriginTC_routeradv IpAddressPrefixOriginTC = "routeradv"
)

type IpAddressStatusTC

type IpAddressStatusTC string

IpAddressStatusTC represents always preferred(1).

const (
	IpAddressStatusTC_preferred IpAddressStatusTC = "preferred"

	IpAddressStatusTC_deprecated IpAddressStatusTC = "deprecated"

	IpAddressStatusTC_invalid IpAddressStatusTC = "invalid"

	IpAddressStatusTC_inaccessible IpAddressStatusTC = "inaccessible"

	IpAddressStatusTC_unknown IpAddressStatusTC = "unknown"

	IpAddressStatusTC_tentative IpAddressStatusTC = "tentative"

	IpAddressStatusTC_duplicate IpAddressStatusTC = "duplicate"

	IpAddressStatusTC_optimistic IpAddressStatusTC = "optimistic"
)

Jump to

Keyboard shortcuts

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