Br7131n>admin(system.snmp.access)> add – Brocade Mobility 7131N-FGR Access Point Product Reference Guide (Supporting software release 4.0.0.0-35GRN and later) User Manual

Page 444

Advertising
background image

432

Brocade Mobility 7131N-FGR Product Reference Guide

53-1001947-01

System commands

8

BR7131N>admin(system.snmp.access)> add

Adds SNMP access entries for specific v1v2 and v3 user definitions.

Syntax

For information on configuring SNMP access settings using the applet (GUI), see

“Configuring

SNMP access control”

on page 80.

ad
d

acl

<ip1>

<ip2>

Adds an entry to the SNMP access control list with <ip1> as the starting IP
address and <ip2> and as the ending IP address.

v1v2c

<comm
>

<access
>

<oid>

: comm - community string 1 to 31 characters
: access - read/write access - (ro,rw)
: oid - string 1 to 127 chars - E.g. 1.3.6.1

v3

<user>

<access
>

<oid>

<sec>

<auth> <pass1> <priv>

<pass2>

: user - username 1 to 31 characters
: access - read/write access - (ro,rw)
: oid - string 1 to 127 chars - E.g. 1.3.6.1
: sec - security - (none,auth,auth/priv)
: auth - algorithm - (md5,sha1)
: (required only if sec is - auth,auth/priv)
: pass1 - auth password - 8 to 31 chars
: (required only if sec is 'auth,auth/priv')
: priv - algorithm - (des, aes)
: (required only if sec is 'auth/priv')
: pass2 - privacy password - 8 to 31 chars
: (required only if sec is 'auth/priv')

The following parameters must be specified if <sec> is not none:

Authentication type <auth> set to md5 or sha1
Authentication password <pass1> (8 to 31 chars)

The following parameters must be specified if <sec> is set to auth/priv:

Privacy algorithm set to des or aes
Privacy password <pass2> (8 to 31 chars)

Advertising