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.
Say a route has a /24 route in its eigrp top, "distribute-list out" applies a prefix list (only matching that /24 subnet) on a interface to a eigrp neighbor. but on the same interface, "ip summary-addess" summarise that subnet to a /16 subnet. Will t...
After implementing TACACS, one of our routers takes about 8 seconds to response to any CLI command. We have no problems with other devices in the same location with the same AAA configuration. The router is talking to the ACS server (ACS 5.3) and the...
We are about to implement WiFi in our warehouse. Need some advice on the frequency and antennas.We plan to use Cisco 5508 wireless lan controllers and 3502 APs. We are not sure if we should use 2.4GHz or 5GHz and which type of antennas we should use....
Thanks Raju, So the summary gets processed first then it goes through the distribute-list. If it's the other way around, the /24 will pass the distribute-list and get summarised to /16, then gets passed to the neighbour.
Tarik, thanks for the quick reply. I found the cause. It was the reverse DNS lookup.I turned on debug on the router: debug aaa accountingand found a message:" Domain: query for x.x.x.x.in-addr.arpa. type 12 to 255.255.255.255"Then I issued command: n...
Thanks Tarik, but that's not the case. I'm able to find the AAA logs on the ACS server, everything looks good on the server side. We have other devices with the same configuration, but this only happens on one device.