04-27-2010 06:37 AM - edited 03-06-2019 10:49 AM
Hi
I need to create a VLAN on a 3750 switch whereby the users in that VLAN get assigned an address from the following range and a certain gateway
Range 10.255.11.30 - 10.255.11.40
Gateway: 10.255.251.218
This is so users on this VLAN have unrestricted internet access.
I was just wondering how I go about doing this?
Thanks in advance
04-27-2010 07:29 AM
Hi
You can follow the steps as mentioned in this link
http://articles.techrepublic.com.com/5100-10878_11-5690240.html
regds
04-27-2010 08:30 AM
Thanks for that!
One other question.
I have two VLANS, VLAN1 (Native) and VLAN 56.
VLAN1 goes out through .254
VLAN56 should access internet via .218
How do I ensure that users in VLAN 56 get the range associated with the new dhcp pool and that users in the Native VLan1 get the standard DHCP settings from our domain controllers?
Thanks!
04-27-2010 09:01 AM
Hi,
You can try the following,
Under VLAN 56 SVI Interface, assign ip helper-address as VLAN 56 L3 address,
!
interface vlan 56
ip add x.x.x.x
ip helper-address x.x.x.x
---
--
Under VLAN 1 assign your Domain-Controller(DHCP Server) IP Address, so that VLAN 1 user will get ip from that server
!
interface vlan 1
ip add y.y.y.y
ip helper-address "your domain controller(DHCP Server) IP address"
---
---
!
I'm not sure what exactly you are expecting from the follwing,
"
VLAN1 goes out through .254
VLAN56 should access internet via .218"
Thanks,
ThiyaguVG.
04-27-2010 09:12 AM
I think he wants traffic from vlan56 to go out via .218 and traffic from vlan1 go out via .254.
Which he would have to use PBR I would assume.
http://www.cisco.com/en/US/products/ps6637/products_ios_protocol_option_home.html
04-27-2010 09:15 AM
Thats exactly it, I need traffic from VLAN 56 to go out through the gateway .218.
Is PBR the only way I can do it?
My OS version isnt compatible with that...typical!
Thanks again
04-27-2010 09:19 AM
As far as I know.
You can download the correct IOS (need CCO account), ipservices capable one.
04-28-2010 04:27 AM
Hi
Thanks for that, have downloaded the updated IOS for pbr.
Am new to this so I'm not sure of the config to use.
How would I set it so that all traffic on VLAN56 would go out a DGW of 10.255.251.218 considering all the PC's will be on the 10.255.0.0 subnet.
Thanks again for all your help!
04-28-2010 06:32 AM
Is 10.255.251.218 a next-hop router or is it the IP you have assigned to vlan 56?
04-28-2010 06:40 AM
04-28-2010 06:55 AM
What did he say?
04-28-2010 06:59 AM
Nothing yet
I was agreeing to your question about weather it was the VLAN IP or next hop.
04-29-2010 02:22 AM
Okay this is the config I have done, hopefully it works. Im hoping this will push any 10.255.0.0 traffic that is associated with vlan56 out through 10.255.251.218
access-list 101 permit ip 10.255.0.0 0.0.0.0 any
route-map vlan56internet permit 10
match ip address 101
set ip next-hop 10.255.251.218 (Internet Gateway)
int vlan56
ip policy route-map vlan56internet
Thanks again
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide