
Closed
Posted
Paid on delivery
I need a solution that continuously scans my Brocade SAN switches, spots any unused or stuck ports, and then pushes a clear report without my intervention. The goal is full end-to-end automation: the system gathers raw switch data, interprets it through an AI prompt-engineering layer, decides whether a port is genuinely idle or hung, and sends results in a human-readable format (CSV, HTML, or PDF—whichever you feel is most robust for scheduling and archiving). You may design this in Python, Go, or another language suited to Brocade’s CLI and API ecosystem, but the finished workflow has to: • Connect securely to each Brocade SAN switch • Pull the necessary port information on a schedule I can modify • Feed that data into your prompt-driven AI logic to classify ports as “unused”, “stuck”, or “healthy” with no manual confirmation required • Generate and deliver the final report via e-mail or a small web dashboard Provide the code, configuration instructions, and a concise read-me so I can deploy it on my own server. If you have experience with Brocade Fabric OS scripting, AI prompt design, and report automation, you’ll be able to move quickly on this. I’m ready to review an initial demo and iterate to a production-ready release.
Project ID: 40518092
39 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
39 freelancers are bidding on average ₹24,787 INR for this job

As someone who has spent countless hours perfecting AI-driven systems, I am more than prepared to tackle the challenge of your Brocade Port Audit Automation project. My extensive experience with Python and Software Architecture ensures that I can effectively design, implement, and deploy an end-to-end automated solution for you. Moreover, my ability to connect securely to your Brocade SAN switch, pull and analyze the necessary port data promptly aligns perfectly with your requirements. Notably, I possess a strong background in working with diverse systems such as Odoo ERP, IoT hardware integration, AWS, GCP, Azure deployment. This distinctive skillset empowers me to manage every aspect of your project from prompt-driven AI logic design to delivering a final report in any desired format using e-mail or a web dashboard. Additionally, I pride myself on my proficiency in converting prototypes into efficient production infrastructure that seamlessly merges into existing workflows – a quality that is crucial for your project's success. I genuinely understand the importance of deploying readable code and providing clear configuration guidelines along with a comprehensive read-me which equips you to easily handle it on your own server. With my promise of efficient work, effective communication throughout the process and an ability to adjust based on feedback,I am here to take your project from its initial phase to its final production-ready release
₹25,000 INR in 7 days
6.5
6.5

Hi! I can build this as a secure automated scanner for Brocade SAN switches using Python, scheduled data collection, CLI/API parsing, AI-based port classification, and automated CSV/HTML/PDF reporting via email or dashboard. My approach would be: connect securely to each switch, collect port status/counter data, apply clear rules plus prompt-driven logic to classify unused, stuck, and healthy ports, then generate a readable report with deployment/configuration notes. I can also provide an initial demo first and then refine it into a production-ready version. Best regards, Muhammad Jibran Ahmed
₹27,500 INR in 5 days
5.9
5.9

My approach would be to create a secure Python-based automation service that connects to each Brocade SAN switch through SSH/CLI or available Fabric OS APIs, collects port status, error counters, login state, traffic, last activity, and related health indicators on a configurable schedule. The collected data will be normalized into a structured format so the system can reliably identify unused, stuck, and healthy ports. For classification, I would combine deterministic rules with an AI prompt-engineering layer. The rule layer will handle clear conditions such as no device login, no traffic, disabled state, persistent link issues, high error counters, or unchanged states over time. The AI layer can then interpret edge cases and generate a human-readable explanation for each finding, including why a port is marked unused, stuck, or healthy. The output can be generated as CSV for operations, HTML for easy reading, and optionally PDF for archiving. I can also add automated email delivery and/or a small web dashboard showing switch-wise summaries, port status, historical trends, and latest reports. I will include configuration files for switch credentials, scan frequency, report format, email settings, and classification thresholds. The final handoff will include source code, setup instructions, deployment steps, sample report output, and a concise README so you can run it on your own server and maintain it easily.
₹25,000 INR in 7 days
6.0
6.0

Your Brocade audit will fail if the AI layer misclassifies stuck ports as healthy - I've seen this exact scenario cause 12-hour outages when teams trusted automated reports without validation logic. The bigger risk is SSH session handling at scale; if you're scanning 50+ switches concurrently without proper connection pooling, you'll hit timeout errors and get incomplete data. Before architecting this, I need clarity on two things: What's your current switch count and scan frequency target (hourly vs daily makes a huge difference in resource planning)? And are you running Fabric OS 8.x or 9.x - the API endpoints changed significantly and older versions require pure CLI scraping which complicates error handling. Here's the architectural approach: - PYTHON + PARAMIKO: Build a connection manager with retry logic and session pooling to handle 100+ concurrent SSH sessions without dropping connections during port enumeration. - FABRIC OS CLI PARSING: Extract porterrshow, switchshow, and portcfgshow outputs, then normalize the data into structured JSON before feeding it to the AI layer - raw CLI output will confuse the model. - AI PROMPT ENGINEERING: Design a classification prompt that weighs multiple signals (TX/RX counters, error rates, link state duration, CRC patterns) instead of single metrics - this prevents false positives on legitimately idle backup paths. - REPORT GENERATION: Use Jinja2 templates for HTML reports with embedded charts showing port health trends over 7 days, plus CSV exports for your CMDB integration - PDF generation adds unnecessary dependencies. - SCHEDULING + ALERTING: Deploy as a containerized cron job with Slack/email webhooks that only fire on anomaly detection, not every scan - you don't want alert fatigue. I've built similar infrastructure monitoring systems for 2 healthcare clients running FC SANs where misclassification meant delayed patient data access. Let's schedule a 15-minute call to walk through your Fabric OS version and discuss the AI decision tree before I start development.
₹22,500 INR in 7 days
5.7
5.7

Hello, I will build a scheduled automation utility in Python or Go to monitor your Brocade SAN switches. I will configure the service to connect securely using Brocade's REST API or SSH CLI to collect detailed port status, frame error rates, and historical traffic metrics. I will design a parser to clean and structure this raw network telemetry, feeding it into a leading AI language model with specialized, prompt-driven classification logic to determine if a port is healthy, stuck, or unused. Finally, I will write the automation scripts to compile these results into a formatted PDF or HTML report and distribute it directly via email on your specified schedule. 1) Do your Brocade switches currently run a firmware version that supports the REST API, or should we rely purely on SSH CLI parsing? 2) Which AI model provider do you plan to use for the prompt-driven classification? 3) Do you have an internal SMTP server available that the script can use to send the daily reports? Thanks, Bharat
₹35,000 INR in 14 days
5.6
5.6

Hi, I have experience with Python, AI automation, network infrastructure, API integrations, data processing, and enterprise monitoring solutions. Your Brocade Port Audit Automation project is a great fit. I can help build an AI-powered solution that automatically collect port information, analyze configurations, identify anomalies, generate audit reports, and streamline compliance checks across Brocade environments. I can help with: • Brocade switch data collection • Port audit automation • AI-driven analysis & reporting • Configuration validation • API and SSH integrations • Automated alerts & notifications • Dashboard and reporting tools • Python automation scripts • Data export and compliance reports A few questions: • Which Brocade switch models are involved? • Will data be collected via SSH, SNMP, REST API, or a combination? • Do you need AI-based recommendations or only automated auditing? • Is this a new system or an enhancement of an existing process? Available to start immediately. Thanks
₹20,000 INR in 7 days
5.5
5.5

Hi there, Automated Brocade SAN switch monitoring with AI-driven port classification and scheduled report delivery is a well-defined problem I can build a clean production-ready solution for. I have worked with Brocade Fabric OS CLI and SSH-based automation and I understand how to pull reliable port state data and interpret it correctly. I will build the full pipeline in Python covering secure SSH connections to each switch on a configurable schedule, port data collection, an AI prompt engineering layer that classifies each port as unused, stuck, or healthy without manual input, and automated report generation in your preferred format delivered via email or a lightweight web dashboard. Deliverables include the full source code, configuration file for switch credentials and schedule settings, and a concise README for straightforward self-hosted deployment. I am ready to show an initial demo quickly and iterate to production. Let's connect and get started. Regards, Mahad Sheikh
₹20,000 INR in 5 days
5.3
5.3

Hi, I understand you need a fully automated solution that continuously monitors Brocade SAN switches, identifies unused, stuck, and healthy ports, and generates scheduled reports without manual intervention. I can build a Python-based automation system that securely connects to your Brocade Fabric OS switches, collects port-level data on a scheduled interval, and processes it through an AI-driven logic layer to classify each port as “unused”, “stuck”, or “healthy”. The system will include automated scheduling, secure SSH/API-based switch communication, and a processing layer that applies prompt-based AI classification to interpret raw SAN data accurately without human input. It will generate structured reports in CSV, HTML, or PDF format and can automatically send them via email or display them through a lightweight web dashboard for easy access and historical tracking. I will also provide full source code, deployment instructions, configuration files, and a clean README so you can easily install and run it on your own server. Looking forward to working with you. Best regards, Usama K
₹13,000 INR in 2 days
5.0
5.0

Hi — I build exactly this kind of network automation. Approach: a scheduled Python service that connects to each Brocade SAN switch (SSH / Fabric OS CLI + REST where available), pulls portshow/SFP and error-counter data, then a prompt-driven AI layer classifies each port as unused / stuck / healthy — backed by deterministic rules as a safety net — and emits CSV/HTML/PDF reports via email or a small dashboard, on a schedule you control. You get the full code, config, and a clear deploy README so you can run it on your own server. Background: CCNP + network/Linux engineering with heavy Python automation. Quick question: which Fabric OS version and switch models, and is SSH/API access already enabled on all switches? Happy to ship an initial demo first and iterate to production. — Mahrus
₹22,500 INR in 10 days
4.4
4.4

Hello, I can deliver a tailored solution for your Brocade SAN switch audit automation needs, focusing on efficiency and automation. I will design a system using Python, Go, or an appropriate language to connect securely to Brocade switches, pull port data, and employ AI prompt engineering for classification. The workflow will generate reports in CSV, HTML, or PDF formats, ensuring a seamless end-to-end process. With 5+ years of experience, I can provide a concise code base, configuration instructions, and a clear README for deployment. I'm ready to discuss further, share samples, or provide a demo to ensure a perfect fit for your requirements. Thanks, Adegoke. M
₹22,500 INR in 3 days
3.8
3.8

Having dealt extensively with complex AI projects involving CLI and API ecosystems, my team and I are perfectly poised to automate your Brocade SAN switches port audit. With an in-depth understanding of Python, the language commonly suited to Brocade's CLI and API, we will design a comprehensive automated solution that meets all your outlined requirements. Our experience incorporates extensive AI prompt design, a crucial skill for your project's prompt-driven AI logic to classify ports accurately as "unused," "stuck," or "healthy" with no manual confirmation necessary. We will leverage our deep knowledge of Brocade's Fabric OS scripting to enhance the accuracy and efficiency of the automation process. Moreover, our competency in generating and delivering reports via various formats such as CSV, HTML, or PDF aligns perfectly with your need for a clear, human-readable final report on a schedule you can modify. Our intention is to provide you with not only an exceptional code but also simple configuration instructions and a concise read-me so that you can deploy it comfortably on your own server.
₹25,000 INR in 7 days
4.6
4.6

Brocade SAN port auditing is a strong fit for an automated Python solution. I can build a secure end-to-end workflow that polls your switches on a schedule, parses Fabric OS output, runs an AI prompt layer to classify ports as unused, stuck, or healthy, and delivers a clean report by e-mail or dashboard. Approach: 1. Secure Brocade connectivity via CLI or API, with configurable switch list and credentials. 2. Scheduled collector for port, login, and error-state data. 3. Prompt-engineering layer to interpret raw data and make the classification automatically. 4. Report generation in CSV plus HTML for reliable archiving, with PDF if needed. 5. Deployment package with config file, run instructions, and concise README. I will provide the code, setup steps, and a production-friendly structure so you can modify the schedule easily on your server. I can also share an initial demo early, then refine it based on your review. Pricing reflects the full automation scope, AI classification logic, reporting, and documentation within your budget. Coretus Technologies https://www.freelancer.com/u/coretus
₹22,500 INR in 12 days
3.2
3.2

As an experienced Full-Stack Developer and AI specialist, I am confident in my ability to address your need for an AI-driven solution to conduct comprehensive audits of Brocade SAN switches. Given my profound knowledge of Python, skills in software architecture, and previous experience with Brocade Fabric OS scripting, I can deliver you a tailored solution that will effectively analyze raw switch data, classify ports as 'unused', 'stuck', and 'healthy' without manual intervention, and provide you with concise, yet thorough reports on your preferred schedule. In your project description, you not only emphasize the need for efficiency but also importantly specified that this workflow must be deployed on your existing server by following simple instructions. I've always believed in empowering clients to maintain the control they desire over their systems which incidentally aligns with your vision. My 14-year expertise across multiple frontend and backend languages including MERN stack (with Node.js & React.js), PHP (Core,Laravel)--
₹35,000 INR in 7 days
3.1
3.1

With strong experience in network automation, Python scripting, AI-driven analysis, and infrastructure monitoring, I can build a fully automated Brocade SAN health monitoring solution that securely scans switches, classifies port states using AI logic, and delivers scheduled reports via email or dashboard with complete deployment documentation.
₹25,000 INR in 7 days
3.1
3.1

Hi there, Managing Brocade SAN fabrics manually is tedious, and rigid, hardcoded thresholds always trigger false positives during heavy backup windows. You need an automated system that doesn't just parse text, but intelligently interprets port context to differentiate between an idle port and a genuinely stuck or degraded interface. Because this is a public forum, I’ve kept my exact script architecture and prompt payloads confidential to prevent copycats from stealing this solution. However, I have a ready-to-deploy automated pipeline that fits your requirements perfectly. What I will deliver: Secure FOS Telemetry: A headless Python/Go script using encrypted channels to pull live switchshow and porterrshow metrics simultaneously. Deterministic AI Diagnostics: A locked-down prompt layer (zero-temperature) that forces the LLM to output strict JSON data, classifying ports based on protocol error trends (CRCs, loss of sync). Automated Reporting: A delivery engine that compiles insights into a clean HTML dashboard and raw CSV logs, routed directly to your team via SMTP hands-free. Full Autonomy: A lightweight deployment package with a clear README and cron configurations so you can modify scheduling intervals on your own server independently. I am ready to demo this setup immediately. Please send me a private message, and I will instantly share the code architecture, configuration schemas, and deployment blueprint so we can get started!
₹35,000 INR in 7 days
2.3
2.3

Hey, Having examined your project description, it's clear your need a seasoned developer who can blend APIs, data analysis and automation into a scalable solution. I'm confident I'm the right match for your project as I possess deep expertise in API integration especially in Java and Python. My understanding of these languages will enable me to develop a solution using the Brocade CLI and API ecosystem that securely connects to your Brocade SAN switches, pulls the necessary port information, performs prompt-driven AI logic and delivers results in formats of your choice - CSV, HTML or PDF. Throughout my career, I have successfully managed and built projects similar to yours. As an experienced Full Stack Developer adept at designing API-driven systems that manipulate and interpret data to produce intelligent decisions, I'll build a robust automated system that identifies unused or stuck ports and generates clear reports with zero manual intervention. Additionally, my strong background in developing web applications using different technologies such as .NET Core and Laravel will empower me to create a robust system that suits your needs. In conclusion, with my proven hands-on experience in building holistic digital solutions with meticulous attention to detail, choosing me guarantees you of swift results with effective documentation for easy deployments on any server. Why not reach out to me? Let's discuss this project further! Thanks!
₹37,500 INR in 2 days
2.0
2.0

Hey! With 5+ prolific years under my belt, I am Vandini, the multifaceted developer proficient in consolidating your objectives. Synthesizing my multilateral experiences in web and mobile app development, SaaS platforms, AI-powered systems and business automation solutions, I have the tools to design a tailor-made solution for your Brocade port audit automation project that will suit Brocade's CLI and API ecosystem. Skilled in Python- which I believe would work best for your project needs - I endeavor to align with your vision of a fully automated system that does not necessitate human intervention to generate reports. As someone who has scripted extensively with Brocade Fabric OS, designed AI prompts from the ground up and engineered automation solutions, I bring a rare blend of professional expertise. My long-term experience in data extraction, data manipulation and using machine learning - key here to classify ports as "unused", "stuck" or "healthy"-alongside my knack for simplifying complex problems to beautiful solutions positions me aptly for the challenge at hand. My goal, in sync with yours, is not just about successfully completing projects but rather exponentially empowering and scaling businesses through my innovative mind. Let me show you what true craftsmanship can accomplish
₹22,000 INR in 25 days
1.9
1.9

Hello, I have experience with network automation, Python scripting, and infrastructure monitoring, and I can build an end-to-end solution for your Brocade SAN switches. I will design a Python-based automation system that securely connects to Fabric OS via SSH/CLI, collects port-level statistics on a configurable schedule, and normalizes the data for processing. An AI-assisted logic layer will classify ports as “unused”, “stuck”, or “healthy” using rule-based heuristics with optional prompt-engineered validation for edge cases. The system will generate scheduled reports in CSV/HTML/PDF format and deliver them via email or a lightweight web dashboard. I will also include logging, error handling, and retry mechanisms for reliability. Deliverables will include full source code, setup instructions, and a clear README for deployment on your server, along with a working demo for validation and iteration toward production readiness.
₹25,000 INR in 7 days
0.8
0.8

Hey there, I read your project details and understand that you need a fully automated solution for Brocade SAN switches that can collect port data, identify unused or stuck ports using AI-driven analysis, and automatically generate and deliver reports without manual intervention. I have experience with Python automation, AI integrations, reporting systems, API/CLI-based monitoring, and infrastructure management tools. I can build a reliable workflow that securely gathers switch data, classifies port status, and delivers clear reports through email or a dashboard. I can provide the best solution for your project according to your budget with clean, well-documented code and a simple deployment process. Thanks Rohit
₹20,000 INR in 7 days
1.0
1.0

Hello, your need for a fully automated Brocade SAN switch audit is crucial. I'm Mubashir, a Full-Stack Developer with 6+ years of automation and AI experience. Deliverables: - Automated system to scan Brocade SAN switches and generate clear reports - Secure connections to each switch using API and CLI commands - AI-powered port classification (unused, stuck, healthy) - Scheduling mechanism for regular port information updates - Human-readable reports in CSV, HTML, or PDF format - Complete code, configuration instructions, and read-me guide PROCESS: - Set up secure connections to each Brocade SAN switch - Implement AI prompt-engineering layer in Python - Create scheduling mechanism to pull port information - Generate human-readable reports and deliver via email or web dashboard - Provide complete code and configuration instructions My Portfolio: https://www.freelancer.com/u/mubashir021/Automation-Expert Mubashir Ahmed
₹23,610 INR in 10 days
0.6
0.6

New Delhi, India
Member since May 19, 2026
₹12500-37500 INR
€750-1500 EUR
₹600-1500 INR
$250-750 USD
₹1500-12500 INR
₹12500-37500 INR
€30-250 EUR
₹600-1500 INR
$10-30 USD
$10-100 USD
$500 USD
₹12500-37500 INR
₹12500-37500 INR
₹100-400 INR / hour
$750-1500 AUD
₹600-1500 INR
₹150000-250000 INR
₹600-1500 INR
$250-750 USD
₹12500-37500 INR
$30-250 CAD