cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
0
Helpful
3
Replies

SNMP communities through SNMP readable?

wagnerch
Level 1
Level 1

Hi,

I have an IOS-router which should have SNMP-access from two companies.

Our company would like to have the same snmp-community everywhere but this could be a problem if the other company can read our community strings.

eg.

snmp-server community othercompany RO

snmp-server community othercompanyrw RW

snmp-server community mycompany RO

snmp-server community mycompanyrw RW

othercompany should not be able to find out the community-strings of mycompany.

Anybody who knows a docu for it?

Regards,

Chris

1 Accepted Solution

Accepted Solutions

If either company has read-write snmp access, it will enable them to retrieve the entire config file from the router, community strings and all.

View solution in original post

3 Replies 3

steve.barlow
Level 7
Level 7

Here is an example:

access-list 10 permit 10.100.180.0 0.0.0.255

access-list 17 permit 10.216.7.20

access-list 17 permit 10.216.10.0 0.0.0.255

snmp-server community h0merun RO 10

snmp-server community bask3tball RO 17

If you don't have to use RW, don't for security reasons, especially when 2+ companies are involved. But if you have to, repeat the above steps but with RW.

Hope it helps.

Steve

Hi,

I use access-lists to control what devices have snmp-access but I am not sure if anybody is able to get the snmp-passwords over snmp.

The company using community H0merun should not be able to find out the community bask3tball because bask3tball is also used on other routers they should not have any access.

Regards,

Chris

If either company has read-write snmp access, it will enable them to retrieve the entire config file from the router, community strings and all.