Project

General

Profile

Management » History » Version 6

Junxiao Shi, 07/09/2014 05:43 AM

1 2
# NFD Management protocol
2
3
NFD Management protocol allows users, tools, and control plane programs to retrieve, monitor, and alter NFD forwarder state.
4
5
## Basic mechanisms
6
7
NFD Management protocol uses Interest-Data exchange.
8
9
**[[StatusDataset|Status Dataset]]** defines how status information about a collection of entities is encoded, segmented, and published as Data packets.
10
This mechanism, as well as simple Interest-Data exchange, is useful for retrieving forwarder state.
11
12
**[[Notification|Notification Stream]]** is a way to get updates about events happening in the forwarder.
13
This mechanism is useful for monitoring forwarder state.
14
15
**[[ControlCommand|Control Command]]** defines the request and response format of commands that can alter forwarder state, and how these commands should be signed and authenticated.
16
This mechanism is useful for altering forwarder state.
17
18
## Modules
19
20
**[[ForwarderStatus]]** publishes version information and global counters of the forwarder.
21
22 3 Junxiao Shi
**[[FaceMgmt|Face Management]]** provides:
23 2
24
* commands to create and destroy faces
25
* commands to enable and disable [[LocalControlHeader]] features on a face
26
* a dataset of description of all active faces and their counters
27 5 Junxiao Shi
* a dataset of description of all active channels
28 2
* a notification stream for face creating and destroying events
29
30 4 Junxiao Shi
**[[FibMgmt|FIB Management]]** provides:
31 2
32
* commands to insert, update, and delete FIB entries and nexthop records
33
* a dataset of FIB entries and nexthop records
34
35 3 Junxiao Shi
**[[StrategyChoice|Strategy Choice Management]]** provides:
36 2
37
* commands to choose the forwarding strategy for a namespace
38 5 Junxiao Shi
* a dataset of strategy choices
39 4 Junxiao Shi
40
**[[RibMgmt|RIB Management]]** provides:
41
42
* commands to register and unregister routes
43
* commands to advertise and withdraw prefix with a routing protocol
44 6 Junxiao Shi
* a dataset of routes