Syslogs - output to a server

laidbackfreaklaidbackfreak Member Posts: 991
ok im trying to configure my core routers to output there syslogs to a central server (W2003) and use a 3rd party software to read the data.

however im struggling to acheive this, so far I've followed the information in here :-
http://www.cisco.com/univercd/cc/td/doc/cisintwk/intsolns/as5xipmo/sysmgt.htm#xtocid4

however I cant see the output of the file on the server....

can i check that in step 3 i specify the logging config as follows

logging 172.22.66.18
logging buffered 10000 debugging
logging trap debugging

as above, I am assume that the file will just be dumped on the route of the 172.22.66.18 server and I dont need to specify any further location ?

If thats the case I'm lost cos I cant find the file on the server.
Anyone able to clarify this further ??
if I say something that can be taken one of two ways and one of them offends, I usually mean the other one :-)

Comments

  • gojericho0gojericho0 Member Posts: 1,059 ■■■□□□□□□□
    Do a sh log just to confirm its being recorded by the cisco device as well. Also does it show any messages being sent when you first run the command?

    What is the syslog software you are running in Windows?
  • APAAPA Member Posts: 959
    logging buffered shouldn't be necessary if you are saving to a syslog server......

    The syslog software should have parameters within it it allowing you to specify where the file is to be saved........

    CCNA | CCNA:Security | CCNP | CCIP
    JNCIA:JUNOS | JNCIA:EX | JNCIS:ENT | JNCIS:SEC
    JNCIS:SP | JNCIP:SP
  • forbeslforbesl Member Posts: 454
    You also need to specify the following on your router:

    logging facility <local0 thru local7>
    logging source-interface <interface>

    Set your syslog server to read the logs on the appropriate logging facililty.
  • mikearamamikearama Member Posts: 749
    Knowing the make/model of the software you're using would help.

    For example, the syslog server by Orion (solarwinds) doesn't require any server-side setup... it'll show anything sent to it by a listed resource.

    On the other hand, WSyslogD requires adding the devices IP to the ini file... only then will the syslog server accept and save traps.

    Sounds like you have something like the latter.

    Mike
    There are only 10 kinds of people... those who understand binary, and those that don't.

    CCIE Studies: Written passed: Jan 21/12 Lab Prep: Hours reading: 385. Hours labbing: 110

    Taking a time-out to add the CCVP. Capitalizing on a current IPT pilot project.
  • nice343nice343 Member Posts: 391
    try this command
    logging on
    

    this will log any output to the router
    My daily blog about IT and tech stuff
    http://techintuition.com/
Sign In or Register to comment.