The following standard RADIUS attributes are supported by the PPPoE server:
| RADIUS ID | Attribute name / description | Access Request | Access Accept | Example |
|---|---|---|---|---|
| 1 | User-NameUsername of the PPPoE client to be authenticated. | x | ||
| 2 | User-PasswordUser password (PAP) of the PPPoE client to be authenticated. | x | ||
| 3 | CHAP-PasswordValue transmitted by the PPPoE client as part of password authentication in the case of CHAP. | x | ||
| 4 | NAS-IP-AddressTransmits the IPv4 address of the NAS/PPPoE server. | x | ||
| 6 | Service-TypeSpecifies the service type that the device requests or expects in response. For PPPoE, the service type is "Framed-User". | x | ||
| 7 | Framed-ProtocolSpecifies which protocol is used. The PPPoE server transmits the value "PPP". | x | ||
| 8 | Framed-IP-AddressDefines the IPv4 address to be assigned to the PPPoE client via IPCP. | x | Framed-IP-Address=100.64.1.2 | |
| 18 | Reply-MessageMessage transmitted to the PPPoE client by the PPPoE server in a PAP Authenticate-ACK or CHAP-Success. | x | ||
| 30 | Called-Station-IDTransmits the device name of the router/NAS. | x | ||
| 31 | Calling-Station-IDSpecifies the ID of the calling station. For PPPoE, the MAC address of the client is transmitted. | x | ||
| 32 | NAS-IdentifierSpecifies the device name of the NAS/PPPoE server. | x | ||
| 61 | NAS-Port-TypeSpecifies the physical port through which the device authenticates the user. For PPPoE, the type "Ethernet" is transmitted. | x | ||
| 80 | Message-AuthenticatorAdditional attribute to protect the integrity of the RADIUS message exchange and prevent message spoofing. The attributes are set automatically. | x | x | |
| 95 | NAS-IPv6-AddressTransmits the IPv6 address of the NAS/PPPoE server. | x | ||
| 96 | Framed-Interface-IDThis attribute defines the IPv6 interface identifier that is to be assigned or used for the user in IPv6CP. | x | ||
| 97 | Framed-IPv6-PrefixPrefix transmitted to the user via router advertisements. | x | Framed-IPv6-Prefix=2001:db8::/64 | |
| 99 | Framed-IPv6-RouteThis attribute defines the route to be set for this user. The device creates this route in the IPv6 routing table with the next hop to this user. | x | Framed-IPv6-Route=2001:db8::/64 | |
| 100 | Framed-IPv6-PoolSpecifies the IPv6 pool from which a prefix is to be provided to the user via router advertisement. The IPv6 pool is referenced by name and must exist under . The pool name must be specified in uppercase. | x | Framed-IPv6-Pool=MYPOOL | |
| 123 | Delegated-IPv6-PrefixPrefix transmitted to the user via DHCPv6 prefix delegation. | x | Delegated-IPv6-Prefix=2001:db8::/56 |