]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Create Huawei
authoraBainbridge11 <113794078+aBainbridge11@users.noreply.github.com>
Tue, 30 Jul 2024 19:24:13 +0000 (15:24 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Aug 2024 21:37:02 +0000 (17:37 -0400)
doc/antora/modules/howto/pages/vendors/huawei.doc [new file with mode: 0644]

diff --git a/doc/antora/modules/howto/pages/vendors/huawei.doc b/doc/antora/modules/howto/pages/vendors/huawei.doc
new file mode 100644 (file)
index 0000000..da3d4f7
--- /dev/null
@@ -0,0 +1,37 @@
+
+This is to set up Freeradius auth on Huawei S6320 running Comware Version 5.160. This method should be similar for all close to 2016 models of comware.
+
+**Switch side config:**
+```text
+!
+domain radaccess
+domain radaccess admin
+!
+radius-server template <template name>
+ radius-server shared-key cipher <cipher>
+ radius-server authentication <ip-address> 1812 [source interface sets here]
+!
+aaa
+ authentication-scheme default
+ authentication-scheme <scheme name>
+  authentication-mode radius local
+ authorization-scheme default
+ accounting-scheme default
+ domain default
+ domain default_admin
+ domain isp
+ domain radaccess
+  authentication-scheme <auth-scheme name>
+  radius-server <radius-server template name>
+!
+```
+
+Freeradius server-side is set up normally like: 
+**Server-side setup:**
+```text
+client <network_device_management_ip> {
+secret = <radius_key>
+nastype = cisco
+shortname = <network_device_name>
+}
+```