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.
Why don't you just use distribute lists on your R3 or R4?It would look something like this:router ospf 333network 10.0.0.0distribute-list 111 out serial0/0access-list 111 permit 10.100.100.0 0.0.0.255access-list 111 permit 10.100.200.0 0.0.0.255The r...
Command "debug ip packet" will display packets that go through routing engine only. If you have ip route-cache enabled, most of the routing desicions will be pulled from the cache. Try to disable "ip route-cache" and "ip mroute-cache" on the interfac...
The arp table on your switch does not show this as the switch does not talk to devices directly and thus does not need this information. Do this:- From the switch ping devices you want to find where attached to.- type "sh arp" on the switch. This tim...