SANRAD V-Switch Switch User Manual


 
Chapter 4: V-Switch Configuration 55
SWITCH PARAMETER DEFINITION STATUS EXAMPLE
-rcom
READ COMMUNITY COMMUNITY TO
GET INFORMATION
OPTIONAL
DEFAULT:
PUBLIC
public
-wcom
WRITE COMMUNITY COMMUNITY TO SET
INFORMATION
OPTIONAL
DEFAULT:
PRIVATE
private
-trap
TRAP TO SEND TRAPS TO
MANAGER
OPTIONAL
YES: SEND
NO: DO NOT
SEND
DEFAULT: YES
yes
Example
An SNMP manager is added on IP address 212.199.43.96. It receives traps
through port 162. The manager receives information through the public
community and writes information through the private community.
snmp manager add –ip 212.199.43.96 –p 162 –rcom public –
wcom private –trap yes
Adding User Login Profiles
All CLI names and
aliases are case
sensitive.
After logging in to a V-Switch, a total of ten user profiles (name plus
password) can be configured on a V-Switch using the CLI command
admin add. The default user name and password sanrad can be
maintained or removed. The user name can have from one to twenty
characters. The user password can have from six to twelve characters.
Both fields are case sensitive and accept all characters, including spaces.
Example
admin add
You need to define two parameters to configure a user profile:
SWITCH PARAMETER DEFINITION STATUS EXAMPLE
-un
USER NAME USER NAME MANDATORY
Joe Cool
-pw
PASSWORD USER PASSWORD MANDATORY
6
CHARACTER
MINIMUM
123456
Example
admin add –un Joe Cool –pw 123456