LMS4.0 with syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2012 02:43 AM
Hi Experts
how can in configure the cisco works 4.0 to acts as syslog servers so all devices in my network sends traps to this lms that we have instead of using kiwi syslog
thanks
jamil
- Labels:
-
Network Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2012 01:04 PM
By default LMS has a built in Syslog function, all you need to do is update the devices to send their syslogs messages to the LMS ip address. Use the deployment guide to update your syslogs to point to LMS.
logging host x.x.x.x
Also ensure that KIWI syslog is not installed on the same server that LMS is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2012 06:03 AM
Hi Nael
thanks nael
couple of questions
1)after u configured ur devices to send trap to syslog LMS 4.0 how to find this trap on lms
2)my LMS 4.0 sits at the HQ, i have 5 big campuses
Campus A in area 1 has 100 cisco devices
Campus B in area 2 has 100 cisco devices
Campus C in area 3 has 100 cisco devices
Campus D in area 4 has 100 cisco devices
Campus E in area 5 has 100 cisco devices
how can i configure the LMS to categorize these area with each devices and perform devices discovery according each area not devices discovery for the whole Company?
3)can the LMS 4.0 sees the asa 5520?or this FW needs special config on the lms
4)how to config LMS 4.0 to acts as SNMP server , and after how to see the traps sent by cisco devices?
thanks
jamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 06:05 PM
1. Use the Reporting features in LMS 4.0 to generate a 24 hour syslog report to view all the syslog info from the devices.
2. First create user defined groups and five different discovery jobs based on the user defined group categories.
Step 1: Creating "User Defined Groups":
I would name each UDG based on their regions or you can do it like stated above "CampusA", "CampusB", "CampusC", "CampusD", and "CampusE". The idea to is come up with a consistent naming convention that applies to your environment and create a rule based on the subnet or device type.
Step 2: Create multiple discovery jobs for different Campuses with different settings based on subnet range:
3. 5520 is supported with 7.2(1) or higher. See device matrix:
4. LMS is your NMS server and will handle the SNMP traps through its Fault Management feature in the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2012 10:30 AM
Hi Nael
thanks for ur reply and i realy appreciate ur reply
1)i don't have cisco account to read these link,could you please provide the equivalent!
2)how can i delete a device from the DCR?
3)my LMS ping the ASA and Correctly i have entered the SNMP community exist the asa but it gives me errors so please help me to the asa to my cisco works ,
thanks
jamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2012 11:47 PM
any reply ps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2012 04:16 AM
1.
2.
3.
4.
to delete a device go to
Inventory > Device Administration: Add / Import / Manage Devices
here is the navigation guide that compares LMS 3.x tasks with LMs 4.0 tasks
can you please describe it more detailed and illustrate "...it gives me errors..." with a screenshot so we see what you want to achieve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2012 04:47 AM
Ermel thanks and Appreciate , i m in stuch with asa , from lms 4.0 i can ping the inside interface of the asa 5520 , i have entered correct the snmp , but the lms didnt recognised it.any help
thanks
jamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2012 05:09 AM
Are you able to do snmpwalk from LMS to ASA? Try to open the device in Device Centre and try to do a snmpwalk, if unsuccessful, pleases share the ASA snmp configuration details.
The configration should be :
hostname(config)# snmp-server host interface_name ip_address [trap | poll] [community text] [version 1 | 2c] [udp-port port]
Where interface_name is the name of the NMS and ip_address is the IP address of the NMS.
Please see the document for more details :
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/monitor.html#wp1042030
-Thanks
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2012 08:13 AM
Hi Vinod
i have straight forward snmp config pls see the below
snmp-server host inside 10.100.100.101 community $cisco$
10.100.100.101 my LMS
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2012 11:20 AM
Do you see any packets incrementing when you try snmpwalk on ASA device with show snmp-server statistics?
I assume the port 161 is not blocked on ASA. You can also try to install Net-Snmp on your PC and try to do a snmpwalk from there configuring your ASA to accept snmp-request from your device.
That should help in pointing out if the issue is from LMS or ASA.
-Thanks
Vinod
