Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Agence#sh running-config brief
  2. Building configuration...
  3.  
  4. Current configuration : 1012 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname Agence
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. enable secret 5 $1$u5ul$9Vb4.TThROMLhO9qucEYd0
  17. !
  18. aaa new-model
  19. !
  20. !
  21. !
  22. aaa session-id common
  23. memory-size iomem 5
  24. !
  25. !
  26. ip cef
  27. no ip domain lookup
  28. !
  29. !
  30. !
  31. interface FastEthernet0/0
  32. no ip address
  33. shutdown
  34. duplex auto
  35. speed auto
  36. !
  37. ip http server
  38. no ip http secure-server
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. control-plane
  46. !
  47. !
  48. !
  49. line con 0
  50. exec-timeout 0 0
  51. line aux 0
  52. line vty 0 3
  53. line vty 4
  54. parser view vpn
  55. secret 5 $1$8P3F$EmAUkTVou9IlIGdfBc0Ve/
  56. commands configure include-exclusive all crypto
  57. commands exec include disable
  58. commands exec include configure terminal
  59. commands exec include configure
  60. commands exec include all show crypto
  61. commands exec include show
  62. commands exec include all debug crypto
  63. commands exec include debug
  64. commands configure include all interface FastEthernet0/0
  65. !
  66. !
  67. !
  68. end
  69.  
  70. Agence#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement