Closed blackbit42 closed 1 year ago
It turns out, the string C7200-IO-FE
I had in the shell script that starts dynamips was UTF-8 encoded, which confuses dynamips. Converting that to ASCII resolved the issue.
@blackbit42 Have you solved your own issue? Sorry I haven't replied earlier. I always use Dynamips in hypervisor mode so I never add the problem you faced.
Yes, I was able to solve it myself.
The situation was misleading. By looking at the error message I got the impression that dynamips is saying a card type isn't known that is reported as being available. For whatever reason a UTF-encoded string ended up in the shell script I am using.
I am using dynamips v0.2.23 on Debian amd64. Dynamips is built from source as the version supplied by Debian is pretty old (0.2.14), though observed behavior is consistent across versions.
My quest is to run dynamips standalone, i.e. without GNS3, with an IOSnetwork interface hooked onto a host OS tap interface. Based on instructions in the manpage I've crafted my commandline like this:
The port adapter I am attempting to use seems to be available in principle, there is no mention of
(NOT WORKING)
.Though, unfortunately, dynamips fails to work with the
-p
and-s
directives I provide.I struggle to understand if my syntax is incorrect, the error message is misleading or something else is off.
What am I doing wrong here?