Switches, Hubs, and Modems
1748332 Members
3321 Online
108762 Solutions
New Discussion юеВ

Re: 8212 and segmented networks

 
SOLVED
Go to solution
alexmanto
Occasional Contributor

8212 and segmented networks

Dear sirs,
As you can see from the attached file,
I have an 8212 where I have to segment networks.
There are the workstation of "floor1" vlan
which must follow the standard policy of connectivity,
then there are other workstation (dept2) that must be able to reach other destinations through dedicated router.
Access policies are established by a firewall
connected to both networks.
Following, the configuration that I thought to implement on the floor switch.
Also, i would like an opinion about static routes on the master switch (see attached file)

Thanks in advance
alex

Running configuration:

; J9091A Configuration Editor; Created on release #K.14.41

hostname "1BCSRADIP132017"
module 1 type J8706A
module 2 type J8702A
module 3 type J8702A
module 4 type J8702A
module 5 type J8702A
module 6 type J8702A
ip default-gateway 192.168.132.4
vlan 1
name "DEFAULT_VLAN"
tagged A1
no untagged A2,A4-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F24
no ip address
exit
vlan 11
name "floor1"
untagged C1-C24
tagged A1
ip address 192.168.132.17 255.255.252.0
exit
vlan 99
name "voip"
untagged E1-E24
tagged A1
no ip address
exit
vlan 50
name "dept2"
untagged B1-B24,D1-D24,F1-F24
no ip address
exit
snmp-server community "public" unrestricted
spanning-tree
2 REPLIES 2
Mohammed Faiz
Honored Contributor
Solution

Re: 8212 and segmented networks

Hi,

That looks fine.
The static routes look ok too, I'm assuming that the default route on the 8212 master points to 192.168.128.1?
You will also need a static route on Cisco1 to say 10.4.11.0 -> 192.168.128.4
alexmanto
Occasional Contributor

Re: 8212 and segmented networks

Thank you very much Mohammed!