Specifications
PPP Link Control Table
ATX MIB Reference Guide 8-5
pppLinkConfigEntry {pppLinkConfigTable 1}
Not-Accessible
Configuration information about a particular PPP Link.
pppLinkConfigInitialMRU {pppLinkConfigEntry 1}
Integer Read-Write
The initial Maximum Receive Unit (MRU) that the local PPP entity will advertise
to the remote entity. If the value of this variable is 0 then the local PPP entity will
not advertise any MRU to the remote entity and the default MRU will be
assumed. Changes to this object take effect when the link is next restarted.
Currently, only 8192 is supported and read-only access.
pppLinkConfigReceiveACCMap {pppLinkConfigEntry 2}
Octet String Read-Write
The Asynchronous Control Character Map (ACC) that the local PPP entity
requires for use on its receive side. In effect, this is the ACC Map that is required
in order to ensure that the local modem will successfully receive all characters.
The actual ACC map used on the receive side of the link will be a combination of
the local node’s pppLinkConfigReceiveACCMap and the remote node’s
pppLinkConfigTransmitACCMap. Changes to this object take effect when the
link is next restarted. The only value supported is (0) no ACC map.
pppLinkConfigTransmitACCMap {pppLinkConfigEntry 3}
Octet String Read-Write
The Asynchronous Control Character Map (ACC) that the local PPP entity
requires for use on its transmit side. In effect, this is the ACC Map that is required
in order to ensure that all characters can be successfully transmitted through the
local modem. The actual ACC map used on the transmit side of the link will be a
combination of the local node’s pppLinkConfigTransmitACCMap and the remote
node’s pppLinkConfigReceiveACCMap. Changes to this object take effect when
the link is next restarted. The only value supported is (0) no ACC map.