Explore the NetBrain Live 2026 Conference Tracks ⚙️
Get answers, share tips, and troubleshoot product questions with fellow NetBrain users and experts.
Recently active
Description:We are creating a Paragraph parser. There are variables we want to store inside the paragraph; however, we’re only seeing a way to store the first instance as a variable. Here’s an example of our command output: Addresses, Flags: Is-Preferred Is-Primary Destination: 1.2.3.4, Local: 1.2.3.4, Broadcast: Unspecified, Generation: 1 Addresses, Flags: None Destination: Unspecified, Local: 1.2.3.4, Broadcast: Unspecified, Generation: 1 Addresses, Flags: Is-Preferred Destination: 1.2.3.4, Local: 1.2.3.4, Broadcast: Unspecified, Generation: 1 Addresses, Flags: None Destination: Unspecified, Local: 1.2.3.4, Broadcast: Unspecified, Generation: 1Question:Our paragraph identifier starts above with “Logical Interface”. In output we’re sharing (above) we want to store each Address and Destinastion as a variable; however, we want them tied to that logical interface. Would this need to be done through a script (regex compile) or can we iterate
is it possible to add many cli command in one parser. version R11.1bex show version. show run | sec vtyI am trying to create a parser to run multiple show commands to check some security compliancy. see picture attached. thanks Hani,
We have some Infoblox DHCP/DNS servers that I’d like to poll DHCP scope usage and if above a certain percent, fire off an email. I’d like to display this scope usage data on a dashboard too if possible. I know the data is there in SNMP https://docs.infoblox.com/space/nios85/35418019/SNMP+MIB+Hierarchyhttps://docs.infoblox.com/space/nios85/35418019/SNMP+MIB+Hierarchy#ibDHCPOne-MIB I’m trying to figure out the best way to do this. Would I write a qapp for this? I can’t seem to find any up to date guides on how to grab this data, parse it, and present it.
Hello. NetBrain R11.1I’d like to pull SFP DOM information to trigger warnings / alarms when threshold values are met. Digital Optical Monitoring (DOM) for monitoring SFP transceiver performance and temperature:Enable DOM on the device. Assumes DOM capable SFP’s are used Example:SW1(config)#transceiver type allSW1(config-xcvr-type)#monitoringSW1(config-xcvr-type)#endThen use the DOM specific commands to display details:SW1(config)#sh int gi 1/3 transceiver detail Optical High Alarm High Warn Low Warn Low Alarm Transmit Power Threshold Threshold Threshold ThresholdPort (dBm) (dBm) (dBm) (dBm) (dBm)------- ----------------- ---------- --------- --------- ---------Gi1/3 -27.7 0.9 -1.0 -11.5 -13.5 Optical High Alarm High Warn Low Warn Low Alarm Receive Power Threshold Threshold Threshold ThresholdPort (dBm) (
Is there some way to be able to execute CLI commands from the API and pull the files or output? It doesn’t seem there is a way to do it so I wanted to see if anyone has other methods that they have found that would work for this use case?
We have 100’s of network devices in Managed services Environment, in order to upgrade each switches we need to upload software images to each devices via ftp software and connect to each device and upload.Current Scenerio:Login to each Client Windows ServerInstall FTP Server Software (Solarwinds)Access the Network Device using the ftp server software and upload the Image. How do we can utilize NetBrain Frontserver to transfer the Image to each device via NetBrain Application?
Hi All Are there any users in the community who have set up dashboards that have become invaluable to them?Im at the early stages of dashboard creation and would love to hear from people who are using dashboards to make their lives easier - would love to chat and hear what has worked well
Hello, Is it possible to use DrawDevice or DrawEndSystem Netbrain API to create an arbitrary ip address that will represent the internet or ISP BGP peer?
Can anyone share an example of processing a $bool variable in the Visual Parser. Basically, what I would like to do is verify whether a certain command is present or not and put a true or false in an output table.For example, verify that the Nexus pim feature is enabled. Command in config is;feature pim
Hello I am trying to build a Qapp that runs 2 CLI cmd, one to pull the P2P IPs on the link between 2 nodes in canvas 1 and then second to run the ping on the those P2P IP variables from canvas1. First parser in canvas1 below is getting all the local p2p IP and then I am using script to create p2p IP for neighboring node. I am able to get all the required variables (ipv4_peer and intf) here with no issues.sh ip int bri | e "down|Down" | e unassigned Second parser below should be using the canvas1 variables to get the ping results but it’s not showing me the intended results.ping $ipv4_peer source $intfMy end goal is running a DVT/Qapp on the map to show latency/ping delay on the links between 2 nodes. Not sure if there is an easier method available for this. Please advise.Thanks in advance.
Are these working for you? What should be the prerequisite for VXLAN in order for Netbrain Path Calculation to draw the underlay devices? Thank you!
Hello!Is there a way to export a CSV file by using the “Script” node in a QApp? I want to filter a table with more complex logic than the “Basic Output” or “Subtable” nodes that a QApp can provide, and then export it to a CSV file. Thank you!
Hello!Is there a way to periodically send a list of the members of a device group via e-mail? I’m using a QApp that puts non-compliant devices in a device group.Thank you
So my Company has a Single Truth application which has the an active device list. How do I get to sync up this device list into our NetBrain domain using API?Thanks!
Hello all. Just wanted to post here to see if this is even possible. I have a Qapp that creates a CSV file with specific fields. The purpose is to create a filtered table or report that shows all of our network switches and the amount of unused interfaces. The CSV just has all the raw data. I would still need to create some logic that says interface status is either “down” or “administratively down”, the last input is over a year or never, and the media type is one of many options (example: 10/100/1000BaseTX) as I want to exclude fiber interfaces. For each row in the CSV, I want to just count these. Then, ideally, the report would simply show 2 columns.Column 1 Column 2Switch 1 Name Number of Unused PortsSwitch 2 Name Number of Unused PortsDoes anyone know if this can be accomplished within NetBrain or would I just need to utilize something external and work with the raw CSV data?Thanks.
Hello, I found the nice How To to do compliance with a Q-APP.https://community.netbraintech.com/articles/knowledgebase/How-To-Verifying-Device-Compliance-30-10-2020Could you provide a similar How To, to do it with an Intent ? br
I am trying the following command: “show platform hardware fed active fwd-asic resources tcam utilization” on cisco 9000 series switches. The problem is it is a command that is used in the enable mode, but NB treats it like a user. Is there a way to have NB setup cli commands in enable mode? I understand its not normal commands like show run or show log, but for the commands that are needing this privilege mode is there a way to set NB to use the proper mode?
I am trying to understand how to use the getInterfaceProperty. I have a QAPP and wanted to input the description of an interface in one cells. The requirements are below. if I wanted to get the Descr for an interface but the interface is coming from the qapp how would the code go?$cell = getInterfaceProperty(‘Descr’,$_device,$intf,infs) ? I get no results and been trying to plug in the information with no change. Any suggestions?
I created a device property for Last date of Support for old hardware for all devices in netbrainthru Tenent, GDR Data. I can see the device propery at the end of the device propertiesand I can popout and edit the last date of support for 1 device and save with no issue.How do I update more than 1 device at a time. Thanks,Tony
Does the live regularly in this example pull stats every 2 mins for 10 times and then get the final results. Or does it pull it the 5 times and dumps into 1 report? Or is the live reg option mainly for cli related tasks? “Live Regularly — log in to the device to retrieve live data regularly based on the customized frequency. You can check the Repeat checkbox and enter a number to set the execution times for this Qapp.I am trying to run a utilization report on my routers and wanted to get a better understanding of the Live Regularly option. I am using SNMP to pull the stats. The issue I am running into is its creating a csv report per run. I tried using the “Live Regularly” option and the schedule Qapp option, but I am not seeing much of a difference in outputs. I also made the csv file “adv” feature to append. Is there a way to have 1 csv file per day? If I ran this check 1 hr per day that’s 24 reports * 30 days = 720 reports and if I increased that 6 reports per hour. It gets a bit
Can some one help me out with the procedure to configure an email alert system that can notify a NetBrain Admin when either the MongoDB Server or Windows/Linux Server gets disconnected as displayed in the Service Monitor? Thanks!
hi How can we enable interactive CLI commands on all devices at once.
How do I access the built-in Device/Module/Interface Properties in Qapps such as:ManagementIP()Model()Vendor()SerialNumber()Instead of writing my own Parser(s), I would like to retrieve these values from the built-in Device Property Attributes. See page 207-213 for list of Device/Interface/Module Property attributes listed in PDF “How_to_Define_and_Use_Procedures.PDF” at Netbrain’s website: https://www.netbraintech.com/ftp/EE54G/How_to_Define_and_Use_Procedures.pdf As you can see below, I have a custom variable Column named mgmt_ip. The intent is to get the device’s management ip. I have tried different variations, including calling a function, but without success.Thanks in advance for your help! Best RegardsDavid
We use Palo Alto firewalls and a few are configured with Virtual Wire interfaces (https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/networking/configure-interfaces/virtual-wire-interfaces). However Netbrain doesn’t identify virtual wire interfaces and won’t add the firewalls to a map. Is there anyway to add a virtual wire interface either through the discovery or added manually? Thanks.
Can anyone advise if there is a way to validate a base configuration to other like devices to ensure compliance and our standards are being followed.For example, I have a device or model that I would like to ensure all other devices are identical such asLogging AAA/TACACS ACL’s NTPMy approach, which doesn’t seem to be working was Create a Parser to capture Configuration for text fields that I would like to ensure are consistent. Create a NI for prior fields that need to match. Created a specific test group for selected devices.However, when I run the NI, it only compares the fields that I selected to the previous baseline for the device, not the device I want it to model.Any advise or direction appreciated. Thanks.
Find answers, connect with experts, and get the help you need.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.