Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 1811 vlans and wireless AP

Status
Not open for further replies.

jollykong

Technical User
Jul 24, 2011
1
US
i have a cisco 1811 and a hp v-m200 that i have been trying to connect. the m200 supports multiple ssid's through vlans, which is what i am wanting to do. on the m200 i have 2 vlans setup , vlan 1 and vlan 40(different subnets). i have tried trunking the m200 into one of the switchports and setting up 2 vlans on the 1811 and after several hours pinging and changing options i can get it to work somewhat. i reloaded the router and DHCP stopped working (it was working from both domains) and the speed seems slow (max 2MB/s).

a quick map:

Domain A --cisco switch---FE7\
---cisco1811-FE9--m200
Domian B --hp switch------FE6/


and my config on the 1811 looks like:

interface FastEthernet6
switchport access vlan 40
duplex full
speed 100
!
interface FastEthernet7
duplex full
speed 100
!
interface FastEthernet8
!
interface FastEthernet9
switchport mode trunk
duplex full
speed 100
!
interface Vlan1
ip address 192.168.1.85 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
!

interface Vlan50
no ip address
!
interface Vlan40
ip address 192.168.30.85 255.255.255.0


i've tried using the second L3 port on the 1811 (using sub-interfaces) but could not get it to work, i have internet on the first L3 port.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top