Share Pastebin
Guest
Public paste!

Mlmmt

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 1.02 KB | Hits: 30 | Expires: Never
Copy text to clipboard
  1.  
  2. Current configuration : 934 bytes
  3. !
  4. version 12.4
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname R2
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. no aaa new-model
  16. memory-size iomem 15
  17. ip cef
  18. !
  19. !
  20. !
  21. !
  22. multilink bundle-name authenticated
  23. !
  24. !
  25. archive
  26.  log config
  27.   hidekeys
  28. !
  29. !
  30. !
  31. !
  32. !
  33. interface FastEthernet0/0
  34.  no ip address
  35.  shutdown
  36.  duplex auto
  37.  speed auto
  38. !
  39. interface FastEthernet0/1
  40.  no ip address
  41.  shutdown
  42.  duplex auto
  43.  speed auto
  44. !
  45. interface Serial0/0/0
  46.  ip address 10.1.1.2 255.255.255.252
  47.  no fair-queue
  48. !
  49. interface Serial0/0/1
  50.  ip address 10.2.2.2 255.255.255.252
  51. !
  52. ip forward-protocol nd
  53. ip route 10.1.1.0 255.255.255.252 Serial0/0/0
  54. ip route 10.2.2.0 255.255.255.252 Serial0/0/1
  55. ip route 192.168.1.0 255.255.255.0 Serial0/0/0
  56. ip route 192.168.3.0 255.255.255.0 Serial0/0/1
  57. !
  58. !
  59. ip http server
  60. !
  61. !
  62. !
  63. control-plane
  64. !
  65. !
  66. line con 0
  67. line aux 0
  68. line vty 0 4
  69.  login
  70. !
  71. scheduler allocate 20000 1000
  72. end
  73.  
  74. R2#