Advertisement
Guest User

Root AP1

a guest
Oct 31st, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. hostname AP1
  2. !
  3. !
  4. no aaa new-model
  5. no ip routing
  6. no ip cef
  7. !
  8. !
  9. !
  10. !
  11. dot11 syslog
  12. !
  13. dot11 ssid Client-SSID
  14. vlan 10
  15. authentication open
  16. authentication key-management wpa version 2
  17. guest-mode
  18. wpa-psk ascii 7 01100F175804575D72
  19. !
  20. dot11 ssid WiFi-Bridge
  21. vlan 1
  22. authentication open
  23. authentication key-management wpa version 2
  24. infrastructure-ssid
  25. wpa-psk ascii 7 13061E010803557878707D
  26. !
  27. !
  28. dot11 guest
  29. !
  30. !
  31. bridge irb
  32. !
  33. !
  34. !
  35. interface Dot11Radio0
  36. no ip address
  37. no ip route-cache
  38. !
  39. encryption vlan 10 mode ciphers aes-ccm
  40. !
  41. ssid Client-SSID
  42. !
  43. antenna gain 0
  44. stbc
  45. beamform ofdm
  46. station-role root
  47. bridge-group 1
  48. bridge-group 1 subscriber-loop-control
  49. bridge-group 1 block-unknown-source
  50. no bridge-group 1 source-learning
  51. no bridge-group 1 unicast-flooding
  52. !
  53. interface Dot11Radio0.10
  54. encapsulation dot1Q 10
  55. no ip route-cache
  56. bridge-group 10
  57. bridge-group 10 subscriber-loop-control
  58. bridge-group 10 spanning-disabled
  59. bridge-group 10 block-unknown-source
  60. no bridge-group 10 source-learning
  61. no bridge-group 10 unicast-flooding
  62. !
  63. interface Dot11Radio1
  64. no ip address
  65. !
  66. encryption vlan 1 mode ciphers aes-ccm
  67. !
  68. ssid WiFi-Bridge
  69. !
  70. no dfs band block
  71. stbc
  72. beamform ofdm
  73. channel dfs
  74. station-role root bridge wireless-clients
  75. !
  76. interface Dot11Radio1.1
  77. encapsulation dot1Q 1 native
  78. bridge-group 1
  79. bridge-group 1 subscriber-loop-control
  80. bridge-group 1 spanning-disabled
  81. !
  82. interface Dot11Radio1.10
  83. encapsulation dot1Q 10
  84. bridge-group 10
  85. !
  86. interface GigabitEthernet0
  87. no ip address
  88. no ip route-cache
  89. duplex auto
  90. speed auto
  91. bridge-group 1
  92. bridge-group 1 spanning-disabled
  93. !
  94. interface GigabitEthernet0.10
  95. encapsulation dot1Q 10
  96. no ip route-cache
  97. bridge-group 10
  98. bridge-group 10 spanning-disabled
  99. !
  100. interface BVI1
  101. ip address 10.0.0.2 255.255.255.0
  102. no ip route-cache
  103. !
  104. ip default-gateway 10.0.0.1
  105. ip forward-protocol nd
  106. ip http server
  107. no ip http secure-server
  108. !
  109. bridge 1 route ip
  110. !
  111. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement