Advertisement
Fus10n

Cisco IOS: Bridge Group

Nov 23rd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. interface GigabitEthernet1
  2. description ## ISP INTERFACE ##
  3. no ip address
  4. duplex auto
  5. speed auto
  6. bridge-group 1
  7. !
  8. !
  9. interface Vlan3
  10. description "Bridged DMZ"
  11. no ip address
  12. ip virtual-reassembly in
  13. bridge-group 1
  14. !
  15. !
  16. interface BVI1
  17. description ## ISP INTERFACE ##
  18. ip address [IP_ADDRESS]
  19. no ip redirects
  20. no ip unreachables
  21. no ip proxy-arp
  22. ip nat outside
  23. ip virtual-reassembly in
  24. service-policy output LLQ
  25. !
  26. !
  27. bridge 1 protocol ieee
  28. bridge 1 route ip
  29. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement