Create RADIUS_TACACS_DIAMETER.md

This commit is contained in:
Omar Santos 2023-12-01 14:46:51 -05:00 committed by GitHub
parent 64e09968c2
commit 868036247e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
# RADIUS, TACACS+, and Diameter
The following is a comparison table for the RADIUS, TACACS+, and Diameter protocols.
| Feature | RADIUS | TACACS+ | Diameter |
|---------------------|------------------------------------|------------------------------------|-----------------------------------|
| Transport Protocol | UDP | TCP | TCP or SCTP |
| Encryption | Only password encryption | Full packet encryption | Full packet encryption |
| AAA Support | Combined AAA (Authentication, Authorization, Accounting) | Separate AAA (Authentication, Authorization, and Accounting are distinct) | Combined AAA |
| Usage | Network access and IP mobility | Device administration | Mobile IP, SIP, NASREQ |
| Interoperability | Limited | Cisco-focused | Wider than RADIUS |
| Standardization | RFC 2865 & RFC 2866 | Cisco proprietary | RFC 6733 |