'41112.1.5' => array ( 'dict_key' => 50005, 'text' => 'EdgeRouter Lite: 3 RJ-45/10-100-1000T(X)', 'processors' => array ('edgerouter'), ), $iftable_processors['edgerouter'] = array ( 'pattern' => '@^eth([[:digit:]]+)$@', 'replacement' => '\\1', 'dict_key' => 24, 'label' => '\\1', 'try_next_proc' => FALSE, ); case preg_match ('/^41112\.1\.5/', $sysObjectID): // EdgeRouter // one RJ-45 RS-232 and one AC port checkPIC ('1-29'); commitAddPort ($objectInfo['id'], 'console', '1-29', '', ''); // RJ-45 RS-232 console checkPIC ('1-16'); commitAddPort ($objectInfo['id'], 'AC-in', '1-16', '', ''); break;