« Back to Technical Questions

iosapi --config command delimiter

Combination View Flat View Tree View
I have a config command that has an embedded semicolon (this happens to be a service name for a PPPoE client). As you'd expect, this does not work with iosapi --config as it interprets the semicolon as a command delimiter.
 
My question is if there is any way to cause iosapi to use a different command delimiter or be able to "escape" the embedded semicolon so that iosapi ignores it fro purposes of command separation.

Hi Bill,

I checked with our engineering team. As you noted the semi-colon is used for command separation in the IOS API. The character cannot be changed or escaped.

Thanks,

Brett