1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
|
<pre>Network Working Group B. Parker
Request for Comments: 1378 Cayman Systems
November 1992
<span class="h1">The PPP AppleTalk Control Protocol (ATCP)</span>
Status of this Memo
This RFC specifies an IAB standards track protocol for the Internet
community, and requests discussion and suggestions for improvements.
Please refer to the current edition of the "IAB Official Protocol
Standards" for the standardization state and status of this protocol.
Distribution of this memo is unlimited.
Abstract
The Point-to-Point Protocol (PPP) [<a href="#ref-1" title=""The Point-to-Point Protocol (PPP)"">1</a>] provides a standard method of
encapsulating Network Layer protocol information over point-to-point
links. PPP also defines an extensible Link Control Protocol, and
proposes a family of Network Control Protocols (NCPs) for
establishing and configuring different network-layer protocols.
This document defines the NCP for establishing and configuring the
AppleTalk Protocol [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>] over PPP.
This memo is a joint effort of the AppleTalk-IP Working Group and the
Point-to-Point Protocol Working Group of the Internet Engineering
Task Force (IETF). Comments on this memo should be submitted to the
ietf-ppp@ucdavis.edu mailing list.
Table of Contents
<a href="#section-1">1</a>. Introduction .......................................... <a href="#page-2">2</a>
<a href="#section-2">2</a>. A PPP Network Control Protocol (NCP) for AppleTalk .... <a href="#page-2">2</a>
<a href="#section-2.1">2.1</a> Sending AppleTalk Datagrams ........................... <a href="#page-3">3</a>
<a href="#section-2.2">2.2</a> Half-Routers .......................................... <a href="#page-4">4</a>
<a href="#section-3">3</a>. ATCP Configuration Options ............................ <a href="#page-4">4</a>
<a href="#section-3.1">3.1</a> AppleTalk-Address ..................................... <a href="#page-5">5</a>
<a href="#section-3.2">3.2</a> Routing-Protocol ...................................... <a href="#page-7">7</a>
<a href="#section-3.3">3.3</a> Suppress-Broadcasts ................................... <a href="#page-8">8</a>
<a href="#section-3.4">3.4</a> AT-Compression-Protocol ............................... <a href="#page-9">9</a>
<a href="#section-3.5">3.5</a> Server-information .................................... <a href="#page-10">10</a>
<a href="#section-3.6">3.6</a> Zone-Information ...................................... <a href="#page-12">12</a>
<a href="#section-3.7">3.7</a> Default-Router-Address ................................ <a href="#page-13">13</a>
APPENDICES ................................................... <a href="#page-14">14</a>
<a href="#appendix-A">A</a>. ATCP Recommended Options .............................. <a href="#page-14">14</a>
REFERENCES ................................................... <a href="#page-15">15</a>
<span class="grey">Parker [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
ACKNOWLEDGEMENTS ............................................. <a href="#page-15">15</a>
SECURITY CONSIDERATIONS ...................................... <a href="#page-16">16</a>
CHAIR'S ADDRESS .............................................. <a href="#page-16">16</a>
AUTHOR'S ADDRESS ............................................. <a href="#page-16">16</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
PPP has three main components:
1. A method for encapsulating datagrams over serial links.
2. A Link Control Protocol (LCP) for establishing, configuring,
and testing the data-link connection.
3. A family of Network Control Protocols (NCPs) for establishing
and configuring different network-layer protocols.
In order to establish communications over a point-to-point link, each
end of the PPP link must first send LCP packets to configure and test
the data link. After the link has been established and optional
facilities have been negotiated as needed by the LCP, PPP must send
NCP packets to choose and configure one or more network-layer
protocols. Once each of the chosen network-layer protocols has been
configured, datagrams from each network-layer protocol can be sent
over the link.
The link will remain configured for communications until explicit LCP
or NCP packets close the link down, or until some external event
occurs (an inactivity timer expires or network administrator
intervention).
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. A PPP Network Control Protocol (NCP) for AppleTalk</span>
The AppleTalk Control Protocol (ATCP) is responsible for configuring,
enabling, and disabling the AppleTalk protocol modules on both ends
of the point-to-point link. ATCP uses the same packet exchange
machanism as the Link Control Protocol (LCP). ATCP packets may not
be exchanged until PPP has reached the Network-Layer Protocol phase.
ATCP packets received before this phase is reached should be silently
discarded.
The AppleTalk Control Protocol is exactly the same as the Link
Control Protocol [<a href="#ref-1" title=""The Point-to-Point Protocol (PPP)"">1</a>] with the following exceptions:
Frame Modifications
The packet may utilize any modifications to the basic frame format
which have been negotiated during the Link Establishment phase.
<span class="grey">Parker [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Data Link Layer Protocol Field
Exactly one ATCP packet is encapsulated in the Information field
of a PPP Data Link Layer frame where the Protocol field indicates
type hex 8029 (AppleTalk Control Protocol).
Code field
Only Codes 1 through 7 (Configure-Request, Configure-Ack,
Configure-Nak, Configure-Reject, Terminate-Request, Terminate-Ack
and Code-Reject) are used. Other Codes should be treated as
unrecognized and should result in Code-Rejects.
Timeouts
ATCP packets may not be exchanged until PPP has reached the
Network-Layer Protocol phase. An implementation should be
prepared to wait for Authentication and Link Quality Determination
to finish before timing out waiting for a Configure-Ack or other
response. It is suggested that an implementation give up only
after user intervention or a configurable amount of time.
Configuration Option Types
ATCP has a distinct set of Configuration Options, which are
defined below.
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. Sending AppleTalk Datagrams</span>
Before any AppleTalk packets may be communicated, PPP must reach the
Network-Layer Protocol phase, and the AppleTalk Control Protocol must
reach the Opened state.
Unless otherwise negotiated (via option 4), exactly one AppleTalk
packet is encapsulated in the Information field of a PPP Data Link
Layer frame where the Protocol field indicates type hex 0029
(AppleTalk).
Note that the negotiation of compression may imply the use of
different encapsulation and hence different protocol fields. These
different protocol fields imply packet types which are sub-protocols
of the base AppleTalk NCP.
An encapsulated AppleTalk packet begins with an extended DDP
(Datagram Delivery Protocol) header -- also known as a Long DDP
header. The maximum length of a DDP datagram is 599 octets.
Since there is no standard method for fragmenting and reassembling
<span class="grey">Parker [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
AppleTalk datagrams, it is required that PPP links supporting
AppleTalk allow at least 599 octets in the information field of a
data link layer frame.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Half-Routers</span>
One model for routers in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>] is two remote AppleTalk routers linked
as "half-routers" without a Node ID or Network number assigned to
either side of the link. When acting as half-routers, the only
effect on transported packets is that the hop count is incremented
when it is received over the link. Routing updates received over a
half-router link should also increment the hop count of routing table
updates.
As part of normal operation, AppleTalk will send RTMP Routing updates
every 10 seconds.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. ATCP Configuration Options</span>
ATCP Configuration Options allow negotiation of desirable AppleTalk
parameters. ATCP uses the same Configuration Option format defined
for LCP [<a href="#ref-1" title=""The Point-to-Point Protocol (PPP)"">1</a>], with a separate set of Options.
The most up-to-date values of the ATCP Option Type field are
specified in the most recent "Assigned Numbers" RFC [<a href="#ref-2" title=""Assigned Numbers"">2</a>]. Current
values are assigned as follows:
1 AppleTalk-Address
2 Routing-Protocol
3 Suppress-Broadcasts
4 AT-Compression-Protocol
5 RESERVED
6 Server-information
7 Zone-information
8 Default-Router-Address
<span class="grey">Parker [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. AppleTalk-Address</span>
Description
This Configuration Option provides a way to negotiate the
AppleTalk network and node number to be used on the local end of
the link. It allows the sender of the Configure-Request to state
which AppleTalk-address is desired, or to request that the peer
provide the information. The peer can provide this information by
NAKing the option, and returning a valid AppleTalk-address.
If negotiation about the remote AppleTalk-address is required, and
the peer did not provide the option in its Configure-Request, the
option SHOULD be appended to a Configure-Nak. The value of the
AppleTalk-address given must be acceptable as the remote
AppleTalk-address, or indicate a request that the peer provide the
information.
By default, no AppleTalk address is assigned. A network or node
number specified as zero in a Configure-Request shall be
interpreted as requesting the remote end to specify a value via a
Configure-Nak. A network or node number specified as zero in a
Configure-Ack shall be interpreted as agreement that no value
exists.
An implementation which requires that no AppleTalk addresses be
assigned (such as a intermediate system to intermediate system
"half-routing") MUST Configure-Reject all AppleTalk-Address
Configuration Options.
An implementation which requires that AppleTalk addresses be
assigned to it (such as a end system) MUST fail configuration if
the remote side Configure-Rejects all AppleTalk-Address requests,
or fails to provide a valid value.
If this option is negotiated, the two sides MUST negotiate a
common AppleTalk network number and two unique Appletalk node
numbers. The network number MAY be zero but the Appletalk node
numbers MUST be non-zero. Values selected for network and node
numbers must adhere to the ranges defined in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>].
The AppleTalk protocol, phase 2, defines the concept of "extended"
and "non-extended" networks. Extended networks can support a
large number (hundreds) of nodes, and requires multiple network
numbers and multiple zone names to be managed effectively. Non-
extended networks can only support a small number of devices, and
require only a single network number and zone name to be managed
effectively.
<span class="grey">Parker [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
If a PPP link transporting AppleTalk is assigned an AppleTalk
address, it must have the "non-extended" characteristics as
defined in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>].
The format of the network and node data is defined to be the same
as the "AppleTalk address" in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>], chapter 3, "AppleTalk AARP
packet formats on Ethernet and token ring".
A summary of the AppleTalk-Address Configuration Option format is
shown below. The fields are transmitted from left to right.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Reserved | AT-Net |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| AT-Net | AT-Node |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type
1
Length
6
Reserved
This octet is reserved and MUST be set to zero on transmission and
ignored on reception.
AT-Net
The two octet AT-Net is the desired local AppleTalk network number
of the sender of the Configure-Request. This two octet quantity
represents a 16 bit unsigned number sent "network byte order"
(most significant octet first).
AT-Node
The one octet AT-Node is the desired local AppleTalk node ID of
the sender of the Configure-Request.
<span class="grey">Parker [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Routing-Protocol</span>
Description
This Configuration Option provides a way to negotiate the use of a
specific routing protocol. In particular, "half-routers" may want
to exchange routing information using a protocol optimized for the
PPP connection. By default, AppleTalk RTMP (Routing Table
Maintenance Protocol) routing information is sent over the PPP
connection.
By default, AppleTalk RTMP routing information is sent over the
PPP connection.
A summary of the Routing-Protocol Configuration Option format is
shown below. The fields are transmitted from left to right.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Routing-Protocol |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+
Type
2
Length
>= 4
Routing-Protocol
The Routing-Protocol field is two octets and indicates the type of
Routing-Protocol desired. This two octet quantity represents a 16
bit number sent "network byte order" (most significant octet
first).
Negotiation of some routing protocols implies that you will
receive packet types which transport these protocols.
For example, negotiating AppleTalk AURP to exchange routing
information implies both sides will accept EDDP type packets,
since this is the transport type used by AURP.
<span class="grey">Parker [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Initial values are assigned as follows:
Value Protocol
0 No routing information exchange
1 AppleTalk RTMP is used to exchange routing information
2 AppleTalk AURP is used to exchange routing information
3 AppleTalk ABGP is used to exchange routing information
Data
The Data field is zero or more octets and contains additional data
as determined by the routing protocol indicated in the Routing-
Protocol field.
None of the Routing-Protocol options defined here require
additional data.
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. Suppress-Broadcasts</span>
Description
This Configuration Option provides a way to negotiate the
suppression of AppleTalk broadcast datagrams which might otherwise
use up limitted PPP bandwidth. This Configuration Option is used
to inform the remote end that no AppleTalk broadcast datagrams of
a given DDP type should be sent.
This option is useful when negotiated by a single end system. It
allows the local end system to request that broadcast packets
generated on a remote network not be propagated across the PPP
link. In the case of a single end system connected to a large
network, this can be used to suppress regular NBP lookups
generated by other end systems on the remote network. This will
mean that protocols such as NBP can no longer be used to find
network entities on the local system, but since the option
configuration is asymmetric, it does not inhibit the local
system's ability to find network entities on the remote network.
By default, no AppleTalk broadcast datagrams are suppressed. Note
that this option may conflict with other options (such as Routing
Protocol). If so, the Suppress-Broadcasts option takes
precedence.
A summary of the Suppress-Broadcasts Configuration Option format is
shown below. The fields are transmitted from left to right.
<span class="grey">Parker [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | DDP-Type 1 | DDP-Type 2 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| etc...
+-+-+-+-+
Type
3
Length
>= 2
DDP-Types
A vector of one or more single octet DDP type values, each of
which are to be suppressed if sent to the broadcast address.
If no data is present (the length = 2), all broadcast packets are
to be suppressed, regardless of DDP type.
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>. AT-Compression-Protocol</span>
Description
This Configuration Option provides a way to negotiate the use of a
specific compression protocol. By default, compression is not
enabled.
A summary of the AT-Compression-Protocol Configuration Option format
is shown below. The fields are transmitted from left to right.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | AT-Compression-Protocol |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+
Type
4
<span class="grey">Parker [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Length
>= 4
AT-Compression-Protocol
The AT-Compression-Protocol field is two octets and indicates the
compression protocol desired. Values for this field are always
the same as the PPP Data Link Layer Protocol field values for that
same compression protocol.
The most up-to-date values of the AT-Compression-Protocol field
are specified in the most recent "Assigned Numbers" RFC [<a href="#ref-2" title=""Assigned Numbers"">2</a>].
Current values are assigned as follows:
Value (in hex) Protocol
none defined
Data
The Data field is zero or more octets and contains additional data
as determined by the particular compression protocol.
<span class="h3"><a class="selflink" id="section-3.5" href="#section-3.5">3.5</a>. Server-information</span>
Description
This Configuration Option provides a way to obtain information
about the communications server providing the remote side of the
PPP connection.
The nature of this option is advisory only. It is provided as a
means of improving an end system's ability to provide a simple
user interface.
A summary of the Server-Information Option format is shown below.
The fields are transmitted from left to right.
<span class="grey">Parker [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Server-class |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Server-implementation-id |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Server-name ...
+-+-+-+-+-+-+-+-+-+-+-+-+
Type
6
Length
>= 8
Server-class
The Server-class field is two octets and indicates the class of
the communication server providing the remote end of the PPP
connection.
Initial values are assigned as follows:
Value Class
1 AppleTalk PPP Dial-in server.
The server-implementation-id is a four byte version
id, with the first byte defined as the major
version number (1-255) and the second byte defined
as the minor version number (1-255).
The third and fourth bytes are undefined and should
be zero.
2 Generic AppleTalk PPP implementation.
The server-implementation-id is undefined and
vendor specific.
3 Both dial-in server and router
<span class="grey">Parker [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Server-implementation-id
The Server-implementation-id field is four octets and indicates
the version of the communication server providing the remote end
of the PPP connection.
Server-name
This optional field contains the "AppleTalk ASCII" name of the
server. The character codes used in "AppleTalk ASCII" are defined
in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>], <a href="#appendix-D">appendix D</a>, "Character codes". The length of the name is
bounded by the option length.
<span class="h3"><a class="selflink" id="section-3.6" href="#section-3.6">3.6</a>. Zone-Information</span>
Description
This Configuration Option provides a way to obtain information
about the AppleTalk zone used for the PPP connection.
The nature of this option is advisory only. It is provided as a
means of improving the end system's ability to provide a simple
user interface.
A summary of the Zone-Information Option format is shown below. The
fields are transmitted from left to right.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Zone-name... |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type
7
Length
>= 3
Zone-name
This field contains the "AppleTalk ASCII" zone name in which the
server resides. The character codes used in "AppleTalk ASCII" are
defined in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>], <a href="#appendix-D">appendix D</a>, "Character codes". The length of the
name is bounded by the option length.
<span class="grey">Parker [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
<span class="h3"><a class="selflink" id="section-3.7" href="#section-3.7">3.7</a>. Default-Router-Address</span>
Description
This Configuration Option provides a way to obtain information
about a "default" Appletalk router which may be used to obtain
network information such as zone names. It is provided as a means
of obtaining the address of a router in the case both sides of the
link are end systems.
Any AppleTalk RTMP packets received should supercede information
negotiated in this option.
By default, no default router is present.
A summary of the Default-Router-Address Option format is shown below.
The fields are transmitted from left to right.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Reserved | AT-Net |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| AT-Net | AT-Node |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type
8
Length
6
Reserved
This octet is reserved and MUST be set to zero on transmission and
ignored on reception.
AT-Net
The two octet AT-Net is the AppleTalk network number of the
default router. This two octet quantity represents a 16 bit
unsigned number sent in "network byte order" (most significant
octet first).
<span class="grey">Parker [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
AT-Node
The one octet AT-Node is the AppleTalk node ID of the default
router.
<span class="h2"><a class="selflink" id="appendix-A" href="#appendix-A">A</a>. ATCP Recommended Options</span>
The ATCP is designed to support three different modes of operation.
Each mode places constraints on the configuration options used and
the values negotiated.
The options for server information, zone information and default
router address are "informational" options provided by one end of the
connection and are not intended to be negotiated. These options are
provided to support a higher level of service to dial-in end systems.
The options which SHOULD be negotiated in each case are outlined
below. Any option not listed may be rejected.
End System to Intermediate System - "dial-in"
This mode of operation is intended to support end system dial-in.
1 AppleTalk-Address (required)
2 Routing-Protocol (required, no routing protocol)
3 Suppress-Broadcasts (optional)
4 AT-Compression-Protocol (optional)
6 Server-information (optional, request from end system)
<span class="grey">Parker [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Intermediate system to Intermediate system - with network number
This mode of operation is intended to support WAN-to-WAN, i.e.,
router to router, connections where the link is configured with a
network number.
1 AppleTalk-Address (required, nets must be zero or equal)
2 Routing-Protocol (optional)
3 Suppress-Broadcasts (optional)
Intermediate system to Intermediate system - without network number
This mode of operation is intended to support WAN-to-WAN, i.e.,
router to router, connections where the link is not configured with a
network number. Routers in this mode are referred to as "half-
routers" in [<a href="#ref-3" title=""Inside AppleTalk, Second Edition"">3</a>].
1 AppleTalk-Address (optional, nets & nodes MUST be zero)
2 Routing-Protocol (optional)
3 Suppress-Broadcasts (optional, suppress all broadcasts)
References
[<a id="ref-1">1</a>] Simpson, W., "The Point-to-Point Protocol (PPP)", <a href="./rfc1331">RFC 1331</a>,
Daydreamer, May 1992.
[<a id="ref-2">2</a>] Reynolds, J., and J. Postel, "Assigned Numbers", STD 2, <a href="./rfc1340">RFC 1340</a>,
USC/Information Sciences Institute, July 1992.
[<a id="ref-3">3</a>] Sidhu G., Andrews, R., and A. Oppenheimer, "Inside AppleTalk,
Second Edition", Addison-Wesley Publishing Company, Inc., May
1990.
Acknowledgments
Some of the text in this document is taken from previous documents
produced by the Point-to-Point Protocol Working Group of the Internet
Engineering Task Force (IETF).
This document is derivative of drafts written by the following
people. Many thanks for their work, and for taking an initial stab
at the protocol:
Steve Senum (sjs@network.com), Network Systems Corporation
Jim Muchow (muchow@anubis.network.com), Network Systems Corporation
Frank Slaughter (fgs@Shiva.COM), Shiva Corporation
<span class="grey">Parker [Page 15]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-16" ></span>
<span class="grey"><a href="./rfc1378">RFC 1378</a> PPP ATCP November 1992</span>
Security Considerations
Security issues are not discussed in this memo.
Chair's Address
The working groups can be contacted via the current chairs:
Brian Lloyd
Lloyd & Associates
3420 Sudbury Road
Cameron Park, California 95682
Phone: (916) 676-1147
EMail: brian@lloyd.com
John Veizades
Apple Computer, Inc.
20525 Mariani Avenue
Cupertino, CA 95014
Phone: (408) 996-1010
EMail: veizades@apple.com
Author's Address
Questions about this memo can also be directed to:
Brad Parker
Cayman Systems, Inc.
26 Landsdowne Street
Cambridge, Ma 02139
EMail: brad@cayman.com
Parker [Page 16]
</pre>
|