Use one of the following commands to list all available net managers for all installed realms:
tnnetmgr tnnetmgr -L  | 
Sample Output:
| 
 NB  | 
|
| 
 
  | 
 boxx-SNMP  | 
| 
 
  | 
 SNMP1  | 
| 
 NW  | 
|
| 
 
  | 
 SNMP6  | 
| 
 AT  | 
|
| 
 
  | 
 starz-SNMP  | 
Use the following command to list all attribute values for the net manager starz-SNMP in the NetWare realm:
tnnetmgr -R -r NW -g starz-SNMP  | 
Sample Output:
address=204.222.67.08 community=nbset  | 
Use the following command to add the values of the attributes address and community for the net manager SNMP6 in the LM-NT-OS/2 realm:
tnnetmgr -A -r NB -g SNMP6 -a address=204.242.58.23 -a community=Cisco  | 
Use the following command to delete the net manager boxx-SNMP from the LM-NT-OS/2 realm:
tnnetmgr -D -r NB -g boxx-SNMP  |