Running config - Startup Config - SW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 10:25 PM
Hi,
One of our customers asked me that their Start-up Config and Running Config are different from each other.
When I look at them, info in the same line numbers are different but the config there. For exmaple if vlan info are between 78-90 lines in Startup Config, on 78-90 lines in Running Config, there is no info. But these vlan info are in another lines in Running config.
Is this a normal situation?
Regards,
Melih
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 11:07 PM
- Startup-config may contain some additional headers when being generated and or saved from running config. Nothing to worry about.
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 12:13 AM
vlans are stored in vlan database but not in start config unless VTP mode is transparent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 06:46 AM
We tend to think of both running config and startup config as being text files. And in that context it is logical to assume that the same entry would be on the same line number if both configs are in sync. While startup config is like a text file the running config is really not like a text file. running config is a dynamic data structure in memory of the device. When we do show run the device evaluates its dynamic data structure and produces what we see as running config. It is certainly likely that the parser that is building the representation of the data structure may insert some extra ! spacing lines, or some type of comment line that means that line numbers will not match. This is certainly the normal behavior and not an issue when the line numbers do not match.
Rick
