04-10-2006 09:22 AM - edited 02-21-2020 12:49 AM
Hello,
We have an AP1200 access point, configured with two vlans, one is native vlan and the other is vlan 19 used for wireless cameras. The wireless cameras have no other access to the network but through this Access point, the AP1200 is connected to a 6509 switch with the following configuration on the port :
interface FastEthernet6/15
no ip address
switchport
switchport access vlan 13
switchport trunk encapsulation dot1q
switchport trunk native vlan 13
switchport trunk allowed vlan 1,13,19
switchport mode dot1q-tunnel
switchport voice vlan 19
no cdp enable
spanning-tree bpdufilter enable
!
interface Vlan13
ip address 10.2.2.1 255.255.254.0
ip rip send version 2
ip rip receive version 2
!
interface Vlan19
ip address 10.2.10.1 255.255.255.0
However I am unable to connect to the cameras, and I can not even ping them. I did a show route command and it is not showing the route to vlan 19.
Anybody can tell me what am I missing.
Thanks and best Regards
Wajma
04-11-2006 06:43 AM
Just remove the switchport access vlan 13 from the Interface. And the voice vlan 19 as well.
You are already using the native vlan.
switchport trunk encapsulation dot1q
switchport trunk native vlan 13
switchport trunk allowed vlan 1,13,19
switchport mode trunk
04-11-2006 09:41 AM
Thank you for the response, I made all the changes, however I am still unable to ping those cameras, they are showing as associated with the Access Point but I can not ping the niether from the AP nor from the network.
any thoughts.
Thank you.
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