This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Thursday, June 30, 2011

CRS - Configuration Commit Database

Configuration Commit Database - all commit operatations are saved to the configuration commit database up to 100 entries. Once 100 entires have been reached then the oldest entry is deleted. Header information is still retained up to a 1000 entries.


show configuration history - list events in the database

Example:
RP/0/RP0/CPU0:CRS-1#show configuration history


SNo. Label/ID         User       Line                Client                Time Stamp
~~~~ ~~~~~~~~    ~~~~     ~~~~              ~~~~~~           ~~~~~~~~~~
1    1000000144      user_1    vty0                  CLI               00:16:51 UTC Thu May 1 2006
2    1000000143      user_1    vty0                  CLI               00:04:32 UTC Thu May 1 2006
3    1000000142      user_1    0.0.0.0             XMLAgent    21:58:36 UTC Wed May 1 2006
4    1000000141      user_1    0.0.0.0             XMLAgent    21:46:07 UTC Wed May 1 2006
5    1000000140      user_2    con0_RP1_C   CLI               21:43:30 UTC Wed May 1 2006
6    1000000139      user_1    0.0.0.0             XMLAgent    21:40:13 UTC Wed May 1 2006
7    1000000138      user_1    0.0.0.0             XMLAgent    21:34:48 UTC Wed May 1 2006
8    1000000137      user_2    con0_RP1_C   CLI               21:32:10 UTC Wed May 1 2006
9    1000000136      user_1    0.0.0.0             XMLAgent    21:30:13 UTC Wed May 1 2006
10   1000000135     user_2     con0_RP1_C  CLI               19:45:04 UTC Wed May 1 2006
11   1000000134     user_2     con0_RP1_C  CLI               19:37:26 UTC Wed May 1 2006
12   1000000133     user_2     con0_RP1_C  CLI               19:36:27 UTC Wed May 1 2006
13   1000000132     user_2     con0_33_1      Rollback       18:34:45 UTC Wed May 1 2006
14   1000000131     user_2     con0_33_1      Rollback       18:32:37 UTC Wed May 1 2006
15   1000000130     user_2     con0_33_1      Rollback       18:31:09 UTC Wed May 1 2006
16   1000000129     user_2     con0_33_1      CLI              18:28:12 UTC Wed May 1 2006
17   1000000128     user_2     con0_33_1      CLI              18:27:22 UTC Wed May 1 2006
18   1000000127     user_2     con0_33_1      CLI              18:27:19 UTC Wed May 1 2006
19   1000000126     user_2     con0_33_1      Rollback       18:25:55 UTC Wed May 1 2006
20   1000000125     user_2     con0_33_1      Rollback       18:24:25 UTC Wed May 1 2006

Label/ID-unique ID of the commit
User-The user excuting the command
Line- Where the commit took place
Client-Where the commit was excurted (CLI, XMLAgent, Rollback)
Timestamp-The time of the commit

show configuraiton history detailed - Adds the comments section (comments can be added to the configuration)

show commit changes - views the commands in the database
show commit changes last X - used to see the last "X" number of previous commits
show commit changes since X - used to see the last commit since "X" 
show commit changes - the commit ID can be shown by typing "show commit changes ?"

Example
RP/0/RP0/CPU0:CRS-1#show commit changes ?

  1000000010  Commit ID
  1000000011  Commit ID
  1000000012  Commit ID
  1000000013  Commit ID
  1000000014  Commit ID
  1000000015  Commit ID
  1000000016  Commit ID
  1000000017  Commit ID
  1000000018  Commit ID
  1000000019  Commit ID
  1000000020  Commit ID
  1000000021  Commit ID
  1000000022  Commit ID
  1000000023  Commit ID
  1000000024  Commit ID

0 comments:

Post a Comment