Thanks! Now the trunk is working and I can ping the ap. I'm at home now and I'll have to wait until tomorrow to test it out.
Thanks, Dan. On Dec 18, 2007 4:50 PM, Spaunhorst, Anamari <[EMAIL PROTECTED]> wrote: > Dan, > > Define your native Vlan on the DotRadio and the FastE interfaces. It has > to match what you have configured on the port switch. > you stated your native is vlan 500. > > Be sure you shutdown the DotRadio interfaces before making any changes > on the wap. > > > > interface Dot11Radio0.160 > > > encapsulation dot1Q 160 > > > bridge-group 2 > > > ! > > > interface Dot11Radio0.500 > > > encapsulation dot1Q 500 native > > > bridge-group 3 > > > ! > > > interface FastEthernet0.160 > > > encapsulation dot1Q 160 > > > bridge-group 2 > > > ! > > > interface FastEthernet0.500 > > > encapsulation dot1Q 500 native > > > bridge-group 3 > > write mem > reload, then enable the DotRadio's > > Anna Spaunhorst > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Letkeman > Sent: Tuesday, December 18, 2007 4:35 PM > To: Kaj Niemi; [email protected] > Subject: Re: [c-nsp] Access Point & 2 SSID's Trunked to Vlan's > > Kaj, > > 2950#sh interfaces trunk > > Port Mode Encapsulation Status Native vlan > Fa0/1 on 802.1q trunking 500 > > Port Vlans allowed on trunk > Fa0/1 160,200,500 > > Port Vlans allowed and active in management domain > Fa0/1 160,200,500 > > Port Vlans in spanning tree forwarding state and not pruned > Fa0/1 200 > > Dan. > > On Dec 18, 2007 3:29 PM, Kaj Niemi <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > On Dec 18, 2007, at 23:00, Dan Letkeman wrote: > > > > > Here is my config > > > > > > Switch configuration: > > > > > > interface FastEthernet0/1 > > > switchport access vlan 500 > > > switchport trunk native vlan 500 > > > switchport trunk allowed vlan 160,200,500 > > > switchport mode trunk > > > > > > The trunk is only showing 200 in forwarding state. I need 160 and > 500 > > > forwarded. > > > > If you type on the upstream switch show interface ... trunk what does > > it really show? usually the vlans allowed on the trunk, vlans allowed > > and active and vlans in spanning-tree forwarding state and not pruned > > are identical. Do you have vlans created for 160 and 500 on the switch > > (assuming Cisco switch here)? > > > > > > > interface Dot11Radio0.160 > > > encapsulation dot1Q 160 > > > bridge-group 2 > > > ! > > > interface Dot11Radio0.500 > > > encapsulation dot1Q 500 > > > bridge-group 3 > > > ! > > > interface FastEthernet0.160 > > > encapsulation dot1Q 160 > > > bridge-group 2 > > > ! > > > interface FastEthernet0.500 > > > encapsulation dot1Q 500 > > > bridge-group 3 > > > ! > > > interface BVI1 > > > ip address 192.168.50.151 255.255.255.0 > > > no ip route-cache > > > ! > > > bridge 1 route ip > > > ! > > > > > > I'm guessing there is something wrong with the bridge configuration. > > > > > > > > Add: > > > > bridge 2 protocol ieee > > bridge 3 protocol ieee > > > > > > > > > > > > HTH > > > > Kaj > > -- > > Kaj J. Niemi > > <[EMAIL PROTECTED]> > > +358 45 63 12000 > > > > > > > > > _______________________________________________ > cisco-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/cisco-nsp > archive at http://puck.nether.net/pipermail/cisco-nsp/ > _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
