BGP Description
The Datasource BGP- shows per BGP instance a Description based on snmp OID 1.3.6.1.2.1.15.3.1.1 which is the bgp peer identifier. That is not the actual description that's configured in the switch. Here is an example ofBGP configurations. address-family ipv4 vrf t01-WAN bgp router-id 11.226.11.2 network 10.251.0.0 mask 255.255.255.0 network 10.251.1.0 mask 255.255.255.0 network 10.251.2.0 mask 255.255.255.0 neighbor 10.228.3.53 remote-as 65500 neighbor 10.228.3.53 description t01 wan koppeling naar rack z1.3.23 neighbor 10.228.3.53 password *********** neighbor 10.228.3.53 activate neighbor 10.228.3.53 soft-reconfiguration inbound neighbor 10.228.3.53 prefix-list t01-WAN-IP-BLOKKEN out neighbor 10.228.3.53 maximum-prefix 200 50 exit-address-family address-family ipv4 vrf a07-GTT-sip bgp router-id 11.226.11.2 network 10.100.128.16 mask 255.255.255.240 neighbor 10.100.128.1 remote-as 65135 neighbor 10.100.128.1 description a07 gtt euro fiber neighbor 10.100.128.1 password ********* neighbor 10.100.128.1 activate neighbor 10.100.128.1 send-community neighbor 10.100.128.1 prefix-list a07-TO-GTT out exit-address-family A snmpwalk on SNMP OID 1.3.6.1.2.1.15.3 doesn't show the neighbor description. How can we get the bgp neighbor description into the LogicMonitor BGP instance description ?116Views6likes1CommentPlease add Firepower Device Manager support
Reviewing the modules available, I see SNMP and FMC API support, but there is REST API support for FDM (local version of FMC) and this does not appear to be supported (to be fair, I have not tried pretending it is as all the modules specifically mention CiscoFMC and nothing about FDM). Missing FDM support restricts visibility to some areas, such as environmental monitoring. Please review and update the modules to allow for FDM REST API to work. Hopefully it is not a significant change to the existing CiscoFMC modules…. While I am at it, good to point out that setting up SNMP for the FTD is especially challenging and it would be helpful to users for LM to document the process. If anyone from the docs team wants input please have them contact me.39Views4likes0Comments