<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I added a "Vendor" in IXP manager Huawei...</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Also i have extended the OSS_SNMP with the following in the platform_huawei.php</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>// S5720-32C-HI-24S-AC Huawei Versatile Routing Platform Software VRP (R) software,Version 5.160 (S5720 V200R008C00SPC500) Copyright (C) 2007 Huawei Technologies Co.,Ltd.</div>
<div>// .1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.2011.2.23.266</div>
<div><br>
</div>
<div>else if( (strpos ($sysDescr, "Huawei" ) !== false) && (strpos ($sysDescr, "S5720-32C-HI-24S-AC" )!== false) && (strpos ($sysDescr, "Version 5.160" )!== false) {</div>
<div><br>
</div>
<div>    $this->setVendor( 'Huawei' );</div>
<div>    $this->setModel( 'S5720' );</div>
<div>    $this->setOs( 'Huawei Versatile Routing Platform Software VRP' );</div>
<div>    $this->setOsVersion( '5.160' );</div>
<div>    $this->setOsDate( null );</div>
<div>}</div>
<div><br>
</div>
This was based on the previous change Barry introduced for 6270  - with the correct changes and a match with strings (which is more useful in our case) - now the add switch snmp version crashed...
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Any idea where can i debug things since the apache error log on the standard location does not output anything...</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks...</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">-- </p>
<p style="margin-top:0;margin-bottom:0">V.B</p>
<p style="margin-top:0;margin-bottom:0">FCC</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> ixpmanager <ixpmanager-bounces@inex.ie> on behalf of Nishal Goburdhan <nishal@controlfreak.co.za><br>
<b>Sent:</b> Tuesday, July 17, 2018 2:51:41 AM<br>
<b>To:</b> INEX IXP Manager Users Mailing List<br>
<b>Subject:</b> Re: [ixpmanager] New install step by step</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 16 Jul 2018, at 16:35, Vladislav Bidikov wrote:<br>
<br>
<br>
> That means i need to add both IPv4 and IPv6 in the ip address section <br>
> and then try to add the switch via SNMP...<br>
<br>
to be clear, the IP address section is used for what you’d allocate to <br>
peers, and not to discover the switch for management purposes.<br>
<br>
<br>
> since we use a Huawei 5720 (and it's not in the vendors list) - how do <br>
> we proceed ?<br>
<br>
you can “add” additional vendors.  the key thing will be whether, or <br>
not, your switch responds to snmp requests.  you can try a simple <br>
snmpwalk from the command line and see what that returns.  ixpmanager <br>
uses OSS_SNMP to make intelligent guesses about your device.  you’ll <br>
find more information on device discovery here:  <br>
<a href="https://github.com/opensolutions/OSS_SNMP/wiki/Device-Discovery">https://github.com/opensolutions/OSS_SNMP/wiki/Device-Discovery</a>.<br>
sorry, i’ve never used your switches, so i can’t add anything more <br>
useful here.<br>
<br>
<br>
> Also, any tutorial about crating a VM for the RS with bird ???<br>
<br>
use the bird repository from cznic, and not the default that ships with <br>
your operating system.  other than that, read the “router” sections <br>
of the documentation, as that will walk you through the steps that you <br>
need to get your route server up and running.<br>
<br>
good luck!<br>
—n.<br>
_______________________________________________<br>
INEX IXP Manager mailing list<br>
ixpmanager@inex.ie<br>
Unsubscribe or change options here: <a href="https://www.inex.ie/mailman/listinfo/ixpmanager">
https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
</div>
</span></font></div>
</body>
</html>