<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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 all,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Just to update...</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I have fixed the detection code in <font face="Calibri, Helvetica, sans-serif">platform_huawei.php - should i add a ticket on GitHub with the code so i can be included into the next version (and that way not to change
 that file every time).. - also i saw that some tickets on GitHub are in the SNMP detection project, and some in the ixpmanager - so where is the ideal part his to be done fast for next version)</font></p>
<p style="margin-top:0;margin-bottom:0"><font face="Calibri, Helvetica, sans-serif"><br>
</font></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><font face="Calibri, Helvetica, sans-serif">The Huawei S5720 has been detected... the only last issue is that we have a trunk configured and it's detected and seperate interface:</font></p>
<p style="margin-top:0;margin-bottom:0"><font face="Calibri, Helvetica, sans-serif"><a href="http://prntscr.com/k7ubop" class="OWAAutoLink">http://prntscr.com/k7ubop</a><br>
</font></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">What i need to change into the Vendor entry:</p>
<p style="margin-top:0;margin-bottom:0"><a href="http://prntscr.com/k7ubvm" class="OWAAutoLink">http://prntscr.com/k7ubvm</a><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>Bundle Name should be "<span>Eth-Trunk" based on the logic of other vendors ???</span></span><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span><span>Also, what need to be done (except Bundle name ?) in order to have the ports which are in this bundle (Eth-Trunk) - marked as part of the bundle ???</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>One last think - what need to be done to have the Huawei vendor by default in the Vendor list ?</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Many thanks for all the feedback so far - seems we are almost ready (just to setup mrtg in the next days) to have ixp.mk online
<span>😊</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span><br>
</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span><br>
</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span>Cheers,</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span><br>
</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span>-- </span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span>V.B</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span>FCC</span></span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><span><br>
</span></span></span></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> Vladislav Bidikov<br>
<b>Sent:</b> Tuesday, July 17, 2018 3:13:10 PM<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>
<meta content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<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 tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><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="x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_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>
</div>
</body>
</html>