<div dir="ltr">Hello All,<div><br></div><div>I&#39;ve got a device that I&#39;m building a custom command table for and trying to grep out a ssh key that I don&#39;t want displayed in the configuration. When running the command from cli on the device, the syntax looks like:</div>
<div><br></div><div>show configuration | grep -v &quot;ssh &quot;</div><div><br></div><div style>and the cli command does what it&#39;s supposed to.</div><div style><br></div><div>How do I incorporate the start/end quotes in the command table? I&#39;ve tried a couple of variations and the script errors out. </div>
<div><br></div><div><div>@commandtable = (</div><div>        {&#39;no timestamps&#39;      =&gt; &#39;DoNothing&#39; },</div><div>        {&#39;show configuration | grep -v &quot;ssh &quot;&#39; =&gt; &#39;WriteTerm&#39; },</div>
<div>);<br></div></div><div><br></div><div style>Thanks in advance!</div></div>