Allied Telesis AT-8100 Series User Manual

Page 1511

Advertising
background image

AT-8100 Switch Command Line User’s Guide

1511

Examples

This example adds a RADIUS server with the IP address 176.225.15.23.
The UDP port is 1811, and the encryption key is “abt54:”

awplus> enable
awplus# configure terminal
awplus(config)# radius-server host 176.225.15.23 auth-port
1811 key abt54

This example adds the IP address 149.245.22.22 of a RADIUS server to
the RADIUS client on the switch. The UDP port is 1815, and the encryption
key is “tiger12:”

awplus> enable
awplus# configure terminal
awplus(config)# radius-server host 149.245.22.22 auth-port
1815 key tiger12

This example adds a RADIUS server with the IP address 176.225.15.23 to
the switch. The accounting port is 1811, and the UDP port is 1815. The
encryption key is “kieran7:”

awplus> enable
awplus# configure terminal
awplus(config)# radius-server host 176.225.15.23 acct-port
1811 auth-port 1815 key kieran7

This example adds the IP address 149.245.22.22 of a RADIUS server to
the RADIUS client on the switch. The accounting port is set to 0 which
indicates the server is not used for accounting. The UDP port is 1814, and
the encryption key is “jared6:”

awplus> enable
awplus# configure terminal
awplus(config)# radius-server host 149.245.22.22 acct-port 0
auth-port 1814 key jared6

Advertising