Author Topic: config cisco wireless  (Read 20149 times)

0 Members และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

cattishtoy

  • Layer 1
  • *
  • Posts: 21
  • จิตพิสัย +0/-0
    • Email
config cisco wireless
« on: 11 พฤศจิกายน , 2013, 02:23:20 pm »
อยากทราบวิธี   ตัดระบบ authentication ระบบไวเรส

ใช้ access point ของ cisco aironet 1600 ต่อกับระบบแลน  ได้ใช้ windows 2008 r2  เป็นตัวแจก dhcp  โดยผู้จะต่อ wireless  ต้องน้ำ

mac  address มา allow ที่ตัว server ก่อน  พอจะต่อกับไวเรส  ก็ต้องใส่ พาสเวิร์ดอีกที ซึ่ง ผมต้องการ ลดขั้นตอน  โดยลดการ ใส่ password 

เวลาต่อ wireless 

แต่พอผม ใช้คำสั่ง no authentication  open   เครื่องคอมพิวเตอร์  ก็ไม่สามารถ ต่อ กับ  wireless ได้ 

ใครพอมีวิธีแนะนำหน่อยไหมครับ   [onion25] [onion54]

ReFeeL

  • Head Master
  • Layer 4
  • *
  • Posts: 484
  • จิตพิสัย +9/-0
    • Email
Re: config cisco wireless
« Reply #1 on: 11 พฤศจิกายน , 2013, 07:04:46 pm »
ใส่ command "authentication open" เข้าไปอย่างเดียวครับ

« Last Edit: 11 พฤศจิกายน , 2013, 07:06:17 pm by ReFeeL »

cattishtoy

  • Layer 1
  • *
  • Posts: 21
  • จิตพิสัย +0/-0
    • Email
Re: config cisco wireless
« Reply #2 on: 13 พฤศจิกายน , 2013, 09:58:51 am »
ใส่ command "authentication open" เข้าไปอย่างเดียวครับ

ถ้าใส่  authentication open  เวลาเชื่อมต่อ  ก็จะมี  dialog box  มาให้ใส่ รหัส ครับ  ซึ่งผมไม่ต้องการตรงนั้น

swallow09

  • Layer 3
  • ***
  • Posts: 147
  • จิตพิสัย +0/-0
    • My Blog
    • Email
Re: config cisco wireless
« Reply #3 on: 13 พฤศจิกายน , 2013, 10:13:41 am »
ช่วย show config ของ ssid มาให้ดูหน่อยได้มั๊ยครับ
What we hear, we tend to forget.
What we have seen, we tend to remember.
What we do, we usually understand.

cattishtoy

  • Layer 1
  • *
  • Posts: 21
  • จิตพิสัย +0/-0
    • Email
Re: config cisco wireless
« Reply #4 on: 13 พฤศจิกายน , 2013, 11:04:48 am »
ap#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ap(config)#dot11 ssid TEST
ap(config-ssid)#authentication open
ap(config-ssid)#guest-mode
ap(config-ssid)#exit

ap(config)#interface dot11Radio 0
ap(config-if)#ssid TEST
ap(config-if)#channel 1
ap(config-if)#no shutdown
ap(config-if)#exit

ap(config)#interface bvi 1
ap(config-if)#ip address 192.168.1.10 255.255.255.0
ap(config-if)#description   Lan
ap(config-if)#exit
ap(config)#ip default-gateway 192.168.1.1
ap(config-if)#exit
« Last Edit: 13 พฤศจิกายน , 2013, 11:06:54 am by cattishtoy »

swallow09

  • Layer 3
  • ***
  • Posts: 147
  • จิตพิสัย +0/-0
    • My Blog
    • Email
Re: config cisco wireless
« Reply #5 on: 13 พฤศจิกายน , 2013, 07:14:05 pm »
ขอ show run อ่ะครับ จะดูว่ามี config ส่วนอื่นที่เกี๋ยวข้องหรือเปล่า [onion49]
What we hear, we tend to forget.
What we have seen, we tend to remember.
What we do, we usually understand.

cattishtoy

  • Layer 1
  • *
  • Posts: 21
  • จิตพิสัย +0/-0
    • Email
Re: config cisco wireless
« Reply #6 on: 14 พฤศจิกายน , 2013, 08:31:03 am »
Building configuration...

Current configuration : 1620 bytes
!
! Last configuration change at 00:06:05 UTC Mon Mar 1 1993
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
!
logging rate-limit console 9
enable secret 5 $1$SXIZ$NXc7RFHmFo9Xi5lAxZRu5.
!
no aaa new-model
ip cef
!
!
!
dot11 syslog
!
dot11 ssid TEST
   authentication open
   guest-mode
!
!
crypto pki token default removal timeout 0
!
!
username Cisco password 7 072C285F4D06
!
!
bridge irb
!
!
!
interface Dot11Radio0
 no ip address
 !
 !
 ssid TEST
 !
 antenna gain 0
 stbc
 beamform ofdm
 channel 2412
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Dot11Radio1
 no ip address
 shutdown
 antenna gain 0
 no dfs band block
 channel dfs
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface GigabitEthernet0
 no ip address
 duplex auto
 speed auto
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!
interface BVI1
 ip address 192.168.50.100 255.255.255.0
!
ip forward-protocol nd
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
 transport input all
!
end

 [onion25] [onion54]




cattishtoy

  • Layer 1
  • *
  • Posts: 21
  • จิตพิสัย +0/-0
    • Email
Re: config cisco wireless
« Reply #7 on: 22 พฤศจิกายน , 2013, 02:32:42 pm »
ใส่ command "authentication open" เข้าไปอย่างเดียวครับ

ถ้าใส่  authentication open  เวลาเชื่อมต่อ  ก็จะมี  dialog box  มาให้ใส่ รหัส ครับ  ซึ่งผมไม่ต้องการตรงนั้น

ได้แล้วครับ   ต้อง

authentication open


แล้ว


encryption  mode  wep optional


เผื่อคนยังไม่รู้นะครับ


 [onion42]

tey_audio

  • Layer 1
  • *
  • Posts: 3
  • จิตพิสัย +0/-0
Re: config cisco wireless
« Reply #8 on: 02 ธันวาคม , 2013, 04:51:42 pm »
มาศึกษา ครับ