What changes have been done since last “wr mem”? Or more like; what differences are there between running-config and startup-config?
Use the archive-feature!
r2#sh arch conf diff nvram:startup-config system:running-config
Contextual config diffs:
line vty 0 4
+transport input all
+transport output all
line vty 0 4
-transport input telnet
-transport output all
Wanna make periodic backups of the router config to local flash?
Use the archive-feature!
r1#sh [...]
<--- More --->
There are not many situations where the ordering of lines in the router configuration really matters (except from inside acl:s or different kind of “maps”). But when dealing with address translations it´s really important because they are processed in the same order as they were added in the running-config.
Lets say that I want to hide [...]
<--- More --->