I am trying to setup a TCL script that will do a extended traceroute to multiple sites to test PBR changes i will be making. The script needs to take a list of IP address and run an extended traceroute to each. I need to source the traceroute from ...
I need to filter networks from being received over eigrp.Site A is advertising10.80.20.0/2410.80.24.0/2410.80.16.0/2410.80.50.0/2410.80.91.0/24I want to prevent Site B from receiving all route except for 10.80.20.0/24.What is the best way to do this?...
Does anybody know if the nexus 7000 support the set ip next-hop verify-availbility feature? If so, is there a different way of configuring it on the nexus? I am currently running 4.1, is this feature available in the newer releases?
Hello IT Folks,I am trying to come up with a design for my company to utilize 2 WAN technologies we have in place.I want to force the end users at a branch office to utilize a particular WAN link when accessing certain traffic. So if the end user is...
Sorry guys let me clarify a bit more. So as Mahesh wrote there are some other sites that will needed the network so that is why I am doing the filtering on the destination end. Based on your comments would the best way be to setup a prefix-list to...
Based on your design you will have issue with inbound traffic for publicly hosted services. You best bet is to get a minimum /24 block of IP addresses from one of the providers and setup BGP. Failover will occur with in maximum of 90Secs( BGP Hold...
Thanks Jon,The Nexus switches do support PBR. We are using EIGRP throughout the network except for the BGP running on the MPLS provider cloud. The NAT solution would work but we dont have access to the MPLS routers at the moment. The ISP manages ...
Sorry the second access was meant to be different ACL. The issue with using multiple route-maps isthat they need to be applied to same interface.Based on the example I would need to apply the route-map to interface vlan 10 but i cna only apply 1 rou...