Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > C3750 Layer 3 Switching and VLANs

Reply
Thread Tools

C3750 Layer 3 Switching and VLANs

 
 
ryanfinnerty@hotmail.com
Guest
Posts: n/a
 
      02-07-2006
Hi There,

I have the task of installing a new C3750 switch into an existing ip
network. The existing network is just running a basic layer2 switching
setup with daisy chained switches. They have a HP core switch that will
do vlan tagging but will not actually separate networks into VLANs if
that makes sense. I am tasked with installing a new L3 C3750 and
providing 3 separate VLANs (all with the same IP network (but different
masks) - otherwise it means readdressing everything!) and I need to
filter traffic out between the VLANs. Has anyone got any example
configs on how I can configure these VLANs and the router inside the
Switch? Any ACL filtering examples would be greatly appreciated! I am
new to VLANS and especially L3 Switches :-/

Thanks

Ryan

 
Reply With Quote
 
 
 
 
NETADMIN
Guest
Posts: n/a
 
      02-07-2006
Hi Ryan,

Can you provide any current sceerion diagram to make the scenerio
clear,

Untill now i only understood that you wantto install 3750 Switch as
VLAN Tagging Server with restricted access.

Thanks,
NETADMIN

 
Reply With Quote
 
 
 
 
ryanfinnerty@hotmail.com
Guest
Posts: n/a
 
      02-07-2006
Hi,

Thanks for the super fast reply. I think I should take the HP and the
VLAN tagging out of the loop first - so ignore the HP. I need to
install a new C3750 L3 Switch.

I need to create 3 VLANs, 1x Terminal Servers (VLAN2) , 1x
Clients/Workstations (VLAN3), 1x Management (VLAN4). I need to ensure
that the Clients can only access the Terminal Servers on TCP3389 and I
need to filter out ALL other traffic for getting to the servers. The
C3750 will be L3. Can you provide a config example for this.

Also, I will need to enable portfast on the Server ports.

Sorry I am missing out the diagram as it's just a L3 Switch with 3 x
VLANS and FIltering - my first post is confusing - so I've simplifed it
a little.

 
Reply With Quote
 
Lutz Donnerhacke
Guest
Posts: n/a
 
      02-07-2006
* wrote:
> I need to create 3 VLANs, 1x Terminal Servers (VLAN2) , 1x
> Clients/Workstations (VLAN3), 1x Management (VLAN4). I need to ensure
> that the Clients can only access the Terminal Servers on TCP3389 and I
> need to filter out ALL other traffic for getting to the servers. The
> C3750 will be L3. Can you provide a config example for this.


....
!
interface vlan3
ip address ...
ip access-group from_clients in
!
ip access-list extended from_clients
permit tcp any any eq 3389
deny ip any any log
!
 
Reply With Quote
 
ryanfinnerty@hotmail.com
Guest
Posts: n/a
 
      02-07-2006
Hi Lutz - thanks a million for the reply - I was looking into VACLs and
all sorts - didn't think it was as easy as that! I am just wondering if
you could also provide an example on configuring the L3 part of the
switch?

Cheers

Ryan

 
Reply With Quote
 
NETADMIN
Guest
Posts: n/a
 
      02-07-2006
Hi Lutz - thanks a million for the reply - I was looking into VACLs and
all sorts - didn't think it was as easy as that! I am just wondering if
you could also provide an example on configuring the L3 part of the
switch?


ip default-gateway gateway IP
ip classless
ip route 0.0.0.0 0.0.0.0 gatewayIP



Thanks,
NETADMIN

 
Reply With Quote
 
Lutz Donnerhacke
Guest
Posts: n/a
 
      02-07-2006
* NETADMIN wrote:
> Hi Lutz - thanks a million for the reply - I was looking into VACLs and
> all sorts - didn't think it was as easy as that! I am just wondering if
> you could also provide an example on configuring the L3 part of the
> switch?


You will need to consult the usual configuration guides. They are very good.
 
Reply With Quote
 
NETADMIN
Guest
Posts: n/a
 
      02-08-2006
Hi Lutz..
>>Hi Lutz - thanks a million for the reply - I was looking into VACLs and
>>all sorts - didn't think it was as easy as that! I am just wondering if
>>you could also provide an example on configuring the L3 part of the
>>switch?


Is posted ryanfinne...@hotmail.com not by me

Thanks,
NETADMIN

 
Reply With Quote
 
milsir@gmail.com
Guest
Posts: n/a
 
      02-08-2006
Try command in global config mode
no ip routing
and routing between vlans will be disabled

 
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
How to tell if my vlans are layer 2 or layer 3. BrooklynBadass Cisco 10 09-12-2007 11:50 AM
business layer, data access layer , presentation layer for asp.net using C#.net Dhananjay ASP .Net 1 12-18-2006 11:35 PM
Windows - Browsing across vlans and also DC's on separate vlans punisher Cisco 2 11-17-2005 03:41 PM
intervlan routing and policy routing C3750 or C 4948 Sied@r Cisco 3 10-20-2005 08:42 PM
C3750 how to read port monitor data ? rick Cisco 2 06-26-2004 11:48 AM



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