Recommended Posts

Hi,

We just received our Cisco 1141N AP. I plugged it in for the first time and couldn't connect to the web interface (The IP address is correct). So I decided to connect via console to double check the IP's and to enable the HTTP server. IP was correct, tried to enter the Configuration Terminal to enable the HTTP server and for some reason, the configure terminal command doesn't exist:

AP5475.d0f5.1d8d con0 is now available

Press RETURN to get started.


AP5475.d0f5.1d8d>en
Password:
AP5475.d0f5.1d8d#conf t
                  ^
% Invalid input detected at '^' marker.

AP5475.d0f5.1d8d#
AP5475.d0f5.1d8d#?
Exec commands:
  cd               Change current directory
  clear            Reset functions
  clock            Manage the system clock
  crypto           Encryption related commands.
  debug            Debugging functions (see also 'undebug')
  delete           Delete a file
  dir              List files on a filesystem
  disable          Turn off privileged commands
  enable           Turn on privileged commands
  exit             Exit from the EXEC
  fsck             Fsck a filesystem
  help             Description of the interactive help system
  led              LED functions
  lock             Lock the terminal
  login            Log in as a particular user
  logout           Exit from the EXEC
  lwapp            lwapp exec commands
  mkdir            Create new directory
  monitor          Monitoring different system events
  more             Display the contents of a file
  name-connection  Name an existing network connection
 --More--

Am I doing something wrong? Or is there an issue with my AP?

Thanks,

H

  On 07/07/2010 at 07:33, bitbucket said:

can we see the output of a show run

also which version of the 1141N is it? the standalone ap or the lightweight version that needs a controller?

this thread might be of some assistance https://learningnetwork.cisco.com/thread/9562

The model of the device is: AIR-LAP1141N-A-K9

Here is the Show Run:

sh run
Building configuration...

Current configuration : 16735 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname AP5475.d0f5.1d8d
!
enable secret <Removed>
!
!
crypto pki trustpoint Cisco_IOS_MIC_cert
 revocation-check none
 rsakeypair Cisco_IOS_MIC_Keys
!
crypto pki trustpoint cisco-root-cert
 revocation-check none
 rsakeypair Cisco_IOS_MIC_Keys
!
crypto pki trustpoint airespace-device-root-cert
 revocation-check none
 rsakeypair Cisco_IOS_MIC_Keys
!
crypto pki trustpoint airespace-new-root-cert
 revocation-check none
 rsakeypair Cisco_IOS_MIC_Keys
!
crypto pki trustpoint airespace-old-root-cert
 revocation-check none
 rsakeypair Cisco_IOS_MIC_Keys
!
!
username Cisco secret 5 <Removed>
!
!
!
interface GigabitEthernet0
 ip address dhcp client-id GigabitEthernet0
 no ip route-cache
 duplex auto
 speed auto
 no keepalive
!
!
line con 0
line vty 0 4
 login
!
end

I have never configured an AP before, I have only worked with Cisco Switches and Routers. Could you please explain the differences between a standalone and controller based AP?

Thanks,

H

The unified, aka lightweight (controller based) access points use a controller for configuration etc while the standalone is by definition, standalone.

What you have there is the lightweight ap denoted by the L in the model name AIR-LAP1141N-A-K9

If this is a new access point, then you may wish to send it back and request a standalone model otherwise you will need a controller

take a look at tables 3 and 4 http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps10092/datasheet_c78-502797.html

also here is a cisco link that will help clarify what a wireless lan controller does.

http://www.cisco.com/en/US/products/ps6302/Products_Sub_Category_Home.html

Hope that helps

  On 07/07/2010 at 08:53, bitbucket said:

The unified, aka lightweight (controller based) access points use a controller for configuration etc while the standalone is by definition, standalone.

What you have there is the lightweight ap denoted by the L in the model name AIR-LAP1141N-A-K9

If this is a new access point, then you may wish to send it back and request a standalone model otherwise you will need a controller

take a look at tables 3 and 4 http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps10092/datasheet_c78-502797.html

also here is a cisco link that will help clarify what a wireless lan controller does.

http://www.cisco.com/en/US/products/ps6302/Products_Sub_Category_Home.html

Hope that helps

Ok, makes sense now. I will try and get it swapped out for a standalone model... If not, I guess I can follow the thread you posted (https://learningnetwork.cisco.com/thread/9562) and convert the IOS to standalone.

Thank you so much for your help! Much appreciated!

H

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.