Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Current configuration : 663 bytes
  2. !
  3. version 12.2
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname Paris
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. interface FastEthernet0/0
  28. ip address 198.1.1.2 255.255.255.0
  29. duplex auto
  30. speed auto
  31. !
  32. interface FastEthernet0/1
  33. no ip address
  34. duplex auto
  35. speed auto
  36. shutdown
  37. !
  38. interface Serial1/0
  39. ip address 10.1.3.1 255.255.0.0
  40. !
  41. interface Serial1/1
  42. no ip address
  43. shutdown
  44. !
  45. interface Serial1/2
  46. no ip address
  47. shutdown
  48. !
  49. interface Serial1/3
  50. no ip address
  51. shutdown
  52. !
  53. router rip
  54. network 10.0.0.0
  55. network 198.1.1.0
  56. !
  57. ip classless
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. line con 0
  66. line vty 0 4
  67. login
  68. !
  69. !
  70. !
  71. end
Add Comment
Please, Sign In to add comment