<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=""><div>On 18 Feb 2020, at 15:07, Vlad Olariu <<a href="mailto:florinvlad.olariu@gmail.com" class="">florinvlad.olariu@gmail.com</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">I recently upgrade to v3.10 and it seems force10 is an alias now. The problem is that my old force10 devices (since before the upgrade) now no longer work, with rancid throwing a "device type not recognised" error in the logs. I don't think this is force10-exclusive.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Could somebody be so kind to check this out? I don't have the option of upgrading, so I'd need to hack away at my local version of the file if a fix is released.</div></div></blockquote></div><div class=""><br class=""></div>The force10 alias is pointing to dnos9, which is the new module for older Force10 switches running FTOS/OS9 or whatever it is called. Newer “Force10” switches (or “Dell EMC Powerswitch” as it has been rebranded to after Dell took over) will in many cases not be running FTOS/OS9, but for example OS10. The rancid module for this type is dnos10.<div class=""><br class=""></div><div class="">We do have both; </div><div class="">- Switches running FTOS/OS9 and using the dnos9 type in rancid</div><div class="">- Switches running OS10 and using the dnos10 type in rancid.</div><div class=""><br class=""></div><div class="">Both working very well.</div><div class=""><br class=""></div><div class=""><div class="">rancid@rancid:~/etc$ grep dnos *</div><div class="">rancid.types.base:dnos9;script;rancid -t dnos9</div><div class="">rancid.types.base:dnos9;login;clogin</div><div class="">rancid.types.base:dnos9;module;dnos9</div><div class="">rancid.types.base:dnos9;inloop;dnos9::inloop</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowVersion;show version</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowBoot;show bootvar</div><div class="">rancid.types.base:dnos9;command;dnos9::DirSlotN;dir flash:</div><div class="">rancid.types.base:dnos9;command;dnos9::DirSlotN;dir slot0:</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowChassis;show chassis</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowChassis;show system</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowInventory;show inventory</div><div class="">rancid.types.base:dnos9;command;dnos9::ShowVLAN;show vlan</div><div class="">rancid.types.base:dnos9;command;dnos9::WriteTerm;show running</div><div class="">rancid.types.base:dnos10;script;rancid -t dnos10</div><div class="">rancid.types.base:dnos10;login;hlogin</div><div class="">rancid.types.base:dnos10;module;dnos10</div><div class="">rancid.types.base:dnos10;inloop;dnos10::inloop</div><div class="">rancid.types.base:dnos10;command;rancid::RunCommand;terminal length 0</div><div class="">rancid.types.base:dnos10;command;dnos10::ShowSys;show system</div><div class="">rancid.types.base:dnos10;command;dnos10::ShowVer;show version</div><div class="">rancid.types.base:dnos10;command;dnos10::ShowVlan;show vlan</div><div class="">rancid.types.base:dnos10;command;dnos10::WriteTerm;show running-configuration</div><div class="">rancid.types.base:force10;alias;dnos9</div><div class="">rancid.types.conf:dnos9bc;script;rancid -t dnos9</div><div class="">rancid.types.conf:dnos9bc;login;clogin</div><div class="">rancid.types.conf:dnos9bc;module;dnos9</div><div class="">rancid.types.conf:dnos9bc;inloop;dnos9::inloop</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowVersion;show version</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowBoot;show bootvar</div><div class="">rancid.types.conf:#dnos9bc;command;dnos9::DirSlotN;dir flash:</div><div class="">rancid.types.conf:#dnos9bc;command;dnos9::DirSlotN;dir slot0:</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowChassis;show chassis</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowChassis;show system</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowInventory;show inventory</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::ShowVLAN;show vlan</div><div class="">rancid.types.conf:dnos9bc;command;dnos9::WriteTerm;show running</div><div class=""><br class=""></div><div class="">And then in router.db, I have:</div><div class="">sw1;dnos9bc;up</div><div class="">sw2;dnos10;up</div><div class=""><br class=""></div></div><div class="">I am not sure why you get the error you mentioned, others might be able to explain that - but maybe you could  try with “dnos9” as the type and see if that works?</div><div class=""><br class=""></div><div class="">BR</div><div class="">Bjørn</div></body></html>