Ads 468x60px

Tuesday, May 3, 2011

Multicast – RPF check



In this section, we will discuss about Multicast – RPF check. RPF means Reverse Path forwarding.

To understand RPF check, first need to understand Unicast route path forwarding. In  Unicast routing, The packet is routed sending “towards to destination” by using routing table.
                But in Multicasting, the multicast packet routed by sending “ away from Source”. As you read this, both seem to be same. But it is not same. RPF check means, Every time router check that Multicast packet is going away from source and it should go away from source rather than to go towards destination. As discussed in last post, Multicast distribution Trees. The multicast source tree and shared tree. Multicast source will sit on top of Tree and then the multicast information is flooded. But this time router will ensure that Multicast packet is going away from source.

                In Multicast routing as the packet is arrived, Router will check the interface and mark as upstream interface. That means from this interface Multicast packet arrived. Router will make sure that it will not go out from that interface. It will send from other interface, which will be downstream interface.  This is Loop prevention mechanism for Multicast Routing.

                RPF means reverse path forwarding; It has to make sure that multicast packet is going away from source. RPF will check every incoming multicast packet in router.  It will ensure, multicast packet should go out of downstream interface.
RPF check depends on our Unicast routing table,  So we need to make sure that our unicast routing is properly configured. Same time in case of troubleshooting, Plz check the topology and check one by one and make sure the packet is going away from source.

Those packets which don’t pass RPF check. It will get dropped.

If you like the post and for any queries, Plz put comment with your mail id..

Maipu - SNMP Configuration


In this section, we will see how to enable Maipu router for SNMP configuration. It will enable Maipu devices (Router/Switch) to monitor (Poll) remotely.  This configuration will enable Maipu router to send traps to NMS server.

Let’s see about SNMP, SNMP (Simple Network Management Protocol) is a standard protocol to manage network remotely and collect the information.  SNMP is responsible to send all information to NMS server from Network devices ( Router/Switch).
                After this NMS server will generate the reports as per user requirements.

 Let’s see, how to start SNMP service on Maipu Router. By default it is stopped.
 Configuration Template :

snmp-server start
snmp-server view default 1.3.6.1 include
snmp-server community public view default ro

after this configuration you can discover Maipu router, If you want to monitor Maipu router for manage services. Then you need to integrate Maipu MIBs in your NMS.

Basic Commands:
To activate the SNMP network-
  • snmp-server start 


To set the SNMP community -
  • snmp-server community - community-name [view viewname] {ro | rw} [access-list] -  name

To enable SNMP traps -
  • snmp-server enable traps snmp [authentication |coldstart | warmstart | linkup

| linkdown | [enterprise [rmon-falling | rmon-rising |snmp-agent-up | snmp-agentdown
] ] ]


 To set the network management view -

  • snmp-server view view-name oid-string {include|exclude}'
To enable collection of data for CPU Utilization - 
  • check cpu enable 


Hope this information will help you..

If you like the post and for any queries, Plz put comment with your mail id... 

Related Posts Plugin for WordPress, Blogger...