Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is the main job of a core switch to be the "center" for other switches to plug in? And when should you decide that buying a core switch for say x amount of nodes or switches is suitable? If you have only 100 nodes and say using 2 Cisco Switch Stacks ...
Is it true that say you have 4 switches in a stack and switch 4 receives a packet destined for another port on switch 4 it still gets forwarded through the stackwise ports? Doesnt make sense to me but I read it in a review.
Is it possible to set a priority to traffic on the pix either by IP or protocol? And if so is this possible through VPN? I have a video conferencing traffic I would like set priority for. Thanks
VPN clients can browse my pc but I cannot browse theirs. I am trying by IP \\xxx.xxx.xxx.xxx\c$ Here is my config: Help is appreciated.nameif ethernet0 outside security0 nameif ethernet1 inside security100 nameif ethernet2 sunnet security90 nameif et...
If it is from the inside network (eth1) going to the DMZ (eth2) to get to the MPLS network then you should not have an issue. Are both sites set up this way? The problem occurs when (6.X and below) the networks are located off of the same interface. ...
Yes they have changed alot. Now you configure subinterface commands.ciscopix(config-if)# interface vlan 100ciscopix(config-if)# nameif DMZ1ciscopix(config-if)# security-level 50ciscopix(config-if)# ip address 192.168.1.1 255.255.255.0ciscopix(config-...
Apply an access-list to the inside interface. Say you only want to allow http, ftp and https outbound you would do something like the following.access-list acl_inside permit tcp any any eq 80access-list acl_inside permit tcp any any eq 443access-list...
The ASA should be able to do what you want. Especially if you are replacing a PIX. Do you need to run multi mode? As far as the config goes it should be fairly easy to transfer the config from the PIX to the ASA. Yes you cannot run VPNs on Multimode ...