01-13-2014 06:57 AM - edited 03-11-2019 08:28 PM
Hi Freinds,
we have two FWSMs on 6509 boxes, inside secuirty level is 100, outside is zero one dmz has security level zero i want to create another dmz ..
could someone explain me the steps to create dmz in FWSM i am not expert on FWSM also the new DMZ should be to communicate with existing dmz,
ospf is running on fwsm
Regards,
Malik
Solved! Go to Solution.
01-13-2014 11:16 AM
With the command:
show run access-group
Looking for some Networking Assistance?
Contact me directly at jcarvaja@laguiadelnetworking.com
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com
01-13-2014 11:19 AM
you have made my day Julio bundle of thanks
01-13-2014 11:22 AM
Hello.
LOL
No problem bud
Looking for some Networking Assistance?
Contact me directly at jcarvaja@laguiadelnetworking.com
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com
01-13-2014 11:24 AM
Malik
Julio has done a great job of provding you the config for the actual FWSM. Before you configure that though you need to create a L2 vlan on the 6500 and assign that vlan to the FWSM.
Are you okay with doing that ?
Jon
01-13-2014 11:27 AM
yeah Jon i guess its should be like that
vlan 100
name ABC
int vlan 100
no shut down
correct ??
01-13-2014 11:35 AM
Malik
Not quite. There are a couple of steps before you configure the actual FWSM -
1) create the L2 vlan as in your config but do not create a L3 vlan interface, so you don't need the second bit of your above config. If you create a L3 SVI then the 6500 will simply route around the firewall so just
vlan 100
name ABC
2) you now need to assign the vlan to the FWSM. Do a "sh run" on your 6500 and near the top will be two lines like this -
firewall module 7 vlan-group 1 <-- the 7 in this line matches the slot your FWSM is in on the 6500
firewall vlan-group 1 10,11,12
so you need to add your vlan to the second line above ie
firewall vlan-group 100
that should do it. One other thing. If you have two 6500s interconnected each with an FWSM unless you are running VSS you will need to do step 2) on the other 6500 as well because from memory it is not replicated.
Jon
01-13-2014 11:38 AM
great informartion jon we are using VSS
01-13-2014 11:48 AM
in global config it should be like that
(config)# firewall vlan-group 100 10
?????
01-13-2014 11:49 AM
on both VSS switches ???
01-13-2014 11:55 AM
Malik
My apologies in the example i gave i missed out the vlan group number so the command is -
firewall vlan-group
ie. you reference the vlan-group number and then specify the vlan you want to add.
With VSS you only configure the active switch and the config is replicated for you so no need to configure these commands on both switches.
Jon
01-13-2014 12:00 PM
Many Thanks jon
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