
Cisco Projects
Looking for freelance Cisco jobs and project work? PeoplePerHour has you covered.
SC4S Troubleshooting and Integration Support
We are currently deploying Splunk Connect for Syslog (SC4S) and need expert assistance to resolve data ingestion issues and ensure correct parsing and mapping of incoming syslog messages (including Cisco logs, test logs, and fallback events). Current Environment: SC4S running in Docker on Ubuntu Splunk HEC is configured and accepting test events via curl Custom logger tests are reaching SC4S but resulting in fallback handling or 400 status codes from HEC Logs are not showing under expected sourcetypes like cisco:ios Goals: Ensure test and real device syslogs are parsed correctly and mapped to the correct sourcetypes Eliminate fallback routing and 400 errors Validate data is ingested into Splunk as expected (e.g., cisco:ios, cef, etc.) Help create clean override configs if needed Deliverables: Working SC4S setup routing and parsing logs correctly At least one test log type (e.g., CEF or Cisco) confirmed working end-to-end Brief documentation of steps or changes applied Preferred Skills: Experience with SC4S Splunk HEC and sourcetype mapping knowledge Syslog formats and logger simulation familiarity Docker and Linux experience Timeline: ASAP — Immediate availability preferred
17 days ago10 proposalsRemoteFreelance Cybersecurity Specialist for Micro‑Business Security
Company Overview We are a Euro‑based startup offering affordable, remote‑delivered cybersecurity solutions to micro‑businesses (1–10 employees), ensuring GDPR and NIS2 compliance with clear, actionable deliverables. Project Scope Penetration Testing: Identify vulnerabilities in web and network environments, focusing on OWASP Top 10 and custom attack vectors. 2FA/MFA Implementation: Configure and deploy multi‑factor authentication (TOTP, FIDO2) across email, cloud storage, and web platforms. Firewall Setup & Management: Deploy open‑source (pfSense) or commercial firewalls to segment networks and enforce access controls. Automated Backup & Recovery: Design cloud and local backup strategies (OneDrive, Backblaze) with offline redundancy and restoration tests. Security Assessments & Risk Analysis: Conduct GDPR/NIS2 compliance reviews and document risk registers with prioritized remediation plans. Documentation & Reporting: Deliver concise, client‑ready security policies, risk assessments, and remediation walkthroughs. Responsibilities Execute targeted penetration tests and vulnerability scans using industry‑standard tools. Implement robust MFA solutions and integrate with existing identity systems. Configure and maintain firewalls, IDS/IPS, and network segmentation rules. Build and automate backup pipelines, test restores, and ensure encryption in transit and at rest. Perform detailed compliance assessments against GDPR, NIS2, and ISO 27001 frameworks. Produce professional documentation, including executive summaries and technical appendices. Required Skills & Qualifications Web & Network Penetration Testing: Demonstrated experience with OWASP Top 10, Metasploit, Burp Suite. MFA Technologies: Hands‑on with TOTP, FIDO2, Duo Security or similar, Firewall Expertise: pfSense, Cisco ASA, or equivalent platforms. Backup Solutions: OneDrive, Google Drive, Backblaze, IDrive; offline & cloud redundancy. Regulatory Knowledge: Practical understanding of GDPR and NIS2 compliance requirements. Communication & Client Interaction: Ability to explain complex concepts to non‑technical stakeholders. Organizational Skills: Meticulous documentation, project tracking, and reporting. Remote Reliability: Proven track record on freelancing platforms with high ratings. Preferred (Nice‑to‑Have) Certifications: OSCP, CISSP, CEH, or ISO 27001 Lead Implementer. ISO 27001 Audits: Experience implementing or auditing ISO 27001 information security management systems. How to Apply Please submit the following via Upwork or email: Brief cover letter outlining your relevant experience Sample deliverables (reports, configuration scripts, documentation) Availability and time‑zone overlap Links to Upwork profile, LinkedIn, GitHub, or relevant platforms We look forward to partnering with you to secure Euro micro‑businesses affordably and effectively.
9 days ago13 proposalsRemote
Past "Cisco" Projects
Cisco packet tracer project
Network Design Plan to create five distinct networks representing different segments: Headquarters (HQ), Branch Office 1, Branch Office 2, Data Center, and a DMZ. Each network should include end devices (workstations, laptops, printers, etc.), layer 2 switches, layer 3 devices (router or multilayer switch), servers (e.g., file servers, application servers), and any additional specialized devices (e.g., load balancers, VPN appliances). To ensure clarity, begin by designing a logical topology to capture how the five networks interchange traffic, and then map that logical design to a physical topology. Factor in each office’s size, device count, bandwidth needs, and topological constraints (e.g., whether offices are connected in a hub-and-spoke pattern or a partial/full mesh). IP Addressing For IP addressing, employ a structured hierarchical design. One recommendation is to use private IP address space (e.g., 10.x.x.x or 192.168.x.x) subdivided to deliver unique address ranges for each network segment. Use Variable Length Subnet Masking (VLSM) to optimize IP assignments. To illustrate: HQ could use 10.10.0.0/22 to accommodate a larger device count. Branch Office 1 might use a smaller subnet like 10.20.1.0/24. Branch Office 2 might also use a /24, e.g., 10.30.1.0/24. The Data Center often requires more subnets to isolate services, such as a server segment 10.40.0.0/24 and a management segment 10.40.1.0/24. The DMZ can exist in a separate range like 10.50.0.0/24. Make sure each subnet’s range is sufficient for the current number of devices and offers headroom for future growth. Map these subnet assignments clearly in a spreadsheet or diagram. Network Connectivity Verification After configuring the underlying network devices, verify connectivity with at least 10 ping tests. These tests should reflect real-world scenarios: From a PC in Branch Office 1 to a server in the Data Center. From a PC in HQ to a PC in Branch Office 2. From the DMZ to the internal server in HQ (ensuring that necessary firewall rules allow or deny as required). Between servers in the Data Center and end devices in HQ. Any other cross-segment paths that help confirm routing is established correctly on each segment. Include trace routes where relevant, particularly if you need to inspect intermediate hops or confirm which routing path is being taken. Routing Protocol Configuration Use two different routing protocols to manage traffic between locations. OSPF (Open Shortest Path First) is a common choice for internal routing, providing quick convergence and a hierarchical structure. BGP (Border Gateway Protocol) can be used between autonomous systems or for large networks acting like multiple autonomous systems. OSPF: Configure it for all internal interfaces, grouping similar networks into OSPF areas. Commonly, HQ and Data Center might act as Area 0 (the backbone), while branches can be placed into separate areas. BGP: Configure eBGP if different sites or regions belong to separate autonomous system numbers, especially if connecting across a WAN or multiple service providers. Otherwise, iBGP can be used for a multi-area internal design that requires policy-based routing or granular traffic engineering. Carefully tune route metrics and summarize routes at area boundaries (for OSPF) or use route filters and community tags (for BGP) to keep the routing tables concise. Security Policies For each of the five networks, set security policies that reflect their particular risk profiles and compliance needs. Implement standard airport-like zones in a firewall: DMZ: Strictly control inbound and outbound traffic, commonly allowing only necessary public-facing services (e.g., HTTP/HTTPS for web servers). Data Center: Restrict external access, allow legitimate traffic from HQ or authorized branches, and enforce segment-level controls between different server tiers. Branch Offices: Permit internal corporate traffic while funneling Internet access through a centralized firewall or local firewall with standardized security. Headquarters: Typically the most extensive set of policies to handle multiple business groups, possibly including VPN connections to Branch Offices. Segmentation: Use VLANs or separate subnets in each site to segregate sensitive data, guest access, or user groups. Additionally, configure ACLs, intrusion detection/prevention systems, and log monitoring to ensure that unauthorized traffic is blocked and security events are captured. If possible, employ next-generation firewall features for advanced threat detection.
opportunity
Cisco CUCM
This project involves migrating and upgrading an on-premise Cisco CUCM system to a virtualized environment in a data center. The current Cisco Unified Communications Manager platform is Version 11.5.1.12900-21 running on a Cisco Business Edition 6000 appliance with vmware Version 6.0.0 Update 3. Additional components include Cisco Unity Connection for voicemail services, an Expressway Core system at Version X8.10.2, and a Cisco Unified Border Element gateway on a Cisco 2911 device. The successful freelancer will virtualize the Cisco infrastructure in the client's data center, upgrading CUCM to the latest supported version for their environment. This will require shifting the existing on-premise configuration to virtual machines, integrating the VMware environment, and validating all call features continue functioning as expected. Public telephony SIP connectivity must also be established through the CUBE gateway in the new infrastructure. Finally, the migrated solution should provide a robust platform for future communications updates with improved manageability in a virtual architecture. Experience architecting and implementing Cisco UC solutions in VMware is essential.
IT SALES Executive
Hello Everyone, We are IT Infrastructure company deals in IT products related to HW like Servers, Routers, switches, firewall, Laptops of various OEMs like CISCO , Microsoft, DELL, Apple, HP, Lenove and many more. Apart from HW, we deals in SW and Licenses like of Microsoft, ERP, LMS, FMS, HMS and many more customized tools like TPRM, GRC Tools. Also we deals in Cyber security with our own SOC/NOC. So looking for some personnel who can help/support in terms of Field sales, connect with IT procurement leaders/decision makers, EISO and same.
CCNA & CCNP Cisco Tutor
Im looking for a tutor for CCNA and CCNP must have lots of Cisco experience and preferably be UK based (due to time zone differences)
Program 4 Cisco IP303 Phones to 3PBX
I have set up a 3PBX account and wish to program 4 Cisco IP phones to use as an intercom at different stations around the house. There will be no external dialling. Looking for someone to input the settings into the phones to set up.
opportunity
Custom AI Trading App Development for Stockbrokers
Updated Project Description for Freelancers Project Overview: We are seeking to develop a custom AI trading app tailored specifically for internal use by a team of professional stockbrokers. The app will leverage advanced AI and machine learning algorithms to automate trading strategies, provide in-depth market analysis, manage portfolios, and streamline the trading process. Our goal is to model the app after some of the best trading platforms currently available—such as Dash2Trade, MetaTrader 4/5, cTrader, TradingView, and ProRealTime—while incorporating the flexibility and customization benefits of a bespoke solution. Additionally, the app will integrate Cisco’s networking and security solutions to ensure high performance, security, and compliance. Key Features Required: Market Analysis Tools (Inspired by TradingView, ProRealTime): Advanced charting tools with customizable indicators. Real-time technical and fundamental analysis. Sentiment analysis from news and social media feeds. Predictive analytics for market trends. CFD Trading Capabilities (For Europe and the Caribbean): Support for trading CFDs on stocks, cryptocurrencies, and forex, with customizable leverage options and advanced risk management tools. Compliance with European and Caribbean regulations regarding CFD trading. Crypto and Forex Trading Capabilities (Inspired by cTrader, MetaTrader): Integration with major cryptocurrency exchanges and forex platforms for real-time data. Automated trading strategies for crypto and forex assets. Portfolio management specific to cryptocurrencies and forex. Automated Trading and Backtesting (Inspired by MetaTrader 4/5, Dash2Trade): Customizable trading algorithms with low-latency execution. Comprehensive backtesting capabilities using historical data. Advanced risk management features, including stop-loss and take-profit orders. Customizable User Interface and Experience (Inspired by ProRealTime, TradingView): Intuitive, customizable dashboard with real-time monitoring. Collaborative tools for shared strategy development and execution. Role-based access control with secure authentication. Data Integration: Seamless integration with existing brokerage platforms, cryptocurrency exchanges, and forex trading platforms. Real-time market data feeds from trusted sources. API access for integration with other financial tools and external data sources. Security and Compliance (Powered by Cisco): Cisco Networking Solutions: Ensure high-performance, low-latency connections for real-time trading and data processing. Cisco Cybersecurity: Integration of Cisco’s advanced cybersecurity tools to protect against threats, ensure data privacy, and maintain compliance with financial regulations. Cloud Networking: Utilize Cisco’s cloud networking solutions to optimize connections between the app and cloud services, ensuring scalability and reliability. Technical Requirements: Programming Languages: Python, Java, C++, JavaScript (React.js or Angular). AI/ML Frameworks: TensorFlow, PyTorch, Scikit-learn. Cloud Infrastructure: AWS, Azure, or Google Cloud, integrated with Cisco cloud networking solutions. Data Management: PostgreSQL, MongoDB, Apache Kafka. Deployment: Docker, Kubernetes. Network and Security: Cisco networking and cybersecurity solutions for enhanced performance and protection. Deliverables: Fully functional AI trading app with integrated CFD, crypto, and forex trading capabilities, and Cisco technology. Documentation for both technical and non-technical users. Ongoing support for maintenance and updates (optional). Project Timeline: Estimated time to completion: please indicate Milestones to be defined in collaboration with the selected freelancer/team. Budget: Open to bids. Please provide a detailed cost breakdown. Experience Required: Proven experience in developing AI/ML-driven trading platforms with integrated CFD, crypto, and forex trading capabilities. Familiarity with leading trading platforms like Dash2Trade, MetaTrader 4/5, cTrader, TradingView, and ProRealTime. Strong understanding of Cisco’s networking and cybersecurity solutions. Experience with high-performance, low-latency systems. Familiarity with financial regulations and compliance requirements for Europe and the Caribbean. Application Requirements: Detailed proposal including past experience and examples of similar projects. Project plan with a timeline and deliverables. Cost estimate and payment terms. Availability for an initial consultation to discuss project specifics.
Cisco ASA configuration
I am currently using a cisco router and have issues using two AD servers to authenticate. I can use one server but the cisco does not seem to authenticate with the other AD which is connect using a site to site vpn. Both sites have been configured in AAA server group.
Setting up Ethernet LAN network
I need assistance in setting up ethernet LAN network with OpenWrt and firewall configuration and intrusion detection systems for my small, simple network infrastructure. I also need to set up nmap (Cisco Packet Tracer), change network device's DNS address, IPv4, IPv6, and MAC address. The freelancer should be based in Hong Kong SAR. This is a one-time project. The freelancer should ideally possess the following skills and experience: - network security - Proficient with Ethernet LAN installation and set up - Proficient in OpenWrt - Proficient in firewall configuration - Knowledgeable in intrusion detection systems - Experience working with small network infrastructures, creating new DNS address, IPv4, IPv6, and MAC address Please be ready to provide examples of similar work you've done in the past. Thanks!
Sourcing Datasets for Audit Analytics
I need assistance in sourcing high-quality, industry-relevant datasets for internal audit data analytics, particularly within the finance industry, focusing on internal audit and risk management. The datasets should simulate real-world scenarios, showcasing cross-system integrations where data flows between systems- free to use, distribute, and modify without restrictions. Key requirements: • Cross-system data flows to replicate real-world business processes. • Dataset size: Large enough to enable meaningful analytics but manageable for analysis, with enough data points to perform rule-based testing, fraud detection, anomaly detection, and machine learning. Areas for datasets: 1. Customer Relationship Management: o CRM Systems: Data related to customer interactions, such as sales pipelines, customer support, and service requests. Integration with workflow systems for task assignment and tracking. Ticketing system data for resolution tracking and escalation workflows. o Eg: Salesforce, HubSpot, Microsoft Dynamics. 2. Financial Transactions: o Financial Approval Systems: Approval workflow data for purchase orders, vendor payments, and authorisation processes. o Execution Systems: Systems responsible for the actual execution of transactions (e.g., ERP systems for payments). o Fund Transfer Systems: Bank transaction records, transfers between accounts, reconciliation, and intercompany fund transfers. o Eg: SAP, Oracle Financials, QuickBooks. 3. Human Resources (HR): o HR Management Systems: Payroll data, employee records, leave management, and performance evaluation data. Data on employee onboarding, compensation, benefits, and termination. o Time Management Systems: Time tracking and attendance data, leave balance calculations. o Eg: Workday 4. IT and Cybersecurity: o Cybersecurity Systems: Network logs, firewall events, and data from security incident and event management (SIEM) systems. Incident response workflows, access control logs, and vulnerability management. o IT Operations: Systems data related to IT asset management, software updates, and system performance monitoring. o Examples: Splunk, Cisco Security, Palo Alto Networks, CrowdStrike, ServiceNow. 5. Operations and Workflow: o Workflow Management Systems: Workflow and task management systems that track operational processes and task completion. o Operations Data: Task tracking, issue resolution workflows, and operations performance metrics. o Ticketing Systems: Data on incident management, service desk requests, and help desk tracking. Eg.ServiceNow, JIRA, Monday.com. 6. Governance, Risk, and Compliance: o GRC Systems: Risk assessment data, internal audit trails, and compliance monitoring. Data on policy enforcement, internal controls, and external regulatory compliance. o Regulatory Reporting Systems: Data related to mandatory reporting, such as GDPR compliance, Sarbanes-Oxley (SOX) compliance, and financial reporting regulations. o Eg. RSA Archer, MetricStream, IBM OpenPages, TeamMate. 7. Supply Chain Management: o Procurement Systems: Data on vendor management, purchase orders, contract tracking, and supplier performance. o Inventory Management Systems: Stock levels, reorder points, warehouse operations, and shipping data. o Vendor Payment Systems: Data on vendor payments, reconciliation, and procurement-to-pay cycles. o Eg.SAP Ariba, Oracle SCM, Coupa. 8. Trading and Portfolio Management Systems: o Front Office: Trade Execution Data: Information on executed trades, including timestamps, volumes, prices, and counterparties. Market Data: Real-time or historical market prices for stocks, bonds, derivatives, etc. Portfolio Management: Data on holdings, asset allocation, and portfolio performance analytics. Order Management Systems: Buy/sell orders, amendments, and cancellations. Eg. Aladdin o Middle Office: Risk Monitoring: Risk exposure, Value at Risk (VaR), compliance with investment mandates, and stress testing data. Trade Settlement: Data on trade confirmation and settlement, including pending or failed trades. Regulatory Reporting: Compliance data for regulatory frameworks like MiFID II, EMIR. o Back Office: Clearing & Settlement: Data related to clearing processes and settlement of transactions. Custody Data: Information on safekeeping of assets, including securities, corporate actions, and dividends. Reconciliation Data: Cash and securities reconciliation between systems, custodians, and brokers. o Related Systems: Collateral Management: Data on margin calls and collateral allocation for derivatives. Cash Management: Data on cash flows, fund transfers, and account balances. FX Hedging: Currency hedging positions and exposures. Derivative Trading: Data on options, futures, swaps, and their valuations. Deliverables: • Well-documented, accurate & complete datasets in structured/CSV format for business areas mentioned above with clear explanations of how the systems connect and data flows.
IP telephony system to dial internally and externally
Hi everybody; The issue is that I want to build IP telephony network in the office , the devices I have is the following: - Internet connection with ISP and connect via router - The router has POST port that connect to PSTN - Many HP switches and Poe Switch and also Cisco Switch - Many IP phones from different vendors (Cisco , AVAYA, Huawei, grandstream) and also Polycom SoundStation. Side problem: When I enter the router configuration page it shows me an VOIP ip address but it does not work when I ping it by my command prompt it will not respond And the ISP say it does not enable the VOIP for us because it is different service need to paid for , if is that the case why the router is preconfigured to have their VOIP dress The questions: Q1) could I by this only component establish IP telephony system and if no what the necessary components to be added? Q2) should I order SIP trunks from the ISP to establish the IP telephony system or it is not necessary and the system could work without it Q3) could the IP phones from different vendors connect to each other? Q4) is IP PBX necessary to be used for the system to work Q5) could I use IP PBX to connect my IP phones to the PTSN network via POTS port in the router Q6) could I use the cloud to handle my calls without ISP like VOIP server not related to the ISP and what service providers are the best in such solution specially in the middle east The request: 1- Answer the earlier questions with most cost effective and best solutions 2- Write all main components for the IP telephony to able to make the following: a- Dail internally and externally b- Conference call My add another project with the freelancer who answer to collaborate to build the system.
Cisco ASA Firewall configuration
Looking for ad hoc support to help with software config changes to a Cisco Firewall appliance.
Introducing DUO Access management from Cisco
I need an email markeret who has email contacts for the Nigerian market to introduce the Cisco Duo Access management application to organizations in Education, Government, MFBs, Real Estate and FMCG sectors. I want to run a camoaign to reach 500-1000 different organizations with verfied email contacts
Network engineer who can provide us on-site support
Hi , We are looking for a Network engineer (Freelancer) who can provide us on-site support SOW : Rack and stack for Cisco devices 9000 series Please share your updated resume and an hourly charge for the above SOW if you are interested.
Cisco ATA 192 device with Zen Internet Digital Voice (UK)
I have a Cisco ATA 192 that has been factory reset and firmware updated. It has been configured to connect to Zen Internet Digital Voice service, some of the details are here: www.zen.co.uk/help-support/general-sip-settings Zen provided a FRITZ!Box which I have plugged my home phone into and it can dial and receive calls. I would prefer not to use the FRITZ!Box and have a different router and the Cisco ATA 192 device. I have been able to configure the Cisco ATA 192 to ring the home phone and receive calls. I am unable to make calls from this device as the sound I am getting is a connect and dead tone. Something in the hundreds of settings within the Cisco ATA 192 is preventing the successful dial out which is what I would like resolved.
Cisco firewall and network engineer
We are looking for a Cisco and network engineer who has the following knowledge Cisco Firewall setup and configure Networking and routing setup DMZ Secure internal network CCNA certified This will be ad-hoc work therefore we are looking for someone who can do the job as we require.
Senior Network Engineer
We are looking for Sr. Network Security Engineer (for Zscaler position) in Japan and China. Zscaler experience is not mandatory, however its an added advantage. But should have very good hands-on experience with Cisco ASA, FTD, FMC along with any other firewall experience (Palo Alto, Fortinet, CheckPoint). Please let us know if you are interested. Kindly share your updated resume.
opportunity
Advanced training on Cisco programs
Firewall management Center version 7.2.4 Secure Endpoint v 5.4.2023007822 Darktrace Cisco Umbrella
Help me bring my brand log to life
I'm looking for a brand logo. I am extending my business and rebranding. The new brand is called Beyond Baseline. I have added more info below to get a feel for what I do, my why etc, which should help with ideation. Beyond Baseline - helping people realise their fullest potential. It's about empowering people with the tools to play an active role in their health, well-being and development. It's about meeting them where they are at in life, enabling them to go from a negative pace back to baseline and beyond so they can live happier, healthier, more fulfilling and successful lives. Why do I do this? To prevent unnecessary suffering, as that is what I experienced. It's about awareness, proper understanding and effective application. This part is better explained by watching my promo video. Somes up my why and my vision. Promo video. An insight into Ross, his mission and why he does what he does. https:// www.youtube.com/watch?v=0qUA5s4Bj8o I would like the logo/image to be bold, minimal, black and white or with minimal colour. There is also a science/innovative element to what I do while being mindful of human, philosophical and ancestral wisdom. Check out my website (not yet complete) for the colour palate. But happy to explore alternatives. The ABOUT ME on that page will reveal more about my brand. https://mail.google.com/mail/u/1/#search/renatas+website/FMfcgzGrcjWxRRdTLqDsRmtrHCrfFSGf I love black an white, bold. I love luminous green/yellow (as per my website but i also love a little colour, escpailly vibrant and pastel colours. I like clear fonts with edges. See my current logo for the motivation dude below. And also refer to website. I would like the font to come with a logo, one that that can stand alone and be used on social media (think peloton, twitter, END.) separately from the written words 'beyond baseline'. I actually like the END. font and simplicity but would like something more in fitting with my brand and its style, with logo. Feel free to contact me via social media such as LinkedIn, instagram or other to ask questions. This is my first time using this platform. If there is anything else you need from me, I will helpfully support you. Brief Bio Today Ross is a speaker and consultant specialising in wellbeing sciences and human optimisation. His key focus is helping people optimise their minds and bodies to realise their potential and live happier, healthier, more fulfilling and successful lives. He aims to optimise 1 million lives by 2030 with a vision of transforming wellbeing worldwide. His training and keynotes have been delivered in 180 countries over 5 continents. He works with several Fortune 500 companies and is ACCA Global's representative for Development and Dell Technologies Ambassador for Mental Health & Wellbeing. Previously he led a highly toxic life: addictions, overdoses, mental health issues and facing 2 years in jail, to name a few of the many challenges. However, after much exploration, he managed to reclaim his well-being and go on a more purposeful path, helping people from all walks of life. Ross's work is delivered with the perfect balance of silly, serious, and science to entertain, educate and elevate lives. He is a true experimenter who explores new frontiers and dedicates his time and resources to developing a deeper understanding of his craft in the service of amplifying others. Additional: Ross is a member of the British Psychological Society and the European Union of Sleep. He maintains ties with the University of Glasgow's Psychology & Neuroscience department, where he acquired his psychology degree. His background is in four forms of psychology: neuroscience, sleep psychology, positive psychology and psychological disorders, holding additional qualifications in physiology, philosophy of the mind and blood work analysis. He works with the general public, athletes, and entrepreneurs. He advises large-scale organisations such as Dell, Cisco, Skyscanner, Nike, and The UFC. His primary supportive service is rolling out longitudinal (6-36 months) strategic wellbeing-science & development-focused programs and impactful keynotes to audiences small and large.