SlideShare a Scribd company logo
Reconsider TCPdump and
Move Forward with Modern
Troubleshooting
Chad Tripod, Avi Networks
TCPdump to the Rescue
7 6 5 4 3 2 1 0 0*2 + 0*2 + 0*2 + 1*2 + 0*2 + 0*2 + 1*2 + 0*2 = 18
Now we can't just use 'tcp[13] == 18' in the tcpdump filter expression, because that would select only those packets that have
SYN-ACK set, but not those with only SYN set. Remember that we don't care if ACK or any other control bit is set as long as
SYN is set.
In order to achieve our goal, we need to logically AND the binary value of octet 13 with some other value to preserve the
SYN bit. We know that we want SYN to be set in any case, so we'll logically AND the value in the 13th octet with the binary
value of a SYN:
00010010 SYN-ACK 00000010 SYN AND 00000010 (we want SYN) AND 00000010 (we want SYN) -------- -------- = 00000010 = 00000010
We see that this AND operation delivers the same result regardless whether ACK or another TCP control bit is set. The
decimal representation of the AND value as well as the result of this operation is 2 (binary 00000010), so we know that for
packets with SYN set the following relation must hold true:
( ( value of octet 13 ) AND ( 2 ) ) == ( 2 )
This points us to the tcpdump filter expression
tcpdump -i xl0 'tcp[13] & 2 == 2'
Some offsets and field values may be expressed as names rather than as numeric values. For example tcp[13] may be
replaced with tcp[tcpflags]. The following TCP flag field values are also available: tcp-fin, tcp-syn, tcp-rst, tcp-push, tcp-ack,
tcp-urg.
This can be demonstrated as:
tcpdump -i xl0 'tcp[tcpflags] & tcp-push != 0'
Note that you should use single quotes or a backslash in the expression to hide the AND ('&') special character from the
shell.
UDP Packets
UDP format is illustrated by this rwho packet:
https://www.tcpdump.org/manpages/tcpdump.1.html
For the past 30 years
• Powerful
• Detailed
• Specialized
For the next 30 years
• Speed and time
• Predictability
• Future-proofing
TCPdump Timeline
State of the
affairs
• Real-time
triage
• Multi-cloud
• Predictive
analytics
Immediate
future
• HTTP/2
• PFS impact:
NPM / APM
• TLS 1.3
Not-so-distant
future
• HTTP/3
• Kubernetes
container
clusters
• Blue/Green
deployments
Copyright © 2018 Avi Networks
State of the affairs
Copyright © 2018 Avi Networks
Triage Challenges
• You must know an issue exists in order to find it with TCPdump
• You must capture packets while the issue is occurring
• The issue must be in the network segment you are capturing
• You must have all the correct parameters, such as snaplen
App has incorrect
permissions set for
an HTTP imageTap Tap
Do More with Less in a Multi-Cloud World
TCPdump may be old, but does that matter?
• Application proliferation as apps move from bare metal to virtual machine to containers
• Network teams are asked to do more with the same number of people
• Network analysis in public clouds and containers requires different tools
Technology Has Changed for the Better
• Artificial Intelligence (applied Machine Learning)
• Visibility / Analytics
• Shift from data points to actionable information
• With Avi, Analytics do not put pressure on the load balancer (service engine)
because the data is being processed on the controller
Troubleshoot
transient issue?
Side effects vs.
root cause?
Baseline for
detection?
Technology Has Changed for the Better: Artificial Intelligence
• Anomaly detection algorithms swiftly sift through data to provide intelligent insights
• Automation detects and even correct problems before end users feel or report them
Anomaly detection: A slow server is degrading end user experience of a virtual service
Immediate future
Copyright © 2018 Avi Networks
Technology Has Changed: HTTP/2
• Multiple streams (requests) are multiplexed over a single connection
• Headers are compressed with HPACK
• Most browsers require HTTP/2
use modern TLS encryption
• HTTP/2 has strict requirements for TLS cipher
suites, preferring connections over PFS
HTTP/2 connection to www.google.com
Technology Has Changed: Perfect Forward Secrecy
• TCPdump and Wireshark can decrypt SSL with the private keys
• Modern TLS is moving to ephemeral key exchange (PFS)
– The private key is rotated, often every day
– The client and server can still decrypt the connection and view clear text
– Man in the middle devices, such as NPMs, aren’t able to view traffic
Tap
NPM
Technology Has Changed: TLS 1.3
• TLS 1.3 introduces SSL certificate encryption
• Breaking “middlebox” scenarios
• SNI fields will be encrypted and tunneled
• MITM mitigation
• Removal of RSA and Diffie-Hellman Ciphers Suites
Copyright © 2018 Avi Networks
Not-so-distant future
Copyright © 2018 Avi Networks
Real Game Changers: HTTP/3
• Soon HTTP / 3 (HTTP over QUIC) - UDP
Real Game Changers: Container and Kubernetes
• Containers and Kubernetes require service mesh to network services
• Dynamic scale of microservices
• Sheer volume of microservices (adoption will increase)
• Deployed in multi-cloud for no vendor lock-in
• In 5 years, more applications will be written in micro services architecture
Real Game Changers: Microservices
• Rapid CI/CD deployment
• Blue/Green code version updates
• Tracing
• Ingress
• East-West
• Service mesh
BARE METAL VIRTUALIZED CONTAINERSON PREMISES PUBLIC CLOUDVIRTUALIZED CONTAINERS
Modern, Scalable, Multi-Cloud Architecture
CONTROLLER
(SaaS / Customer-Managed)
SERVICE
ENGINE
SEPARATE CONTROL
& DATA PLANE
ELASTICITY
INTELLIGENCE AUTOMATION
Copyright © 2019 Avi Networks
MULTI-CLOUD
Demo
TCPdump: Tool of Last Resort
• What if I still need to do TCPdump on Avi?
• Available within the Avi Controller UI
– Perform traffic capture on a virtual service
– Traffic capture is executed on all Service Engines hosting the VS
– A single PCAP file is created from traffic aggregated across all Service Engines
CONTROLLER
SERVICE
ENGINE
VS1 VS1 VS1
Network Analytics with TLS and Forward Secrecy
• What if I still need to do capture traffic elsewhere on the network?
• Avi Service Engines can mirror or clone traffic to NPM or network analytics tools
• Cloned traffic may be clear text or re-encrypted with non-PFS TLS for wire to wire encryption
• Traffic sent to public networks is encrypted with modern TLS encryption
NPM
Modernize Your World
• Troubleshoot faster
• Do more with less… even as network and apps grow
Happy birthday TCPdump…
but it’s time to let go of those red balloons
Thank You!
Chad Tripod, Avi Networks
chad@avinetworks.com
avinetworks.com
Watch webinars:
avinetworks.com/webinars-avi-tech-corner/
Try out Avi:
Request a demo @ avinetworks.com
Learn more:
avinetworks.com/workshops

More Related Content

PPTX
Deep Automation and ML-Driven Analytics for Application Services
PPTX
Multi-Cloud Global Server Load Balancing (GSLB)
PDF
UC SDN Use Case
PDF
CloudGenix_Customer Presentation
PDF
Maximize Application Performance and Bandwidth Efficiency with WAN Optimization
PDF
Nfd18 anuta-networks
PPTX
ThousandEyes EMEA - Ready, Set, SD-WAN
PDF
Anuta Networks at Networking Field Day 14
Deep Automation and ML-Driven Analytics for Application Services
Multi-Cloud Global Server Load Balancing (GSLB)
UC SDN Use Case
CloudGenix_Customer Presentation
Maximize Application Performance and Bandwidth Efficiency with WAN Optimization
Nfd18 anuta-networks
ThousandEyes EMEA - Ready, Set, SD-WAN
Anuta Networks at Networking Field Day 14

What's hot (20)

PDF
An SD-WAN Bill of Rights
PPTX
Deploying mobile unified communications and collaboration (UCC) with Microsof...
PPTX
Shanghai Breakout: Location Analytics – Key Considerations and Use Cases
PDF
Tech Talk by Tim Van Herck: SDN & NFV for WAN
PPTX
Thunder Series Unified Application Service Gateway (UASG): 3030S, 1030S and 930
PDF
A Software Defined WAN Architecture
PDF
Case Study: Responsive Networks with Closed Loop Automation
PDF
SD-WAN for Service Providers - VeloCloud
PDF
SD-WAN for Public & Private Clouds - VeloCloud
PDF
Verizon Managed SD-WAN with Cisco IWAN
PDF
Cisco Connect Halifax 2018 Understanding Cisco's next generation sd-wan sol...
PPTX
Software defined networking (sdn) deep dive 3rd-party ecosystem apps and the ...
PPTX
How I learned to stop worrying and love the cloud
PPTX
Enhance network security with Multi-Factor Authentication for BYOD and guest ...
PDF
SD-WAN Economics 101 - VeloCloud
PDF
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
PDF
Fast Kafka Apps! (Edoardo Comar and Mickael Maison, IBM) Kafka Summit London ...
PPTX
Getting the most out of the aruba policy enforcement firewall
PDF
Software-Defined WAN: A Real World Success Story
PPTX
Getting the most out of the Aruba Policy Enforcement Firewall
An SD-WAN Bill of Rights
Deploying mobile unified communications and collaboration (UCC) with Microsof...
Shanghai Breakout: Location Analytics – Key Considerations and Use Cases
Tech Talk by Tim Van Herck: SDN & NFV for WAN
Thunder Series Unified Application Service Gateway (UASG): 3030S, 1030S and 930
A Software Defined WAN Architecture
Case Study: Responsive Networks with Closed Loop Automation
SD-WAN for Service Providers - VeloCloud
SD-WAN for Public & Private Clouds - VeloCloud
Verizon Managed SD-WAN with Cisco IWAN
Cisco Connect Halifax 2018 Understanding Cisco's next generation sd-wan sol...
Software defined networking (sdn) deep dive 3rd-party ecosystem apps and the ...
How I learned to stop worrying and love the cloud
Enhance network security with Multi-Factor Authentication for BYOD and guest ...
SD-WAN Economics 101 - VeloCloud
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
Fast Kafka Apps! (Edoardo Comar and Mickael Maison, IBM) Kafka Summit London ...
Getting the most out of the aruba policy enforcement firewall
Software-Defined WAN: A Real World Success Story
Getting the most out of the Aruba Policy Enforcement Firewall
Ad

Similar to Reconsider TCPdump for Modern Troubleshooting (20)

PPTX
Abandon Decades-Old TCPdump for Modern Troubleshooting
PPT
wiresharktslecturev10006july2009-12501942038813-phpapp03.ppt
PDF
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
PDF
Don’t Get Stuck in The Encryption Stone Age: Get Decrypted Visibility with Am...
PPT
Traffic monitoring
DOCX
Chapter 3. sensors in the network domain
PDF
Expanding your impact with programmability in the data center
PDF
All of Your Network Monitoring is (probably) Wrong
PPT
Exploiting Network Protocols To Exhaust Bandwidth Links 2008 Final
PPTX
InfoSecurity Europe 2017 - On The Hunt for Advanced Attacks? C&C Channels are...
PPTX
Tcpdump hunter
PPT
Traffic-Monitoring.ppt
PPT
Traffic-Monitoring.ppt
PPT
Traffic-Monitoring.ppt
PDF
Module 1 slides
PDF
Mini-Track: Lessons from Public Cloud
PPTX
Packet Analysis - Course Technology Computing Conference
PPTX
RDMA at Hyperscale: Experience and Future Directions
PPTX
Cable_Chaos_to_Network_Zen_Dr_James 1.pptx
Abandon Decades-Old TCPdump for Modern Troubleshooting
wiresharktslecturev10006july2009-12501942038813-phpapp03.ppt
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
Don’t Get Stuck in The Encryption Stone Age: Get Decrypted Visibility with Am...
Traffic monitoring
Chapter 3. sensors in the network domain
Expanding your impact with programmability in the data center
All of Your Network Monitoring is (probably) Wrong
Exploiting Network Protocols To Exhaust Bandwidth Links 2008 Final
InfoSecurity Europe 2017 - On The Hunt for Advanced Attacks? C&C Channels are...
Tcpdump hunter
Traffic-Monitoring.ppt
Traffic-Monitoring.ppt
Traffic-Monitoring.ppt
Module 1 slides
Mini-Track: Lessons from Public Cloud
Packet Analysis - Course Technology Computing Conference
RDMA at Hyperscale: Experience and Future Directions
Cable_Chaos_to_Network_Zen_Dr_James 1.pptx
Ad

More from Avi Networks (20)

PPTX
DR On Demand At Fraction of the Cost (1).pptx
PPTX
Cloud_controllers_public_webinar_aug31_v1.pptx
PPTX
Top 4 Reasons to Migrate From NSX Load Balancing to NSX Advanced Load Balancer
PPTX
23.06.15 NSX ALB and vCD integration deepdive_webinar0615.pptx
PPTX
Enterprises-Have-Replaced-12000-ADCs-See-Why.pptx
PPTX
One And Done Multi-Cloud Load Balancing Done Right.pptx
PPTX
Virtualize Application Security Today - Hardware is No Longer Needed.pptx
PDF
Deploying Elastic Self-Service Load Balancing
PPTX
NSX_Advanced_Load_Balancer_Solution_with_Oracle.pptx
PPTX
Delivering Turnkey Load Balancing in VMware Cloud with Day 0 Automation
PDF
Bringing SaaS Simplicity to Proactive Support & Live Threat Updates
PPTX
Avi workshop-101
PDF
Working From Anywhere​ with​ Advanced Load Balancing​ and ​ VMware Horizon VDI
PPTX
Deploying Elastic, Self-Service Load Balancing for VMware NSX-T
PPTX
Avi v20.1 — What’s New in Scalable, Multi-Cloud Load Balancing
PPTX
Enterprise-Grade Load Balancing for VMware Cloud on AWS (VMC)
PPTX
Multi Cloud Load Balancing 101 and Hands On Lab
PPTX
Deliver Modern Applications with an Elastic Load Balancing Fabric Powered by ...
PPTX
Multi Cloud Load balancing 101 and Hands-on Lab
PPTX
Multi-Cloud Load Balancing 101 and Hands-On Lab
DR On Demand At Fraction of the Cost (1).pptx
Cloud_controllers_public_webinar_aug31_v1.pptx
Top 4 Reasons to Migrate From NSX Load Balancing to NSX Advanced Load Balancer
23.06.15 NSX ALB and vCD integration deepdive_webinar0615.pptx
Enterprises-Have-Replaced-12000-ADCs-See-Why.pptx
One And Done Multi-Cloud Load Balancing Done Right.pptx
Virtualize Application Security Today - Hardware is No Longer Needed.pptx
Deploying Elastic Self-Service Load Balancing
NSX_Advanced_Load_Balancer_Solution_with_Oracle.pptx
Delivering Turnkey Load Balancing in VMware Cloud with Day 0 Automation
Bringing SaaS Simplicity to Proactive Support & Live Threat Updates
Avi workshop-101
Working From Anywhere​ with​ Advanced Load Balancing​ and ​ VMware Horizon VDI
Deploying Elastic, Self-Service Load Balancing for VMware NSX-T
Avi v20.1 — What’s New in Scalable, Multi-Cloud Load Balancing
Enterprise-Grade Load Balancing for VMware Cloud on AWS (VMC)
Multi Cloud Load Balancing 101 and Hands On Lab
Deliver Modern Applications with an Elastic Load Balancing Fabric Powered by ...
Multi Cloud Load balancing 101 and Hands-on Lab
Multi-Cloud Load Balancing 101 and Hands-On Lab

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Electronic commerce courselecture one. Pdf
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Big Data Technologies - Introduction.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Empathic Computing: Creating Shared Understanding
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Chapter 3 Spatial Domain Image Processing.pdf
Electronic commerce courselecture one. Pdf
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
Big Data Technologies - Introduction.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Reach Out and Touch Someone: Haptics and Empathic Computing

Reconsider TCPdump for Modern Troubleshooting

  • 1. Reconsider TCPdump and Move Forward with Modern Troubleshooting Chad Tripod, Avi Networks
  • 2. TCPdump to the Rescue 7 6 5 4 3 2 1 0 0*2 + 0*2 + 0*2 + 1*2 + 0*2 + 0*2 + 1*2 + 0*2 = 18 Now we can't just use 'tcp[13] == 18' in the tcpdump filter expression, because that would select only those packets that have SYN-ACK set, but not those with only SYN set. Remember that we don't care if ACK or any other control bit is set as long as SYN is set. In order to achieve our goal, we need to logically AND the binary value of octet 13 with some other value to preserve the SYN bit. We know that we want SYN to be set in any case, so we'll logically AND the value in the 13th octet with the binary value of a SYN: 00010010 SYN-ACK 00000010 SYN AND 00000010 (we want SYN) AND 00000010 (we want SYN) -------- -------- = 00000010 = 00000010 We see that this AND operation delivers the same result regardless whether ACK or another TCP control bit is set. The decimal representation of the AND value as well as the result of this operation is 2 (binary 00000010), so we know that for packets with SYN set the following relation must hold true: ( ( value of octet 13 ) AND ( 2 ) ) == ( 2 ) This points us to the tcpdump filter expression tcpdump -i xl0 'tcp[13] & 2 == 2' Some offsets and field values may be expressed as names rather than as numeric values. For example tcp[13] may be replaced with tcp[tcpflags]. The following TCP flag field values are also available: tcp-fin, tcp-syn, tcp-rst, tcp-push, tcp-ack, tcp-urg. This can be demonstrated as: tcpdump -i xl0 'tcp[tcpflags] & tcp-push != 0' Note that you should use single quotes or a backslash in the expression to hide the AND ('&') special character from the shell. UDP Packets UDP format is illustrated by this rwho packet: https://www.tcpdump.org/manpages/tcpdump.1.html For the past 30 years • Powerful • Detailed • Specialized For the next 30 years • Speed and time • Predictability • Future-proofing
  • 3. TCPdump Timeline State of the affairs • Real-time triage • Multi-cloud • Predictive analytics Immediate future • HTTP/2 • PFS impact: NPM / APM • TLS 1.3 Not-so-distant future • HTTP/3 • Kubernetes container clusters • Blue/Green deployments Copyright © 2018 Avi Networks
  • 4. State of the affairs Copyright © 2018 Avi Networks
  • 5. Triage Challenges • You must know an issue exists in order to find it with TCPdump • You must capture packets while the issue is occurring • The issue must be in the network segment you are capturing • You must have all the correct parameters, such as snaplen App has incorrect permissions set for an HTTP imageTap Tap
  • 6. Do More with Less in a Multi-Cloud World TCPdump may be old, but does that matter? • Application proliferation as apps move from bare metal to virtual machine to containers • Network teams are asked to do more with the same number of people • Network analysis in public clouds and containers requires different tools
  • 7. Technology Has Changed for the Better • Artificial Intelligence (applied Machine Learning) • Visibility / Analytics • Shift from data points to actionable information • With Avi, Analytics do not put pressure on the load balancer (service engine) because the data is being processed on the controller Troubleshoot transient issue? Side effects vs. root cause? Baseline for detection?
  • 8. Technology Has Changed for the Better: Artificial Intelligence • Anomaly detection algorithms swiftly sift through data to provide intelligent insights • Automation detects and even correct problems before end users feel or report them Anomaly detection: A slow server is degrading end user experience of a virtual service
  • 9. Immediate future Copyright © 2018 Avi Networks
  • 10. Technology Has Changed: HTTP/2 • Multiple streams (requests) are multiplexed over a single connection • Headers are compressed with HPACK • Most browsers require HTTP/2 use modern TLS encryption • HTTP/2 has strict requirements for TLS cipher suites, preferring connections over PFS HTTP/2 connection to www.google.com
  • 11. Technology Has Changed: Perfect Forward Secrecy • TCPdump and Wireshark can decrypt SSL with the private keys • Modern TLS is moving to ephemeral key exchange (PFS) – The private key is rotated, often every day – The client and server can still decrypt the connection and view clear text – Man in the middle devices, such as NPMs, aren’t able to view traffic Tap NPM
  • 12. Technology Has Changed: TLS 1.3 • TLS 1.3 introduces SSL certificate encryption • Breaking “middlebox” scenarios • SNI fields will be encrypted and tunneled • MITM mitigation • Removal of RSA and Diffie-Hellman Ciphers Suites Copyright © 2018 Avi Networks
  • 14. Real Game Changers: HTTP/3 • Soon HTTP / 3 (HTTP over QUIC) - UDP
  • 15. Real Game Changers: Container and Kubernetes • Containers and Kubernetes require service mesh to network services • Dynamic scale of microservices • Sheer volume of microservices (adoption will increase) • Deployed in multi-cloud for no vendor lock-in • In 5 years, more applications will be written in micro services architecture
  • 16. Real Game Changers: Microservices • Rapid CI/CD deployment • Blue/Green code version updates • Tracing • Ingress • East-West • Service mesh
  • 17. BARE METAL VIRTUALIZED CONTAINERSON PREMISES PUBLIC CLOUDVIRTUALIZED CONTAINERS Modern, Scalable, Multi-Cloud Architecture CONTROLLER (SaaS / Customer-Managed) SERVICE ENGINE SEPARATE CONTROL & DATA PLANE ELASTICITY INTELLIGENCE AUTOMATION Copyright © 2019 Avi Networks MULTI-CLOUD
  • 18. Demo
  • 19. TCPdump: Tool of Last Resort • What if I still need to do TCPdump on Avi? • Available within the Avi Controller UI – Perform traffic capture on a virtual service – Traffic capture is executed on all Service Engines hosting the VS – A single PCAP file is created from traffic aggregated across all Service Engines CONTROLLER SERVICE ENGINE VS1 VS1 VS1
  • 20. Network Analytics with TLS and Forward Secrecy • What if I still need to do capture traffic elsewhere on the network? • Avi Service Engines can mirror or clone traffic to NPM or network analytics tools • Cloned traffic may be clear text or re-encrypted with non-PFS TLS for wire to wire encryption • Traffic sent to public networks is encrypted with modern TLS encryption NPM
  • 21. Modernize Your World • Troubleshoot faster • Do more with less… even as network and apps grow Happy birthday TCPdump… but it’s time to let go of those red balloons
  • 22. Thank You! Chad Tripod, Avi Networks chad@avinetworks.com avinetworks.com Watch webinars: avinetworks.com/webinars-avi-tech-corner/ Try out Avi: Request a demo @ avinetworks.com Learn more: avinetworks.com/workshops

Editor's Notes

  • #18: Next, I am going to talk about how Avi delivers these fundamental values. They need a solid foundation and 5 key building blocks. Avi Vantage Platform – 100% software defined, scalable and distributed modern architecture that best matches the new generation of applications Analytics – visibility is to see which is an important first step. The true value to businesses however comes from actionable insights that can help make better decisions Automation – again it’s more than REST APIs and Ecosystem integration. What makes automation increasingly important is that it’s the critical step to finally operationalize digital transformation – from vision to reality. Let me now go through each of these steps in details. Software defined principle – our architecture separates the control plane and data plane. It allows centralized management and policies with distributed data plane referred to as Ses. SEs can scale out and in automatically – seamless scaling based on workloads. Automation is really the invisible secret sauce that makes this possible. And to make full-stack automation, it’s key to integrate into a rich set of ecosystem with 100% clean REST APIs. SEs can be deployed across heterogeneous environment – x86 bare metal servers, in virtualized environments or along side containers in both on-prem data centers, private clouds and public clouds. Multi-cloud is important not only due to the flexibility and freedom it allows but also reduces your risk of being forced to put all your eggs in one basket. Ultimately, what’s driving all these is the intelligence Avi’s built in analytics brings. It helps your teams work smarter, your infrastructure to react to changing demands faster and enable you to make wiser decisions.