SNMP v.3 configuration

Hi All,
I need some clarification about the snmp  v3 configuration.
The  below configuration is correct / i can proceed this.
access-list 99 permit 1.1.1.1!!LMS  Server!!
access-list  99 permit 2.2.2.2!! CSMARS Server!!
snmp-server group test v3 auth access 99
Note:  Below commands will not see in the running config; whether i have to  apply the same commands  for csmars also?!!
snmp-server user test  test123  remote 1.1.1.1v3 auth md5 test234
snmp-server user test  test123  v3 auth md5 test234 priv des test234
snmp-server host  1.1.1.1 test !! Points to LMS Server!!This same commands  have to points  to csmars?
If somebody have best practise Snmp trap configuration  send it ..

I see a few problems here.  What you probably want is something like:
access-list 99 permit 1.1.1.1  !!LMS  Server!!access-list 99 permit 2.2.2.2  !! CSMARS Server!!!snmp-server group test v3 auth access 99  !! Do you need read-write access as well?!snmp-server user test  test  v3 auth md5 test1234snmp-server user test  test  v3 auth md5 test1234 priv des test1234!snmp-server host  1.1.1.1 traps test
You want your passwords to have at least eight characters.  LMS currently does not support v3 traps, so make sure you send v1 or v2c (this config will send v1).  Your SNMP v3 user must be placed in an existing SNMPv3 group.
You might consider adding a write view as well to your v3 group (if you need to be able to do changes via SNMP).  LMS can do this, but it can also use telnet or SSH, so that may not be a requirement for you.
See http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094489.shtml for more best practices on securing SNMP.
Please support CSC Helps Haiti
https://supportforums.cisco.com/docs/DOC-8895
https://supportforums.cisco.com

Similar Messages

  • SNMP MIB to configure the routers and switches

    I have snmp write community string configured on all routers and switches. I am looking for a SNMP MIB to configure a command to Cisco routers and switches using SNMPSET option. Can some one point me in right direction for SNMP MIB values to write commands on routers and switches ?

    Hi,
    there are many, many mibs. Depends on what you are interested about, use search function on CCO. This is voip forum, there is another for network management.

  • SNMP peer Agent configuration in Oracle9i

    Dear All,
    For monitoring of database we are configuring a tool. To get data from database SNMP peer agent must be configured and started. In the service list window we have checked SNMP service is there but SNMP peer Agent service is not available. We have tried to configure the SNMP as per oracle documentation but failed. Now tool is getting data of server but not for database. We are using oracle version 9.2.0.1.0 enterprise edition and os windows 2003 server.
    So what to do to configure the SNMP peer agent. Waiting four valueable suggestion.

    Hi,
    Iplanet does not support for it's products being installed on linux or snmp for linux.

  • How to configure SNMP on DMS or DMP?

    for the first, English is not my mother tounge, so I may write a lot of mistake of my words.
    One of my customer want to infomation of DMP that is down or up with SNMP tool.
    I had download the tool named 'SNMP TESTER' and test with DMP, and DMS.
    But the DMP has no SNMP configure set module or command. Only DMM has one sections of it's administrator - settings.
    I changed the DMM setting like this
    Queries
    Query Operations : Enabled
    Read Community : public
    Notifications
    Notification Operations : Enabled
    Hostname or IP Address : 172.16.100.143
    Port : 162
    Trap Community : public
    ==========================================================
    and my SNMP tester settings below.
    Host name or address : 172.16.100.251
    Community name : public
    and these are logs of fail to test.
    2012-11-07 17:27:04 - Starting SNMP test...
    2012-11-07 17:27:04 - Connecting to
    [email protected]
    2012-11-07 17:27:05 - ERROR: Unable to complete the test.
    2012-11-07 17:27:05 - ERROR: Data is incorrect (13)
    2012-11-07 17:27:05 - [SNMP status] .1.3.6.1.2.1.1.1.0, .1.3.6.1.2.1.1.5.0, .1.3.6.1.2.1.4.1.0: No such name (#1)
    ==========================================================
    My SNMP tester installed PC IP : 172.16.100.143
    DMM : 172.16.100.251(Version 5.2)
    DMP 4400 : 172.16.100.85 (UP status)
    The SNMP service looks enabled. In fact, I'm not sure it's configure is right and working.
    I'm not close to SNMP. So, I hope your experts will show me greatful kindness.
    just two thing that the customer wants is simple.
    OID number status 2 code and show them to within SNMP Tester. (UP & Down  2 status OID code needed)
    How can I test the SNMP service is working and Showing the status of DMP within SNMP Tester?
    P.S I attached the SNMP Tester program for your testing.

    Hi Rafik, here is a basic snmp v1/v2 configuration
    snmp-server server
    snmp-server community test1234 rw view DefaultSuper
    This is basically wide open to anyone who knows the password. This should be enough to get you started then you can tweak additional options as you go. Give this a test, see if you can do what you're trying to do then modify this sample to work for your security needs.
    -Tom
    Please mark answered for helpful posts

  • How to configure SNMP on SG300 using CLI

    Hi,
    Does anyone know how to configure SNMP on the Cisco SG300 switches? I have the SG300-10P. I am not fully familiar with the new command line interface on this device, it was easy on the IOS but finding it a nightmare on this one.
    I put the following command in but it didnt work.
    snmp-server view Interfaces interfaces included
    snmp-server community ACB123 ro 10.x.x.x view default
    I tried to follow the guidelines on the cisco website but thats all Web interface based, i can only access the switch remotely via CLI.
    Thanks

    Hi Rafik, here is a basic snmp v1/v2 configuration
    snmp-server server
    snmp-server community test1234 rw view DefaultSuper
    This is basically wide open to anyone who knows the password. This should be enough to get you started then you can tweak additional options as you go. Give this a test, see if you can do what you're trying to do then modify this sample to work for your security needs.
    -Tom
    Please mark answered for helpful posts

  • Snmp configuration on weblogic 10 has no effect

    SNMP in MMC(Mobile Management Center, A HP Product), use joesnmp.jar internal to send snmp trap generated by mmc app. This part works well in weblogic 10;
    snmp in weblogic , configured by weblogic console. In weblogic 8, we configure such items:
    Weblogic Subsystem
    Purpose
    Level
    Deployer
    Monitor all war/ear deploy/undeploy/redeploy
    INFO
    JDBC
    Monitor all warnings/errors in jdbc operation
    WARN
    Current tests shows that the snmp configuration on weblogic 10 has no effect.
    Due to MMC4.6 gets the Weblogic updated from 8.16 to 10.3, we didn’t find the configuration about “Enable JDBC Logging”. Below is the former config page about Weblogic 8.16.
    But in Weblogic 10.3 we cannot find this configuration. We have followed the guide http://e-docs.bea.com/wls/docs100/jdbc_admin/monitor.html#wp1048793
    And tried to set the appropriate properties on the command line like this,
    -Dweblogic.debug.DebugJDBCSQL=true -Dweblogic.log.StdoutSeverity="Info"
    Actually we can get the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail error messages in weblogic backend log, but seems Weblogic cannot send SNMP trap messages to SNMP monitoring tool like Openview.
    PS. Weblogic can send out the SNMP trap messages when the server starts and stops.
    So till now the SNMP cannot monitor the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail for MMC4.6.

    Hi, I am on 12.1 weblogic, and I am stuck on where you set the SNMP Servername and port number.
    We are on windows 2008, I see there is a services, SNMP .
    Is there something I need to do on the weblogic side before i get into the SNMP agenets and traps, this part I understand, I am just unsure where to add the SNMP Servername and the user I wish the emails to go to.
    I see in the security realms the user i can add to the group monitors.
    -->, I am running WL 10.3 and SNMP works fine. The cluster generates traps based on particular mbeans, such as when a server's health state is not "OK", or when there are JDBC connection issues. You have to create a new SNMP agent within the admin server then build the individual traps ( String, Gauge, Counter, etc. ) and make sure you have a Trap Destination.

  • Configure SNMP Traps

    Hello,
    I am running SCOM 2012 R2 and I am trying to set up the server to receive SNMP traps from my HP Procurve switches.  I setup 1 switch to send all traps to my SCOM server.  The SNMP Feature is installed and the SNMP Trap service is disabled. 
    The SNMP Service is configured to the correct community and is setup to accept from all hosts.  I setup a rule that targets Nodes and I setup an Event View that uses this rule.  I trigger an alert on my switch and I see nothing in the Event
    View.  What am I doing wrong? 

    Hi,
    Im glad you got the SNMP working.
    You can either right-click an event, press Notification subscription and Create...
    You can also go to Administration and create it from there. The setup is pretty straight forward, but there are some guides here:
    http://blogs.technet.com/b/kevinholman/archive/2012/04/28/opsmgr-2012-configure-notifications.aspx
    http://technet.microsoft.com/en-us/library/hh212805.aspx
    www.coretech.dk - blog.coretech.dk

  • Configuring SNMP Traps UCS 6.1.3

    Hi, I have some confusion on configuring SNMP and Trap notifications to a network monitoring box we have. When I enter Unified Serviceability and go to SNMP Notification Destination Configuration and try to set up the trap notification, it asks for a community name and does not pick up the one I have already configured called public. If I then create a new community name from that screen called public it says it has created it on nodes that have not had it configured before, this sounds right but it still does not show up in the drop list for me to pick to finish the configuration of the trap.
    I am not sure if it is working or not. Can someone help me and maybe show me a way to send it a test trap to verify it is working?
    Thanks

    Okay I found where the community field will not show up unless it is set to minimum notify privileges. I did that and it appears fine now.
    Does anyone know how to send it a sample trap to make sure it works?

  • SNMP configuration in Ironport Cluster

    Hi everyone, 
    I have 2 Ironport appliances X series in a cluster configuration, I want to configurate SNMP in both appliances but if I run the command snmpconfig it only allows me to configure snmp for the cluster, in this way I only can "ask" for status to 1 interface  on behalf of the entire cluster and I dont know if a high cpu trap or high memory trap on the other appliance can be send to my snmp manager.
    I tried to configure snmp in every machine (not cluster mode) but the appliance sends me an strange error and kick me out of the cli.
    Anyone of you had configure snmp in a cluster environment? Can you guys tell me how can I do this?
    Best Regards!

    The term cluster is a misnomer. It is more of a centralize configuration. Both appliances will send traps individually and will share the same configurations. Basically both appliances act on their own, and don't share IP addresses or failover (the beauty of email is failover is built into MX records and transport configurations). There are instances when it makes sense to have separate configurations for a group of systems in the "Configuration Cluster". For SNMP this can be done at the Cluster or "Cluster Group" Level.
    In my example I wanted to have a different SNMP Location for two sets of appliances:
    What I had to do for SNMP, was to configure a Cluster Group for each location. This way I could say Appliance A & B are at location 1, and Appliances C & D are at location 2.So in the CLI, you will need to create the groups, and then assign your appliances to each group. Then Change your cluster mode in the CLI to the appropriate group and make the SNMP changes. Repeat for your other group.
    Please let me know if this was helpful, I would be happy to go into more details.

  • SNMP Alert Destinations

    How does an SNMP alert destination configured within OSB actually submit its traps?
    For instance, I have an SNMP alert destination configured within OSB named "Dev", with SNMP trap enabled, and reporting/email/JMS disabled.
    I have services with SLA rules that are firing, and are generating SLA alerts, and are using this alert destination.
    In the underlying Weblogic domain, I have an SNMP Server Agent name "Dev" which points to the actual IP of the SNMP monitoring tool which receives the alerts, and the WL servers are generating alerts successfully for Weblogic - specific events, such as startup, shutdown, etc.
    But as yet, we don't see any of the OSB traps arriving. Presumably, the name of the Alert destination defined within OSB must match the name of the WL agent ( although the OSB docs are silent on this ).
    So I see SLA alerts in the console, but no sign of any SNMP traps being emitted as a result of the alert.

    But as yet, we don't see any of the OSB traps arriving. Presumably, the name of the Alert destination defined within OSB must match the name of the WL agent ( although the OSB docs are silent on this ).Not required.
    I have configured SNMP traps with OSB in Single Node and Cluster. If you are using unixes, you might want to check the ports being used. Unless we are under root we cannot use ports 0-1023 and this might be the problem.
    Thanks
    Manoj

  • Best way to configure a network comprising WLSE and many APs ?

    Hi the Cisco NetPro community,
    I would like to have a discussion with you on the best way to configure a network containing a WLSE and a large amount of Access Points.
    The network I want to configure comprises some subnetnorks, each comprising about 10 access points (with some advanced settings for security). It might be a quite long and boring process to set the configuration for all those, so I am looking for the quickest and easiest solution to do so.
    First of all, the configuration of IP addresses have to be done on each Access Point after unpacking it. The configuration of my network comprises 1 WDS active AP, 1 WDS backup AP and the rest of infrastructure APs, that for each developement site.
    I thought about several solutions :
    - 1st solution could be to apply a configuration file (i.e. load the config.txt file) to each AP manually, changing some values (IP, local radius...).
    But problem is that passwords can't be changed with text editor because of the passwords written in "hash".
    - 2nd solution could be to configure each AP (after IP is set) using its web interface.
    No more problem for hash written passwords, but this method is quite boring when surfing on menu pages of the AP web interface...
    - 3rd solution, which could appear as the best solution, is to create a template on the WLSE, and to apply it to all APs.
    No more boring connection to each AP, but problem are : we need to create as many templates as APs (or change some parameters each time), and we still need to set parameters directly to APs before (SNMP, SSH, WDS configuration...), in order the WLSE to manage the APs.
    So, what do you think could be the best solution in order to deploy such a network with many APs ?
    How is it possible to avoid (so far as we can) the configuration of APs one by one ?
    Thanks a lot in advance for your consideration and your ideas !
    Alexis.

    Well for one of my clients that had over 60 sites, we actually created a couple of templates. We created a basic template and a template for each site. You can have the ap's obtain the configuration from the WLSE, but you need to configure a DHCP option. My client did mac address reservations, but of course you need the mac address first. I guess you can also let the ap get an address and change it later. They tried doing different things, first let the ap obtain a default config and then pushing out the configuration for that site.
    As for the hash, you can set the password in ascii... when you do a show run, then of cours it will be hash'd.
    http://www.cisco.com/en/US/docs/wireless/wlse/2.12/user/guide/deploywz.html#wp1936755

  • SNMP in Cat os not working

    SNMP is enabled in Cat os sup-720 in 8.4(5). No response for the SNMP server poll and no traps are forwarded to SNMP server. Any one experienced this kind of issue can throw some light on this.
    Find the configuration and ‘sh snmp’ output
    set snmp community read-only ********
    set snmp community read-write ********
    set snmp community read-write ********
    set snmp trap enable module
    set snmp trap enable chassis
    set snmp trap enable bridge
    set snmp trap enable vtp
    set snmp trap enable vlancreate
    set snmp trap enable vlandelete
    set snmp trap enable auth
    set snmp trap enable entityfru
    set snmp trap enable ippermit
    set snmp trap enable sysinfolog
    set snmp trap enable vmps
    set snmp trap enable entity
    set snmp trap enable config
    set snmp trap enable stpx inconsistency
    set snmp trap enable stpx loopinconsistency
    set snmp trap enable stpx rootinconsistency
    set snmp trap enable syslog
    set snmp trap enable system
    set snmp trap enable envfan
    set snmp trap enable envshutdown
    set snmp trap enable envpower
    set snmp trap enable envtemp
    set snmp trap enable envstate
    set snmp trap enable flashinsert
    set snmp trap enable flashremove
    set snmp trap enable callhomesmtp
    set snmp trap enable macnotification
    set snmp trap enable macthreshold
    set snmp trap enable macmove
    set snmp trap enable linkerrlow
    set snmp trap enable linkerrhigh
    set snmp trap enable l2tunnel
    set snmp trap enable redundancy
    Console> (enable) sh snmp
    SNMP: Enabled
    RMON: Disabled
    Extended RMON Netflow Enabled : None.
    Memory usage limit for new RMON entries: 85 percent
    EngineId: 00:00:00:09:00:13:5f:20:03:00:00:00
    Chassis Alias:
    Traps Enabled: auth,autoshutdown,callhomesmtp,chassis,config,entity,entityfru,
    envfan,envpower,envshutdown,envstate,envtemp,flashinsert,flashremove,
    inconsistency,ippermit,l2tunnel,linkerrhigh,linkerrlow,loopinconsistency,
    macmove,macnotification,macthreshold,module,newroot,port,redundancy,
    rootinconsistency,syslog,sysinfolog,system,topochange,vlancreate,vlandelete,
    vmps,vtp
    Port Traps Enabled: 1/1-2,2/1-24
    Module inlinepower traps enabled: None
    Community-Access Community-String
    read-only XXXXX
    read-write XXXXX
    read-write-all XXXXX
    Additional- Access-
    Community-String Access-Type Number View
    Trap and Inform receivers:
    Address Community String Port Owner Version Type Index
    Console> (enable)

    Thank you for the thought. You are right we have equivalent command “set snmp targetaddr” but it didn’t work. My priority is not to receive trap I should be able to read the MIB’s by polling with the community string. Which in my case is not happening? Is there any limitation? My SNMP server says ‘please set the community string in the host’ where in I have enabled snmp service and configured string.

  • A port conflict was detected in the server configuration

    Hi
    Iam getting following error message "A port conflict was detected in the server configuration" error when I run startWeblogic.sh. I checked same in config.sh file about repeatation of port for channel sip but it is not repeated. Please help me out
    I have run nodemanager successfully on 5556 port but I have admin server starting problem I tried both $DOMIAN_HOME/startWeblogi.sh and $DOMAIN_HOME/bin/startWeblogic.sh location and I am getting same issue.
    Error message:
    ####<May 4, 2011 10:43:23 AM IST> <Info> <WebLogicServer> <HSCHARTOMR0112> <> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1304486003957> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<May 4, 2011 10:43:24 AM IST> <Notice> <Log Management> <HSCHARTOMR0112> <> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1304486004002> <BEA-170019> <The server log file /u01/BEA/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Log Management> <HSCHARTOMR0112> <> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1304486004005> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Diagnostics> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004044> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004141> <BEA-002622> <The protocol "t3" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004141> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004141> <BEA-002622> <The protocol "http" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004142> <BEA-002622> <The protocol "https" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004142> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004143> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004144> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004144> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004147> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004148> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004152> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004152> <BEA-002622> <The protocol "admin" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004153> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004157> <BEA-002622> <The protocol "sip" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004158> <BEA-002622> <The protocol "sips" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004159> <BEA-002622> <The protocol "sips-admin" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004164> <BEA-002622> <The protocol "diameter" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004165> <BEA-002622> <The protocol "diameters" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004166> <BEA-002622> <The protocol "diameter-sctp" is now configured.>
    ####<May 4, 2011 10:43:24 AM IST> <Emergency> <Server> <HSCHARTOMR0112> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304486004185> <BEA-002633> <A port conflict was detected in the server configuration. The server is configured to listen on two ports that have the same port number and IP address. Channel "sip" address "sip://fe80:0:0:0:fcff:ffff:feff:ffff:5006" conflicts with channel "sip" address "sip://fe80:0:0:0:fcff:ffff:feff:ffff:5006".>
    ####<May 4, 2011 10:43:24 AM IST> <Critical> <WebLogicServer> <HSCHARTOMR0112> <AdminServer> <main> <<WLS Kernel>> <> <> <1304486004186> <BEA-000362> <Server failed. Reason: Network configuration error, check log for details.>
    ####<May 4, 2011 10:43:24 AM IST> <Notice> <WebLogicServer> <HSCHARTOMR0112> <AdminServer> <main> <<WLS Kernel>> <> <> <1304486004281> <BEA-000365> <Server state changed to FAILED>
    ####<May 4, 2011 10:43:24 AM IST> <Error> <WebLogicServer> <HSCHARTOMR0112> <AdminServer> <main> <<WLS Kernel>> <> <> <1304486004281> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<May 4, 2011 10:43:24 AM IST> <Notice> <WebLogicServer> <HSCHARTOMR0112> <AdminServer> <main> <<WLS Kernel>> <> <> <1304486004283> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<May 4, 2011 10:43:24 AM IST> <Info> <WebLogicServer> <HSCHARTOMR0112> <AdminServer> <main> <<WLS Kernel>> <> <> <1304486004283> <BEA-000236> <Stopping execute threads.>
    Thanks,
    Phani
    Edited by: Phani on 3 May, 2011 10:28 PM
    Edited by: Phani on 4 May, 2011 1:25 AM
    Edited by: Phani on 4 May, 2011 3:03 AM

    Refer:- wlcs_server1 won't start - sipchannel port conflict
    -Akshay

  • LMS 4.0 initial configuration issues

    Hi Experts ,
    I am installing LMS 4.0 in my site newly  . I have nearly 1000 devices in network .When i had tried the autodiscovery mode using ping sweep method  the devices are getting discovered but showing us unreacheable . All the devices are going under unreacheable no devices are getting added to the DCR .
    SNMP settings are configured correctly .
    Please let me know whether the autodiscovery will add the devices to DCR or i need to add the devices manually .
    As per my requierement i need to configure below things , is it possible to configure the same
    1)LMS as SYSLOG server
    2)LMS should send EMAIL notification if  device goes down , interfaces goes down , memory / cpu goes high  ,switch  module goes down
    3)Need to know if cisco releases new device packages how we will update to the cisco works .
    Can any one help me in getting my queries cleared
    Regards
    Angus

    Hi Angus,
    Yes device discovey will add the device automatically to the DCR at the end of discovery .
    You just need to make sure you have given the correct SNMP and other disovery settings.......
    1.Yes , LMS as SYSLOG server is possible.
    2.Yes it is also possible.
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/user/guide/admin/useNotif.html#wp1069457
    3.In LMS 4.0 , we have a new feature that you can sechduled a job for Device pacakges update.
    I hope this information will help..
    Thanks
    Afroj

  • WLSE 2.11, snmp and wds errors

    Hello,
    I try to use WLSE to manage our AP1131,1231 with different IOS version.. Some AP are in WDS domain with a WLSM, others in WDS with an AP configured to be wds master, and other are standalone without wds configured.
    I have a lot of AP with error on WLSE, the most recurring ones are "Device was not reachable via SNMP" and "Inconsistent state found for query "interface.radio.basic"".
    WLSE says that some device were not reachable by SNMP but snmp community is configured with a good access-list. Moreover, when I test snmp reachability from WLSE (admin>appliance>connectivity tools>SNMP Query Tool) it works fine. So I do not understand why I have this fault.
    I do not understand the fault "Inconsistent state found for query "interface.radio.basic"", someone could help me perhaps ?
    And the last question, some AP without wds configured have "Parent WDS for the Access Point" = 0.0.0.0.. I do not understand why..
    If someone could help me for one of these troubles, it would be great
    Thank You,
    regards

    All these faults are explained in detail at: http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cwparent/cw_1105/wlse/2_11/ts_gd/faults.htm
    including the "Inconsistent state found for query...

Maybe you are looking for

  • ActiveX Control for Flash Player could not be registered

    Hello, i'm getting this error when installing since Flash Player got updated to version 10. I've tryed using reset_fp10 with subinacl to fix permissions but it doesnt work. I've also read something about kill-bits but the key HKEY_LOCAL_MACHINE\SOFTW

  • System always starts fsck's at boot and can't start normally.

    First of all, let me say that this forum is awesome. I've just started my first real ArchLinux experiment and you guys have helped me out so much already! Anyway, my system keeps starting fsck's at boot. It then starts counting to 1 minute and 30 sec

  • Symantec Removed iTunes

    I have a problem that started about a week ago when I updated to the new iTunes, version 9. When I load iTunes I get the error message "iTunes cannot run because some of its required files are missing." So I uninstalled, rebooted, reinstalled again,

  • HT4972 Itunes says my ipod cant be updated past 4.2.1?

    I have Recently just found my lost ipod and restored everything on it. I then tried to update it to the newest software but itunes says there is no new software for the ipod past 4.2.1?

  • Archivelink : CL_GOS_AL_ITEM

    Hello, we are using archive link technology to display documents through the Attachment List within Service for Objects icon in PA20 transaction. We would like to add a custom field in this view and so we need modify SGOS_ATTA structure used by GOS_S