Config file
Mikdilly
Member Posts: 309
in CCNA & CCENT
What determines how large your config file can be? Is it the size of NVRAM on the router?
Comments
-
rakem Member Posts: 800the config file will vary in size depending on how much stuff you have configured...CCIE# 38186
showroute.net -
dtlokee Member Posts: 2,378 ■■■■□□□□□□Basically yes. It really shouldn't be a problem but if you did run out of NVRAM, you could load a config from tftp into RAM.The only easy day was yesterday!
-
mikearama Member Posts: 749I don't think that's necessary... but backed up to a tftp server is always a good idea.
If all devices booted from the tftp server, and the server went down... dayum, you're toast. Same with network connectivity issues.There are only 10 kinds of people... those who understand binary, and those that don't.
CCIE Studies: Written passed: Jan 21/12 Lab Prep: Hours reading: 385. Hours labbing: 110
Taking a time-out to add the CCVP. Capitalizing on a current IPT pilot project. -
dtlokee Member Posts: 2,378 ■■■■□□□□□□datchcha wrote:dtlokee wrote:Basically yes. It really shouldn't be a problem but if you did run out of NVRAM, you could load a config from tftp into RAM.
Would it be a wise idea to load every router in an institute from saved config files on a TFTP server?
Not really,for a number of reasons. What happens if there is no connectivity when trying to obtain the config from the tftp server? TFTP is not a secure protocol so anyone could read the clear text config sent across the network. There's a few others. We used this method for pur customer routers that were located at the customer sites because we didn't want them to be able to preform password recovery and get any sensitive config information.The only easy day was yesterday! -
datchcha Member Posts: 265dtlokee wrote:datchcha wrote:dtlokee wrote:Basically yes. It really shouldn't be a problem but if you did run out of NVRAM, you could load a config from tftp into RAM.
Would it be a wise idea to load every router in an institute from saved config files on a TFTP server?
Not really,for a number of reasons. What happens if there is no connectivity when trying to obtain the config from the tftp server? TFTP is not a secure protocol so anyone could read the clear text config sent across the network. There's a few others. We used this method for pur customer routers that were located at the customer sites because we didn't want them to be able to preform password recovery and get any sensitive config information.
I understand. Thanks!!!!Arrakis -
Mikdilly Member Posts: 309If you did a show ver or show hardware, the amt of memory showing for NVRAM would be the limit for how big your config could be, correct?