Cisco Tutorial

Example Cisco Router configuration


Sample Configuration
   1. Router>enable
   2. Router#config term
   3. Router(config)#hostname Potter
   4. Potter(config)#interface serial 0/0
   5. Potter(config-if)ip address 1.1.1.1 255.255.255.0
   6. Potter(config-if)no shutdown
   7. Potter(config-if)ctrl-z
   8. Potter#show interface serial 0/0
   9. Potter#config term
  10. Potter(config)#interface fastethernet 0/0
  11. Potter(config-if)#ip address 10.10.10.1 255.255.255.0
  12. Potter(config-if)#no shutdown
  13. Potter(config-if)#ctrl-z
  14. Potter#show interface fastethernet 0/0
  15. Potter#config t
  16. Potter(config)#router rip
  17. Potter(config-router)#network 1.0.0.0
  18. Potter(config-router)#network 10.0.0.0
  19. Potter(config-router)#ctrl-z
  20. Potter#show ip protocols
  21. Configure the Passwords

Disclaimer
This document is to help you configure Cisco routers. We do not guarantee the accuracy of information in this document. Use at your own risk. The author will not be liable for any damages that occur as a result of using this document.