Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Restricting VLAN to certain servers/apps

Reply
Thread Tools

Restricting VLAN to certain servers/apps

 
 
Trouble
Guest
Posts: n/a
 
      01-27-2006
All,

I have a core 6500 with a MSFC with multiple access/ distrubition
switch. I will be installing a new switch for a new group of users, I
want to restrict this group of users only to certain servers and VLANS.

Basically I will be installing a new 3750 and creating a vlan for this
group of users and trunking it to the 6500. In addition I was thinking
about adding some IP permit/Denys have had a chance to get in to.

Any ideas how I should proceed

I

 
Reply With Quote
 
 
 
 
summi
Guest
Posts: n/a
 
      01-27-2006
Hi

After configuring the SVI( Layer 3 interface) for the new VLAN just
check whether u able to reach the servers in another VLANS, once u
through with that connectivity , configure ACL according to ur
requirement and apply it to the SVI of the new VLAN in " in" direction
which u had created.

ex: Vlan 10 is ur new VLAN, and new subnet is 192.168.5.0/24,and server
subnet is 192.168.1.0.
As u r configuring in " in " direction , access-list will look like
this

access-list 125 deny ip any host 192.168.1.15
access-list 125 deny ip any 192.168.2.0 0.0.0.255
access-list 125 permit ip any any

int vlan 10
access-group 125 in

thats it

rgds
Suman

 
Reply With Quote
 
 
 
 
jw
Guest
Posts: n/a
 
      01-27-2006
As another solution to the suggestion below look into private vlans

Trouble wrote:
> All,
>
> I have a core 6500 with a MSFC with multiple access/ distrubition
> switch. I will be installing a new switch for a new group of users, I
> want to restrict this group of users only to certain servers and VLANS.
>
> Basically I will be installing a new 3750 and creating a vlan for this
> group of users and trunking it to the 6500. In addition I was thinking
> about adding some IP permit/Denys have had a chance to get in to.
>
> Any ideas how I should proceed
>
> I
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring jetty: restricting service from certain IP addresses Steve Sobol Java 9 09-29-2007 08:12 PM
Forms authentication - restricting certain pages Paul Aspinall ASP .Net 1 10-01-2006 08:47 PM
restricting access on a VLAN ESM Cisco 0 06-13-2006 04:04 PM
Restricting access to certain pages =?Utf-8?B?SnVzdGlu?= ASP .Net 1 10-31-2004 05:56 AM
Restricting hosts to certain networks on PIX GKurcon Cisco 1 06-27-2004 07:27 PM



Advertisments
 



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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57