[Contents] [Prev] [Next] [Index] [Report an Error]


Step 1: Configure Configuration Change Tracking

Action

To configure this type of logging, follow these steps:

  1. In configuration mode, go to the following hierarchy level:
  2. [edit]
    
    user@host# edit system syslog 
    
    
    
  3. Configure the log file:
  4. [edit system syslog]
    
    user@host# edit file filename
    
    
    

For example:

[edit system syslog]
user@host# edit file mw-configuration-changes

  1. Configure the change-log facility and severity level:
  2. [edit system syslog filename]
    
    user@host# set change-log info 
    
    
    
  3. Verify the configuration:
  4. [edit system syslog]
    
    user@host# show 
    
    file mw-configuration-changes {
    
        change-log info;
    
    }
    
    
    
  5. Commit the configuration:
  6. user@host# commit
    

[Contents] [Prev] [Next] [Index] [Report an Error]