Br5181>admin(system.snmp.access)> delete – Brocade Mobility 5181 Access Point Product Reference Guide (Supporting software release 4.4.0.0) User Manual

Page 325

Advertising
background image

Brocade Mobility 5181 Access Point Product Reference Guide

311

53-1002516-01

System Commands

8

Syntax

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

“Configuring

SNMP access control”

on page 68.

BR5181>admin(system.snmp.access)> delete

Description

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

Syntax

add 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)

delete

acl

<idx>

Deletes entry <idx> (1-10) from the access control list.

all

Deletes all entries from the access control list.

v1v2c

<idx>

Deletes entry <idx> (1-10) from the v1/v2 configuration list.

all

Deletes all entries from the v1/v2 configuration list.

Advertising