Advertisement
Guest User

Untitled

a guest
Dec 1st, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 2481 bytes
  4. !
  5. version 12.4
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. service password-encryption
  10. !
  11. hostname AP801
  12. !
  13. enable secret 5 Enable_პაროლი
  14. !
  15. no aaa new-model
  16. no ip domain lookup
  17. ip domain name yournetwork.com
  18. !
  19. !
  20. ip ssh version 2
  21. !
  22. dot11 ssid WIFI_ქსელის_სახელი
  23. vlan 5 (ქსელი მდებარეობს vlan5-ში როუტერზე)
  24. authentication open
  25. authentication key-management wpa version 2
  26. guest-mode
  27. wpa-psk ascii 7 SSID_პაროლი
  28. !
  29. !
  30. !
  31. username სახელი privilege 15 password 7 პაროლი (თვითონ AP CLI მენეჯმენტის იუზერი)
  32. !
  33. bridge irb
  34. !
  35. !
  36. interface Dot11Radio0
  37. description ### PHYSICAL RADIO INTERFACE ###
  38. no ip address
  39. no ip route-cache
  40. load-interval 30
  41. !
  42. encryption mode ciphers aes-ccm tkip
  43. !
  44. encryption vlan 5 mode ciphers aes-ccm tkip
  45. !
  46. ssid WiFi_სახელი
  47. !
  48. speed basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
  49. station-role root
  50. bridge-group 1
  51. bridge-group 1 block-unknown-source
  52. no bridge-group 1 source-learning
  53. no bridge-group 1 unicast-flooding
  54. bridge-group 1 spanning-disabled
  55. !
  56. interface Dot11Radio0.5 (საბინტერფეისი vlan5-ისთვის სადაც ქსელი მდებარეობს როუტერზე)
  57. description ### WIFI HOME LAN ###
  58. encapsulation dot1Q 5
  59. no ip route-cache
  60. bridge-group 5
  61. bridge-group 5 subscriber-loop-control
  62. bridge-group 5 block-unknown-source
  63. no bridge-group 5 source-learning
  64. no bridge-group 5 unicast-flooding
  65. bridge-group 5 spanning-disabled
  66. !
  67. interface GigabitEthernet0 (აქედან დადის რეალური დატა როუტერს და AP მოდულს შორის, შესაბამისად მეორე მხარეს არის trunk)
  68. description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
  69. no ip address
  70. no ip route-cache
  71. bridge-group 1
  72. no bridge-group 1 source-learning
  73. !
  74. interface GigabitEthernet0.5
  75. encapsulation dot1Q 5
  76. no ip route-cache
  77. bridge-group 5
  78. no bridge-group 5 source-learning
  79. bridge-group 5 spanning-disabled
  80. !
  81. interface BVI1
  82. no ip address
  83. no ip route-cache
  84. !
  85. interface BVI5 (ბრიჯ ჯგუფი შესაბამისი საბებისთვის და AP-ს მენეჯმენტის IP)
  86. description ### L3 TERMINATOR ###
  87. ip address 10.1.1.3 255.255.255.0
  88. no ip route-cache
  89. !
  90. ip default-gateway 10.1.1.1
  91. no ip http server
  92. no ip http secure-server
  93. bridge 1 route ip
  94. !
  95. !
  96. !
  97. line con 0
  98. logging synchronous
  99. login local
  100. no activation-character
  101. line vty 0 4
  102. exec-timeout 120 0
  103. logging synchronous
  104. login local
  105. transport input all
  106. line vty 5 15
  107. exec-timeout 120 0
  108. logging synchronous
  109. login
  110. transport input all
  111. !
  112. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement