Specifications
Chapter 10: Cabletron MIB
10-90 ATX MIB Reference Guide
sipcktEntry {sipcktTable 1}
Not-Accessible
Defines the attributes of a binding of IP address and network to physical
interface.
sipcktIndex {sipckEntry 1}
Integer Read-Write
Identifies the physical interface. Identical to ifIndex.
sipcktIpAddress {sipckEntry 2}
IP Address Read-Write
Identifies the Ip network that is bound to this interface.
sipcktState {sipckEntry 3}
Integer Read-Write
The status of this binding.
sipcktNetMask {sipckEntry 4}
IP Address Read-Write
The subnet mask for the network associated with this address binding. If set to
0.0.0.0, will default to standard class A/B/C mask, depending on the value of
sipcktIpAddress.
sipcktSourceRoute {sipckEntry 5}
Integer Read-Write
Specifies the behavior of IP routing with respect to (link-layer) source routing for
this circuit. If default (1) then behavior depends on whether the port is token ring
or not. If token ring then ARP requests are sent both as source routing explorers
and as local frames; if not token ring then only local frames are sent. If sr (2) then
ARP requests are sent as source routing explorers only. If no-sr (3) then ARP
requests are sent as local frames only. If both (4), ARP requests are sent both as
source routing explorers and as local frames. Default (1) should be adequate for
most uses unless either source routing is being used on FDDI, or the ARP traffic
is excessive on token ring.