Differences between revisions 3 and 4
Revision 3 as of 2012-05-27 07:28:41
Size: 1056
Editor: PieterSmit
Comment: Add duplicate page logging with small l here.
Revision 4 as of 2012-09-10 15:01:54
Size: 1119
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Automated cisco config [[cisco/ConfigArchive|Archive]]ing.

Logging

Sniff and Span

  • ! Defines VLAN 999 as the RSPAN VLAN
    •      vlan 999
           remote-span

Logging / Cisco

  • Cisco can not log changes to syslog.
    • http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gtconlog.html

    • FTP config upload example.

        config terminal
        !(config)#
          ntp server 10.10.240.21
          clock timezone GMT+2 2
          service timestamps log datetime show-timezone msec localtime
      
        config terminal
        !(config)#
          logging host 10.10.240.23
          logging trap informational
          logging userinfo
          logging on
          archive
        !(config-archive)#
          !! {-- path tftp://172.17.13.13//auto-RTR --}
          path tftp://10.10.240.25/auto-!RTR!
          write-memory
          time-period 129600
          log config
        !(config-archive-log-cfg)#
          notify syslog
          logging enable

...


CategoryCisco

cisco/Logging (last edited 2013-01-25 07:20:03 by PieterSmit)