Displaying SRC CLI Command History

To display a list of recent commands issued:

  • In operational mode or configuration mode, use the history command.
    user@host> history
     
    469 show shared sae configuration ldap subscriber-data
      edit shared sae configuration ldap subscriber-data
      set subscription-loading-filter subscriberRefFilter
      set load-subscriber-schedules
      set login-cache-dn
      set session-cache-dn
      set server-address 10.10.10.3
      set dn umc=user
      set password abcde
      set directory-eventing
      set polling-interval 60
      set ldaps
      show
      set login-cache-dn o=Users,<base>
      . . .
    
    

You can copy a set of commands from the history and paste them into the CLI to execute the commands again.