cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3310
Views
0
Helpful
4
Replies

how to configure logs to be sent for TFTP server !?

mohammed hashim
Level 1
Level 1

hi

 

I want to let the router or the switch to sends the log to TFTP server, how can I do that !?

including things like debug commands results

 

 

thanks,

4 Replies 4

Cisco Freak
Level 4
Level 4

You want to send the logs to the Syslog server..right? Use the logging command to do it.

logging x.x.x.x is the command.

Use the logging trap command to set the level of logging.

 

Router(config)#logging trap ?
  <0-7>          Logging severity level
  alerts         Immediate action needed           (severity=1)
  critical       Critical conditions               (severity=2)
  debugging      Debugging messages                (severity=7)
  emergencies    System is unusable                (severity=0)
  errors         Error conditions                  (severity=3)
  informational  Informational messages            (severity=6)
  notifications  Normal but significant conditions (severity=5)
  warnings       Warning conditions                (severity=4)
  <cr>

 

 

CF

hi,

 

logging x.x.x.x 

 

will this also send debug result to syslog !?

You need to put the right level of logging.

logging traps debugging

 

CF

ok I got it,

 

thanks a lot

Review Cisco Networking for a $25 gift card