I have recently installed two ASR9006 routers and upgraded them to 6.6.2. Next step was to download 6.6.2 configuration guides and get a good base config on them however, much of the syntax found in the guides doesn't work with my version of code. Anyone else have this issue? Thanks,
... View more
Thanks Cofee
Unfortunately, I don't have access to that router, its a Verizon core router. I can see that it is being advertised into BGP from the edge where the network lives, but don't see it from another location coming from the core using that command. I do see it coming from another neighbor via OSPF via backup circuit.
When we suppressed the route via prefix list in OSPF configuration, it populated the routing table from BGP.
I just thought I should have seen the prefix in bgp received-routes.
... View more
If I execute the command "show ip bgp neighbor x.x.x.x received-routes" and the router is learning a particular route via another routing protocol with a lower cost as well, will that route be omitted from the output of that command?
For example, I am learning a route via OSPF from one neighbor and iBGP from another neighbor. Ospf wins due to AD and so the OSPF route is injected into the local routing table. If I execute the command show ip bgp neighbor x.x.x.x received-routes (where I specify the iBGP neighbor by IP) shouldn't I see that route as a received route from the iBGP neighbor regardless of what route is in my routing table?
Thanks!
... View more
So what triggers it to stop advertising itself? How does OSPF know that it is dependent on BGP to operate properly? I'm trying to understand the actual mechanisms?
Thanks
... View more
We have two sites that are connected to MPLS. The service provider has a PE router on site at each location. They are running BGP for our WAN which is extensive. It is private EBGP so each site has it's own ASN. We are redistributing OSPF into BGP and aggregating the private subnets at the site edge. We are using "default information-originate" on the PE router's OSPF configuration to advertise the MPLS connection as the default route for each site's core. These two sites are linked with a campus fiber and we are running another OSPF process between the two sites. The routes over this link are more specific and have a lower cost than the MPLS connection.
There is also a backup VPN over an internet link that will act as the tertiary link and also run OSPF. We will be setting the cost of that interface high so that it is a last resort.
The goals are:
Local traffic between the sites traverse the campus link
If the campus link goes down they can route to each other via MPLS
If one MPLS link is down, all the traffic goes out across the campus link to the MPLS link at the other location.
If both MPLS links go down, traffic will go out respective Backup VPN tunnels.
My question is, how can I make that default route from the local MPLS router withdraw itself from our Core (which peers with the provider edge router) if BGP goes down? Wont OSPF continue to advertise itself as the DG?
... View more
I need to know if I can connect anyconnect vpn clients to a different IP within the same network as the IP on the outside interface of the ASA. I have read several configuration guides and they don't mention it. If there is someway to do it or documentation on how to do it than I am not searching for it correctly. If anyone knows of a doc or guide that can help me accomplish this, please post the link. Much appreciated, Techgirl
... View more
We have been throttling bandwidth on a 7604 (or so we thought) for some time which we configured using cisco documentation. I recently discovered that it is not capping the throughput as expected. We use the service-policy input <policy map> command under the vlan interface. We specify the rate limit under the policy map using the "police xxxxxxxxx" command. I did a speed test on a circuit the other day that should have been throttled to 10mb and got 33MB download. Anyone else having a problem with this?
... View more