Guest User

Untitled

a guest
May 10th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ciscoasa#show run
  2. : Saved
  3. :
  4. ASA Version 9.6(1)
  5. !
  6. hostname ciscoasa
  7. names
  8. !
  9. interface GigabitEthernet1/1
  10. nameif inside
  11. security-level 100
  12. ip address 172.16.209.38 255.255.255.252
  13. !
  14. interface GigabitEthernet1/2
  15. nameif outside
  16. security-level 0
  17. ip address 209.165.200.226 255.255.255.248
  18. !
  19. interface GigabitEthernet1/3
  20. nameif dmz
  21. security-level 99
  22. ip address 192.168.10.1 255.255.255.0
  23. !
  24. interface GigabitEthernet1/4
  25. no nameif
  26. no security-level
  27. no ip address
  28. shutdown
  29. !
  30. interface GigabitEthernet1/5
  31. no nameif
  32. no security-level
  33. no ip address
  34. shutdown
  35. !
  36. interface GigabitEthernet1/6
  37. no nameif
  38. no security-level
  39. no ip address
  40. shutdown
  41. !
  42. interface GigabitEthernet1/7
  43. no nameif
  44. no security-level
  45. no ip address
  46. shutdown
  47. !
  48. interface GigabitEthernet1/8
  49. no nameif
  50. no security-level
  51. no ip address
  52. shutdown
  53. !
  54. interface Management1/1
  55. management-only
  56. no nameif
  57. no security-level
  58. no ip address
  59. !
  60. !
  61. route outside 0.0.0.0 0.0.0.0 209.165.200.225 1
  62. !
  63. access-list inside-dmz extended permit icmp any host 192.168.10.0
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. telnet timeout 5
  74. ssh timeout 5
  75. !
  76. !
  77. !
  78. !
  79. !
  80. router ospf 1
  81. log-adjacency-changes
  82. redistribute static subnets
  83. default-information originate
  84. !
  85. ciscoasa#
Add Comment
Please, Sign In to add comment