cisco 1231配置

由于工程需要,买了两个cisco 1231,因此进行了一些配置处理,感觉是很麻烦首先Cisco1231的无线网络是没有打开的,必须进入控制台打开控制台通过控制电缆连接,使用超级终端打开之后,再接通AP的电源,即可看到启动的过程  

 
Cisco   1231g无线设备配置表
 
因为cisco的无线设备默认是没有开启的,所以需要简单的配置,过程如下:
 
1.  用console线将设备与电脑连接起来,进入超级终端
2.  敲入如下命令:
ap>en
输入密码Cisco
ap#conf  t
ap(config)#int  b1
ap(config-if)#ip address  XXXX  XXXX
ap(config-if)#no shutdown
3.在ie中敲入上面输入的ip地址,进行配置
 
点击  security 选项 
点击其中的ssid  Manager 选项 
在ssid选项上输入ssid,在interface  后,点选  Radio0-802.11G选项。然后点应用。 
 
 
然后在同一页面下的选项中,选择刚刚建立的ssid, 
 
点应用。然后开启ap功能
选择主页下边的express  setup 选项,点击Radio0-802.11G下面的Custom, 
 
点选  Enable  选项,
 
 
选择信道
点击apply。
至此设备调试完毕。
 
在终端即可用用软件连接ap。
 
Cisco 设备运行状态
ap#show run
Building configuration...
 
Current configuration : 1585 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 $1$pm0v$q6IocYzb/J6aWHLxLG44l.
!
username Cisco password 7 13261E010803
ip subnet-zero
!
!
no aaa new-model
!
dot11 ssid cisco
   authentication open
   guest-mode
!
!
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 ssid XXXX
 !
 short-slot-time
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
 54.0
 channel 2417
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
!
interface FastEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address XXXX  XXXX
 no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
 
ip radius source-interface BVI1
!
logging snmp-trap emergencies
logging snmp-trap alerts
logging snmp-trap critical
logging snmp-trap errors
logging snmp-trap warnings
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
 transport preferred all
 transport output all
line vty 0 4
 login local
 transport preferred all
 transport input all
 transport output all
line vty 5 15
 login
 transport preferred all
 transport input all
 transport output all
!
end


 

 

你可能感兴趣的:(cisco 1231配置)