cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1305
Views
0
Helpful
9
Replies

Internet Setup .

Mdzakzakeei6
Level 1
Level 1

Hi ,

I'am extending my home internet connection to separate room as Wifi is not reachable over there ,So my setup is something like this , ISP Router > Cisco Switch >Cisco AP1131AG .

ISP ethernet cable is terminating on Cisco port 24 ( fas 0/24 ) ,

AP is a non POE so it's getting power from the Cisco Switch and connected on fas 0/23

ISP DG is 192.168.0.1

Can anyone advise what config I need for this set up ,any help much appreciated .

9 Replies 9

balaji.bandi
Hall of Fame
Hall of Fame

If you did not configure the switch then it will be default VLAN 1 - or you like to change you can if the switch acting like Layer2 here.

 

So i would leave it as it is and test it. ( check to make sure ports are up and running when you connect devices to cisco switch).

 

Configure your AP workgroup bridge mode.

 

https://www.cisco.com/c/en/us/support/docs/wireless/aironet-1200-series/68472-configure-wgb-00.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Mdzakzakeei6
Level 1
Level 1

Hi , 

Thanks for your reply , do I need to configure any DG in switch or AP ?

 

I can see the AP is broadcasting the SSID and I can connect to it , but still I'am not able to access to internet .

balaji.bandi
Hall of Fame
Hall of Fame

if the AP acting as bridge mode, it is transparent till ISP router. 

 

if your PC configured as DHCP ISP router able to give an IP addres ?

 

if not configure your PC

192.168.0.100

255.255.255.0

gateway - 192.168.0.1

DNS 8.8.8.8

 

test

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Mdzakzakeei6
Level 1
Level 1

Yes , PC is configured as DHCP .. Please see the config below for switch and AP , Many Than

 

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2020.10.23 09:02:28 =~=~=~=~=~=~=~=~=~=~=~=
sh run
Building configuration...

Current configuration : 1266 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
system mtu routing 1500
ip subnet-zero
!
!
!
!
!
--More-- !
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
--More-- !
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
--More-- interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
no ip route-cache
!
ip http server
--More-- ip http secure-server
!
control-plane
!
!
line con 0
line vty 5 15
!
end

Switch#
Switch#sh ip inter bri
Switch#sh ip inter brief
Interface IP-Address OK? Method Status Protocol
Vlan1 unassigned YES unset up up
FastEthernet0/1 unassigned YES unset down down
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset down down
FastEthernet0/4 unassigned YES unset down down
FastEthernet0/5 unassigned YES unset down down
FastEthernet0/6 unassigned YES unset down down
FastEthernet0/7 unassigned YES unset down down
FastEthernet0/8 unassigned YES unset down down
FastEthernet0/9 unassigned YES unset down down
FastEthernet0/10 unassigned YES unset down down
FastEthernet0/11 unassigned YES unset down down
FastEthernet0/12 unassigned YES unset down down
FastEthernet0/13 unassigned YES unset down down
FastEthernet0/14 unassigned YES unset down down
FastEthernet0/15 unassigned YES unset down down
FastEthernet0/16 unassigned YES unset down down
FastEthernet0/17 unassigned YES unset down down
FastEthernet0/18 unassigned YES unset down down
FastEthernet0/19 unassigned YES unset down down
FastEthernet0/20 unassigned YES unset down down
FastEthernet0/21 unassigned YES unset down down
--More-- FastEthernet0/22 unassigned YES unset down down
FastEthernet0/23 unassigned YES unset up up
FastEthernet0/24 unassigned YES unset up up
GigabitEthernet0/1 unassigned YES unset down down
GigabitEthernet0/2 unassigned YES unset down down
Switch#
*Mar 9 22:13:21.888: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
ap>
*Mar 9 22:13:25.518: %DOT11-6-DFS_SCAN_COMPLETE: DFS scan complete on frequency 5520 MHzen
Password:
ap#sh run
Building configuration...

Current configuration : 1440 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 $1$pBmH$DUSfkSNc.KKJHAF0aDHD1.
!
no aaa new-model
ip domain name addm.ads.brm.pri
!
!
!
dot11 ssid OPEN
authentication open
guest-mode
!
power inline negotiation prestandard source
!
!
username Cisco password 7 1531021F0725
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid OPEN
!
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio1
no ip address
no ip route-cache
!
ssid OPEN
!
no dfs band block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
no ip address
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
!
end

 

*Mar 9 22:14:01.312: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6cab.317b.6f14 Reason: Sending station has left the BSS
*Mar 9 22:14:01.320: %DOT11-4-MAXRETRIES: Packet to client 6cab.317b.6f14 reached max retries, removing the client

balaji.bandi
Hall of Fame
Hall of Fame

I will review the config later -

 

what is the oout come :  configure your PC

IP 192.168.0.100

subnet - 255.255.255.0

gateway - 192.168.0.1

DNS 8.8.8.8

 

are you able to ping 192.168.0.1 ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Mdzakzakeei6
Level 1
Level 1

I'am not able to ping 192.168.0.1 

balaji.bandi
Hall of Fame
Hall of Fame

Looks like you have basic config on radio and also required switch side Trunk port.

 

make sure you associated radio config with ssid

 

below exmaple :

 

https://community.cisco.com/t5/wireless-mobility-documents/autonomous-ap-and-bridge-basic-configuration-template/ta-p/3112198

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Mdzakzakeei6
Level 1
Level 1

Switch#sh run inter fas 0/24
Building configuration...

Current configuration : 87 bytes
!
interface FastEthernet0/24
description ****ISP Link****
switchport mode trunk
end

_________ *** AP Radio Config ***

ap#sh run inter do
ap#sh run inter dot11Radio 1
Building configuration...

Current configuration : 329 bytes
!
interface Dot11Radio1
no ip address
no ip route-cache
!
ssid OPEN
!
no dfs band block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
end

ap#sh run inter dot11Radio 0
Building configuration...

Current configuration : 297 bytes
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid OPEN
!
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
end

Mdzakzakeei6
Level 1
Level 1
Switch#sh run inter fas 0/24
Building configuration...

Current configuration : 87 bytes
!
interface FastEthernet0/24
description ****ISP Link****
switchport mode trunk
end

_________ *** AP Radio Config ***

ap#sh run inter do
ap#sh run inter dot11Radio 1
Building configuration...

Current configuration : 329 bytes
!
interface Dot11Radio1
no ip address
no ip route-cache
!
ssid OPEN
!
no dfs band block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
end

ap#sh run inter dot11Radio 0
Building configuration...

Current configuration : 297 bytes
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid OPEN
!
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
end
Review Cisco Networking products for a $25 gift card