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.
I am currently working on a dual-authentication method for remote access dialup users to meet a security audit requirement. From my research I have found that eap-tls would probably be the best method for securing the dial access authentication but I...
Good Afternoon,I have two Cisco 7206 VXR routers connected to two different upstream service providers using BGP. Both connections are OC3 and at this time we are utilizing 45% incoming traffic on both service providers, however we are using 30% out...
Good Afternoon,I am looking to purchase a cisco catalyst that support Enhanced Object Tracking. My Account Manager and SE are taking forever to respond so I am going to try here. I would like to know what catalyst equivelent to a 2950 or 3550 suppor...
I am trying to determine how to read the attachment I have provided. I believe that the first category on the statistics page is the cumaltive information. For the entire radio - when transmitting and receiving packets. If that is the case the radi...
Good Afternoon --I am debating using a pix 506E at a new site and am curious if the device supports a few things. Like the pix 515E does the PIX 506E support muttiple vpn tunnel terminations? Can I have two tunnels and client software terminate to t...
Phil can you repost the configs... There are a few possible things that could be happening... The first place I would be looking is to make sure that the device is not trying to arp for the destination before using the default route. This can happen ...
Phil,If I am following you correctly you need to modify your interesting traffic lists between the hub and spokes... For example. ACL 120 on your spoke is only permitting traffic for the private network on the hub side. You need to modify this so tha...
Shouldn't it have been:ip nat inside source static udp 192.168.99.1 53 interface dialer1 53?You need that inside source IP to be the ip of the internal interface of your router. That will allow the router to receive dns queiries. You may have to flus...
Olaf,I know this is not the best resolution but if you stick with the following configuration I think it will work:ip nat inside source static udp 192.168.99.1 53 interface FastEthernet0/0 53ip nat inside source static 192.168.99.4 interface FastEthe...