09-01-2020 08:55 PM
Hi Everyone,
I have a microwave network as shown in the image. I am able to successfully Ping:
1- From PC1 to PC2
2- From PC1 to Access Point
3- From PC2 to Access point
4- PC2 to PC1
But I am unable to Ping subscriber module through PC1. I have attached the config below:
Switch A:
interface g3/0/3
description PC1
switchport access vlan 10
switchport mode access
!
interface g3/0/2
description Access point
switchport trunk allowed vlan 10
switchport mode trunk
switchport nonegotiate
power inline never
spanning-tree bpdufilter enable
Switch B
interface FastEthernet1/2
description PC2
switchport access vlan 10
!
interface FastEthernet1/3
description Subscriber Module
switchport trunk allowed vlan 10
switchport mode trunk
spanning-tree bpdufilter enable
Could anyone please advise??
Thanks in advice
Solved! Go to Solution.
09-02-2020 11:04 AM
I made a statement, since point to point to link generally setup Bridge mode where you extend the AP one building to other buildings.
this may not be your case, since we are not clear about the set up done at your end. we need to know the configuration information of Switch and how AP configured.
here is one of the good admin guide of that product :
09-02-2020 12:01 AM
how is that setup? what product is that? if they setup bridge mode, it can not pingable
09-02-2020 12:05 AM
Thanks for the response.
Product is Cambium PMP 450i for both AP and Subscriber module.
The Switch for Access point is Catalyst 3750G and for Subscriber module is IE2000.
I am not sure what you mean by bridge mode.
09-02-2020 11:04 AM
I made a statement, since point to point to link generally setup Bridge mode where you extend the AP one building to other buildings.
this may not be your case, since we are not clear about the set up done at your end. we need to know the configuration information of Switch and how AP configured.
here is one of the good admin guide of that product :
09-02-2020 03:07 AM
We have only very limited information to work with. What I notice is that the interface for the subscriber module is configured as a trunk, and that the trunk is configured to carry only a single vlan. Since the vlan that the trunk carries is not the native vlan then the Ethernet frames will be sent with vlan tagging. My guess is that the subscriber module does not process the vlan tag and therefore does not receive the data in the frame. I question why the interface is configured as a trunk. And I suggest either changing the configuration to make vlan 10 the native vlan for the trunk - or even better just make the interface connecting to the subscriber module be an access port in vlan 10.
If that does not solve the issue then we will need additional information.
09-02-2020 04:11 AM
Hello,
what are the management IP addresses of the Cambiums ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide