420Verifying the configuration# Display IPoE session information to verify that the host has come online.[Device] display ip subscriber sessionType: D-DHCP S-Static U-Unclassified-IPInterface IP address MAC address Type State--------------------------------------------------------------------------------GE3/1/2 3.3.3.2 000c-29a6-b656 D OnlineExample: Configuring an IPv6-ND-RS userNetwork configurationAs shown in Figure 147, the host accesses the BRAS as an IPv6-ND-RS user. The BRAS performsAAA for the host through the RADIUS server.Figure 147 Network diagramProcedure1. Configure the RADIUS server: (This section uses the Linux Free RADIUS server as anexample.)# Add BRAS IP address 4.4.4.2 and secret radius to the clients.conf file.client 4.4.4.2/32 {ipaddr = 4.4.4.2netmask=32secret=radius}# Add the username, password, and authorized IPv6 prefix to the users user information file.The username is the host MAC address, the password is radius, and the IPv6 prefix is10::10/64.000c29a6b656 Cleartext-Password :="radius"Framed-IPv6-Prefix =10::10/642. Configure the BRAS:a. Configure IP addresses for interfaces. (Details not shown.)b. Enable GigabitEthernet 3/1/2 to support IPv6-ND-RA messages. system-view[Device] interface gigabitethernet 3/1/2[Device–GigabitEthernet3/1/2] undo ipv6 nd ra halt[Device–GigabitEthernet3/1/2] quitc. Configure a RADIUS scheme:# Create a RADIUS scheme named rs1 and enter its view.[Device] radius scheme rs1# Configure primary servers and keys for authentication and accounting.[Device-radius-rs1] primary authentication 4.4.4.1[Device-radius-rs1] primary accounting 4.4.4.1