Edit a Network Model
Use the Edit (pencil) icon option on the Working Models page to make significant changes or apply multiple updates to an existing network model. You can select from Traffic/Demand Generation, Import from File, or Import Stats from File to incorporate traffic or demand data, upload configuration changes, or update model statistics as required.
Use the following procedure to edit a network model:
Sample JSON Files
The following sample JSON file includes epoch values:
{
"interface-stats": {
"data": {
"result": [
{
"metric": {"device": "vmx101", "interfaceName": "ge-0/0/5"},
"values": [[1776985200, "1024.5"], [1776988800, "2048.0"]]
},
{
"metric": {"device": "vmx101", "interfaceName": "ge-0/0/6"},
"values": [[1776985200, "512.0"], [1776988800, "768.0"]]
}
]
}
},
"tunnelte-stats": {
"data": {
"result": [
{
"metric": {"device": "vmx101", "lspName": "Silver-101-102"},
"values": [[1776985200, "300.0"], [1776988800, "450.0"]]
},
{
"metric": {"device": "vmx101", "lspName": "Gold-101-103"},
"values": [[1776985200, "600.0"], [1776988800, "900.0"]]
}
]
}
}
}
The following sample JSON file includes aggregation and time values:
{
"name": "test-stats",
"aggregation_type": "avg",
"aggregation_interval": "60m",
"start_time": "2025-10-26T10:00:00Z",
"end_time": "2025-10-28T10:00:00Z",
"interface-stats": {
"data": {
"result": [
{
"metric": {"device": "vmx101", "interfaceName": "ge-0/0/5"},
"values": [[1776985200, "1024.5"], [1776988800, "2048.0"]]
},
{
"metric": {"device": "vmx101", "interfaceName": "ge-0/0/6"},
"values": [[1776985200, "512.0"], [1776988800, "768.0"]]
}
]
}
},
"tunnelte-stats": {
"data": {
"result": [
{
"metric": {"device": "vmx101", "lspName": "Silver-101-102"},
"values": [[1776985200, "300.0"], [1776988800, "450.0"]]
},
{
"metric": {"device": "vmx101", "lspName": "Gold-101-103"},
"values": [[1776985200, "600.0"], [1776988800, "900.0"]]
}
]
}
}
}
| Fields | Description |
|---|---|
| Traffic/Demand Generation | |
| Name * | Displays the name which describes the network model. This value is automatically populated based on the name provided when the network model was created |
| Description | Displays the description for the network model. |
| Link Utilization | Enable the toggle button if you want Routing Director to collect the link utilization-related data while importing the network. |
| Statistics * | Select one of the following aggregation statistic options:
|
| Date Range* | Select the date and time at which you want the data collection to begin and end. |
| Aggregation Interval * |
Routing Director collects link utilization data from your network devices and aggregates the data. Select one of the following intervals at which the data aggregation must happen:
|
| Demand Generation | Enable the toggle button if you want Routing Director to collect the demand-related data while importing the network |
| Demand Types | This feature supports tunnels with Segment Routing Traffic Engineering (SR-TE)
and Resource Reservation Protocol-Traffic Engineering (RSVP-TE) provisioning
methods. By default both RSVP-TE and SR-TE are selected. |
| Statistics * | Select one of the following aggregation statistic options:
|
| Date Range * | Select the date and time at which you want the data collection to begin and end. |
| Aggregation Interval * |
Routing Director collects data from your network devices and aggregates the data to create demands, which indicates the amount of traffic flow in the network. Select one of the following intervals at which the data aggregation must happen:
|
| Import From File | |
| Name | Displays the name which describes the network model. This value is automatically populated based on the name provided when the network model was created |
| Description | Enter a description for the network model. |
| Upload JSON/GZ File | Click the Browse button in the Upload JSON/GZ File field to update an existing network model. |
| Import Stats From File | |
| Name | Displays the name which describes the network model. This value is automatically populated based on the name provided when the network model was created |
| Upload Stats JSON/GZ File | Click the Browse button in the Upload Stats JSON/GZ File to upload offline traffic statistics from a third-party data collector and apply them to the existing model |