Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. interface Vlan20
  2. description DC-Guest
  3. ip address 10.2.80.3 255.255.255.0
  4. ip helper-address 10.3.101.15
  5. no ip redirects
  6. no ip unreachables
  7. no ip proxy-arp
  8. standby version 2
  9. standby 20 ip 10.2.80.1
  10. standby 20 timers 1 3
  11. standby 20 priority 110
  12. standby 20 preempt
  13. load-interval 30
  14.  
  15. vlan 30
  16. name DC-AVTest
  17. interface Vlan30
  18. description DC-AVTest
  19. ip address 10.2.2.3 255.255.255.0
  20. ip helper-address 10.3.101.15
  21. no ip redirects
  22. no ip unreachables
  23. no ip proxy-arp
  24. standby version 2
  25. standby 30 ip 10.2.2.1
  26. standby 30 timers 1 3
  27. standby 30 priority 110
  28. standby 30 preempt
  29. load-interval 30
  30.  
  31. vlan 30
  32. name DC-AVTest
  33. interface Vlan30
  34. description DC-AVTest
  35. ip address 10.2.2.2 255.255.255.0
  36. ip helper-address 10.3.101.15
  37. no ip redirects
  38. no ip unreachables
  39. no ip proxy-arp
  40. standby version 2
  41. standby 30 ip 10.2.2.1
  42. standby 30 timers 1 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement