![skybox 7000 Quick Start Manual Download Page 21](http://html.mh-extra.com/html/skybox/7000/7000_quick-start-manual_1290110021.webp)
Chapter 4 Configuring the Appliance
Skybox version 10.1.200
21
Setting up SNMP configuration
To use the Appliance as an SNMP Server
1
On the System tab, click SNMP.
2
Select Enable SNMP Service.
3
Set the following values:
•
On the General tab:
—
System Location: Physical location of the Appliance
—
Contact Details: Email address of the administrator
•
On the Security tab:
—
Read Only Community: SNMPv1 or SNMPv2 community string
—
Source: Name or IP address and subnet, represented as IP/netmask
(10.10.10.0/255.255.255.0) or IP/bits (10.10.10.0/24).
Multiple sources must be comma-separated
•
On the Notification (Traps) tab:
—
Destination: Name or IP address of the notification receiver traps
server
—
Traps Community: SNMP community of the notification receiver traps
server
4
When you are finished, click Save SNMP Configuration to save the
configuration and update the service with the new configuration.
RADIUS authentication
This topic explains how to configure RADIUS authentication for Skybox Appliance.
Note: To use RADIUS authentication, the
pam_radius
package must be installed
on the Skybox Server. To check whether the package is installed, run
rpm –qa |
grep pam_radius
If you need help installing the package, contact
To configure RADIUS authentication
1
Open
/etc/pam.d/system-auth
in your editor.
2
Add the following line immediately after
auth sufficient pam_unix.so
nullok try_first_pass
:
auth sufficient pam_radius_auth.so
3
Save and close the file.
4
Open
/etc/pam.d/password-auth
in your editor.
5
Add the following line immediately after
auth sufficient pam_unix.so
nullok try_first_pass
:
auth sufficient pam_radius_auth.so