draft-ietf-pana-statemachine-10.txt | draft-ietf-pana-statemachine-11.txt | |||
---|---|---|---|---|
PANA Working Group V. Fajardo, Ed. | PANA Working Group V. Fajardo, Ed. | |||
Internet-Draft Y. Ohba | Internet-Draft Y. Ohba | |||
Intended status: Informational TARI | Intended status: Informational TARI | |||
Expires: October 4, 2009 R. Lopez | Expires: October 22, 2009 R. Lopez | |||
Univ. of Murcia | Univ. of Murcia | |||
April 2, 2009 | April 20, 2009 | |||
State Machines for Protocol for Carrying Authentication for Network | State Machines for Protocol for Carrying Authentication for Network | |||
Access (PANA) | Access (PANA) | |||
draft-ietf-pana-statemachine-10 | draft-ietf-pana-statemachine-11 | |||
Status of this Memo | Status of this Memo | |||
This Internet-Draft is submitted to IETF in full conformance with the | This Internet-Draft is submitted to IETF in full conformance with the | |||
provisions of BCP 78 and BCP 79. | provisions of BCP 78 and BCP 79. | |||
Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
Task Force (IETF), its areas, and its working groups. Note that | Task Force (IETF), its areas, and its working groups. Note that | |||
other groups may also distribute working documents as Internet- | other groups may also distribute working documents as Internet- | |||
Drafts. | Drafts. | |||
skipping to change at page 1, line 35 | skipping to change at page 1, line 35 | |||
and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
The list of current Internet-Drafts can be accessed at | The list of current Internet-Drafts can be accessed at | |||
http://www.ietf.org/ietf/1id-abstracts.txt. | http://www.ietf.org/ietf/1id-abstracts.txt. | |||
The list of Internet-Draft Shadow Directories can be accessed at | The list of Internet-Draft Shadow Directories can be accessed at | |||
http://www.ietf.org/shadow.html. | http://www.ietf.org/shadow.html. | |||
This Internet-Draft will expire on October 4, 2009. | This Internet-Draft will expire on October 22, 2009. | |||
Copyright Notice | Copyright Notice | |||
Copyright (c) 2009 IETF Trust and the persons identified as the | Copyright (c) 2009 IETF Trust and the persons identified as the | |||
document authors. All rights reserved. | document authors. All rights reserved. | |||
This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
Provisions Relating to IETF Documents in effect on the date of | Provisions Relating to IETF Documents in effect on the date of | |||
publication of this document (http://trustee.ietf.org/license-info). | publication of this document (http://trustee.ietf.org/license-info). | |||
Please review these documents carefully, as they describe your rights | Please review these documents carefully, as they describe your rights | |||
skipping to change at page 4, line 11 | skipping to change at page 4, line 11 | |||
13.1. Normative References . . . . . . . . . . . . . . . . . . . 38 | 13.1. Normative References . . . . . . . . . . . . . . . . . . . 38 | |||
13.2. Informative References . . . . . . . . . . . . . . . . . . 38 | 13.2. Informative References . . . . . . . . . . . . . . . . . . 38 | |||
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 39 | Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 39 | |||
1. Introduction | 1. Introduction | |||
This document defines the state machines for Protocol Carrying | This document defines the state machines for Protocol Carrying | |||
Authentication for Network Access (PANA) [RFC5191]. There are state | Authentication for Network Access (PANA) [RFC5191]. There are state | |||
machines for the PANA client (PaC) and for the PANA Authentication | machines for the PANA client (PaC) and for the PANA Authentication | |||
Agent (PAA). Each state machine is specified through a set of | Agent (PAA). Each state machine is specified through a set of | |||
variables, procedures and a state transition table. | variables, procedures and a state transition table. The state | |||
machines and associated models described in this document are | ||||
informative only. Implementations may achieve similar results using | ||||
different models and/or methods. | ||||
A PANA protocol execution consists of several exchanges to carry | A PANA protocol execution consists of several exchanges to carry | |||
authentication information. Specifically, EAP PDUs are transported | authentication information. Specifically, EAP PDUs are transported | |||
inside PANA PDUs between PaC and PAA, that is PANA represents a lower | inside PANA PDUs between PaC and PAA, that is PANA represents a lower | |||
layer for EAP protocol. Thus, a PANA state machine bases its | layer for EAP protocol. Thus, a PANA state machine bases its | |||
execution on an EAP state machine execution and vice versa. Thus | execution on an EAP state machine execution and vice versa. Thus | |||
this document also shows for each of PaC and PAA an interface between | this document also shows for each of PaC and PAA an interface between | |||
an EAP state machine and a PANA state machine and how this interface | an EAP state machine and a PANA state machine and how this interface | |||
allows to exchange information between them. Thanks to this | allows to exchange information between them. Thanks to this | |||
interface, a PANA state machine can be informed about several events | interface, a PANA state machine can be informed about several events | |||
End of changes. 5 change blocks. | ||||
5 lines changed or deleted | 8 lines changed or added | |||
This html diff was produced by rfcdiff 1.35. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |