cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1329
Views
0
Helpful
6
Replies

LMS 4 & LMS 3.2

alkabeer80
Level 1
Level 1

Hi,

i have LMS 3.2 license and working ( 1000 Switches and Routers) and i install LMS 4 evaluation 90 days (i will get the license soon). i want both of them to be running while i am testing LMS4 so i implement snmp commands for both as the following:

snmp-server community xyz RO 80

snmp-server community abc RW 80

snmp-server community host x.x.x.x (IP of the first LMS "3.2" server)

snmp-server community host y.y.y.y (IP of the second LMS "4" server)

access-list 80 permit x.x.x.x

access-list 80 permit y.y.y.y

Do you think that both of them will work at the same time? with this configuration on routers and switches what should i do at the lms 4 server should i go to discovery button and enable it ?

thanks

1 Accepted Solution

Accepted Solutions

from the output provided,

i'm suspecting that you did snmpset and not snmpwalk

as the snmpset needs a type and value

regarding the ios upgrades yes you can do it if the device is supported for that,

here is how you can do it

http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/user/guide/configuration_management/swmgt.html

hope this helps.

View solution in original post

6 Replies 6

Fadi Twal
Cisco Employee
Cisco Employee

Hi,

yes this is what you need to configure in your routers and switches,

also as you said you just start the discovery after setting the seed device and you will get your devices in LMS 4.0 but it will discover 110 devices max since you don't have the license yet.

hi Fadi,

Thanks for your reply, i have done this and tell now ( more than 4 hours) nothing in the discovery.

Do you have senario for configuring switches and routers with lms 4 in order to make them in show in discovery ?

i have issue the same community string for lms and switches and routers.

thanks

can you send screenshots of all the discovery settings?

-also is the seed device reachable by ping and by SNMP from the server

try to do the following from the CLI

go to  CSCOpx\object\jt\bin

snmpwalk -v 2c -c 1.3.6.1.2.1.1.2

and see what you will get in response

also the output of pdshow

Hi Fadi,

i manage to get it working thanks , lms is discovering devices but i tried snmpwalk command the result is:

Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
1.3.6.1.2.1.1.2: Needs type and value

also i want to ask if i can upgrade switches and routers ios through lms? and how?

thanks

from the output provided,

i'm suspecting that you did snmpset and not snmpwalk

as the snmpset needs a type and value

regarding the ios upgrades yes you can do it if the device is supported for that,

here is how you can do it

http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/user/guide/configuration_management/swmgt.html

hope this helps.

Hi Fadi,

Thanks for your help, i use snmpwalk not snmpset, i typed exactly what u mention.

thanks for the link it is very useful.