Vlans & DHCP implementation
Posted: 18 Jan 2012 09:55
Hi everyone,
We are expecting to introduce a new router on our network wich will be compose by 2x OS6850-U24X. In the same way, we need to set several VLANS for reduce our broadcast.
I will try to be clear. At this time we are on a testlab which compose by one 6850 as a router. Also, we had configure 2 user computer and 1 DHCP server. After that we have a DSL router to go on the web.
Let's get start with the configurtion on the 6850 :
vlan 1 enable name "VLAN 1"
vlan 100 enable name "Vlan_wifi"
vlan 100 port default 1/2
vlan 100 port default 1/12
vlan 172 enable name "Vlan_ip_fixe"
vlan 172 port default 1/6
vlan 172 port default 1/7
vlan 172 port default 1/8
vlan 172 port default 1/16
vlan 200 enable name "Vlan_Data"
vlan 200 port default 1/3
vlan 200 port default 1/13
vlan 300 enable name "Vlan_VOIP"
vlan 300 port default 1/4
vlan 300 port default 1/14
vlan 400 enable name "Vlan_admin"
vlan 400 port default 1/5
vlan 400 port default 1/15
ip interface dhcp-client vlan 1 ifindex 1
ip interface "vlan-200" address 135.118.212.1 mask 255.255.252.0 vlan 200 ifindex 2
ip interface "vlan-300" address 135.118.210.1 mask 255.255.254.0 vlan 300 ifindex 3
ip interface "vlan-100" address 135.118.208.129 mask 255.255.255.128 vlan 100 ifindex 4
ip interface "vlan-400" address 135.118.208.1 mask 255.255.255.224 vlan 400 ifindex 5
ip interface "vlan-172" address 172.25.140.1 mask 255.255.248.0 vlan 172 ifindex 6
ip router primary-address 192.168.1.1
vlan 100 802.1q 1/1
vlan 172 802.1q 1/1
vlan 200 802.1q 1/1
vlan 300 802.1q 1/1
vlan 400 802.1q 1/1
ip static-route 0.0.0.0 mask 0.0.0.0 gateway 192.168.1.1
We possess two IP => 172.25.140. & 135.118.208.
The communication between users in the same VLAN looks fine.
Anyway we have trouble to set the DHCP pool in once interface wich option should we set ?
On the other side we have integrate on the linksys DSL the route for each vlan but it don't works... we also try to make a router primary address on the 6850 and open the route on linksys.
Sorry for grammatical mistakes (isn't my born language)
Thanks
We are expecting to introduce a new router on our network wich will be compose by 2x OS6850-U24X. In the same way, we need to set several VLANS for reduce our broadcast.
I will try to be clear. At this time we are on a testlab which compose by one 6850 as a router. Also, we had configure 2 user computer and 1 DHCP server. After that we have a DSL router to go on the web.
Let's get start with the configurtion on the 6850 :
vlan 1 enable name "VLAN 1"
vlan 100 enable name "Vlan_wifi"
vlan 100 port default 1/2
vlan 100 port default 1/12
vlan 172 enable name "Vlan_ip_fixe"
vlan 172 port default 1/6
vlan 172 port default 1/7
vlan 172 port default 1/8
vlan 172 port default 1/16
vlan 200 enable name "Vlan_Data"
vlan 200 port default 1/3
vlan 200 port default 1/13
vlan 300 enable name "Vlan_VOIP"
vlan 300 port default 1/4
vlan 300 port default 1/14
vlan 400 enable name "Vlan_admin"
vlan 400 port default 1/5
vlan 400 port default 1/15
ip interface dhcp-client vlan 1 ifindex 1
ip interface "vlan-200" address 135.118.212.1 mask 255.255.252.0 vlan 200 ifindex 2
ip interface "vlan-300" address 135.118.210.1 mask 255.255.254.0 vlan 300 ifindex 3
ip interface "vlan-100" address 135.118.208.129 mask 255.255.255.128 vlan 100 ifindex 4
ip interface "vlan-400" address 135.118.208.1 mask 255.255.255.224 vlan 400 ifindex 5
ip interface "vlan-172" address 172.25.140.1 mask 255.255.248.0 vlan 172 ifindex 6
ip router primary-address 192.168.1.1
vlan 100 802.1q 1/1
vlan 172 802.1q 1/1
vlan 200 802.1q 1/1
vlan 300 802.1q 1/1
vlan 400 802.1q 1/1
ip static-route 0.0.0.0 mask 0.0.0.0 gateway 192.168.1.1
We possess two IP => 172.25.140. & 135.118.208.
The communication between users in the same VLAN looks fine.
Anyway we have trouble to set the DHCP pool in once interface wich option should we set ?
On the other side we have integrate on the linksys DSL the route for each vlan but it don't works... we also try to make a router primary address on the 6850 and open the route on linksys.
Sorry for grammatical mistakes (isn't my born language)
Thanks