[ixpmanager] New install step by step

Vladislav Bidikov vladislav.bidikov at finki.ukim.mk
Wed Jul 18 08:52:05 IST 2018


Hi all,


Just to update...


I have fixed the detection code in 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)



The Huawei S5720 has been detected... the only last issue is that we have a trunk configured and it's detected and seperate interface:

http://prntscr.com/k7ubop


What i need to change into the Vendor entry:

http://prntscr.com/k7ubvm


Bundle Name should be "Eth-Trunk" based on the logic of other vendors ???

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 ???


One last think - what need to be done to have the Huawei vendor by default in the Vendor list ?


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 😊



Cheers,


--

V.B

FCC


________________________________
From: Vladislav Bidikov
Sent: Tuesday, July 17, 2018 3:13:10 PM
To: INEX IXP Manager Users Mailing List
Subject: Re: [ixpmanager] New install step by step


Hi,


I added a "Vendor" in IXP manager Huawei...


Also i have extended the OSS_SNMP with the following in the platform_huawei.php



// 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.
// .1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.2011.2.23.266

else if( (strpos ($sysDescr, "Huawei" ) !== false) && (strpos ($sysDescr, "S5720-32C-HI-24S-AC" )!== false) && (strpos ($sysDescr, "Version 5.160" )!== false) {

    $this->setVendor( 'Huawei' );
    $this->setModel( 'S5720' );
    $this->setOs( 'Huawei Versatile Routing Platform Software VRP' );
    $this->setOsVersion( '5.160' );
    $this->setOsDate( null );
}

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...


Any idea where can i debug things since the apache error log on the standard location does not output anything...



Thanks...


--

V.B

FCC




________________________________
From: ixpmanager <ixpmanager-bounces at inex.ie> on behalf of Nishal Goburdhan <nishal at controlfreak.co.za>
Sent: Tuesday, July 17, 2018 2:51:41 AM
To: INEX IXP Manager Users Mailing List
Subject: Re: [ixpmanager] New install step by step

On 16 Jul 2018, at 16:35, Vladislav Bidikov wrote:


> That means i need to add both IPv4 and IPv6 in the ip address section
> and then try to add the switch via SNMP...

to be clear, the IP address section is used for what you’d allocate to
peers, and not to discover the switch for management purposes.


> since we use a Huawei 5720 (and it's not in the vendors list) - how do
> we proceed ?

you can “add” additional vendors.  the key thing will be whether, or
not, your switch responds to snmp requests.  you can try a simple
snmpwalk from the command line and see what that returns.  ixpmanager
uses OSS_SNMP to make intelligent guesses about your device.  you’ll
find more information on device discovery here:
https://github.com/opensolutions/OSS_SNMP/wiki/Device-Discovery.
sorry, i’ve never used your switches, so i can’t add anything more
useful here.


> Also, any tutorial about crating a VM for the RS with bird ???

use the bird repository from cznic, and not the default that ships with
your operating system.  other than that, read the “router” sections
of the documentation, as that will walk you through the steps that you
need to get your route server up and running.

good luck!
—n.
_______________________________________________
INEX IXP Manager mailing list
ixpmanager at inex.ie
Unsubscribe or change options here: https://www.inex.ie/mailman/listinfo/ixpmanager
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180718/45c7e227/attachment.html>


More information about the ixpmanager mailing list