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.
Hi Guys,Can someone point me a good tutorial for Prefix-list? After reading couple of doc it's not very clear!I have a prefix-list as follows:ip prefix-list routes_in seq 10 permit 172.24.0.0/16 ge 22ip prefix-list routes_in seq 15 permit 192.168.0.0...
Hi Guys,I would like to change the admin distance of eigrp learned routes from the neighbor 172.20.248.3. When I am using:distance 130 172.20.248.3 255.255.255.255It's setting all eigrp routes to AD=130. Any thoughts how to get around with it?switch1...
Hi Guys,Can anyone point me to the right direction as to how I can redistribute EIGRP default route (0.0.0.0/0 172.20.88.242) into BGP? I have prefix lists which only allows selected routes. Redistribute EIGRP already in place in the BGP. Do I need t...
Router A: This is the primary Internet gateway. To get the failover working I'd like to forward all the Internet traffic to a Remote Router BRouter B: This is the secondary Internet gateway. This router is connected to Router A via 5 hops.Now, How ca...
Thanks Giustar for your feedback.I used this config:username admin privilege 15 secret xxxxxxxxxxxxaaa new-model aaa authentication login REMOTE group tacacs+ local-case aaa authentication login default group tacacs+ local-case ! line con 0 login aut...
Hi Giuseppe,Thanks for your quick reply. If I use the following config:aaa new-modelaaa authentication login REMOTE group tacacs+ local-caseaaa authentication login default group tacacs+ local !aaa authentication fail-message #Local authentication fa...
Thanks Guys. Looks like problem is resolved now. Even though EIGRP and BGP are being injected into each other, I am using prefix list not to accept certain routes.Even if I use route-map to filter out certain routes, How can I achieve redundancy? RTR...