Advertisement
poodad

Untitled

Jun 8th, 2023
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. service timestamps debug datetime msec
  2. service timestamps log datetime msec
  3. service password-encryption
  4. !
  5. hostname ciscoap02
  6. !
  7. !
  8. logging rate-limit console 9
  9. enable secret 5 XXXXXXX
  10. !
  11. no aaa new-model
  12. clock timezone -0500 -5 0
  13. clock summer-time -0400 recurring
  14. !
  15. dot11 pause-time 100
  16. dot11 syslog
  17. !
  18. dot11 ssid mySSID
  19. band-select
  20. authentication open
  21. authentication key-management wpa version 2
  22. guest-mode
  23. wpa-psk ascii 7 XXXX
  24. !
  25. dot11 band-select parameters
  26. cycle-count 3
  27. cycle-threshold 200
  28. expire-supression 20
  29. expire-dual-band 60
  30. client-rssi 80
  31. !
  32. !
  33. !
  34. crypto pki trustpoint TP-self-signed-2103386204
  35. enrollment selfsigned
  36. subject-name cn=IOS-Self-Signed-Certificate-2103386204
  37. revocation-check none
  38. rsakeypair TP-self-signed-2103386204
  39. !
  40. !
  41. username Cisco password 7 XXXX
  42. !
  43. !
  44. !
  45. interface Dot11Radio0
  46. no ip address
  47. !
  48. encryption mode ciphers aes-ccm tkip
  49. !
  50. ssid mySSID
  51. !
  52. antenna gain 0
  53. stbc
  54. speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15. m16. m17. m18. m19. m20. m21. m22. m23.
  55. channel 2437
  56. station-role root
  57. bridge-group 1
  58. bridge-group 1 subscriber-loop-control
  59. bridge-group 1 spanning-disabled
  60. bridge-group 1 block-unknown-source
  61. no bridge-group 1 source-learning
  62. no bridge-group 1 unicast-flooding
  63. !
  64. interface Dot11Radio1
  65. no ip address
  66. !
  67. encryption mode ciphers aes-ccm tkip
  68. !
  69. ssid mySSID
  70. !
  71. antenna gain 0
  72. peakdetect
  73. dfs band 3 block
  74. stbc
  75. speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15. m16. m17. m18. m19. m20. m21. m22. m23. a1ss9 a2ss9 a3ss9
  76. channel width 80
  77. channel dfs
  78. station-role root
  79. bridge-group 1
  80. bridge-group 1 subscriber-loop-control
  81. bridge-group 1 spanning-disabled
  82. bridge-group 1 block-unknown-source
  83. no bridge-group 1 source-learning
  84. no bridge-group 1 unicast-flooding
  85. !
  86. interface GigabitEthernet0
  87. no ip address
  88. duplex auto
  89. speed auto
  90. bridge-group 1
  91. bridge-group 1 spanning-disabled
  92. no bridge-group 1 source-learning
  93. !
  94. interface GigabitEthernet1
  95. no ip address
  96. duplex auto
  97. speed auto
  98. bridge-group 1
  99. bridge-group 1 spanning-disabled
  100. no bridge-group 1 source-learning
  101. !
  102. interface BVI1
  103. ip address 192.168.1.35 255.255.255.0
  104. ipv6 address dhcp
  105. ipv6 address autoconfig
  106. !
  107. ip default-gateway 192.168.1.1
  108. ip forward-protocol nd
  109. ip http server
  110. ip http secure-server
  111. ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
  112. !
  113. !
  114. snmp-server view dot11view ieee802dot11 included
  115. snmp-server community public RO
  116. snmp-server chassis-id ciscoap01
  117. bridge 1 route ip
  118. !
  119. !
  120. !
  121. line con 0
  122. line vty 0 4
  123. login local
  124. transport input all
  125. !
  126. sntp server 192.168.1.1
  127. sntp broadcast client
  128. end
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement