1-19Network diagramFigure 1-6 Network diagram for configuring port security mode macAddressWithRadiusConfiguration procedurez The following configurations involve some AAA/RADIUS configuration commands. Fordetails about the commands, refer to AAA Operation.z Configurations on the user host and the RADIUS server are omitted.z Configure RADIUS parameters# Create a RADIUS scheme named radius1. system-view[Switch] radius scheme radius1# Specify the primary RADIUS authentication server and primary RADIUS accountingserver.[Switch-radius-radius1] primary authentication 192.168.1.3[Switch-radius-radius1] primary accounting 192.168.1.2# Specify the secondary RADIUS authentication server and secondary RADIUS accountingserver.[Switch-radius-radius1] secondary authentication 192.168.1.2[Switch-radius-radius1] secondary accounting 192.168.1.3# Set the shared key for message exchange between the switch and the RADIUSauthentication servers to name.[Switch-radius-radius1] key authentication name# Set the shared key for message exchange between the switch and the accountingRADIUS servers to name.[Switch-radius-radius1] key accounting name# Configure the switch to send a username without the domain name to the RADIUS server.[Switch-radius-radius1] user-name-format without-domain[Switch-radius-radius1] quit# Create a domain named aabbcc.net and enter its view.[Switch] domain aabbcc.net# Specify the RADIUS scheme for the domain.[Switch-isp-aabbcc.net] scheme radius-scheme radius1