BBルータ解剖
 
PCI CQW-AP108AG

個人的な雑感

定価128000円と、個人で手を出すのにはちょっと躊躇するような値段です。 最新の MIMO を使って 108M での通信を可能にしており、アンテナは6本と なっています。外見も、オフィスなどの業務用をターゲットにしたものなので 面白さはありません。機能は値段なりに多くあり、 VLAN などにも対応して います。お金があれば、買ってみたい気もします。2006.5.26

CPU と OS

CPU は PPC のようです。OS はファームウェアから、

Linux version 2.4.20-1.5.0.167

とあり、 Linux で動作しているようです。


アップデートファームの取り出し
確認ファーム Version : 1.5.0.1674

PCI のページからファームウェアをダウンロードしてきます。 このファイル cqw-ap108ag_150167.zip を解凍すると、

aos_planex-1.5.0.167.img
readme.txt
release.txt

の3つのファイルが取り出せます。この aos_planex-1.5.0.167.img をさらに分解します。

dd if=aos_planex-1.5.0.167.img of=image.tar.gz bs=1 skip=1624
tar xvfz image.tar.gz

2つのファイルが取り出せます。

target.ppc.jffs2.img
zImage.initrd.wni

zImage.initrd.wni のファイルはファイル名の通りです。このファイルから vmlinux と ramdisk.img を取り出すことができます。以下は、取り出したときの コマンドです。アドレスがちょっとずれているかもしれません。

dd if=zImage.initrd.wni of=vmlinux.gz bs=1 count=1625480 skip=85544
dd if=zImage.initrd.wni of=ramdisk.img.gz bs=1 skip=831488


取り出したファイル、 ramdisk.img.gz を解凍してマウントします。

gunzip ramdisk.img.gz
mount -o loop ramdisk.img /mnt/loop1

のような感じです。 ramdisk.img の tree 結果を以下につけます。
[root@kashyyyk]# tree
.
|-- bin
|   |-- busybox
|   |-- cat -> busybox
|   |-- echo -> busybox
|   |-- ls -> busybox
|   |-- mount -> busybox
|   |-- sh -> busybox
|   `-- umount -> busybox
|-- dev
|   |-- console
|   |-- fl0
|   |-- fl1
|   |-- fl2
|   |-- fl3
|   |-- mtd0
|   |-- mtdblock0
|   |-- null
|   |-- ram0
|   |-- tty
|   |-- ttyS0
|   `-- zero
|-- mnt
|-- modules
|   |-- blkmtd.o
|   `-- doc.o
|-- proc
|-- sbin
|   |-- init
|   |-- insmod
|   |-- lsmod -> insmod
|   |-- pivot_root -> ../bin/busybox
|   `-- rmmod -> insmod
`-- usr
    `-- bin
        |-- [ -> ../../bin/busybox
        `-- test -> ../../bin/busybox


楽しそうなファイルはなさそうです。
もう1つのファイル target.ppc.jffs2.img はファイルの通り、ファイルシステムは jffs2 のようなので、マウントをかけます。マウントしたときの tree 結果を以下に つけます。

[root@kashyyyk]# tree
.
|-- bin
|   |-- busybox
|   |-- ash -> busybox
|   |-- cat -> busybox
|   |-- chgrp -> busybox
|   |-- chmod -> busybox
|   |-- chown -> busybox
|   |-- cp -> busybox
|   |-- cpio -> busybox
|   |-- date -> busybox
|   |-- dd -> busybox
|   |-- df -> busybox
|   |-- dmesg -> busybox
|   |-- echo -> busybox
|   |-- false -> busybox
|   |-- getopt -> busybox
|   |-- grep -> busybox
|   |-- gunzip -> busybox
|   |-- gzip -> busybox
|   |-- hostname -> busybox
|   |-- kill -> busybox
|   |-- ln -> busybox
|   |-- ls -> busybox
|   |-- mkdir -> busybox
|   |-- mknod -> busybox
|   |-- more -> busybox
|   |-- mount -> busybox
|   |-- mv -> busybox
|   |-- pidof -> busybox
|   |-- ping -> busybox
|   |-- ps -> busybox
|   |-- pwd -> busybox
|   |-- rm -> busybox
|   |-- rmdir -> busybox
|   |-- sed -> busybox
|   |-- sh -> busybox
|   |-- sleep -> busybox
|   |-- stty -> busybox
|   |-- sync -> busybox
|   |-- tar -> busybox
|   |-- touch -> busybox
|   |-- true -> busybox
|   |-- umount -> busybox
|   |-- uname -> busybox
|   |-- usleep -> busybox
|   |-- vi -> busybox
|   |-- zcat -> busybox
|   |-- netstat 
|   |-- tinylogin 
|   `-- login -> tinylogin
|-- boot
|-- ani
|   `-- config
|       |-- static
|       |   |-- mac
|       |   |   `-- cfg.dat 
|       |   |-- ssm
|       |   |   |-- pam.d
|       |   |   |   |-- other
|       |   |   |   |-- sshd -> other
|       |   |   |   |-- webui -> other
|       |   |   |   `-- getty -> other
|       |   |   |-- ca
|       |   |   |   `-- openssl.conf
|       |   |   |-- radiusd
|       |   |   |   |-- acct_users 
|       |   |   |   |-- huntgroups 
|       |   |   |   |-- hints 
|       |   |   |   |-- preproxy_users 
|       |   |   |   |-- radiusd.conf 
|       |   |   |   |-- snmp.conf 
|       |   |   |   |-- proxy.disabled.conf 
|       |   |   |   |-- realmsModules.conf 
|       |   |   |   |-- realmsModules.empty.conf 
|       |   |   |   |-- azn.filesOnly.conf 
|       |   |   |   |-- azn.filesRealms.conf 
|       |   |   |   |-- dictionary 
|       |   |   |   |-- dictionary.ani 
|       |   |   |   |-- dictionary.compat 
|       |   |   |   |-- dictionary.cisco 
|       |   |   |   |-- dictionary.microsoft 
|       |   |   |   |-- dictionary.livingston 
|       |   |   |   |-- dictionary.freeradius 
|       |   |   |   |-- dictionary.tunnel 
|       |   |   |   `-- dictionary.usr 
|       |   |   |-- 1x.conf
|       |   |   `-- sshd_config
|       |   |-- fm
|       |   |   |-- cm.xml 
|       |   |   |-- dds.xml 
|       |   |   |-- discovery.xml 
|       |   |   |-- nmpServer.xml 
|       |   |   |-- nsm.xml 
|       |   |   |-- ssm.xml 
|       |   |   |-- swd.xml 
|       |   |   `-- wsm.xml 
|       |   |-- wsm
|       |   |   |-- wsmDefaults 
|       |   |   `-- wsmChlListDefaults 
|       |   |-- prm
|       |   |   |-- provider
|       |   |   |   `-- alepo.conf 
|       |   |   |-- prmDefaults 
|       |   |   `-- prmTestDefaults 
|       |   |-- iapp
|       |   |   `-- iappDefaults 
|       |   |-- snmp
|       |   |   `-- snmpd.conf 
|       |   |-- mibs
|       |   |   |-- aniAccessPointMib.my 
|       |   |   |-- SNMPv2-SMI.txt 
|       |   |   |-- SNMPv2-TC.txt 
|       |   |   |-- SNMPv2-MIB.txt 
|       |   |   |-- SNMP-FRAMEWORK-MIB.txt 
|       |   |   |-- IF-MIB.txt 
|       |   |   `-- RFC1155-SMI.txt 
|       |   |-- nmportal
|       |   |   |-- factoryDefaultParams 
|       |   |   |-- nmpSrv.conf 
|       |   |   |-- aniCleanupAgent.conf 
|       |   |   `-- aniPmConfig.xml 
|       |   |-- nsm
|       |   |   `-- defaultMgmtDhcpOptions
|       |   |-- defaultStartup
|       |   |   |-- backhaul.xml 
|       |   |   |-- bridge.xml 
|       |   |   |-- dhcp.xml 
|       |   |   |-- filter.xml 
|       |   |   |-- guestaccess.xml 
|       |   |   |-- interface.xml 
|       |   |   |-- iproute.xml 
|       |   |   |-- portal.xml 
|       |   |   |-- qos.xml 
|       |   |   |-- radio.xml 
|       |   |   |-- snmp.xml 
|       |   |   |-- ssid.xml 
|       |   |   |-- system.xml 
|       |   |   `-- vlan.xml 
|       |   |-- policyDb
|       |   |-- support
|       |   |   `-- supportInfoFiles 
|       |   |-- dds
|       |   |   `-- aniDdsDbs.conf 
|       |   |-- ui
|       |   |   |-- images
|       |   |   |   |-- 802.1stats_btn.gif 
|       |   |   |   |-- addauthserver_btn.gif 
|       |   |   |   |-- addauthzone_btn.gif 
|       |   |   |   |-- add_btn.gif 
|       |   |   |   |-- addserver_btn.gif 
|       |   |   |   |-- admin_btn.gif 
|       |   |   |   |-- advanced_btn.gif 
|       |   |   |   |-- airgo_logo.gif 
|       |   |   |   |-- airgologo.gif 
|       |   |   |   |-- airgo_logonm.gif 
|       |   |   |   |-- apconfig_btn.gif 
|       |   |   |   |-- apply_btn.gif 
|       |   |   |   |-- apselect_tab.gif 
|       |   |   |   |-- ap_topimage.gif 
|       |   |   |   |-- apunselect_tab.gif 
|       |   |   |   |-- apwizard_topimage.gif 
|       |   |   |   |-- arrow.gif 
|       |   |   |   |-- authendiag_btn.gif 
|       |   |   |   |-- authenstats_btn.gif 
|       |   |   |   |-- authorized_btn.gif 
|       |   |   |   |-- back_btn.gif 
|       |   |   |   |-- backhaul_btn.gif 
|       |   |   |   |-- backupconfig_btn.gif 
|       |   |   |   |-- backupportaldb_btn.gif 
|       |   |   |   |-- basic_btn.gif 
|       |   |   |   |-- cancelall_btn.gif 
|       |   |   |   |-- cancel_btn.gif 
|       |   |   |   |-- cellsizeconfig_btn.gif 
|       |   |   |   |-- classifynode_btn.gif 
|       |   |   |   |-- cleararpcache_btn.gif 
|       |   |   |   |-- clear_btn.gif 
|       |   |   |   |-- clearstatistics_btn.gif 
|       |   |   |   |-- clickmgmtntwrk_btn.gif 
|       |   |   |   |-- closenm_btn.gif 
|       |   |   |   |-- commit_btn.gif 
|       |   |   |   |-- commitdatabase_btn.gif 
|       |   |   |   |-- confg_btn.gif 
|       |   |   |   |-- config_btn.gif 
|       |   |   |   |-- copyright.gif 
|       |   |   |   |-- createpolicy_btn.gif 
|       |   |   |   |-- delalipclassrog_btn.gif 
|       |   |   |   |-- delalipunclassrog_btn.gif 
|       |   |   |   |-- delalwirlesclassrog_btn.gif 
|       |   |   |   |-- delalwirlesunclassrog_btn.gif 
|       |   |   |   |-- deleteall_btn.gif 
|       |   |   |   |-- deletealliprogue_btn.gif 
|       |   |   |   |-- deleteallwirelessrogue_btn.gif 
|       |   |   |   |-- deleteauthserver_btn.gif 
|       |   |   |   |-- delete_btn.gif 
|       |   |   |   |-- deleteinterface_btn.gif 
|       |   |   |   |-- deleteip_btn.gif 
|       |   |   |   |-- deleteugrp_btn.gif 
|       |   |   |   |-- details_btn.gif 
|       |   |   |   |-- dfs_btn.gif 
|       |   |   |   |-- disabl_btn.gif 
|       |   |   |   |-- disable_btn.gif 
|       |   |   |   |-- discover_btn.gif 
|       |   |   |   |-- distribute_btn.gif 
|       |   |   |   |-- distributenow_btn.gif 
|       |   |   |   |-- download_btn.gif 
|       |   |   |   |-- dscp_btn.gif 
|       |   |   |   |-- dssciate_btn.gif 
|       |   |   |   |-- edit_btn.gif 
|       |   |   |   |-- enable_btn.gif 
|       |   |   |   |-- enablestp_btn.gif 
|       |   |   |   |-- enroll_btn.gif 
|       |   |   |   |-- expap_btn.gif 
|       |   |   |   |-- exp_btn.gif 
|       |   |   |   |-- feature_bg.gif 
|       |   |   |   |-- featurenm_bg.gif 
|       |   |   |   |-- generatebootstrappolicy_btn.gif 
|       |   |   |   |-- generate_btn.gif 
|       |   |   |   |-- generatedefaultpolicy_btn.gif 
|       |   |   |   |-- go_btn.gif 
|       |   |   |   |-- graph_btn.gif 
|       |   |   |   |-- guestport_cornerimage.gif 
|       |   |   |   |-- guestport_homeimage.gif 
|       |   |   |   |-- guestport_line1image.gif 
|       |   |   |   |-- guestport_line2image.gif 
|       |   |   |   |-- guestport_lineimage.gif 
|       |   |   |   |-- guestport_loginbtn.gif 
|       |   |   |   |-- guestport_logoutbtn.gif 
|       |   |   |   |-- guestport_relogbtn.gif 
|       |   |   |   |-- guestport_resetbtn.gif 
|       |   |   |   |-- guestport_titleimage.gif 
|       |   |   |   |-- guest_titleimage.gif 
|       |   |   |   |-- helpap_btn.gif 
|       |   |   |   |-- help_btn.gif 
|       |   |   |   |-- helpnm_btn.gif 
|       |   |   |   |-- histogram_btn.gif 
|       |   |   |   |-- iappneigstats_btn.gif 
|       |   |   |   |-- iappstats_btn.gif 
|       |   |   |   |-- iapptopo_btn.gif 
|       |   |   |   |-- interface_btn.gif 
|       |   |   |   |-- ipproto_btn.gif 
|       |   |   |   |-- linkstats_btn.gif 
|       |   |   |   |-- login_btn.gif 
|       |   |   |   |-- login_design.gif 
|       |   |   |   |-- loginimage_bg.gif 
|       |   |   |   |-- loginintopimage.gif 
|       |   |   |   |-- login_title.gif 
|       |   |   |   |-- login_top.gif 
|       |   |   |   |-- logintopimage.gif 
|       |   |   |   |-- logoutap_btn.gif 
|       |   |   |   |-- loutoutbtn.gif 
|       |   |   |   |-- mcadd_btn.gif 
|       |   |   |   |-- modify_btn.gif 
|       |   |   |   |-- more_btn.gif 
|       |   |   |   |-- neighborbss_bg.gif 
|       |   |   |   |-- next_btn.gif 
|       |   |   |   |-- nmplaunch_btn.gif 
|       |   |   |   |-- nmselect_tab.gif 
|       |   |   |   |-- nmunselect_tab.gif 
|       |   |   |   |-- np_topimage.gif 
|       |   |   |   |-- ok_btn.gif 
|       |   |   |   |-- ping_btn.gif 
|       |   |   |   |-- portalconfig_bg.gif 
|       |   |   |   |-- profile_btn.gif 
|       |   |   |   |-- radio80211config_btn.gif 
|       |   |   |   |-- radioconfig_btn.gif 
|       |   |   |   |-- radiongbors_bg.gif 
|       |   |   |   |-- radiostate_bg.gif 
|       |   |   |   |-- radversion_btn.gif 
|       |   |   |   |-- reboot_btn.gif 
|       |   |   |   |-- rediscovernow_btn.gif 
|       |   |   |   |-- reenroll_btn.gif 
|       |   |   |   |-- refresh_btn.gif 
|       |   |   |   |-- rejected_btn.gif 
|       |   |   |   |-- relogin_btn.gif 
|       |   |   |   |-- renamessid_btn.gif 
|       |   |   |   |-- reselectchannel_btn.gif 
|       |   |   |   |-- reset_btn.gif 
|       |   |   |   |-- resetradiotodefault_btn.gif 
|       |   |   |   |-- resettodefault_btn.gif 
|       |   |   |   |-- resettofacdefault_btn.gif 
|       |   |   |   |-- restart_btn.gif 
|       |   |   |   |-- retrunknow_btn.gif 
|       |   |   |   |-- saveconfig_btn.gif 
|       |   |   |   |-- security_btn.gif 
|       |   |   |   |-- securitystats_bg.gif 
|       |   |   |   |-- setasmgtvlan_btn.gif 
|       |   |   |   |-- set_btn.gif 
|       |   |   |   |-- setfilter_btn.gif 
|       |   |   |   |-- slider.gif 
|       |   |   |   |-- start_btn.gif 
|       |   |   |   |-- stats_btn.gif 
|       |   |   |   |-- stop_btn.gif 
|       |   |   |   |-- sumry_btn.gif 
|       |   |   |   |-- synclocknow_btn.gif 
|       |   |   |   |-- syndbnow_btn.gif 
|       |   |   |   |-- syslog_btn.gif 
|       |   |   |   |-- vlan_btn.gif 
|       |   |   |   |-- topbg_pic.gif 
|       |   |   |   |-- treeiconap_btn.gif 
|       |   |   |   |-- treeicon_btn.gif 
|       |   |   |   |-- trunks_btn.gif 
|       |   |   |   |-- trunkstats_btn.gif 
|       |   |   |   |-- unauthorized_btn.gif 
|       |   |   |   |-- unenroll_btn.gif 
|       |   |   |   |-- unexpap_btn.gif 
|       |   |   |   |-- unexpblankap_btn.gif 
|       |   |   |   |-- unexpblank_btn.gif 
|       |   |   |   |-- unexp_btn.gif 
|       |   |   |   |-- uplink_btn.gif 
|       |   |   |   |-- upload_btn.gif 
|       |   |   |   |-- uservlan_btn.gif 
|       |   |   |   |-- verify_btn.gif 
|       |   |   |   |-- wifi.gif 
|       |   |   |   |-- wirelessuser_bg.gif 
|       |   |   |   |-- wizard_guest_access.gif 
|       |   |   |   `-- wizard_user_security.gif 
|       |   |   |-- css
|       |   |   |   |-- aniWebuiAPStyles.css 
|       |   |   |   |-- aniWebuiGenericTabStyle.css 
|       |   |   |   |-- aniWebuiNMPStyles.css 
|       |   |   |   |-- aniWebuiStyle.css 
|       |   |   |   |-- aniWebuiTreeStyle.css 
|       |   |   |   `-- aniWebuiWizardStyle.css 
|       |   |   |-- js
|       |   |   |   |-- aniWebuiMtmcode.js 
|       |   |   |   |-- aniWebuiScript.js 
|       |   |   |   `-- aniWebuiTabscript.js 
|       |   |   |-- graph
|       |   |   |   `-- graph.jar
|       |   |   |-- help
|       |   |   |   |-- onlineHelp
|       |   |   |   |   |-- images
|       |   |   |   |   |   |-- PLANEX_logo.gif 
|       |   |   |   |   |   |-- caution.gif 
|       |   |   |   |   |   |-- indexx.gif 
|       |   |   |   |   |   |-- info.gif 
|       |   |   |   |   |   |-- nextx.gif 
|       |   |   |   |   |   |-- note.gif 
|       |   |   |   |   |   |-- prevx.gif 
|       |   |   |   |   |   |-- sindex.gif 
|       |   |   |   |   |   |-- snext.gif 
|       |   |   |   |   |   |-- sprev.gif 
|       |   |   |   |   |   |-- stoc.gif 
|       |   |   |   |   |   |-- tocx.gif 
|       |   |   |   |   |   `-- warning.gif 
|       |   |   |   |   |-- aniWebuiApQuickStartSystemConfigPage.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload15.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload16.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload17.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload18.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload19.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload20.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload21.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload22.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload23.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload24.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload25.html 
|       |   |   |   |   |-- aniWebuiAPSoftwareUpload.html 
|       |   |   |   |   |-- aniWebuiAuthNodeTopolgyDetailsPage.html 
|       |   |   |   |   |-- aniWebuiBackhaulConfigPage.html 
|       |   |   |   |   |-- aniWebuiBridgeArpDetailsPage.html 
|       |   |   |   |   |-- aniWebuiBridgeGroupDetailsPage5.html 
|       |   |   |   |   |-- aniWebuiBridgeGroupDetailsPage.html 
|       |   |   |   |   |-- aniWebuiBridgeStatisticsPage.html 
|       |   |   |   |   |-- aniWebuiClassifiedIpRogueApDetailsPage.html 
|       |   |   |   |   |-- aniWebuiClassifiedWirelessRogueApDetailsPage17.html 
|       |   |   |   |   |-- aniWebuiClassifiedWirelessRogueApDetailsPage18.html 
|       |   |   |   |   |-- aniWebuiClassifiedWirelessRogueApDetailsPage.html 
|       |   |   |   |   |-- aniWebuiDhcpAddressDetailsPage.html 
|       |   |   |   |   |-- aniWebuiDhcpConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiDhcpLeaseDetailsPage.html 
|       |   |   |   |   |-- aniWebuiDhcpStaticConfigurationPage35.html 
|       |   |   |   |   |-- aniWebuiDhcpStaticConfigurationPage36.html 
|       |   |   |   |   |-- aniWebuiDhcpStaticConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiFaultMgmtConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiFaultMgmtDetailsPage.html 
|       |   |   |   |   |-- aniWebuiFaultMgmtFiltersDetailsPage.html 
|       |   |   |   |   |-- aniWebuiFilterDetailsPage.html 
|       |   |   |   |   |-- aniWebuiFilterStatisticsDetailsPage26.html 
|       |   |   |   |   |-- aniWebuiFilterStatisticsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiGuestAccessSecurityPage.html 
|       |   |   |   |   |-- aniWebuiInterfaceDetailsPage.html 
|       |   |   |   |   |-- aniWebuiInterfaceStatisticsPage.html 
|       |   |   |   |   |-- aniWebuiIpRogueApDetailsPage.html 
|       |   |   |   |   |-- aniWebuiIPRouteDetailsPage9.html 
|       |   |   |   |   |-- aniWebuiIPRouteDetailsPage.html 
|       |   |   |   |   |-- aniWebuiLinkTestDetailsPage.html 
|       |   |   |   |   |-- aniWebuiMainDetailsPage7.html 
|       |   |   |   |   |-- aniWebuiMainDetailsPage8.html 
|       |   |   |   |   |-- aniWebuiMainDetailsPage9.html 
|       |   |   |   |   |-- aniWebuiMainDetailsPage.html 
|       |   |   |   |   |-- aniWebuiMainNMDetailsPage4.html 
|       |   |   |   |   |-- aniWebuiMainNMDetailsPage5.html 
|       |   |   |   |   |-- aniWebuiMainNMDetailsPage.html 
|       |   |   |   |   |-- aniWebuiMobilityRoamingClients.html 
|       |   |   |   |   |-- aniWebuiMobilityRoamingClientStats.html 
|       |   |   |   |   |-- aniWebuiMobilityStats.html 
|       |   |   |   |   |-- aniWebuiMobilityUI.html 
|       |   |   |   |   |-- aniWebuiNetworkDiscoveryDetailsPage.html 
|       |   |   |   |   |-- aniWebuiNetworkDiscoveryScopSeedPage.html 
|       |   |   |   |   |-- aniWebuiNetworkTopologyDetailsPage.html 
|       |   |   |   |   |-- aniWebuiNmsConfigPage.html 
|       |   |   |   |   |-- aniWebuiPingTestPage.html 
|       |   |   |   |   |-- aniWebuiPolicyMgmtDetailsPage.html 
|       |   |   |   |   |-- aniWebuiPolicyMgmtDistributePolicy22.html 
|       |   |   |   |   |-- aniWebuiPolicyMgmtDistributePolicy.html 
|       |   |   |   |   |-- aniWebuiPolicyMgmtGeneratePolicy.html 
|       |   |   |   |   |-- aniWebuiPortalBackupRestorePage30.html 
|       |   |   |   |   |-- aniWebuiPortalBackupRestorePage.html 
|       |   |   |   |   |-- aniWebuiPortalConfigPage.html 
|       |   |   |   |   |-- aniWebuiPortalConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiPortalSecureBackupRestorePage.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage16.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage17.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage18.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage19.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage20.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage21.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage22.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage23.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage24.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage25.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage26.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage27.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage28.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage29.html 
|       |   |   |   |   |-- aniWebuiProductVersionDetailsPage.html 
|       |   |   |   |   |-- aniWebuiQosConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiQosDscpDetailsPage.html 
|       |   |   |   |   |-- aniWebuiQosIngressClassPage.html 
|       |   |   |   |   |-- aniWebuiQosIpPrecedencePage23.html 
|       |   |   |   |   |-- aniWebuiQosIpPrecedencePage.html 
|       |   |   |   |   |-- aniWebuiQosIpProtoDetailsPage.html 
|       |   |   |   |   |-- aniWebuiQosStaticticsDetailsPage18.html 
|       |   |   |   |   |-- aniWebuiQosStaticticsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiQosVlanDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRadioConfigPage.html 
|       |   |   |   |   |-- aniWebuiRadioDiagnosticsWalkTestPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtAdmissionCriteriaPage10.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtAdmissionCriteriaPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtAdvancedOptions5.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtAdvancedOptions.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtApConfigPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtDot11ModeConfig.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtIappConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtIappStatistics31.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtIappStatistics.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtIappTopologyDetails.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioConfigPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioMacConfigPage13.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioMacConfigPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioNeighborsDetailsPage17.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioNeighborsDetailsPage18.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioNeighborsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioPerfPage8.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioPerfPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioStateDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRadioMgmtRadioStatisticsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage48.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage49.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage50.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage51.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage52.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage53.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage54.html 
|       |   |   |   |   |-- aniWebuiRadiusProxyConfigPage.html 
|       |   |   |   |   |-- aniWebuiRejectedNodeTopologyDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRogueApDetailsPage.html 
|       |   |   |   |   |-- aniWebuiRogueApDiscoveryDetailsPage26.html 
|       |   |   |   |   |-- aniWebuiRogueApDiscoveryDetailsPage.html 
|       |   |   |   |   |-- aniWebuiSecurity802SupplicantStatsPage.html 
|       |   |   |   |   |-- aniWebuiSecurityAdvancedConfigPage.html 
|       |   |   |   |   |-- aniWebuiSecurityAPCertificate23.html 
|       |   |   |   |   |-- aniWebuiSecurityAPCertificate.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthDetailsPage.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthDiagnosticsPage.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthServerConfig20.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthServerConfig21.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthServerConfig22.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthServerConfig23.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthServerConfig.html 
|       |   |   |   |   |-- aniWebuiSecurityAuthStatisticsPage.html 
|       |   |   |   |   |-- aniWebuiSecurityWepDetailsPage12.html 
|       |   |   |   |   |-- aniWebuiSecurityWepDetailsPage13.html 
|       |   |   |   |   |-- aniWebuiSecurityWepDetailsPage14.html 
|       |   |   |   |   |-- aniWebuiSecurityWepDetailsPage.html 
|       |   |   |   |   |-- aniWebuiSecurityWirelessAuthenticationPage16.html 
|       |   |   |   |   |-- aniWebuiSecurityWirelessAuthenticationPage.html 
|       |   |   |   |   |-- aniWebuiSecurityZoneDetailsPage.html 
|       |   |   |   |   |-- aniWebuiServiceProfileDetailsPage.html 
|       |   |   |   |   |-- aniWebuiSnmpConfigurationPage.html 
|       |   |   |   |   |-- aniWebuiSsidServiceGuestAccessDetailsPage.html 
|       |   |   |   |   |-- aniWebuiSsidServiceMultipleSsidPage23.html 
|       |   |   |   |   |-- aniWebuiSsidServiceMultipleSsidPage.html 
|       |   |   |   |   |-- aniWebuiSsidServiceSsidConfiguration.html 
|       |   |   |   |   |-- aniWebuiSsidServiceSsidDetails.html 
|       |   |   |   |   |-- aniWebuiStationLinkStatsPage.html 
|       |   |   |   |   |-- aniWebuiStationMgmtDetailsPage.html 
|       |   |   |   |   |-- aniWebuiStationSecurityStatsPage27.html 
|       |   |   |   |   |-- aniWebuiStationSecurityStatsPage.html 
|       |   |   |   |   |-- aniWebuiSyslogMessageFileDetails41.html 
|       |   |   |   |   |-- aniWebuiSyslogMessageFileDetails42.html 
|       |   |   |   |   |-- aniWebuiSyslogMessageFileDetails.html 
|       |   |   |   |   |-- aniWebuiSystemBackupRestorePage.html 
|       |   |   |   |   |-- aniWebuiSystemConfigPage.html 
|       |   |   |   |   |-- aniWebuiSystemConfigReportsPage.html 
|       |   |   |   |   |-- aniWebuiSystemEmailConfigPage.html 
|       |   |   |   |   |-- aniWebuiSystemGroupSyslogPage.html 
|       |   |   |   |   |-- aniWebuiSystemHwOptionsPage10.html 
|       |   |   |   |   |-- aniWebuiSystemHwOptionsPage8.html 
|       |   |   |   |   |-- aniWebuiSystemHwOptionsPage.html 
|       |   |   |   |   |-- aniWebuiSystemMiscConfigPage.html 
|       |   |   |   |   |-- aniWebuiSystemRebootAPPage.html 
|       |   |   |   |   |-- aniWebuiSystemResetConfigPage.html 
|       |   |   |   |   |-- aniWebuiSystemSaveConfigPage4.html 
|       |   |   |   |   |-- aniWebuiSystemSaveConfigPage.html 
|       |   |   |   |   |-- aniWebuiSystemSecureBackupRestorePage10.html 
|       |   |   |   |   |-- aniWebuiSystemSecureBackupRestorePage12.html 
|       |   |   |   |   |-- aniWebuiSystemSecureBackupRestorePage.html 
|       |   |   |   |   |-- aniWebuiTimeDateConfigPage.html 
|       |   |   |   |   |-- aniWebuiTrunkStatisticsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiUnauthNodeTopologyDetailsPage.html 
|       |   |   |   |   |-- aniWebuiUplinkCandidateDetailsPage.html 
|       |   |   |   |   |-- aniWebuiUserMgmtAdminDetailsPage.html 
|       |   |   |   |   |-- aniWebuiUserMgmtDetailsPage.html 
|       |   |   |   |   |-- aniWebuiUserMgmtGuestUserPage.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage46.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage47.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage48.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage49.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage50.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage51.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage52.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage53.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage54.html 
|       |   |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage.html 
|       |   |   |   |   |-- aniWebuiVersionDetailsPage12.html 
|       |   |   |   |   |-- aniWebuiVersionDetailsPage.html 
|       |   |   |   |   |-- aniWebuiVlanInterfaceDetailsPage.html 
|       |   |   |   |   |-- aniWebuiVlanStatisticsDetailsPage14.html 
|       |   |   |   |   |-- aniWebuiVlanStatisticsDetailsPage.html 
|       |   |   |   |   |-- aniWebuiVlanTablesDetailsPage.html 
|       |   |   |   |   |-- aniWebuiVlanUserVlanTable.html 
|       |   |   |   |   |-- aniWebuiWirelessBackhaulTrunkTablePage.html 
|       |   |   |   |   |-- aniWebuiWirelessRogueApDetailsPage.html 
|       |   |   |   |   |-- aniWebuiZonePrivacy.html 
|       |   |   |   |   |-- AP_AllWireless2.html 
|       |   |   |   |   |-- AP_AllWireless3.html 
|       |   |   |   |   |-- AP_AllWireless4.html 
|       |   |   |   |   |-- AP_AllWireless5.html 
|       |   |   |   |   |-- AP_AllWireless6.html 
|       |   |   |   |   |-- AP_AllWireless7.html 
|       |   |   |   |   |-- AP_AllWireless.html 
|       |   |   |   |   |-- AP_Guest10.html 
|       |   |   |   |   |-- AP_Guest2.html 
|       |   |   |   |   |-- AP_Guest3.html 
|       |   |   |   |   |-- AP_Guest4.html 
|       |   |   |   |   |-- AP_Guest5.html 
|       |   |   |   |   |-- AP_Guest6.html 
|       |   |   |   |   |-- AP_Guest7.html 
|       |   |   |   |   |-- AP_Guest8.html 
|       |   |   |   |   |-- AP_Guest9.html 
|       |   |   |   |   |-- AP_Guest.html 
|       |   |   |   |   |-- AP_GuideIX.html 
|       |   |   |   |   |-- AP_GuideTOC.html 
|       |   |   |   |   |-- AP_Installation2.html 
|       |   |   |   |   |-- AP_Installation3.html 
|       |   |   |   |   |-- AP_Installation4.html 
|       |   |   |   |   |-- AP_Installation5.html 
|       |   |   |   |   |-- AP_Installation.html 
|       |   |   |   |   |-- AP_Maintenance2.html 
|       |   |   |   |   |-- AP_Maintenance.html 
|       |   |   |   |   |-- AP_Net_Management2.html 
|       |   |   |   |   |-- AP_Net_Management.html 
|       |   |   |   |   |-- AP_Networking2.html 
|       |   |   |   |   |-- AP_Networking3.html 
|       |   |   |   |   |-- AP_Networking.html 
|       |   |   |   |   |-- AppA2.html 
|       |   |   |   |   |-- AppA3.html 
|       |   |   |   |   |-- AppA.html 
|       |   |   |   |   |-- AppD10.html 
|       |   |   |   |   |-- AppD11.html 
|       |   |   |   |   |-- AppD12.html 
|       |   |   |   |   |-- AppD13.html 
|       |   |   |   |   |-- AppD14.html 
|       |   |   |   |   |-- AppD15.html 
|       |   |   |   |   |-- AppD16.html 
|       |   |   |   |   |-- AppD17.html 
|       |   |   |   |   |-- AppD18.html 
|       |   |   |   |   |-- AppD19.html 
|       |   |   |   |   |-- AppD20.html 
|       |   |   |   |   |-- AppD21.html 
|       |   |   |   |   |-- AppD22.html 
|       |   |   |   |   |-- AppD23.html 
|       |   |   |   |   |-- AppD24.html 
|       |   |   |   |   |-- AppD25.html 
|       |   |   |   |   |-- AppD26.html 
|       |   |   |   |   |-- AppD27.html 
|       |   |   |   |   |-- AppD28.html 
|       |   |   |   |   |-- AppD29.html 
|       |   |   |   |   |-- AppD2.html 
|       |   |   |   |   |-- AppD30.html 
|       |   |   |   |   |-- AppD31.html 
|       |   |   |   |   |-- AppD32.html 
|       |   |   |   |   |-- AppD33.html 
|       |   |   |   |   |-- AppD34.html 
|       |   |   |   |   |-- AppD35.html 
|       |   |   |   |   |-- AppD36.html 
|       |   |   |   |   |-- AppD37.html 
|       |   |   |   |   |-- AppD38.html 
|       |   |   |   |   |-- AppD39.html 
|       |   |   |   |   |-- AppD3.html 
|       |   |   |   |   |-- AppD40.html 
|       |   |   |   |   |-- AppD41.html 
|       |   |   |   |   |-- AppD42.html 
|       |   |   |   |   |-- AppD43.html 
|       |   |   |   |   |-- AppD44.html 
|       |   |   |   |   |-- AppD45.html 
|       |   |   |   |   |-- AppD46.html 
|       |   |   |   |   |-- AppD47.html 
|       |   |   |   |   |-- AppD48.html 
|       |   |   |   |   |-- AppD49.html 
|       |   |   |   |   |-- AppD4.html 
|       |   |   |   |   |-- AppD50.html 
|       |   |   |   |   |-- AppD51.html 
|       |   |   |   |   |-- AppD52.html 
|       |   |   |   |   |-- AppD53.html 
|       |   |   |   |   |-- AppD54.html 
|       |   |   |   |   |-- AppD55.html 
|       |   |   |   |   |-- AppD56.html 
|       |   |   |   |   |-- AppD57.html 
|       |   |   |   |   |-- AppD58.html 
|       |   |   |   |   |-- AppD5.html 
|       |   |   |   |   |-- AppD6.html 
|       |   |   |   |   |-- AppD7.html 
|       |   |   |   |   |-- AppD8.html 
|       |   |   |   |   |-- AppD9.html 
|       |   |   |   |   |-- AppD.html 
|       |   |   |   |   |-- AP_Radio2.html 
|       |   |   |   |   |-- AP_Radio.html 
|       |   |   |   |   |-- AP_Security10.html 
|       |   |   |   |   |-- AP_Security2.html 
|       |   |   |   |   |-- AP_Security3.html 
|       |   |   |   |   |-- AP_Security4.html 
|       |   |   |   |   |-- AP_Security5.html 
|       |   |   |   |   |-- AP_Security6.html 
|       |   |   |   |   |-- AP_Security7.html 
|       |   |   |   |   |-- AP_Security8.html 
|       |   |   |   |   |-- AP_Security9.html 
|       |   |   |   |   |-- AP_Security.html 
|       |   |   |   |   |-- glossary.html 
|       |   |   |   |   `-- index.html 
|       |   |   |   |-- aniWebuiAPServicesDetailsPage.txt 
|       |   |   |   |-- aniWebuiAPSoftwareUploadStatus.txt 
|       |   |   |   |-- aniWebuiAPSoftwareUpload.txt 
|       |   |   |   |-- aniWebuiAuthNodeTopolgyDetailsPage.txt 
|       |   |   |   |-- aniWebuiAuthServerConfig.txt 
|       |   |   |   |-- aniWebuiBackhaulConfigPage.txt 
|       |   |   |   |-- aniWebuiBackhaulTrunkPage.txt 
|       |   |   |   |-- aniWebuiBridgeArpDetailsPage.txt 
|       |   |   |   |-- aniWebuiBridgeGroupDetailsPage.txt 
|       |   |   |   |-- aniWebuiBridgeStatisticsPage.txt 
|       |   |   |   |-- aniWebuiClassifiedIpRogueApDetailsPage.txt 
|       |   |   |   |-- aniWebuiClassifiedWirelessRogueApDetailsPage.txt 
|       |   |   |   |-- aniWebuiDhcpAddressDetailsPage.txt 
|       |   |   |   |-- aniWebuiDhcpConfigurationPage.txt 
|       |   |   |   |-- aniWebuiDhcpLeaseDetailsPage.txt 
|       |   |   |   |-- aniWebuiDhcpStaticConfigurationPage.txt 
|       |   |   |   |-- aniWebuiDiscoveryRogueApConfiguration.txt 
|       |   |   |   |-- aniWebuiEnrollAPNodeDetailsPage.txt 
|       |   |   |   |-- aniWebuiFaultMgmtConfigurationPage.txt 
|       |   |   |   |-- aniWebuiFaultMgmtDetailsPage.txt 
|       |   |   |   |-- aniWebuiFaultMgmtFiltersDetailsPage.txt 
|       |   |   |   |-- aniWebuiFilterConfigPage.txt 
|       |   |   |   |-- aniWebuiFilterDetailsPage.txt 
|       |   |   |   |-- aniWebuiFilterStatisticsDetailsPage.txt 
|       |   |   |   |-- aniWebuiGuestAccessSecurityPage.txt 
|       |   |   |   |-- aniWebuiGuestWizardAddModServerPage.txt 
|       |   |   |   |-- aniWebuiGuestWizardCommonStep1.txt 
|       |   |   |   |-- aniWebuiGuestWizardCommonStep.txt 
|       |   |   |   |-- aniWebuiGuestWizardExternalStep1.txt 
|       |   |   |   |-- aniWebuiGuestWizardExternalStep2.txt 
|       |   |   |   |-- aniWebuiGuestWizardInternalStep1.txt 
|       |   |   |   |-- aniWebuiGuestWizardLastStep.txt 
|       |   |   |   |-- aniWebuiGuestWizardStartPage.txt 
|       |   |   |   |-- aniWebuiInterfaceDetailsPage.txt 
|       |   |   |   |-- aniWebuiInterfaceStatisticsPage.txt 
|       |   |   |   |-- aniWebuiIPAddRouteDetailsPage.txt 
|       |   |   |   |-- aniWebuiIPModifyRouteDetailsPage.txt 
|       |   |   |   |-- aniWebuiIpRogueApDetailsPage.txt 
|       |   |   |   |-- aniWebuiIPRouteDetailsPage.txt 
|       |   |   |   |-- aniWebuiLinkTestDetailsPage.txt 
|       |   |   |   |-- aniWebuiLinkTestGraphPage.txt 
|       |   |   |   |-- aniWebuiLinkTestHistogramPage.txt 
|       |   |   |   |-- aniWebuiLinkTestPage.txt 
|       |   |   |   |-- aniWebuiMainDetailsPage.txt 
|       |   |   |   |-- aniWebuiMainNMDetailsPage.txt 
|       |   |   |   |-- aniWebuiMobClientStats.txt 
|       |   |   |   |-- aniWebuiMobilityConfigPage.txt 
|       |   |   |   |-- aniWebuiMobilityStats.txt 
|       |   |   |   |-- aniWebuiNetworkDiscoveryDetailsPage.txt 
|       |   |   |   |-- aniWebuiNetworkDiscoveryScopSeedPage.txt 
|       |   |   |   |-- aniWebuiNetworkTopologyDetailsPage.txt 
|       |   |   |   |-- aniWebuiNewNetworkTopologySummaryPage.txt 
|       |   |   |   |-- aniWebuiNewRogueApSummaryPage.txt 
|       |   |   |   |-- aniWebuiNmsConfigPage.txt 
|       |   |   |   |-- aniWebuiPerformanceBackhaulPage.txt 
|       |   |   |   |-- aniWebuiPerformanceBridgeDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceBridgeGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceBridgePage.txt 
|       |   |   |   |-- aniWebuiPerformanceConfigPage.txt 
|       |   |   |   |-- aniWebuiPerformanceInterfaceDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceInterfaceGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceInterfaceMoreDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceInterfacePage.txt 
|       |   |   |   |-- aniWebuiPerformanceMgmtSummaryPage.txt 
|       |   |   |   |-- aniWebuiPerformanceQosDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceQosGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceQosPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioStateDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioStateGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceRadioStatePage.txt 
|       |   |   |   |-- aniWebuiPerformanceStationsDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceVlanDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceVlanGraphDetailsPage.txt 
|       |   |   |   |-- aniWebuiPerformanceVlanPage.txt 
|       |   |   |   |-- aniWebuiPingTestPage.txt 
|       |   |   |   |-- aniWebuiPolicyMgmtCreatePolicy.txt 
|       |   |   |   |-- aniWebuiPolicyMgmtDetailsPage.txt 
|       |   |   |   |-- aniWebuiPolicyMgmtDisplayPolicyDetails.txt 
|       |   |   |   |-- aniWebuiPolicyMgmtDistributePolicy.txt 
|       |   |   |   |-- aniWebuiPolicyMgmtGeneratePolicy.txt 
|       |   |   |   |-- aniWebuiPortalBackupRestorePage.txt 
|       |   |   |   |-- aniWebuiPortalConfigPage.txt 
|       |   |   |   |-- aniWebuiPortalConfigurationPage.txt 
|       |   |   |   |-- aniWebuiPortalSecureBackupRestorePage.txt 
|       |   |   |   |-- aniWebuiProductVersionDetailsPage.txt 
|       |   |   |   |-- aniWebuiQosConfigurationPage.txt 
|       |   |   |   |-- aniWebuiQosDscpDetailsPage.txt 
|       |   |   |   |-- aniWebuiQosInterfacePage.txt 
|       |   |   |   |-- aniWebuiQosIpPrecedencePage.txt 
|       |   |   |   |-- aniWebuiQosIpProtoDetailsPage.txt 
|       |   |   |   |-- aniWebuiQosStatisticsDetailsPage.txt 
|       |   |   |   |-- aniWebuiQosVlanDetailsPage.txt 
|       |   |   |   |-- aniWebuiRadioConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioDiagnosticsWalkTestPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtAdmissionCriteria.txt 
|       |   |   |   |-- aniWebuiRadioMgmtAdvanceCapabilityPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtAdvancedOptions.txt 
|       |   |   |   |-- aniWebuiRadioMgmtAdvanceOperationalConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtAdvanceOperationsPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtApConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtCellSizeConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtDot11ModeConfig.txt 
|       |   |   |   |-- aniWebuiRadioMgmtDot11QosConfig.txt 
|       |   |   |   |-- aniWebuiRadioMgmtIappConfigurationPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtIappNeighbhorStatistics.txt 
|       |   |   |   |-- aniWebuiRadioMgmtIappStatistics.txt 
|       |   |   |   |-- aniWebuiRadioMgmtIappTopologyDetails.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioMacConfigPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioNeighborsDetailsPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioPerfPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioStateDetailsPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioStatisticsDetailsPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtRadioVersionDetailsPage.txt 
|       |   |   |   |-- aniWebuiRadioMgmtStationNeighborsDetails.txt 
|       |   |   |   |-- aniWebuiRadioMgmtSummaryPage.txt 
|       |   |   |   |-- aniWebuiRadiusProxyConfigPage.txt 
|       |   |   |   |-- aniWebuiRejectedNodeTopologyDetailsPage.txt 
|       |   |   |   |-- aniWebuiRoamingStations.txt 
|       |   |   |   |-- aniWebuiRogueApDetailsPage.txt 
|       |   |   |   |-- aniWebuiRogueApDiscoveryDetailsPage.txt 
|       |   |   |   |-- aniWebuiSecurity802SupplicantStatsPage.txt 
|       |   |   |   |-- aniWebuiSecurityAdvancedConfigPage.txt 
|       |   |   |   |-- aniWebuiSecurityAPCertificate.txt 
|       |   |   |   |-- aniWebuiSecurityAuthDetailsPage.txt 
|       |   |   |   |-- aniWebuiSecurityAuthDiagnosticsPage.txt 
|       |   |   |   |-- aniWebuiSecurityAuthStatisticsPage.txt 
|       |   |   |   |-- aniWebuiSecurityModifyWepDetailsPage.txt 
|       |   |   |   |-- aniWebuiSecurityRadiusStatisticsPage.txt 
|       |   |   |   |-- aniWebuiSecurityServicesSummaryPage.txt 
|       |   |   |   |-- aniWebuiSecurityWepDetailsPage.txt 
|       |   |   |   |-- aniWebuiSecurityWirelessAuthenticationPage.txt 
|       |   |   |   |-- aniWebuiSecurityZoneDetailsPage.txt 
|       |   |   |   |-- aniWebuiServersDetailsPage.txt 
|       |   |   |   |-- aniWebuiServiceProfileAddPage.txt 
|       |   |   |   |-- aniWebuiServiceProfileDetailsPage.txt 
|       |   |   |   |-- aniWebuiServicesSummaryDetailsPage.txt 
|       |   |   |   |-- aniWebuiSnmpConfigurationPage.txt 
|       |   |   |   |-- aniWebuiSsidSecurityAddPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceAddSsidPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceGuestAccessDetailsPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceGuestAddPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceMultipleSsidPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceProfileAddPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceProfileDetailsPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceSsidConfiguration.txt 
|       |   |   |   |-- aniWebuiSsidServiceSsidDetails.txt 
|       |   |   |   |-- aniWebuiSsidServiceSsidModifyPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceSsidSecurityDetailsPage.txt 
|       |   |   |   |-- aniWebuiSsidServiceTable.txt 
|       |   |   |   |-- aniWebuiStationLinkStatsPage.txt 
|       |   |   |   |-- aniWebuiStationMgmtDetailsPage.txt 
|       |   |   |   |-- aniWebuiStationSecurityStatsPage.txt 
|       |   |   |   |-- aniWebuiSyslogMessageFileDetails.txt 
|       |   |   |   |-- aniWebuiSystemBackupRestorePage.txt 
|       |   |   |   |-- aniWebuiSystemConfigDetailsPage.txt 
|       |   |   |   |-- aniWebuiSystemConfigPage.txt 
|       |   |   |   |-- aniWebuiSystemConfigReportsPage.txt 
|       |   |   |   |-- aniWebuiSystemEmailConfigPage.txt 
|       |   |   |   |-- aniWebuiSystemGroupSyslogPage.txt 
|       |   |   |   |-- aniWebuiSystemHwOptionsPage.txt 
|       |   |   |   |-- aniWebuiSystemMiscConfigPage.txt 
|       |   |   |   |-- aniWebuiSystemRebootAPPage.txt 
|       |   |   |   |-- aniWebuiSystemResetConfigPage.txt 
|       |   |   |   |-- aniWebuiSystemSaveConfigPage.txt 
|       |   |   |   |-- aniWebuiSystemSecureBackupRestorePage.txt 
|       |   |   |   |-- aniWebuiTimeDateConfigDetailsPage.txt 
|       |   |   |   |-- aniWebuiTimeDateConfigPage.txt 
|       |   |   |   |-- aniWebuiTrunkStatisticsDetailsPage.txt 
|       |   |   |   |-- aniWebuiUnauthNodeTopologyDetailsPage.txt 
|       |   |   |   |-- aniWebuiUplinkCandidateDetailsPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtAddAdminUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtAddMacAddressUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtAddUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtAdminDetailsPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtCertDetailsPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtDetailsPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtDisplayAdminUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtDisplayMacAddressUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtDisplayNormalUser.txt 
|       |   |   |   |-- aniWebuiUserMgmtDoneStatus.txt 
|       |   |   |   |-- aniWebuiUserMgmtEditAdminUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtEditMacAddressUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtEditNormalUser.txt 
|       |   |   |   |-- aniWebuiUserMgmtGuestUserPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtMacAddressDetailsPage.txt 
|       |   |   |   |-- aniWebuiUserMgmtModifyUserPage.txt 
|       |   |   |   |-- aniWebuiUserSecurityOpenAccessStep1.txt 
|       |   |   |   |-- aniWebuiUserSecurityStartPage.txt 
|       |   |   |   |-- aniWebuiUserSecurityWepStep1.txt 
|       |   |   |   |-- aniWebuiUserSecurityWpaEapStep1.txt 
|       |   |   |   |-- aniWebuiUserSecurityWpaEapStep2.txt 
|       |   |   |   |-- aniWebuiUserSecurityWpaPskStep1.txt 
|       |   |   |   |-- aniWebuiVersionDetailsPage.txt 
|       |   |   |   |-- aniWebuiVlanAddConfigPage.txt 
|       |   |   |   |-- aniWebuiVlanConfigPage.txt 
|       |   |   |   |-- aniWebuiVlanInterfaceDetailsPage.txt 
|       |   |   |   |-- aniWebuiVlanStatisticsDetailsPage.txt 
|       |   |   |   |-- aniWebuiVlanTablesDetailsPage.txt 
|       |   |   |   |-- aniWebuiVlanUserVlanDetails.txt 
|       |   |   |   |-- aniWebuiWirelessBackhaulTrunkTablePage.txt 
|       |   |   |   |-- aniWebuiWirelessRogueApDetailsPage.txt 
|       |   |   |   `-- aniWebuiZonePrivacy.txt 
|       |   |   |-- supported_locales 
|       |   |   `-- RpUsrDct_eng.txt 
|       |   |-- udhcpd.leases.orig 
|       |   |-- udhcpd.conf 
|       |   |-- cert_mail_msg.txt 
|       |   |-- crontab.conf 
|       |   |-- aniWebuiSaveEnabled.conf 
|       |   `-- aniImageHeader 
|       |-- data
|       |-- ppcboot.bin 
|       |-- Users.txt 
|       |-- radiosim.conf 
|       `-- .version 
|-- dev
|   |-- pts
|   |-- console 
|   |-- null 
|   |-- random 
|   |-- urandom 
|   |-- zero 
|   |-- tty 
|   |-- ttyS0 
|   |-- ttyS1 
|   |-- ptmx 
|   |-- mtd0 
|   |-- mtd1 
|   |-- mtd2 
|   |-- mtd3 
|   |-- mtd4 
|   |-- mtdblock0 
|   |-- mtdblock1 
|   |-- mtdblock2 
|   |-- mtdblock3 
|   |-- mtdblock4 
|   |-- fl0 
|   |-- fl1 
|   |-- fl2 
|   |-- fl3 
|   |-- fl64 
|   |-- fl65 
|   |-- fl66 
|   |-- fl67 
|   |-- ram0 
|   |-- ram1 
|   |-- ram2 
|   |-- ram3 
|   |-- i2c-0 
|   `-- aniav 
|-- etc
|   |-- init.d
|   |   |-- aniMsm 
|   |   |-- aniService 
|   |   |-- aniConfig 
|   |   |-- aniNmPortal 
|   |   |-- aniShutdownSystem 
|   |   |-- aniEchoService 
|   |   |-- aniPortMap 
|   |   |-- aniStartSystem 
|   |   |-- aniApService 
|   |   |-- aniSecurity 
|   |   |-- aniApModules 
|   |   |-- aniModule 
|   |   |-- aniNsm 
|   |   |-- aniRadioSim 
|   |   |-- aniRedirectSyslog 
|   |   |-- aniSyslog 
|   |   |-- aniNetworking 
|   |   |-- aniSetupLinks 
|   |   |-- aniCpyCfg 
|   |   |-- aniSshd 
|   |   |-- aniShutSvc 
|   |   |-- aniStartSvc 
|   |   |-- aniSwdCheck 
|   |   |-- aniNtpClient 
|   |   |-- aniResetToDefaults 
|   |   |-- aniStartSystemNew 
|   |   |-- aniGetRadioSupportInfo 
|   |   |-- aniBackupFiles 
|   |   |-- supportFilesList.txt 
|   |   |-- aniProcessMonitor 
|   |   |-- aniSetDate 
|   |   |-- aniCrond 
|   |   |-- cfgMgr -> aniEchoService
|   |   |-- dbSvc -> aniEchoService
|   |   |-- cfgNotf -> aniEchoService
|   |   |-- wsm -> aniEchoService
|   |   |-- ssm -> aniEchoService
|   |   |-- nsm -> aniEchoService
|   |   |-- udhcpc -> aniEchoService
|   |   |-- ntp -> aniEchoService
|   |   |-- dnsc -> aniEchoService
|   |   |-- cli -> aniEchoService
|   |   |-- webui -> aniEchoService
|   |   |-- ssh -> aniEchoService
|   |   |-- radiusd -> aniEchoService
|   |   |-- miniCA -> aniEchoService
|   |   |-- sshAgt -> aniEchoService
|   |   |-- ssl -> aniEchoService
|   |   |-- discServer -> aniEchoService
|   |   |-- faultMgr -> aniEchoService
|   |   |-- perfMgr -> aniEchoService
|   |   |-- auditMgr -> aniEchoService
|   |   |-- ezCfgSrvr -> aniEchoService
|   |   |-- aniNotify -> aniEchoService
|   |   `-- rcS 
|   |-- pam.d -> /ani/config/static/ssm/pam.d
|   |-- fstab 
|   |-- group 
|   |-- hosts.orig 
|   |-- issue 
|   |-- passwd 
|   |-- services 
|   |-- inittab 
|   `-- TZ.orig 
|-- lib
|   |-- security
|   |   |-- aniPamRadiusModule.so 
|   |   `-- aniPamLocalModule.so 
|   |-- ld-uClibc-0.9.16.so 
|   |-- ld-uClibc.so.0 -> ld-uClibc-0.9.16.so
|   |-- libcrypt-0.9.16.so 
|   |-- libcrypt.so -> libcrypt-0.9.16.so
|   |-- libcrypt.so.0 -> libcrypt-0.9.16.so
|   |-- libc.so -> libuClibc-0.9.16.so
|   |-- libc.so.0 -> libuClibc-0.9.16.so
|   |-- libdl-0.9.16.so 
|   |-- libdl.so -> libdl-0.9.16.so
|   |-- libdl.so.0 -> libdl-0.9.16.so
|   |-- libm-0.9.16.so 
|   |-- libm.so -> libm-0.9.16.so
|   |-- libm.so.0 -> libm-0.9.16.so
|   |-- libpthread-0.9.16.so 
|   |-- libpthread.so -> libpthread-0.9.16.so
|   |-- libpthread.so.0 -> libpthread-0.9.16.so
|   |-- libresolv-0.9.16.so 
|   |-- libresolv.so -> libresolv-0.9.16.so
|   |-- libresolv.so.0 -> libresolv-0.9.16.so
|   |-- libthread_db-0.9.16.so 
|   |-- libthread_db.so -> libthread_db-0.9.16.so
|   |-- libthread_db.so.0 -> libthread_db-0.9.16.so
|   |-- libuClibc-0.9.16.so 
|   |-- libutil-0.9.16.so 
|   |-- libutil.so -> libutil-0.9.16.so
|   |-- libutil.so.0 -> libutil-0.9.16.so
|   |-- ld.so.1 -> ld-uClibc-0.9.16.so
|   |-- libthread_db.so.1 -> libthread_db-0.9.16.so
|   |-- libpamc.so -> libpamc.so.0.77
|   |-- libpamc.so.0 -> libpamc.so.0.77
|   |-- libpamc.so.0.77 
|   |-- libpam_misc.so -> libpam_misc.so.0.77
|   |-- libpam_misc.so.0 -> libpam_misc.so.0.77
|   |-- libpam_misc.so.0.77 
|   |-- libpam.so -> libpam.so.0.77
|   |-- libpam.so.0 -> libpam.so.0.77
|   `-- libpam.so.0.77 
|-- mnt
|-- proc
|-- sbin
|   |-- freeramdisk -> ../bin/busybox
|   |-- halt -> ../bin/busybox
|   |-- ifconfig -> ../bin/busybox
|   |-- init -> ../bin/busybox
|   |-- klogd -> ../bin/busybox
|   |-- logread -> ../bin/busybox
|   |-- pivot_root -> ../bin/busybox
|   |-- poweroff -> ../bin/busybox
|   |-- reboot -> ../bin/busybox
|   |-- swapoff -> ../bin/busybox
|   |-- swapon -> ../bin/busybox
|   |-- syslogd -> ../bin/busybox
|   |-- insmod 
|   |-- lsmod -> insmod
|   |-- rmmod -> insmod
|   |-- brctl 
|   `-- getty -> ../bin/tinylogin
|-- tmp
|-- usr
|   |-- bin
|   |   |-- [ -> ../../bin/busybox
|   |   |-- basename -> ../../bin/busybox
|   |   |-- clear -> ../../bin/busybox
|   |   |-- crontab -> ../../bin/busybox
|   |   |-- cut -> ../../bin/busybox
|   |   |-- dirname -> ../../bin/busybox
|   |   |-- du -> ../../bin/busybox
|   |   |-- env -> ../../bin/busybox
|   |   |-- expr -> ../../bin/busybox
|   |   |-- find -> ../../bin/busybox
|   |   |-- free -> ../../bin/busybox
|   |   |-- head -> ../../bin/busybox
|   |   |-- hostid -> ../../bin/busybox
|   |   |-- id -> ../../bin/busybox
|   |   |-- killall -> ../../bin/busybox
|   |   |-- logger -> ../../bin/busybox
|   |   |-- logname -> ../../bin/busybox
|   |   |-- md5sum -> ../../bin/busybox
|   |   |-- nslookup -> ../../bin/busybox
|   |   |-- renice -> ../../bin/busybox
|   |   |-- reset -> ../../bin/busybox
|   |   |-- sort -> ../../bin/busybox
|   |   |-- tail -> ../../bin/busybox
|   |   |-- test -> ../../bin/busybox
|   |   |-- tftp -> ../../bin/busybox
|   |   |-- tr -> ../../bin/busybox
|   |   |-- traceroute -> ../../bin/busybox
|   |   |-- tty -> ../../bin/busybox
|   |   |-- uniq -> ../../bin/busybox
|   |   |-- uptime -> ../../bin/busybox
|   |   |-- wc -> ../../bin/busybox
|   |   |-- wget -> ../../bin/busybox
|   |   |-- which -> ../../bin/busybox
|   |   |-- whoami -> ../../bin/busybox
|   |   |-- xargs -> ../../bin/busybox
|   |   |-- yes -> ../../bin/busybox
|   |   |-- ldd 
|   |   |-- ntpclient 
|   |   |-- top 
|   |   |-- vmstat 
|   |   `-- gdbserver 
|   |-- lib
|   |   |-- libAniXMapTable.so 
|   |   |-- libAniXCla.so 
|   |   |-- libAniXMap.so 
|   |   |-- libz.so -> libz.so.1.1.4
|   |   |-- libz.so.1 -> libz.so.1.1.4
|   |   |-- libz.so.1.1.4 
|   |   |-- libbridge.so 
|   |   |-- libcrypto.so.0.9.7 
|   |   |-- libssl.so.0.9.7 
|   |   |-- libcrypto.so -> ./libcrypto.so.0.9.7
|   |   |-- libssl.so -> ./libssl.so.0.9.7
|   |   |-- libcurl.so.2.0.2 
|   |   |-- libcurl.so -> ./libcurl.so.2.0.2
|   |   |-- libcurl.so.2 -> ./libcurl.so.2.0.2
|   |   |-- libAniAsf.so 
|   |   |-- libAniAsfTh.so 
|   |   |-- libAniLbr.so 
|   |   |-- libAniEntitlement.so 
|   |   |-- libAniXml.so 
|   |   |-- libAniXmlDb.so 
|   |   |-- libAniErrStrs.so 
|   |   |-- libAniLocaleErrStrs.so 
|   |   |-- libAniLogApi.so 
|   |   |-- libAniFmApi.so 
|   |   |-- libAniStorage.so 
|   |   |-- libAniDbm.so 
|   |   |-- libAniNs.so 
|   |   |-- libAniMfc.so 
|   |   |-- libAniImage.so 
|   |   |-- libAniSsm.so 
|   |   |-- libAniSsmLi.so 
|   |   |-- libAniPasswd.so 
|   |   |-- libAniSsmSsl.so 
|   |   |-- libAniSsmDb.so 
|   |   |-- libAniSsmLicenseKey.so 
|   |   |-- libcryptoLite.so 
|   |   |-- libAniGenDict.so 
|   |   |-- libAniDdsDbApi.so 
|   |   |-- libAniDdsDbRpc.so 
|   |   |-- libAniSdkApi.so 
|   |   |-- libncurses.so -> libncurses.so.5
|   |   |-- libncurses.so.5 -> libncurses.so.5.3
|   |   |-- libncurses.so.5.3 
|   |   |-- libproc.so -> libproc.so.3.1.8
|   |   |-- libproc.so.3.1.8 
|   |   |-- libnetsnmpagent.so -> libnetsnmpagent.so.5.0.7
|   |   |-- libnetsnmpagent.so.5 -> libnetsnmpagent.so.5.0.7
|   |   |-- libnetsnmpagent.so.5.0.7 
|   |   |-- libnetsnmphelpers.so -> libnetsnmphelpers.so.5.0.7
|   |   |-- libnetsnmphelpers.so.5 -> libnetsnmphelpers.so.5.0.7
|   |   |-- libnetsnmphelpers.so.5.0.7 
|   |   |-- libnetsnmpmibs.so -> libnetsnmpmibs.so.5.0.7
|   |   |-- libnetsnmpmibs.so.5 -> libnetsnmpmibs.so.5.0.7
|   |   |-- libnetsnmpmibs.so.5.0.7 
|   |   |-- libnetsnmp.so -> libnetsnmp.so.5.0.7
|   |   |-- libnetsnmp.so.5 -> libnetsnmp.so.5.0.7
|   |   |-- libnetsnmp.so.5.0.7 
|   |   |-- libAniNmpMo.so 
|   |   |-- libAniEnroll.so 
|   |   |-- libAniNmpEzc.so 
|   |   |-- libAniDiscApi.so 
|   |   |-- libAniSwdApi.so 
|   |   |-- rlm_eap.la 
|   |   |-- rlm_eap.so -> rlm_eap-0.9.0.so
|   |   |-- rlm_eap-0.9.0.so 
|   |   |-- rlm_eap_tls.la 
|   |   |-- rlm_eap_tls.so -> rlm_eap_tls-0.9.0.so
|   |   |-- rlm_eap_tls-0.9.0.so 
|   |   |-- rlm_files.la 
|   |   |-- rlm_files.so -> rlm_files-0.9.0.so
|   |   |-- rlm_files-0.9.0.so 
|   |   |-- rlm_preprocess.la 
|   |   |-- rlm_preprocess.so -> rlm_preprocess-0.9.0.so
|   |   |-- rlm_preprocess-0.9.0.so 
|   |   |-- rlm_realm.la 
|   |   |-- rlm_realm.so -> rlm_realm-0.9.0.so
|   |   |-- rlm_realm-0.9.0.so 
|   |   |-- libradius.so -> libradius-0.9.0.so
|   |   |-- libradius-0.9.0.so 
|   |   |-- libltdl.so.3 -> libltdl.so.3.1.0
|   |   `-- libltdl.so.3.1.0 
|   |-- sbin
|   |   |-- udhcpc.scripts
|   |   |   |-- if.bound 
|   |   |   |-- if.config 
|   |   |   |-- if.deconfig 
|   |   |   |-- if.renew 
|   |   |   `-- udhcpd.conf 
|   |   |-- chroot -> ../../bin/busybox
|   |   |-- crond -> ../../bin/busybox
|   |   |-- aniCfgGen 
|   |   |-- openssl 
|   |   |-- aniSwUpdate 
|   |   |-- hwclock 
|   |   |-- aniDbmServer 
|   |   |-- ani8021x_aa 
|   |   |-- genCert.sh 
|   |   |-- aniSsmThumbPrintTool -> ../../diags/aniSsmThumbPrintTool
|   |   |-- wsm 
|   |   |-- prm 
|   |   |-- evnotifier 
|   |   |-- aniIapp 
|   |   |-- aniSdkTool 
|   |   |-- udhcpd 
|   |   |-- udhcpc 
|   |   |-- dumpleases 
|   |   |-- sshd 
|   |   |-- snmpd 
|   |   |-- aniFmServer 
|   |   |-- aniUmServer 
|   |   |-- aniGuestPwdGen 
|   |   |-- aniRfsServer 
|   |   |-- aniNmpEzcServer 
|   |   |-- aniDiscServer 
|   |   |-- smtpclient 
|   |   |-- mime64 
|   |   |-- aniSwdServer 
|   |   |-- nsm 
|   |   |-- ndcm 
|   |   |-- cm 
|   |   |-- aniNmpServer 
|   |   |-- pmon 
|   |   |-- aniCa 
|   |   |-- aniDdsServer 
|   |   |-- aniLegacyConfigServer 
|   |   |-- webengine 
|   |   |-- radiusd 
|   |   `-- xcliengine 
|   `-- share
|       `-- terminfo
|           |-- a
|           |   `-- ansi 
|           |-- l
|           |   `-- linux 
|           |-- v
|           |   `-- vt100 
|           `-- x
|               `-- xterm 
|-- var
|   |-- log
|   |-- lock
|   |   `-- subsys
|   `-- run
|-- diags
|   |-- dump 
|   |-- customize_ap.sh 
|   |-- rm_creds 
|   |-- aniSsmThumbPrintTool 
|   |-- wsmCfg 
|   |-- snmpusm 
|   |-- aniEnrollTest 
|   |-- portmaptst 
|   |-- wsmnmcli 
|   |-- updateCfg 
|   |-- avctl 
|   |-- testMfc 
|   |-- evnotify 
|   |-- upgradePPCBoot 
|   |-- upgradePPCBootForce 
|   |-- bpWpa.sh 
|   |-- psCheck.sh 
|   |-- memUsage.sh 
|   |-- fixhosts.sh 
|   |-- radioCfg 
|   |-- showif 
|   |-- showps 
|   |-- showBridgeStatus 
|   |-- autopsy_complete_logs 
|   |-- autopsy_config 
|   |-- autopsy_network 
|   |-- autopsy_partial_logs 
|   |-- autopsy_platform 
|   |-- autopsy_security 
|   |-- autopsy_wireless 
|   |-- dumpMemoryInfo 
|   |-- tailaa 
|   |-- tailsecmode 
|   |-- wfaTestConfig.sh 
|   |-- tkipCtrMeasures.sh 
|   |-- setupLocalMacAcls 
|   |-- setLongPreamble.sh 
|   |-- gpfilters 
|   |-- rmcores 
|   |-- klogdSetLogLevel 
|   |-- changePasswd.v3 
|   |-- restartSnmp 
|   |-- gram_dump 
|   |-- pre_gram_dump 
|   |-- removeLicenses 
|   |-- testForCookie 
|   |-- iappMvTimers 
|   |-- radarDetect 
|   |-- setWpaMode 
|   `-- uploadOemPkg 
`-- .init_enable_core 


長くなってしまって、すみません。
それにしても、

[toyota@kashyyyk]% jffs2reader target.ppc.jffs2.img -f /etc/passwd
root::0:0:Mickey Mouse:/:/bin/sh

これって…。私は何も見てない。


Team Yokohama X-VACCINE & Tatsuyoshi Networks
もどる