|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
|
[x]
The Solution Rating System
|
|
| With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating. - The Grade of the Solution
- The Zone Rank of the Expert Providing the Solution
- The Number of Author and Expert Comments
- The Number of Experts Contributing
- The Feedback of the Community
Your Input Matters Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site. If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
|
|
|
|
Asked by Heiden_Consulting in Networking Hardware, Network Switches & Hubs
Our end goal is to have two wireless networks on the same access point using vlans. We need one for nursing staff which would be private and one for public internet. Our internet comes into a firebox firewall that has LAN 1 and a OPT LAN. LAN 1 feeds internet to our private network (192.168.0.1) and we set up the OPT LAN to feed the public internet and issue DHCP. (172.20.1.1) This part is working. I can plug a notebook into the firebox OPT LAN port and get an DHCP address, internet access and can not see the private side of the firebox.
I have multiple Cisco 1131 access points installed throughout the facility. I have them setup with two SSID's, Private (vlan 2) and Public (vlan 3). Currently I am only working with the AP connected to port 10 of the Cisco Layer 2 switch. Port 22 is connected to a switch on my private network while port 23 is connected to the OPT LAN port on my firebox.
In my vlan config, I gave vlan 3 an ip address, subnet and default gateway. Since then it has been stuck in a shutdown mode. I have attached my sho config from my Cisco 2950 switch. I can connect to the 1131 AP but do not receive an IP address from the firebox. If I set the wireless device with a static IP I still do not get a connection to the internet.
Any help would be appreciated.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
|
interface FastEthernet0/10
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-3,1002-1005
switchport mode trunk
!
interface FastEthernet0/22
switchport access vlan 2
!
interface FastEthernet0/23
switchport access vlan 3
!
interface FastEthernet0/24
!
interface VLAN1
ip address 192.168.0.99 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN3
ip address 172.20.1.1 255.255.0.0
no ip directed-broadcast
no ip route-cache
shutdown
!
ip default-gateway 172.20.1.1
snmp-server engineID local 00000009020000055E5785C0
snmp-server community private RW
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password hcmcf123
login
line vty 5 15
password hcmcf123
login
!
end
|
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625