<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks John.<div class=""><br class=""></div><div class="">I was able to create an axis type using the Cisco IOS module and specifying the in loop commands needed for show vlan, sh version and show running-config. Works great. </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># this is a lab test for AXIS switch</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;login;clogin</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;script;rancid -t axis</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;inloop;ios::inloop</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;module;ios</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;command;ios::ShowVersion;show version</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;command;ios::ShowVLAN;show vlan</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">axis;command;ios::WriteTerm;show running-config</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(47, 255, 18); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div><br class=""><br class="">Best,</div><div><br class=""></div><div>-Troy</div><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 19, 2020, at 3:49 PM, john heasley <<a href="mailto:heas@shrubbery.net" class="">heas@shrubbery.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Wed, Aug 19, 2020 at 01:45:34PM -0700, Troy Beisigl:<br class=""><blockquote type="cite" class="">Hello all,<br class=""><br class="">Has anyone done up a rancid plugin to support the Axis T8504-R switch? It’s CLI is Cisco command style. We are looking at deploying these in the field where temperatures are high and need to supply multiple 60W PoE connections for cameras are needed.<br class=""><br class="">Details here: <a href="https://www.axis.com/en-us/products/axis-t8504r-industrial-poe-switch" class="">https://www.axis.com/en-us/products/axis-t8504r-industrial-poe-switch</a> <<a href="https://www.axis.com/en-us/products/axis-t8504r-industrial-poe-switch" class="">https://www.axis.com/en-us/products/axis-t8504r-industrial-poe-switch</a>><br class=""><br class="">Nice switch, but would want to be able to keep track of config changes.<br class=""><br class="">Also wondering if there are any development docs for creating these type of plugins to allow us to create some for the community.<br class=""><br class=""></blockquote><br class="">Doug's reply is accurate.<br class=""><br class="">if it acts like a cisco, it will likely work with little effort.  start<br class="">with a copy of rancid type cisco in rancid.types.conf and alter it as<br class="">needed.<br class=""><br class="">that switch looks a lot like a <a href="https://www.ui.com/unifi-switching/unifi-industrial-switch/" class="">https://www.ui.com/unifi-switching/unifi-industrial-switch/</a><br class=""></div></div></blockquote></div><br class=""></div></body></html>