Project

General

Profile

Task #1124

Updated by Junxiao Shi about 10 years ago

Define a **FIB management **prefix registration protocol** that can insert/delete FIB entry, supports adding and add/remove removing one nexthop record. on a FIB entry. 

 Functionality is similar to `prefixreg` and `selfreg` and `unreg` actions of [CCNx Registration Protocol](http://www.ccnx.org/releases/latest/doc/technical/Registration.html). 

 Each nexthop is associated with a cost. 
 The cost represents a preference of this nexthop. 
 A nexthop with lower cost is prefered to a nexthop with higher cost. 

 Protocol: [[FibMgmt]]

Back