Snmp v3 configuration examples, Simple snmp v3 configuration, More detailed snmp v3 configuration – Brocade BigIron RX Series Configuration Guide User Manual

Page 1182

Advertising
background image

1104

BigIron RX Series Configuration Guide

53-1002484-04

Defining SNMP views

37

“admin” view will allow access to the Brocade MIBs objects that begin with the 1.3.6.1.4.1.1991
object identifier. Enter the following command.

BigIron RX

(config)# snmp-server view admin 1.3.6.1.4.1.1991 included

You can exclude portions of the MIB within an inclusion scope. For example, if you want to exclude
the snAgentSys objects, which begin with 1.3.6.1.4.1.1991.1.1.2 object identifier from the admin
view, enter a second command such as the following.

BigIron RX

(config)# snmp-server view admin 1.3.6.1.4.1.1991.1.1.2 excluded

Note that the exclusion is within the scope of the inclusion.

To delete a view, use the no parameter before the command.

SNMP v3 configuration examples

The examples below shows how to configure SNMP v3.

Simple SNMP v3 configuration

BigIron RX(config)#snmp-server group admingrp v3 priv read all write all notify

all

BigIron RX(config)#snmp-server user adminuser admingroup v3 auth md5 admin priv

des admingrp1

BigIron RX(config)#snmp-server host 10.3.1.44

More detailed SNMP v3 configuration

BigIron RX(config)#snmp-server view internet internet included

BigIron RX(config)#snmp-server view system system included

BigIron RX(config)#snmp-server community ..... ro

BigIron RX(config)#snmp-server community ..... rw

BigIron RX(config)#snmp-server contact isc-operations

BigIron RX(config)#snmp-server location sdh-pillbox

BigIron RX(config)#snmp-server host 128.91.255.32

BigIron RX(config)#snmp-server group ops v3 priv read internet write system

BigIron RX(config)#snmp-server group admin v3 priv read internet write internet

BigIron RX(config)#snmp-server group restricted v3 priv read internet

BigIron RX(config)#snmp-server user ops opsgroup v3 encrypted auth md5 0e1b15323

priv encrypted des 0e1b153303b1234

BigIron RX(config)#snmp-server user admin admin123 v3 encrypted auth md5

0d8a2123f91bfb priv encrypted des 18e0cf359fce4fc

BigIron RX(config)#snmp-server user restricted restricted v3 encrypted auth md5

261fd8f56a3ad priv encrypted des d32e66152f89dk

Advertising