Hello,
In this post I will put in practice everything that we have learned so far. I will start by making the basic router configuration and then I will continue with the following commands:
Service Password-Encryption - when you configure this command, all passwords configured on the device are encrypted.
No ip domain lookup - disable the local DNS lookup
line vty 0 4 - configure the virtual lines (used when you telnet or ssh on the router)
login local
Logging Synchronous
login local
Logging Synchronous
After the basic configuration is done, I will show you how to configure a fast Ethernet interface and a serial one:
interface fastethernet0/1 - selects the first fastethernet interface, to see all interfaces type show ip
interface brief
ip address ip mask - this command assigns an ip address and a subnet mask to the Ethernet interface
no shutdown - this command enables an interface (brings it up)
interface serial0/1 - selects the serial interface to be configured
ip address ip mask
clock rate number - sets the serial line clock rate ( I usually use 56000)
no shutdown





Well, the post is actually the freshest on this worthy topic. I fit in with your conclusions and will eagerly look forward to your incoming updates. Saying thanks will not just be sufficient, for the tremendous clarity in your writing. I will at once grab your rss feed to stay informed of any updates. Admirable work and much success in your business dealings!
ReplyDeleteI am glad that you find my articles interesting
ReplyDelete