Documentation
Name
net ntf load - load the topology of a domain in NTF format
Synopsis
load <filename>
Arguments
- filename
- name of the NTF file
Description
This command loads the given NTF file into the simulator. An NTF file contains a description of a topology. Each line of the file specifies an adjacency between two nodes. The nodes are identified by their IP addresses. In addition, the file also specifies the IGP metric associated with the adjacency. It can also optionally define the propagation delay along this adjacency.
When C-BGP loads the NTF file, it creates all the unexisting nodes and links. It will not worry if some nodes or links already exist before the net ntf load command was called.
Input format:
<node-1> <node-2> <weight> [<delay>]