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.
Hello,
I've been trying to add the multi area adjacency feature in a multi-vendor environment where IOS-XR was present also.
According to the documentation
[1] Cisco's implementation of Multi-Area Adjacency for OSPF Version 2 :
"This feature e...
If you what to bypass the router : interface vlan 1 no ip address ! interface x/x description ASA - INSIDE interface no switchport ip add 10.3.3.1 255.255.0.0 no ip proxy ! ip route 0.0.0.0 0.0.0.0 10.3.3.254- remove the ro...
Then you should also set some static routes on the ASA ( maybe also modify the NAT config ) , and maybe the Provider also has to set the static routes, this depending your setup.
Jon Barnes wrote:I had tried putting static routes in the switch to point to the router. Which I guess was my issue. After putting in the route for 10.6.0.0 and 10.7.0.0 in the router it's working correctly. What is the reason behind running eigrp...
Jon , the solution is : a) configure a 2 static routes on the router ip route 10.6.1.0 255.255.0.0 10.3.3.110 ip route 10.7.1.0 255.255.0.0 10.3.3.110 ...