MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 305
Engine ID settings:
Enterprise Number – This value may be left at default and is an administratively unique identifier
for the SNMPv3 engine. Combined with value from the selected method below is used to create the
Engine ID which is used in SNMPv3 to generate authentication and encryption keys. DEFAULT:
4130
Method:
- From IP – Generate the SNMP engine ID based on the specified IP address
- From Mac (DEFAULT) – Generate the SNMP engine ID based on the ethernet MAC
address
- From Text – Generate the SNMP engine ID based specified text string 1 to 27 letters.
- Other – Generate the SNMP engine ID based specified hex string
Filling in the parameter values can be accomplished via the CLI using the following commands:
% set services snmp agent enabled true
% set services snmp agent port 161
% set services snmp agent version v1
% set services snmp agent version v2c
% set services snmp agent engine-id from-mac
Create SNMP community named “public” with security name “public”. 1.
On the Web UI, click on the community panel under advanced config tab on SNMP Agent main screen
and set/verify the parameters:
Filling in the parameter values can be accomplished via the CLI using the following commands:
% set services snmp community public sec-name public
Create VACM group named “all-rights” and a view named “internet” 2.
The VACM determines whether a SNMP request that has been authenticated by matching community
security name (in case of SNMP v1/v2c) or by USM (in case SNMP v3) is authorized to access the
MIB object that is contained in the request.
VACM view: A VACM view is a MIB view that includes an OID subtree value and a type that
determines if the OID subtree is included or excluded from the view. For example in the case below,
the view name is “internet” with subtree OID value of 1.3.6.1 and type “included”. This view
basically includes all OIDs at or below 1.3.6.1 OID subtree.