13-2
Operation via SNMP
• userTable::userCircuitAccess – A string of up to 16 characters, with one
character for each of the 16 possible Circuit Modules on the AFS-16 unit. A ‘0’
indicates that the account does not have access to the circuit, and a ‘1’ indicates
that the user does have access to the circuit.
Note:ThenumberofcircuitsspecifiedintheuserCircuitAccessstringmust
notexceedthenumberofCircuitModulesavailableonyourAFS-16unit.Ifthe
userCircuitAccessstringspecifiesmorecircuitsthanareavailableontheunit,
anerrormessagewillbegenerated.
• userTable::userGroupAccess – A string of 54 characters, with one character
for each of the 54 possible Circuit Groups in the system. A ‘0’ indicates that the
account doesnot have access to the Circuit Group, and a ‘1’ indicates that the
user does have access to the Circuit Group.
• userTable::userSerialAccess – Access to the serial interface
0 No access
1 Access
• userTable::userTelnetSshAccess – Access to the Telnet/SSH interface
0 No access
1 Access
• userTable::userOutboundTelSshAccess – Access to Outbound Telnet/SSH
0 No access
1 Access
• userTable::userWebAccess – Access to the Web interface
0 No access
1 Access
• userTable::userCallbackNum – 32 character callback number for account
• userTable::userSubmit – Set to 1 to submit changes.
13.3.1. Viewing Users
To view users, issue a GET request on any of the user parameters for the index
corresponding to the desired user.
13.3.2. Adding Users
For an empty index, issue a SET request on the desired parameters. Minimum
requirement is a username and password to create a user, all other parameters will
be set to defaults if not specified. To create the user, issue a SET request on the
userSubmit object.
13.3.3. Modifying Users
For the index corresponding to the user you wish to modify, issue a SET request on
the desired parameters to be modified. Once complete, issue a SET request on the
userSubmit object.
13.3.4. Deleting Users
For the index corresponding to the user you wish to delete, issue a SET request on the
username with a blank string. Once complete, issue a SET request on the userSubmit
object.