cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1363
Views
0
Helpful
1
Replies

Check Cisco 3650 Switch Logging Message Using SSH

CSCO12094806
Level 1
Level 1

On Cisco 3650 Switch (Denali 16.3.6) we have configured syslog message with console severity level "Warning" and Loggig facility level "syslog".

Now our syslog server getting logs from switch.

we need to know "How can we check logs saved on switch memory over ssh session with switch".

1. 

logging buffered 32768
logging console warnings
logging origin-id string SWITCH_01
logging facility syslog
logging source-interface Vlan125                     //Source Interface for logs
logging host 192.168.100.201                         //Syslog Server

2. 
line vty 0 4
access-class MGMT_VTY in                                  
authorization commands 0 AA                        //For TACACS Authentication 
authorization commands 1 AA
authorization commands 15 AA
authorization exec AA
accounting commands 0 AA
accounting commands 1 AA
accounting commands 15 AA
accounting exec AA
login authentication AA
transport input ssh
transport output none

1 Reply 1

mkazam001
Level 3
Level 3

1. sh logging

2. im sure someone can help with that

regards, mk