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 have a L3 cisco 4506 (LAN) and a cisco 3845 (WAN). Im running a single area OSPF network. Would you use the network statement to advertise all your L3 interfaces on the 4506. Or use redistribute connected subnets and the network statement on the...
With the group config enabled on a vip. If the webserver initates a connection to the client. Will the css use the vip address or the webserver ip address.ex...service web1 ip address 192.168.1.1 activeservice web2 ip address 192.168.1.2 active...
I currently have a mpls wan with eigrp internal. Can someone post a simple config of redistributing eigrp into bgp with route-map for specfic routes to be redistributed.thanks...
How would I be able to do the following without a SSL Device. I have two servers with SSL certs installed. When hitting a content rule i would like to stick to one server for both http and https. I have tryed using advance balance arrowpoint cooki...
Thanks for the reply. If i just need eigrp to bgp i would use the following commands:router bgp 65000 redistribute eigrp 65432 route-map EIGRP2BGP route-map EIGRP2BGP permit 10 match ip address prefix-list 90 ip prefix-list 90 permit 10.234.0.0/16 l...