[ixpmanager] New install step by step

Vladislav Bidikov vladislav.bidikov at finki.ukim.mk
Tue Jul 17 14:13:10 IST 2018


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/20180717/aaa45b39/attachment.html>


More information about the ixpmanager mailing list