rkaja84's BlogCategory Networking
Sorry, but the blog post could not be located.
Here are the basics for setting up a Cisco router: The initial input is as follows: Router>enable You are now ready to start entering global configuration commands to edit your system. The following are probably the most common but those that provide the basis to configuring a working router. Enable password-encryption (to ensure passwords are stored in a way that is unreadable to any chancer that might catch a glimpse at your sh run command): Router(config)#service password-encryption Enable secret - adding higher encryption authorization to users access to the global configuration mode. Router(config)#enable secret password Enable login to the privileged using password authentication: Router(config)#enable password password Enable console password authentication: Router(config)#line console 0 Enable virtual terminal password authentication (for the five available logins): Router(config)#line vty 0 4 Set the hostname of your Router: Router(config)#hostname Cisco1 Ensure you are making the most of your network IP addresses by enabling subnet zero: Cisco1(config)#ip subnet-zero Set the text display banner when greeted by the router: Cisco1(config)#banner motd # Authorised access only # If, like me, your router is too small to hold a newer ISO image. You can do one of two things - a) like I now have, buy memory upgrades from ebay or b) store your newly purchased IOS image on a tftp server and load it at boot time. Cisco1(config)#boot system tftp 2500-io-l.122-5.bin 192.168.0.100
So now you have your system quite nice and customised to your liking - now we don’t want to lose our hard work so - you better save it! Cisco1(config)#end //or you can hit the key combo CTRL and Z Hmm, I wonder which version of software I am running and how much memory I have. Cisco1#show version
Configuring the RIP routing protocol, so that a router can act as an intermediary between two networks. In this example we are traversing networks 192.168.0.0 and 172.16.0.0.
or the proprietary CISCO hybrid routing protocol EIGRP….. Configuring the EIGRP protocol, so that a router can act a more efficient layer three device between network. In this example we have a defined autonomous system number of 67 (random number between 1 and 65535). You may want to setup a DHCP server, providing your hosts with unique IP addresses, a default gateway, a local ‘next-server’ and a DNS server, therefore: Cisco1(config)#ip dhcp pool LAN The last part being the all important ’save’ command, so as to ensure our efforts are not lost. So what if you have a web-server on your network that needs a static IP address. Well we simply exclude the IP address of the web-server from the DHCP scope.
This leads nicely on to network address translation (NAT) and specifically port-address translation (PAT). In this instance, web traffic traffic - directly will be translated from it arriving at our publically registered IP to the web-server on our private network. In essence, NAT provides and administrator with a number of useful features, such as:
|
Recent Posts
Please Review ExaCubes.com
Comment My Post & Get Free Domain Name FREE Domain Name Registration From MyiStop.Net BMW to become Linux powered car? Nokia to acquire email & IM Provider OZ Top Posts
How to find a Good Hosting Provider
Google Vs Microsoft Make Windows Xp Look Like Vista Display your Name in Windows Taskbar People dont 'Google' this story Recent Comments
Please Review ExaCubes.com
For those who will get married soon... BMW to become Linux powered car? Fisker Karma hybrid sports car to generate noise ! Reaction Engines' A2 supersonic - Target Sky Categories
Mobile (44)
iPhone (13) Security (6) Networking (2) Multimedia (5) Internet (14) Relationship (3) Misc (15) Technology (41) Fashion (4) Health (2) Auto (7) Science (6) Freebies (1) Entertainment (1) Archive Syndication Tools |
You are not logged in. FREE Sign Up or Log In
©2009 Flixya Entertainment, LLC. All rights reserved.





