Advertisement
Guest User

R4.cfg

a guest
Apr 19th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. !
  2. version 12.4
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. no service password-encryption
  6. !
  7. hostname R4
  8. !
  9. boot-start-marker
  10. boot-end-marker
  11. !
  12. !
  13. no aaa new-model
  14. memory-size iomem 5
  15. ip cef
  16. !
  17. !
  18. !
  19. !
  20. ip auth-proxy max-nodata-conns 3
  21. ip admission max-nodata-conns 3
  22. !
  23. multilink bundle-name authenticated
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. archive
  31. log config
  32. hidekeys
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. interface FastEthernet0/0
  42. ip address 192.168.10.1 255.255.255.0
  43. duplex auto
  44. speed auto
  45. !
  46. interface Serial0/0
  47. ip address 192.168.1.2 255.255.255.0
  48. encapsulation ppp
  49. no keepalive
  50. clock rate 2000000
  51. !
  52. interface FastEthernet0/1
  53. no ip address
  54. shutdown
  55. duplex auto
  56. speed auto
  57. !
  58. interface Serial0/1
  59. ip address 192.168.4.1 255.255.255.0
  60. encapsulation ppp
  61. no keepalive
  62. clock rate 2000000
  63. !
  64. ip forward-protocol nd
  65. !
  66. !
  67. ip http server
  68. no ip http secure-server
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. control-plane
  77. !
  78. !
  79. !
  80. !
  81. line con 0
  82. line aux 0
  83. line vty 0 4
  84. login
  85. !
  86. !
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement