Basic SBR Carrier Configuration
Running SBR Administrator
To test whether the server can be accessed by a management workstation, install and run SBR Administrator.
- To address the server, on the local host, enter
http://localhost:1812/(The port assignment of 1812 is the application's default TCP port for administration connections).- To administer a Steel-Belted Radius Carrier server running on a remote host, enter http://
server:port/where
serveris the DNS name or IPv4/IPv6 address of the server, andportis the TCP port on which the server is listening for administration connections — usually 1812, the default.For example:
http://192.168.24.15:1812/![]()
Applet Deploy startedis displayed in the status bar at the bottom of the window.An SBR Administrator window and a Login dialog window open.
![]()
SBR Administrator establishes an HTTPS connection with the local or remote server. If it cannot establish a connection in 10 seconds, SBR Administrator times out and displays an error message.
SBR Administrator verifies that the username you entered exists in the access.ini file. If the username is found, SBR Administrator validates the password you entered against a local or remote password database.
When you connect to a server, the Status panel lists various features of the running server, such as version, platform on which it is running, IP address, available authentication methods, license information, and any initialization errors that might have occurred.
Configuring the Server
After you have installed the Steel-Belted Radius Carrier software on the server, have added the appropriate licenses, and can work with SBR Administrator, you can begin configuring the software. The specific steps you must perform depend on your network's authentication and accounting needs.
The basic steps for configuring the Steel-Belted Radius Carrier environment include:
- Configure each of your RADIUS client devices to communicate with your Steel-Belted Radius Carrier server. To do this, you must log in to each device and run its configuration interface.
- Use SBR Administrator's RADIUS Clients panel to configure the server to communicate with each RADIUS client. Details are in Chapter 4, Administering RADIUS Clients and Client Groups of the Steel-Belted Radius Carrier 7.2 Administration and Configuration Guide.
- If the clients use RADIUS Location Groups or IP Address Pools, each of those entities must exist before the clients are configured. See Chapter 5, Administering RADIUS Location Groups and Chapter 10, Administering Address Pools of Steel-Belted Radius Carrier 7.2 Administration and Configuration Guide for instructions on setting these up.
- Use the Users panel to identify the users or groups of users who are permitted to access the RADIUS clients.
Specify user attributes by selecting them in the Users panel or by creating user profiles in the Profiles dialog.
For more information, see the Steel-Belted Radius Carrier 7.2 Administration and Configuration Guide.
Configuring SNMP
Steel-Belted Radius Carrier runs its own SNMP agent, but other SNMP agents run on most servers. In general, only one application can use a socket port; they are not shared resources.
During installation, the
configurescript prompts you for SNMP setup information, including an opportunity to specify a port other than the default 161 port that is usually in use by the Solaris SNMP agent.
- If you already provided an alternate port during that setup step, you can skip the following procedure about how to change the port number, but remember to set your MIB browser to listen on the port you specified.
- If you know that other agents already use port 161 but you did not specify an alternate during installation, change the Steel-Belted Radius Carrier port assignment by editing both
radiusdir/snmp/conf/jnprsnmpd.conf andradiusdir/snmp/bin/testagent.sh. Remember to check your MIB browser to determine whether it also needs adjustment to communicate with the SBR Carrier server.To change the port, edit the SBR Carrier SNMP configuration files listed in Table 20:
Stores settings for the Steel-Belted Radius Carrier SNMP agent.
Test script that verifies the Steel-Belted Radius Carrier SNMP agent is operating correctly.
The jnprsnmpd.conf file is self-documenting, and you can also reference Chapter 14, SNMP Configuration Overview in the Steel-Belted Radius Carrier 7.2 Reference Guide.
- Make the same port number change in
radiusdir/snmp/bin/testagent.sh script, which is used to test the agent.- After making the change, restart either the Steel-Belted Radius Carrier server process or just its SNMP daemon.
Execute:
/etc/init.d/init.jnprsnmpd start
- If necessary, set up your SNMP browser to listen on the new port.
- To verify that the jnprsnmpd SNMP agent functions, run the
radiusdir/snmp/bin/testagent.sh script.
NOTE: Refer to the Steel-Belted Radius Carrier 7.2 Administration and Configuration Guide for more information about configuring the SBR SNMP agent.