|
I've been trying to replicate a deployment problem around HDLC not being able to carry serial subinterfaces. One of the ideas we came up with was to frame-switch from one serial interface to another on the same PE and then vrf forward into the cloud. example CE1 s0/0 = PE1 s1/0 PE1 s3/0 = PE1 s3/1 PE1 f0/0 = P1 f0/0
If I leave in PE1 s3/0 to PE1 s3/1 the exception log shows the following and GNS3 closes. Any alternatives? Could the Dynamips server be modified to allow the serial object to connect to self?
Traceback (most recent call last):
File "gns3", line 60, in <module>
File "GNS3\Main.pyo", line 61, in <module>
File "GNS3\Application.pyo", line 427, in run
File "GNS3\Workspace.pyo", line 715, in load_netfile
File "GNS3\NETFile.pyo", line 729, in import_net_file
File "GNS3\NETFile.pyo", line 254, in add_connection
File "GNS3\Topology.pyo", line 666, in recordLink
File "GNS3\Link\Serial.pyo", line 38, in __init__
File "GNS3\Link\AbstractEdge.pyo", line 79, in __init__
File "GNS3\Node\AbstractNode.pyo", line 247, in addEdge
File "GNS3\Link\Serial.pyo", line 47, in adjust
File "GNS3\Link\AbstractEdge.pyo", line 122, in adjust
ZeroDivisionError: float division
|