gibbsj87

ASA config

Oct 10th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. interface Port-channel5
  2. description ASA-INSIDE-OUTSIDE LAG
  3. lacp max-bundle 8
  4. port-channel min-bundle 1
  5. port-channel load-balance src-dst-ip
  6. no port-channel span-cluster
  7. no nameif
  8. no cts manual
  9. no security-level
  10. no ip address
  11. delay 1
  12. !
  13.  
  14. interface Port-channel5.3
  15. description Outside Shared with ASR
  16. vlan 2001
  17. nameif outside
  18. no cts manual
  19. security-level 0
  20. ip address 4.26.24.228 255.255.255.248 standby 4.26.24.229
  21. delay 1
  22. !
  23. !
  24. router ospf 1
  25. no router-id
  26. network 4.26.24.224 255.255.255.248 area 0
  27. network 8.24.78.0 255.255.255.128 area 0
  28. network 10.1.0.0 255.255.255.0 area 0
  29. network 72.237.4.0 255.255.255.0 area 0
  30. network 172.16.207.0 255.255.255.0 area 0
  31. network 172.29.253.0 255.255.255.0 area 0
  32. nsf cisco helper
  33. nsf ietf helper
  34. capability opaque
  35. capability lls
  36. distance ospf intra-area 110 inter-area 110 external 110
  37. no ignore lsa mospf
  38. log-adj-changes
  39. no redistribute connected
  40. no redistribute static
Add Comment
Please, Sign In to add comment