Configuration Guide RADIUS Commands
2.21 server auth-port acct-port
Use this command to add the server of the AAA server group.
Use the no form of this command to restore the default setting.
server { ipv4-addr | ipv6-addr} [ auth-port port1 ] [ acct-port port2 ]
no server { ipv4-addr | ipv6-addr} [ auth-port port1 ] [ acct-port port2 ]
Server authentication port
No server is configured by default.
Server group configuration mode
The following example adds server 192.168.4.12 to server group ss and sets the accounting port and
authentication port to 5 and 6 respectively.
Ruijie(config)# aaa group server radius ss
Ruijie(config-gs-radius)# server 192.168.4.12 acct-port 5 auth-port 6
Ruijie(config-gs-radius)# end
Ruijie# show aaa group
Type Reference Name
---------- ---------- ----------
radius 1 radius
tacacs+ 1 tacacs+
radius 1 ss