cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
304
Views
0
Helpful
3
Replies

vlan config for servers only

tsrader
Level 1
Level 1

i am wanting to setup my servers in their own VLAN. config:

hosts: 10.1.x.x

snm: 255.255.0.0

gw: 10.1.0.1

i want to take my servers (10.1.30.x) and put in their own vlan.

all hosts (10.1.x.x) must be able to access the servers in this vlan.

any help is appreciated

3 Replies 3

Hello,

you will need a Layer 3 device in order to facilitate the inter-VLAN routing on. Which platform do you want to configure this on ?

Regards,

GP

6509...

This is how our 6509 MSFC is configured. All our servers are in the Servernet and other hosts are in various VLANS including the Client 1 shown below the Server VLAN.

interface Vlan113

description ServerNet

ip address 207.129.102.253 255.255.255.0

no ip redirects

mls rp vtp-domain xxx

mls rp ip

standby 1 priority 250 preempt

standby 1 ip 207.129.102.254

!

interface Vlan114

description Client 1

ip address 10.96.12.253 255.255.255.0

no ip redirects

mls rp vtp-domain xxx

mls rp ip

standby 1 priority 200 preempt

standby 1 ip 10.96.12.254

The 6509 switch itself is configured as follows:-

set vlan 113 name Server type ethernet mtu 1500 said 100113 state active

set vlan 114 name Client-1 type ethernet mtu 1500 said 100114 state active

Hope that's of some help.

Pete

Review Cisco Networking for a $25 gift card