Click or drag to resize

ConfigurationRead Method

Read network configuration file and writes list of Networks

Namespace:  VMInfoFace.Network
Assembly:  VMInfoFace.Network (in VMInfoFace.Network.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
private void Read(
	string pFile
)

Parameters

pFile
Type: SystemString
Network configuration file
Remarks
Analyse a structure an example

"policer" suffix is customer

"bandwidth-limit" suffix is network bandwidth in MB/sek

...
policer ACH-HSA {
    if-exceeding {
        bandwidth-limit 80m;
        burst-size-limit 2m;
    }
    then discard;
}
...
See Also