MTU
This is the Maximum Transmission Unit (MTU) used with this interface. MTU sets the largest frame or packet size that a connection protocol will send. If an IP packet’s size is greater than the MTU setting, it’s broken down into smaller pieces. IPX packets larger than the MTU are discarded. Use the following command:
set location <location name> mtu <value>
For IPX connections, the MTU must be set to 1500.
PPPconnections are set between 100 and 1500 (default is 1500). Note that either end of a PPP connection can negotiate for a smaller MTU if necessary. SLIP connections are set between 100 and 1006 (default is 1006).
PPPAsync Map
The PPP protocol supports the escaping of
The PPP Async Map is a
set location <location name> map <value>
For example, to escape the ASCII null character to a location named Chicago the command would be
set location Chicago map 00000001
The default is 00000000 (do not escape any characters). We recommend that you do not change this field unless specifically required by your network.