Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This is the first time I am attempting to use RADIUS and am possibly doing something wrong. I have a 1240 AG and am using the local RADIUS server on the AP. The encryption settings are WEP Mandatory and no key rotation. For the SSID in question I hav...
I have a stacked 3750 with 3 VLAN's. VLAN1 for management, VLAN 2 for the production network and VLAN 3 for test. I need to restrict HTTP from VLAN 3 to a few hosts in VLAN2. I've attached the configuration I am using. This does not seem to work. An...
RickThanks for the guidance. I finally got this right with help from the config that you sent.I guess I did not state my requirements correctly. Clients in VLAN 3 need to be able to access all servers in VLAN 2 but need to only access few servers (li...
RickI need to allow all clients in VLAN 3 HTTP access to some servers in VLAN 2 and deny them from accessing all the other servers on VLAN 2.VLAN 3 is 10.1.3.0 and VLAN 2 is 10.1.2.0TIAClyde
Tried it still nothing. I applied the access -group both inbound and outbound to both VLAN 2 and VLAN 3 and do not see any relevant hits on the access list. The only hits I get are on the permit at the end of the ACL permit tcp any any log (95 mat...
As per your suggestion I tried VLAN maps and it did not work. Then again I am not too familiar with this feature and I may have messed up. Here is the config I tried.conf tip access-list extended 100 permit tcp 10.1.2.0 255.255.255.0 eq www host 10.1...
RickVLAN2 is 10.2.2.0 and VLAN3 is 10.1.30I've tried this access list inbound and outbound on both VLAN 3 and VLAN2 with no success.As per your suggestion I also tried specifying www as the source port with the same result.Any other suggestions.Clyde