Advertisement
tjma_ru

ISP-Router_running-config

Nov 25th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ISP-Router_running-config
  2.  
  3. !
  4. version 12.4
  5. no service timestamps log datetime msec
  6. no service timestamps debug datetime msec
  7. no service password-encryption
  8. !
  9. hostname Router
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. ip cef
  19. no ipv6 cef
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. spanning-tree mode pvst
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. interface FastEthernet0/0
  40. no ip address
  41. duplex auto
  42. speed auto
  43. !
  44. interface FastEthernet0/0.6
  45. encapsulation dot1Q 6
  46. ip address 198.51.100.1 255.255.255.240
  47. !
  48. interface FastEthernet0/1
  49. ip address 192.0.2.1 255.255.255.0
  50. duplex auto
  51. speed auto
  52. !
  53. interface Vlan1
  54. no ip address
  55. shutdown
  56. !
  57. ip classless
  58. !
  59. ip flow-export version 9
  60. !
  61. !
  62. !
  63. no cdp run
  64. !
  65. !
  66. !
  67. !
  68. !
  69. line con 0
  70. !
  71. line aux 0
  72. !
  73. line vty 0 4
  74. login
  75. !
  76. !
  77. !
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement