Technical data
ServerIron ADX Administration Guide 153
53-1002434-01
Using the user-based security mode
4
• If AES is the privacy protocol to be used, enter aes and an <aes-password-key>. Enter either 12
(for a small key) or 16 (for a big key) characters for the <aes-password-key>. If you include the
encrypted keyword, enter a password string containing 32 hexadecimal characters.
Displaying the engine ID
To display the engine ID of a management module, enter a command such as the following:
ServerIronADX(config)# show snmp engineid
Local SNMP Engine ID: 800007c70300e05290ab60
Engine Boots: 3
Engine time: 5
Syntax: show snmp engineid
The engine ID identifies the source or destination of the packet.
The engine boots represents the number of times that the SNMP engine reinitialized itself with the
same engine ID. If the engineID is modified, the boot count is reset to 0.
The engine time represents the current time with the SNMP agent.
Displaying SNMP groups
To display the definition of an SNMP group, enter a command such as the following:
ServerIronADX(config)# show snmp group
groupname = exceptifgrp
security model = v3
security level = authNoPriv
ACL id = 2
readview = exceptif
writeview = <none>
Syntax: show snmp group
The value for security level can be one of the following.
Security level Authentication
<none> If the security model shows v1 or v2, then security level is
blank. User names are not used to authenticate users;
community strings are used instead.
noauthNoPriv Displays if the security model shows v3 and user
authentication is by user name only.
authNoPriv Displays if the security model shows v3 and user
authentication is by user name and the MD5 or SHA
algorithm.
authPriv Authentication uses MD5 or SHA. Encryption uses DES and
AES protocol.










