Advertisement
tirabytes

Cisco IOS: Dot11Radio Basic

Jul 12th, 2012
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. bridge 1 protocol ieee
  2. bridge 1 route ip
  3. bridge irb
  4. !
  5. interface GigabitEthernet0
  6. description -LAN Interface-
  7. no ip address
  8. ip flow ingress
  9. ip flow egress
  10. bridge-group 1
  11. !
  12. interface BVI1
  13. description -Bridged Interface (G0/Dot110)-
  14. ip address x.x.x.x x.x.x.x
  15. ip verify unicast reverse-path
  16. no ip redirects
  17. no ip unreachables
  18. no ip proxy-arp
  19. ip virtual-reassembly
  20. no ip route-cache cef
  21. ip tcp adjust-mss 1452
  22. !
  23. interface Dot11Radio0
  24. description -Wireless Interface-
  25. no ip address
  26. no ip route-cache cef
  27. no ip route-cache
  28. !
  29. encryption mode ciphers aes-ccm
  30. !
  31. ssid SSID
  32. !
  33. speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
  34. station-role root
  35. no cdp enable
  36. bridge-group 1
  37. bridge-group 1 subscriber-loop-control
  38. bridge-group 1 spanning-disabled
  39. bridge-group 1 block-unknown-source
  40. no bridge-group 1 source-learning
  41. no bridge-group 1 unicast-flooding
  42. !
  43. dot11 ssid SSID
  44. max-associations 200
  45. authentication open
  46. authentication key-management wpa
  47. guest-mode
  48. wpa-psk ascii PASSWORD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement