Bienvenue sur eagle-usb

EagleFaq

AdslDescription

PagePrincipale :: DerniersChangements :: ParametresUtilisateur :: Vous êtes 2600:1f28:365:80b0:55ae:aac0:46c6:80be
[ In English ]

e-learning

J'ai trouvé une formation en ligne (c'est beau le e-learning ;-) ) avec de beaux schémas et des informations claires : http://www.eicon.com/support/training/ [en]
et notamment http://www.eicon.com/support/training/SlideShow2.asp?p=ADSL_Intro [en]
et surtout http://www.eicon.com/support/training/SlideShow2.asp?p=ADSL_Tech [en]
En Français et plus synthétique : http://perso.wanadoo.fr/michel-m/liaisonatm.htm

Vous pouvez consulter la liste des ISP

Protocoles

http://www.javvin.com/protocolAAL.html [en]
http://www.protocols.com/pbook/atm.htm

eagle III supports ATM AAL0, AAL1, AAL2 and AAL5 (CBR,VBR,UBR)
Class A - Constant Bit Rate (CBR) service: AAL1 supports a connection-oriented service in which the bit rate is constant
Class B - Variable Bit Rate (VBR) service: AAL2 supports a connection-oriented service in which the bit rate is variable but requires a bounded delay for delivery
Class C - Connection-oriented data service: AAL5 protocol is often used to support this class of service which has variable bit rate and does not require bounded delay for delivery.

http://www.vocal.com/adslmodems.html

Encapsulation

L'encapsulation pour le pilote eagle-usb des modems USB ADSL est définie ainsi dans /etc/eagle-usb/eagle-usb.conf

#MPOA_MODE_BRIDGED_ETH_LLC -> 1 RFC2516 Bridged PPPoE LLC
#MPOA_MODE_BRIDGED_ETH_VC -> 2 RFC2516 Bridged PPPoE VCmux
#MPOA_MODE_ROUTED_IP_LLC -> 3 RFC 1483 / 2684 Routed IP LLC-SNAP
#MPOA_MODE_ROUTED_IP_VC -> 4 RFC 1483 / 2684 Routed IP (IPoA) VCmux
#MPOA_MODE_PPPOA_LLC -> 5 RFC2364 PPPoA LLC
#MPOA_MODE_PPPOA_VC -> 6 RFC2364 PPPoA VCmux

BRIDGED_ETH : IP over ethernet over ATM
ROUTED_IP : IP over ATM
PPPoA : PPP over ATM
LLC : un entête qui précise le protocole, ce qui permet de mixer plusieur flux dans une connection ATM
VCmux : un seul protocole

MPOA est un protocole particulier d'encapsulation (de multiples protocoles) sur de l'ATM et ne semble pas approprié comme dénomination.
Avec les modems exposant une interface ATM, pas besoin de valider MPOA sous Linux.
Enfin, c'est le nom donné initialement par ADI...

Il y a un beau document Alcatel http://ed.gomez.free.fr/speedtouch-info/
Dans le répertoire hardware-description, regarder le document 0003_protocol_stack_overview.pdf

RFC1483 est obsolète et remplacé par RFC2684 (mais tout le monde utilise l'ancien nom)
Il y a 2 parties brigded ou routed : d'où les noms RFC 1483B et 1483R (ya une logique dans tout ça ;-) )

PPPoE (RFC2516) est au dessus de RFC 1483 / 2684 bridged ethernet

Entre Routed_IP et Classical IP and ARP over ATM (RFC1577 remplacé par RFC2225), je ne sais pas trop quelle est la nuance.

PPPoA (RFC2364) est à part de RFC 1483 / 2684. A peu près tout le monde est VCmux avec PPPoA sauf les suisses avec LLC. PPPoA LLC marche aussi chez moi (quand j'étais sur un DSLAM ECI et maintenant sur un DSLAM Alcatel, mais sans garantie aucune)

Merci à GillesEspinasse pour ses précieuses indications !