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)
Syntaxprivate void Read(
string pFile
)
Private Sub Read (
pFile As String
)
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