cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3508
Views
6
Helpful
2
Replies

Disable Wlan on Cisco 867VAE-W-E-K9

rkevelham
Level 1
Level 1

A few day ago, i recieved an old Cisco 867VAE-W-E-K9, and i want to disable the wlan function on it.

 

I cant get manage to shut the wlan-GigabitEthernet0.

 

Its says:

"% Shutdown not allowed on Wlan-GigabitEthernet0 interface, as it is an internal interface connecting to the wlan-ap module."

 

There was an command to enter the embedded ap (wlan-ap0?) inside it, but my cisco doesnt recognize that command (service wlan-ap 0.......)

Cant find any documentation for it either to disable it.

 

I hope you guys  can help me out with this.

 

2 Replies 2

rkevelham
Level 1
Level 1

Router(config)#service-module wlan-ap 0 session
                                                           ^
% Invalid input detected at '^' marker.

 

running from console, not ssh

 

 

Somewhere it says, you need to connect to service-module wlan-ap 0. What if my cisco doesnt recognize this command. The cisco is using the standard bootimage. Tried several things, but all doesnt help.

 

Nevermind found it.

 

(config)#interface loopback 0

(config-if)#ip address 1.1.1.1 255.255.255.255

 

#telnet 1.1.1.1 2002

- login with admin/admin first time, and change password

- conf t

ap(config)#interface Dot11Radio 0
ap(config-if)#shutdown

 

Wlan disabled after this.