Switches, Hubs, and Modems
1752279 Members
4798 Online
108786 Solutions
New Discussion

ProCurve 2848 Vlan

 
MarkCooper
Occasional Contributor

ProCurve 2848 Vlan

Please see the following code: I would like all VLANs to communicate with Vlan 1 but not with each other,can you tell me if this is possible on the 2848 switch please?


Running configuration:

; J4904A Configuration Editor; Created on release #I.08.98

hostname "ProCurve Switch 2848"
ip default-gateway 192.168.5.10
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "VLAN1"
   untagged 1,19-43,46-48
   ip address 192.168.5.1 255.255.255.0
   ip helper-address 192.168.5.10
   no untagged 2-18,44-45
   ip igmp
   exit
vlan 2
   name "VLAN2"
   untagged 2-9
   ip address 192.168.6.1 255.255.255.0
   ip helper-address 192.168.5.10
   ip igmp
   exit
vlan 3
   name "VLAN3"
   untagged 10,44-45
   ip address 192.168.7.1 255.255.255.0
   ip helper-address 192.168.5.10
   ip igmp
   exit
vlan 4
   name "VLAN4"
   untagged 11-14,18
   ip address 192.168.8.1 255.255.255.0
   ip helper-address 192.168.5.10
   ip igmp
   exit
vlan 5
   name "VLAN5"
   untagged 15-17
   ip address 192.168.9.1 255.255.255.0
   ip helper-address 192.168.5.10
   ip igmp
   exit
ip route 192.168.6.0 255.255.255.0 192.168.5.10
ip route 192.168.7.0 255.255.255.0 192.168.5.10
ip route 192.168.8.0 255.255.255.0 192.168.5.10
ip route 192.168.9.0 255.255.255.0 192.168.5.10
ip route 192.168.5.0 255.255.255.0 192.168.5.10