cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
0
Helpful
2
Replies

Set Configuration

angel.batista
Level 1
Level 1

I have to configure snmp in some switches, I have IOS based Switches and SET based switches.

In IOS based Switches I configured the following:

conf t

access-list 20 permit host 192.168.1.1

snmp-server group GRUPO v3 priv access 20

snmp-server user USUARIO GRUPO v3 auth md5 PASS priv des56 PASS

snmp-server host 192.168.1.1 traps version 3 priv USUARIO

exit

wr

I want to know how do I configure the same configuration, but in set based Switches.

2 Replies 2

amit-singh
Level 8
Level 8

Hi,

Please refer the following link.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sw_7_6/confg_gd/snmp.htm

regards,

-amit singh

Thanks for your help. This article was very helpfull