So my 2 questions were:
- What is going to the CPU?
- What is coming out of the CPU?
First thing I noticed was no matter how many times I ran the command below, the packets were always "FROM CPU". On a normal router you would see packets "TOCPU" and "FROMCPU".
Further investigation showed that the packets being sent from the CPU are all regarding "PIM Register-Stop".
Strange I thought to myself -- "PIM Register-Stop" messages shouldn't be constant and chatty. After some thought, I decided to check the routing table for 172.17.100.14 and found that the IP didn't exist in the routing table so it was taking the default and going to the internet zone.
Now my investigation turned to why is there no route to 172.17.100.14. As it turns out this was a transit network between 2 location and they had BGP between them and no IGP such as OSPF. Therefore the transit wasn't in the routing table.
I could have solved this a couple of ways:
I could have solved this a couple of ways:
- Redistribute the transit into OSPF
- Make use of a command 'ip pim register-source <interface>"
I went with the latter since that could become our standard in our router configs going forward. I set it to "ip pim register-source loopback110" and since loopback110 was our management IP it would always be in all the routing tables. Problem solved ... I would say it took about 15-20 mins to solve.
Many more articles to come so ....
Please subscribe/comment/+1 if you like my posts as it keeps me motivated to write more and spread the knowledge.
No comments:
Post a Comment