App-Netsync
view release on metacpan or search on metacpan
share/mib/CISCO-IETF-IP-MIB.my view on Meta::CPAN
::= { cIpv6 2 }
--
-- IPv6 Interface table
--
cIpv6InterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CIpv6InterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table containing per-interface IPv6-specific
information."
::= { cIpv6 3 }
cIpv6InterfaceEntry OBJECT-TYPE
SYNTAX CIpv6InterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IPv6-specific information for a given
interface."
INDEX { cIpv6InterfaceIfIndex }
::= { cIpv6InterfaceTable 1 }
CIpv6InterfaceEntry ::= SEQUENCE {
cIpv6InterfaceIfIndex InterfaceIndex,
cIpv6InterfaceEffectiveMtu Unsigned32,
cIpv6InterfaceReasmMaxSize Unsigned32,
cIpv6InterfaceIdentifier Ipv6AddrIfIdentifier,
cIpv6InterfaceIdentifierLength INTEGER,
cIpv6InterfacePhysicalAddress PhysAddress
}
cIpv6InterfaceIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The interface for which this row contains IPv6-specific
information."
::= { cIpv6InterfaceEntry 1 }
cIpv6InterfaceEffectiveMtu OBJECT-TYPE
SYNTAX Unsigned32
UNITS "octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The size of the largest IPv6 packet which can be
sent/received on the interface, specified in octets."
::= { cIpv6InterfaceEntry 2 }
cIpv6InterfaceReasmMaxSize OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
UNITS "octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The size of the largest IPv6 datagram which this entity
can re-assemble from incoming IPv6 fragmented datagrams
received on this interface."
::= { cIpv6InterfaceEntry 3 }
cIpv6InterfaceIdentifier OBJECT-TYPE
SYNTAX Ipv6AddrIfIdentifier
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Interface Identifier for this interface that is (at
least) unique on the link this interface is attached to.
The Interface Identifier is combined with an address
prefix to form an interface address.
By default, the Interface Identifier is autoconfigured
according to the rules of the link type this interface is
attached to."
::= { cIpv6InterfaceEntry 4 }
cIpv6InterfaceIdentifierLength OBJECT-TYPE
SYNTAX INTEGER (0..64)
UNITS "bits"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The length of the Interface Identifier in bits."
::= { cIpv6InterfaceEntry 5 }
cIpv6InterfacePhysicalAddress OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface's physical address. For example, for an
IPv6 interface attached to an 802.x link, this object
normally contains a MAC address. Note that in some
cases this address may differ from the address of the
interface's protocol sub-layer. The interface's
media-specific MIB must define the bit and byte
ordering and the format of the value of this object.
For interfaces which do not have such an address
(e.g., a serial line), this object should contain
an octet string of zero length."
::= { cIpv6InterfaceEntry 6 }
--
-- Interface Stats table i.e. ipIfStatsTable, not supported.
--
--
-- Internet Address Prefix table
--
cIpAddressPfxTable OBJECT-TYPE
SYNTAX SEQUENCE OF CIpAddressPfxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Inet prefix table."
::= { cIp 1 }
( run in 2.583 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )