Skip to content
Archive of posts tagged ios

Netios 0.73

Netios 0.73 fixes some bugs and Complete changelog : 2010-02-10  (0.73) Jean-Christophe Baptiste <jc@phocean.net> * remove useless options * fix various bugs Check there (tools page) for more details and a download link.

Netios 0.72

Netios 0.72 fixes some bugs with the show_run mode and large config files. I also found some issues concerning the prompt detection, so it should be fixed now. Complete changelog : 2010-01-14  (0.72) Jean-Christophe Baptiste <jc@phocean.net> * ciscoclass.py : forgot to remove a debug print * ciscoclass.py : finish and fix a bunch of bugs [...]

Netios 0.71

I release a new version of Netios : 0.71. There are a lot of changes, starting with cosmetics, but the biggest one is the support of multiprocessing. It is now able to process several routers at the same time, so using it on a large list of machines results in a big speed up. A [...]

Netios

I just released an alpha release of a little tool that may help network administrators with a large park of Cisco routers or switches : Netios is a little tool aimed to help network administrators to administrate a large number of Cisco network devices. Providing it with a list of equipments, it connects within SSH [...]

Cisco configuration buffer full

I got this weired message while trying to save a configuration : #wr mem Building configuration… % Warning: Saving this config to nvram may corrupt any network management or security files stored at the end of nvram. Continue? [no]: no % Configuration buffer full, can’t add command: ************************************************************************ Looks scary at first, but normally it [...]

IOS : Configuration buffer full, can’t add command

This error message suddenly showed up on one of my router when I tried to save its running configuration. service compress-config allowed me to workaround this buffer problem : router#wr mem Building configuration… % Warning: Saving this config to nvram may corrupt any network management or security files stored at the end of nvram. Continue? [...]

Practicing Cisco networking with GNS3 and Dynamips

GNS3 and Dynamips put together give a nice open-source and free alternative to emulate a network with IOS routers. Dynampis is an emulator of Cisco 7200 router, while GNS3 provides a nice graphical environment to design your network and use the virtual routers. I sometimes use Boson Netsim, which is not only non-free but not [...]