Hello Moustapha, I have watched you video on setting up the Cisco 819 and I am having some trouble accessing my AP. I could use your assistance. When I use the "service-module wlan-ap 0 session" command the router responds with this "IP address needs to be configured on interface wlan-ap0" and I cannot access it. I know that you show in your video that it has the "IP unnumbered" set in your router. Mine did not, so I set it on the interface wlan-ap 0. The next response from the router was this " Trying 10.0.0.1, 2002 ... % Connection refused by remote host. Can you tell me what to do now ?
@aimekandu19178 жыл бұрын
salut Moustapha, j'ai un Aéronet Cisco mais je ne sais pas comment le configurer. Vous pouvez avoir une idée sur sa configuration?
@amirkay7 жыл бұрын
Hi Sir, I am still configuring my Cisco 819 router based on your guide but still did not working. Im wondering if you can share the show run for this. Thanks.
@MoustaphaFalltaif7 жыл бұрын
Default configuration ! hostname Router ! ip dhcp excluded-address 10.10.10.1 ! ip dhcp pool ccp-pool network 10.10.10.0 255.255.255.248 default-router 10.10.10.1 ! ip cef no ipv6 cef ! license udi pid C819HGW-PT-K9 sn FTX1806MG1Q ! spanning-tree mode pvst ! interface GigabitEthernet0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0 interface FastEthernet1 interface FastEthernet2 interface FastEthernet3 ! interface Serial0 no ip address clock rate 2000000 shutdown ! interface Wlan-GigabitEthernet0 description Internal switch interface connecting to the embedded AP ! interface wlan-ap0 description Service module interface to manage the embedded AP ip unnumbered Vlan1 ! interface Cellular0 no ip address shutdown ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$ ip address 10.10.10.1 255.255.255.248 ! ip classless ! ip flow-export version 9 ! ! access-list 23 permit 10.10.10.0 0.0.0.7 ! line con 0 ! line aux 0 ! line vty 0 4 login end Additional configuration Connect to the AP using service-module wlan-ap 0 session command Router#service-module wlan-ap 0 session ap> ap>enable ap#conf t Enter configuration commands, one per line. End with CNTL/Z. ap(config)# Create the ssid ap(config)#dot11 ssid TEST ap(config-ssid)#authentication open ap(config-ssid)#authentication key-management wpa ap(config-ssid)#guest-mode ap(config-ssid)#wpa-psk ascii cisco1234 Configure the Dot11Radio0 interface ap(config)#inter dot11Radio 0 ap(config-if)#encryption mode cipher tkip ap(config-if)#bridge-group 1 ap(config-if)#ssid TEST ap(config-if)#no shutdown Configure wlan GigabitEthernet0 ap(config)#interface gigabitEthernet 0 ap(config-if)#bridge-group 1