Cisco iOS Notes

Basic Auth S1#enable S1#configure t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#line console 0 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#end S1#exit LAB SSH Setup R1#enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip domain-name got.com R1(config)#crypto key generate rsa general-keys modulus 1024 The name for the keys will be: R1.got.com % The key modulus size is 1024 bits % Generating 1024 bit RSA keys, keys will be non-exportable…[OK] ...

November 7, 2017 · 1 min · Shane Greaves

GNS3 Install from Git

I’ve read somewhere that GNS3 runs better on Linux and I had some spare cycles on a Hyper-V host. I configured a VM with 16GB of RAM and I was able to get GNS3 up and running on Ubuntu 14.1 using the steps I will be documenting below. Since we will be installing from the source files from the git repository on Github.com, you will need to install git: sudo apt-get install git ...

December 13, 2014 · 2 min · Shane Greaves