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.
Through an ordering error, i have four CSS11501's with no hard-drives, no flash and no OS. They were actaully ordered as spares. We're putting in an order for the hard-drives but now I'm wondering if an image is being shipped with the new hard-drive...
Does anyone have an explanation of the Entity MIB API and Init PIDs for the 2950 switch? These two processes are accounting for 80% of my used proc memory, total of 4.7MB. Thanks in advance.
I have a PIX515 (6.2) with three interfaces (inside, outside and dmz), I need to encrypt traffic that's originated from the inside to the DMZ subnet. My question is, can i terminate an IPSEC tunnel that's originated from the inside (the other end wi...
I have a PIX 515 with three interfaces (inside, dmz, outside). On the outside interface, access-list 101 is applied to allow traffic from the internet to a few hosts on the dmz. On the DMZ, access-list 102 is applied to allow some DMZ hosts to comm...
I need to pass multicast traffic throught a firewall and would like like to tunnel the multicast traffic in a GRE tunnel to do this. I'd like to use a pair of 3550's for this, but can't seem to find any solid reference on whether the 3550's will sup...
I do have this working with the 7970 and CME. My format is a little differant for the PNG files in the tftp-server config:tftp-server flash:duc-small.pngtftp-server flash:duc-big.pngI took out the Desktops/320x212x12/ path and listed just the file n...
You should be able to use NAT-0 with an access-list..For example.nat (inside) 0 access-list no-natnat (inside) 1 192.168.1.0 255.255.255.0 0 0global (outside) 1 interface access-list no-nat deny ip any host 192.168.1.1 (will be translated)access-list...