App-Netsync
view release on metacpan or search on metacpan
share/mib/CISCO-IETF-IP-MIB.my view on Meta::CPAN
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The origin of this prefix. manual(2) indicates a prefix
that was manually configured. wellknown(3) indicates a
well-known prefix, e.g. 169.254/16 for IPv4
autoconfiguration or fe80::/10 for IPv6 link-local
addresses. dhcp(4) indicates a prefix that was assigned
by a DHCP server. routeradv(5) indicates a prefix
learned from a router advertisement."
::= { cIpAddressPfxEntry 5 }
cIpAddressPfxOnLinkFlag OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object has the value 'true(1)', if this prefix
can be used for on-link determination and the value
'false(2)' otherwise."
::= { cIpAddressPfxEntry 6 }
cIpAddressPfxAutonomousFlag OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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
autoconfigure a local interface address."
::= { cIpAddressPfxEntry 7 }
cIpAddressPfxAdvPfdLifetime OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The length of time in seconds that this prefix will
remain 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."
::= { cIpAddressPfxEntry 8 }
cIpAddressPfxAdvValidLifetime OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The length of time in seconds that this prefix will
remain 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."
::= { cIpAddressPfxEntry 9 }
--
-- Internet Address Table
--
cIpAddressTable OBJECT-TYPE
SYNTAX SEQUENCE OF CIpAddressEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Inet address table."
::= { cIp 2 }
cIpAddressEntry OBJECT-TYPE
SYNTAX CIpAddressEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Inet addr entry."
INDEX { cIpAddressAddrType, cIpAddressAddr }
::= { cIpAddressTable 1 }
CIpAddressEntry ::= SEQUENCE {
cIpAddressAddrType InetAddressType,
cIpAddressAddr InetAddress,
cIpAddressIfIndex InterfaceIndex,
cIpAddressType INTEGER,
cIpAddressPrefix RowPointer,
cIpAddressOrigin INTEGER,
cIpAddressStatus INTEGER
}
cIpAddressAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The address type of cIpAddressAddr."
::= { cIpAddressEntry 1 }
cIpAddressAddr OBJECT-TYPE
SYNTAX InetAddress (SIZE(0..36))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP address to which this entry's addressing
information pertains."
::= { cIpAddressEntry 2 }
cIpAddressIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index value which uniquely identifies the interface
share/mib/CISCO-IETF-IP-MIB.my view on Meta::CPAN
cInetNetToMediaEntry OBJECT-TYPE
SYNTAX CInetNetToMediaEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains one IP address to `physical' address
equivalence."
INDEX { ifIndex,
cInetNetToMediaNetAddressType,
cInetNetToMediaNetAddress }
::= { cInetNetToMediaTable 1 }
CInetNetToMediaEntry ::= SEQUENCE {
cInetNetToMediaNetAddressType InetAddressType,
cInetNetToMediaNetAddress InetAddress,
cInetNetToMediaPhysAddress PhysAddress,
cInetNetToMediaLastUpdated TimeStamp,
cInetNetToMediaType INTEGER,
cInetNetToMediaState INTEGER
}
cInetNetToMediaNetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of cInetNetToMediaNetAddress."
::= { cInetNetToMediaEntry 1 }
cInetNetToMediaNetAddress OBJECT-TYPE
SYNTAX InetAddress (SIZE(0..36))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP Address corresponding to the media-dependent
`physical' address."
::= { cInetNetToMediaEntry 2 }
cInetNetToMediaPhysAddress OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The media-dependent `physical' address."
::= { cInetNetToMediaEntry 3 }
cInetNetToMediaLastUpdated OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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."
::= { cInetNetToMediaEntry 4 }
cInetNetToMediaType OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
invalid(2), -- an invalidated mapping
dynamic(3),
static(4),
local(5) -- local interface
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of mapping.
Setting this object to the value invalid(2) has the
effect of invalidating the corresponding entry in the
cInetNetToMediaTable. That is, it effectively
disassociates 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
cInetNetToMediaType 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. The 'local(5)' type indicates
that the mapping is provided for an entity's own
interface address."
::= { cInetNetToMediaEntry 5 }
cInetNetToMediaState OBJECT-TYPE
SYNTAX INTEGER {
reachable(1), -- confirmed reachability
stale(2), -- unconfirmed reachability
delay(3), -- waiting for reachability
-- confirmation before entering
-- the probe state
probe(4), -- actively probing
invalid(5), -- an invalidated mapping
unknown(6), -- state can not be determined
-- for some reason.
incomplete(7) -- address resolution is being
-- performed.
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Neighbor Unreachability Detection [3] 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)."
REFERENCE "RFC2461"
::= { cInetNetToMediaEntry 6 }
--
-- The IPv6 Scope Identifier Table.
--
cIpv6ScopeIdTable OBJECT-TYPE
SYNTAX SEQUENCE OF CIpv6ScopeIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table used to describe IPv6 unicast and multicast
scope zones."
::= { cIp 4 }
cIpv6ScopeIdEntry OBJECT-TYPE
SYNTAX CIpv6ScopeIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains the list of scope identifiers on a
given interface."
INDEX { cIpv6ScopeIdIfIndex }
::= { cIpv6ScopeIdTable 1 }
CIpv6ScopeIdEntry ::= SEQUENCE {
cIpv6ScopeIdIfIndex InterfaceIndex,
cIpv6ScopeIdLinkLocal ScopeId,
cIpv6ScopeIdSubnetLocal ScopeId,
cIpv6ScopeIdAdminLocal ScopeId,
cIpv6ScopeIdSiteLocal ScopeId,
cIpv6ScopeId6 ScopeId,
cIpv6ScopeId7 ScopeId,
cIpv6ScopeIdOrganizationLocal ScopeId,
cIpv6ScopeId9 ScopeId,
cIpv6ScopeIdA ScopeId,
cIpv6ScopeIdB ScopeId,
cIpv6ScopeIdC ScopeId,
cIpv6ScopeIdD ScopeId
}
cIpv6ScopeIdIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
( run in 1.784 second using v1.01-cache-2.11-cpan-99c4e6809bf )