7月29日中午要调试公司订购的思科无线AP,我们使用的型号是air-lap 1142n-c-k9。思科有两种AP(Access Point), Lightweight AP 和Autonomous AP, 轻量AP和自治AP。由于无线控制器还没到货,需要临时配置两个AP为自治模式,先在仓库用起来。 Lightweight AP通过无线控制器WLC来集中管理,它的缺点是通过console线连接时无法使用configure terminal命令进入全局模式进行配置,它的默认enable密码是Cisco(区分大小写),所以通过传统的CLI(command line interface)界面无法对其进行配置是很苦恼的一件事。 我们知道思科AP有一个默认的DHCP地址10.0.0.1,怎么样才能让AP回复这个地址并通过TFTP服务器上传Cisco IOS使得我们可以利用CLI界面进行配置呢? 如果我们直接使用console线连接思科AP,会不停提示AP没有设置IP地址。 下面是解决办法。 使用笔记本电脑作为TFTP server,利用的软件是TFTPd32。把本机地址设置为10.0.0.2即可,子网掩码自动带出,默认网关无需配置。
<!--[endif]-->
点击Show Dir查看目录下的文件:
<!--[endif]-->
其中,c1140-k9w7-tar.default是我们需要的思科IOS文件,该文件从51CTO网站下载:
<!--[endif]-->
下载后拷贝该文件到TFTPd32这个绿色软件的目录下,并更改文件名为c1140-k9w7-tar.default,这个动作不是可有可无的,这么改是为了AP到时候发送广播自动寻找这个IOS文件。
<!--[endif]-->
<!--[endif]--> 超级终端,控制口连接到AP,以便监控状态。
按住AP上的mode键,然后插上电源,稍等一会,出现如下提示: IOS Bootloader - Starting system. Xmodem file system is available. DDR values used from system serial eeprom. WRDTR,CLKTR: 0x84000800, 0x40000000 RQDC, RFDC : 0x80000038, 0x0000020b PCIE0: link is up. PCIE0: VC0 is active PCIE1: link is up. PCIE1: VC0 is active PCIEx: initialization done flashfs[0]: 27 files, 8 directories flashfs[0]: 0 orphaned files, 0 orphaned directories flashfs[0]: Total bytes: 32385024 flashfs[0]: Bytes used: 7370240 flashfs[0]: Bytes available: 25014784 flashfs[0]: flashfs fsck took 19 seconds. Reading cookie from system serial eeprom...Done Base Ethernet MAC address: 1c:df:0f:94:a5:85 Ethernet speed is 100 Mb - FULL duplex button is pressed, wait for button to be released... 这个时候终于可以松开压住mode按钮的手了。 button pressed for 34 seconds process_config_recovery: set IP address and config to default 10.0.0.1 process_config_recovery: image recovery -tar.default 思科AP找到了IOS镜像,要下载该文件,首先检查镜像。下面的内容很长,是从超级终端记录下来的。 examining image... rectory) ap: using eeprom values WRDTR,CLKTR: 0x84000800 0x40000000 RQDC ,RFDC : 0x80000038 0x0000020b ddr init done IOS Bootloader - Starting system. Xmodem file system is available. DDR values used from system serial eeprom. WRDTR,CLKTR: 0x84000800, 0x40000000 RQDC, RFDC : 0x80000038, 0x0000020b PCIE0: link is up. PCIE0: VC0 is active PCIE1: link is up. PCIE1: VC0 is active PCIEx: initialization done flashfs[0]: 27 files, 8 directories flashfs[0]: 0 orphaned files, 0 orphaned directories flashfs[0]: Total bytes: 32385024 flashfs[0]: Bytes used: 7370240 flashfs[0]: Bytes available: 25014784 flashfs[0]: flashfs fsck took 19 seconds. Reading cookie from system serial eeprom...Done Base Ethernet MAC address: 1c:df:0f:94:a5:85 Ethernet speed is 100 Mb - FULL duplex button is pressed, wait for button to be released... button pressed for 26 seconds process_config_recovery: set IP address and config to default 10.0.0.1 process_config_recovery: image recovery -tar.default examining image... extracting info (286 bytes) Image info: Version Suffix: k9w7-.124-25d.JA1 Image Name: c1140-k9w7-mx.124-25d.JA1 Version Directory: c1140-k9w7-mx.124-25d.JA1 Ios Image Size: 4977152 Total Image Size: 5755392 Image Feature: WIRELESS LAN Image Family: C1140 Wireless Switch Management Version: 7.0.94.21 Extracting files... c1140-k9w7-mx.124-25d.JA1/ (directory) 0 (bytes) c1140-k9w7-mx.124-25d.JA1/html/ (directory) 0 (bytes) c1140-k9w7-mx.124-25d.JA1/html/level/ (directory) 0 (bytes) c1140-k9w7-mx.124-25d.JA1/html/level/1/ (directory) 0 (bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/appsui.js (557 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/back.shtml (506 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/cookies.js (5026 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/forms.js (17486 bytes)... extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/sitewide.js (16548 bytes)... extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/config.js (24933 bytes)..... extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/stylesheet.css (3214 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/popup_capabilitycodes.shtml.gz (1015 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter.js.gz (1860 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter_vlan.js.gz (1408 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter_mac_ether.js.gz (1793 b ytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/security.js.gz (957 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/vlan.js.gz (955 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ssid.js.gz (4098 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/dot1x.js.gz (982 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/network-if.js.gz (2080 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/stp.js.gz (952 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_assoc.shtml.gz (6087 bytes) . extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_event-log.shtml.gz (4398 by tes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_home.shtml.gz (6949 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_network-if.shtml.gz (4063 b ytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_network-map.shtml.gz (4356 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_services.shtml.gz (4185 byt es). extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_system-sw.shtml.gz (3382 by tes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_contextmgr.shtml.gz (4187 b ytes). c1140-k9w7-mx.124-25d.JA1/html/level/1/images/ (directory) 0 (bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/ap_title_appname.gif (2 042 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/c1040_title_appname.gif (2058 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button.gif (1211 b ytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_1st.gif (11 71 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_cbottom.gif (318 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_current.gif (1206 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_endcap.gif (878 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_encap_last. gif (333 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_last.gif (3 86 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_nth.gif (11 77 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_dkgreen.gi f (869 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_green.gif (879 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_upright.gi f (64 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_yellow.gif (881 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/arrowdown_red.gif (108 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/arrowup_green.gif (108 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/corner_ur_7.gif (53 byt es) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/dkgreenmask11_up.gif (1 13 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/dkgreenmask28_upright.g if (110 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/grn_vertlines_bottom.gi f (149 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/grn_vertlines_top.gif ( 141 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/hinav_plus.gif (56 byte s) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/left_bkg.gif (146 bytes ) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/list_data.gif (122 byte s) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/logo.gif (29454 bytes). ..... extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/pixel.gif (49 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_downleft.gif ( 53 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_help_off.gif ( 934 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_help_on.gif (9 34 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_print_off.gif (111 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_print_on.gif ( 111 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/spacer.gif (49 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/whitemask11_botleft.gif (62 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/whitemask11_upright.gif (61 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_alert.gif (73 byt es) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_critical.gif (73 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_debugging.gif (73 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_emergency.gif (73 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_error.gif (73 byt es) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_information.gif ( 73 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_notification.gif (73 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_warning.gif (73 b ytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/check_mark.gif (71 byte s) c1140-k9w7-mx.124-25d.JA1/html/level/15/ (directory) 0 (bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_assoc_adv.shtml.gz (4637 b ytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_event-log_config-options.s html.gz (6199 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_event-log_notif-options.sh tml.gz (3187 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_express-setup.shtml.gz (11 588 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_express-security.shtml.gz (13867 bytes)... extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_broadcast-ssid.shtml.gz ( 1259 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_no-security.shtml.gz (157 8 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_eap-security.shtml.gz (17 87 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_wep-security.shtml.gz (15 93 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_wpa-security.shtml.gz (18 49 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ipaddress.shtml .gz (5075 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11.shtml.gz (6896 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_b.shtml. gz (6832 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_c.shtml. gz (25249 bytes)..... extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/dBm_mW_translation_table.shtm l.gz (1509 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_d.shtml. gz (4546 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ethernet.shtml. gz (4888 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ethernet_b.shtm l.gz (5988 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-map_ap-adjacent-li st.shtml.gz (4277 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec.shtml.gz (7748 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security.sht ml.gz (26562 bytes)..... extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-key-security.shtml. gz (12792 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_local-admin-access.sht ml.gz (7468 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_network-security_a.sht ml.gz (10738 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_network-security_b.sht ml.gz (6110 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs.shtml.gz (5575 byt es). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs_b.shtml.gz (9045 b ytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs_c.shtml.gz (6689 b ytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv _a.shtml.gz (5472 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv _b.shtml.gz (5553 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv _c.shtml.gz (5157 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv _d.shtml.gz (4094 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ids_mfp.shtml.gz (4400 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ids_mfp_stats.shtml.gz (4129 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-security.shtml.g z (6947 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-certificates.sht ml.gz (11666 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-cert_fingerprint .shtml.gz (572 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_arp.shtml.gz (350 8 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_cdp.shtml.gz (561 2 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_console-telnet.sh tml.gz (7309 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_dns.shtml.gz (407 8 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters.shtml.gz (5712 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-ip.shtml. gz (8948 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-mac.shtml .gz (4507 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-ether.sht ml.gz (4358 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_hot-standby.shtml .gz (6000 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_http.shtml.gz (64 81 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-b.shtml .gz (7199 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-c.shtml .gz (4619 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-d.shtml .gz (5679 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip.shtml.g z (6565 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos-traffic.shtml .gz (8667 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos.shtml.gz (126 98 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos_adv.shtml.gz (4941 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_voice.shtml.gz (4 578 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_voice-traffic.sht ml.gz (6857 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_snmp.shtml.gz (85 04 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_sntp.shtml.gz (64 38 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_vlan.shtml.gz (13 288 bytes).. extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_stationview-client_ltest.s html.gz (6027 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade-b.htm (2 25 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade-b.shtml. gz (6712 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade.htm (223 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade.shtml.gz (6746 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade_poll.htm (228 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade_poll.sht ml (3590 bytes) extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_sysconfig.shtml. gz (7623 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_stationview-client.shtml.g z (6077 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_ap.shtml.gz (52 77 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm.shtml.gz (5 793 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm-groups.shtm l.gz (8003 bytes). extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm_summary.sht ml.gz (5559 bytes). extracting c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1 (4791401 bytes).. ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ............................................................................. extracting c1140-k9w7-mx.124-25d.JA1/8001.img (174876 bytes).................... .................. extracting c1140-k9w7-mx.124-25d.JA1/T2.bin (8080 bytes). extracting c1140-k9w7-mx.124-25d.JA1/T5.bin (23836 bytes)..... extracting c1140-k9w7-mx.124-25d.JA1/info (286 bytes) extracting info.ver (286 bytes) Deleting current version: flash:/c1140-rcvk9w8-mx...done. New software image installed in flash:/c1140-k9w7-mx.124-25d.JA1 Configuring system to use new image...done. Requested system reload in progress...download took about 159 seconds Loading "flash:/c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1"...######### ################################################################################ ################################################################################ ################################################################################ ################################################################################ ################################################################################ ################################################################################ File "flash:/c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1" uncompressed a nd installed, entry point: 0x4000 executing... enet halted Restricted Rights Legend Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) of the Commercial Computer Software - Restricted Rights clause at FAR sec. 52.227-19 and subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS sec. 252.227-7013. cisco Systems, Inc. 170 West Tasman Drive San Jose, California 95134-1706 Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA1, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2011 by Cisco Systems, Inc. Compiled Thu 11-Aug-11 02:58 by prod_rel_team Proceeding with system init Proceeding to unmask interrupts Initializing flashfs... FLASH CHIP: Numonyx P33 Checking for Over Erased blocks ................................................................................ ................................................................................ ................................................................................ ...... flashfs[1]: 170 files, 13 directories flashfs[1]: 0 orphaned files, 0 orphaned directories flashfs[1]: Total bytes: 32126976 flashfs[1]: Bytes used: 10785280 flashfs[1]: Bytes available: 21341696 flashfs[1]: flashfs fsck took 6 seconds. flashfs[1]: Initialization complete. flashfs[2]: 0 files, 1 directories flashfs[2]: 0 orphaned files, 0 orphaned directories flashfs[2]: Total bytes: 11999232 flashfs[2]: Bytes used: 1024 flashfs[2]: Bytes available: 11998208 flashfs[2]: flashfs fsck took 0 seconds. flashfs[2]: Initialization complete....done Initializing flashfs. Radio0 present 8363 8000 90020000 0 90030000 B Radio1 present 8363 8000 98020000 0 98030000 0 Ethernet speed is 100 Mb - FULL duplex This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately. A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html If you require further assistance please contact us by sending email to export@cisco.com. cisco AIR-AP1142N-C-K9 (PowerPC405ex) processor (revision B0) with 98294K/327 68K bytes of memory. Processor board ID FGL1448S5W6 PowerPC405ex CPU at 586Mhz, revision number 0x147E Last reset from power-on 1 Gigabit Ethernet interface 2 802.11 Radio(s) 32K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address: 1C F:0F:94:A5:85 Part Number : 73-11451-08 PCA Assembly Number : 800-30554-06 PCA Revision Number : A0 PCB Serial Number : FOC14441V8Y Top Assembly Part Number : 800-31273-04 Top Assembly Serial Number : FGL1448S5W6 Top Revision Number : A0 Product/Model Number : AIR-LAP1142N-C-K9 Press RETURN to get started! *Mar 1 00:00:08.030: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self t est passed *Mar 1 00:00:08.044: *** CRASH_LOG = YES *Mar 1 00:00:09.327: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 0 *Mar 1 00:00:09.893: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 1Base Ethernet MAC address: 1C F:0F:94:A5: 85 *Mar 1 00:00:12.092: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up *Mar 1 00:00:13.092: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEth ernet0, changed state to up *Mar 1 00:13:26.001: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to a dministratively down *Mar 1 00:13:26.001: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to a dministratively down *Mar 1 00:13:26.002: %CDP_PD-4-POWER_OK: Full power - AC_ADAPTOR inline power s ource *Mar 1 00:13:26.018: %SYS-5-RESTART: System restarted -- Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA1, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2011 by Cisco Systems, Inc. Compiled Thu 11-Aug-11 02:58 by prod_rel_team *Mar 1 00:13:26.018: %SNMP-5-COLDSTART: SNMP agent on host ap is undergoing a c old start *Mar 1 00:13:26.990: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, chan ged state to up *Mar 1 00:13:27.000: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio 1, changed state to down *Mar 1 00:13:27.001: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio 0, changed state to down 在这里回车,出现如下画面: ap> 我们尝试一下可不可以进行全局配置, ap>en Password: ap#conf t Enter configuration commands, one per line. End with CNTL/Z. ap(config)# OK,可以进行配置了。 |