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've setup dual ISP failover to extend support into the following situation - as opposed to the interface simply going "DOWN".If ISP-PRIMARY is having issues but the primary interface Ethernet0/3/0 is still "UP" use IP SLA and tracking to perform fai...
I am looking for some suggestions please. Attached is a basic design for a network with a Router, Transparent Firewall and Layer 2 switch. The mandate is the push some traffic through the Firewall which is limited to 250Mbps throughput and other tr...
I have a QOS configuration for interactive video among other queues.
class-map match-any QOS-INTERACTIVE-VIDEO
match ip dscp af41 af42
match protocol rtp video
match protocol ms-lync-video
match protocol skype
match protocol h323
match proto...
Thanks Paul,I'll try this out. For now though I've marked you and Francesco's posts as the accepted solution as this looks like the only option for services that are dynamically assigned (not static via dhcp) that avoids the ip in an ACL albeit with...
Thanks again, I think I'd be making it more difficult for myself using vrf.So looks like using local policy route-map is the way I achieve this. Do you have anything to suggest to avoid having to set the interface IP in the ACL?
Thanks Francesco,I'd done this previously.ip route 1.1.1.1 255.255.255.255 Ethernet0/3/0 name CLOUDFLARE-DNS
ip route 8.8.8.8 255.255.255.255 Ethernet0/3/0 name GOOGLE-DNSAs you mention, the issue here is being unable to use them from BACKUP ISP and ...