Advertisement
Guest User

CISSO AP Configuration

a guest
Jun 28th, 2016
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ap.fakrul.com#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1715 bytes
  5. !
  6. version 12.4
  7. no service pad
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname ap.fakrul.com
  13. !
  14. logging rate-limit console 9
  15. enable secret 5 cm)WVfb3p7xZ4V
  16. !
  17. no aaa new-model
  18. ip domain name fakrul.com
  19. !
  20. !
  21. dot11 syslog
  22. !
  23. dot11 ssid FAKRUL-HOME-AP
  24. authentication open
  25. authentication key-management wpa
  26. guest-mode
  27. wpa-psk ascii 7 153E0E010B247A767B67
  28. !
  29. !
  30. !
  31. username USERNAME privilege 15 secret 5 $1$sEqO$GVu1DOvcm)WVfb3p7xZ4V
  32. !
  33. !
  34. bridge irb
  35. !
  36. !
  37. interface Dot11Radio0
  38. no ip address
  39. no ip route-cache
  40. !
  41. encryption mode ciphers aes-ccm
  42. !
  43. ssid FAKRUL-HOME-AP
  44. !
  45. station-role root
  46. bridge-group 1
  47. bridge-group 1 subscriber-loop-control
  48. bridge-group 1 block-unknown-source
  49. no bridge-group 1 source-learning
  50. no bridge-group 1 unicast-flooding
  51. bridge-group 1 spanning-disabled
  52. !
  53. interface Dot11Radio1
  54. no ip address
  55. no ip route-cache
  56. !
  57. encryption mode ciphers aes-ccm
  58. !
  59. ssid FAKRUL-HOME-AP
  60. !
  61. no dfs band block
  62. station-role root
  63. bridge-group 1
  64. bridge-group 1 subscriber-loop-control
  65. bridge-group 1 block-unknown-source
  66. no bridge-group 1 source-learning
  67. no bridge-group 1 unicast-flooding
  68. bridge-group 1 spanning-disabled
  69. !
  70. interface FastEthernet0
  71. no ip address
  72. no ip route-cache
  73. duplex auto
  74. speed auto
  75. bridge-group 1
  76. no bridge-group 1 source-learning
  77. bridge-group 1 spanning-disabled
  78. !
  79. interface BVI1
  80. ip address 10.1.1.14 255.255.255.0
  81. no ip route-cache
  82. !
  83. ip default-gateway 10.1.1.1
  84. ip http server
  85. no ip http secure-server
  86. ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
  87. snmp-server community ^^rCqH!GxuXZvD RO
  88. bridge 1 route ip
  89. !
  90. !
  91. !
  92. line con 0
  93. line vty 0 4
  94. login local
  95. !
  96. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement