SlideShare a Scribd company logo
SPAN RSPAN and ERSPAN
By : Khawar Nehal
Applied Technology Research Center
http://atrc.net.pk
khawar@atrc.net.pk
24 November 2015
SPAN RSPAN and ERSPAN
Hierarchy of this topic
Courses / ICT / Networking / Cisco / 
CCIE / SPAN RSPAN and ERSPAN
SPAN RSPAN and ERSPAN
Switch port Analyzer (SPAN) is an efficient, high 
performance traffic monitoring system. 
It duplicated network traffic to one or more monitor 
interfaces as it transverse the switch. 
SPAN RSPAN and ERSPAN
SPAN is used for troubleshooting connectivity 
issues and calculating network utilization and 
performance, among many others. 
There are three types of SPANs supported on 
Cisco products, which are illustrated in below 
diagram.
Local Span
Local SPAN: Mirrors traffic from one or more 
interface on the switch to one or more interfaces 
on the same switch.
Remote SPAN
Remote SPAN (RSPAN): An extension of SPAN 
called remote SPAN or RSPAN. RSPAN allows 
you to monitor traffic from source ports distributed 
over multiple switches, which means that you can 
centralize your network capture devices.
Remote SPAN
RSPAN works by mirroring the traffic from the 
source ports of an RSPAN session onto a VLAN 
that is dedicated for the RSPAN session. 
Remote SPAN
This VLAN is then trunked to other switches, 
allowing the RSPAN session traffic to be 
transported across multiple switches. 
On the switch that contains the destination port for 
the session, traffic from the RSPAN session VLAN 
is simply mirrored out the destination port.
ERSPAN
Encapsulated remote SPAN (ERSPAN): 
encapsulated Remote SPAN (ERSPAN), as the 
name says, brings generic routing encapsulation 
(GRE) for all captured traffic and allows it to be 
extended across Layer 3 domains. 
ERSPAN
ERSPAN is a Cisco proprietary feature and is 
available only to Catalyst 6500, 7600, Nexus, and 
ASR 1000 platforms to date. 
The ASR 1000 supports ERSPAN source 
(monitoring) only on Fast Ethernet, Gigabit 
Ethernet, and port­channel interfaces. 
 Configuration Example:
Configuring Local SPAN: Local SPAN configures 
using “monitor session” command specifying 
source and destination on the same switch.
 Configuration Example:
Switch1# configure terminal
Switch1(config)# monitor session 1 source interface fastEthernet0/2
Switch1(config)# monitor session 1 destination interface fastEthernet0/24
Switch1(config)#end
Local SPAN configuration syntax on Cisco IOS release 12.2(33)SXH and beyond as 
shown below.
monitor session 1 type local
source int fa0/2
destination int fa0/24
Configuring RSPAN:
Step1: In order to configure RSPAN you need to 
have an RSPAN VLAN, those VLANs have special 
properties and can’t be assigned to any access 
ports. 
Configuring RSPAN:
To create a VLAN for RSPAN on Cisco IOS, you 
must create the VLAN via the config­vlan 
configuration mode, as opposed to using the older 
VLAN database configuration mode.
Configuring RSPAN:
During the process of defining VLAN parameters, 
you must specify that the new VLAN is an RSPAN 
VLAN by configuring the remote­span VLAN 
configuration command.
Configuring RSPAN:
Switch1# configure terminal
Switch1(config)# vlan 200
Switch1(config­vlan)# remote­span
Switch1(config­vlan)# end
Switch1# show vlan remote­span
Remote SPAN VLANs
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
200
Configuring RSPAN:
Switch2# configure terminal
Switch2(config)# vlan 200
Switch2(config­vlan)# remote­span
Switch2(config­vlan)# end
Switch2# show vlan remote­span
Remote SPAN VLANs
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
200
Configuring RSPAN:
Step2: Then configure the RSPAN on Source 
switch: Unlike SPAN, where the source and 
destination ports exist on the same switch, the 
source and destination ports for an RSPAN 
session reside on different switches. This requires 
a separate RSPAN source session to be 
configured, as well as a separate RSPAN 
destination session to be configured.
Configuring RSPAN:
Switch1# configure terminal
Switch1(config)# monitor session 1 source interface fastEthernet0/2 rx
Switch1(config)# monitor session 1 destination remote vlan 200
reflector­port fastEthernet0/24
Switch1(config)# exit
Switch1# show monitor
Session 1
­­­­­­­­­
Type             : Remote Source Session
Source Ports     :
   Rx           : Fa0/2
Reflector Port   : Fa0/24
Dest RSPAN VLAN   : 200
Step 3
Step3: Configure the RSPAN on destination switch:
Switch2# configure terminal
Switch2(config)# monitor session 1 source remote vlan 200
Switch2(config)# monitor session 1 destination interface fastEthernet0/3
Switch2(config)# exit
Configuring RSPAN:
The RSPAN VLAN should be allowed in ALL 
trunks between the involved switches (Source and 
Destination switches in this case); if you have 
enabled "pruning" in your network, remove the 
RSPAN VLAN from the pruning, with the 
command: “switchport trunk pruning vlan remove 
<RSPAN VLAN ID>” under the interface configure 
as trunk.
GRE
Generic Routing Encapsulation (GRE) is a 
tunneling protocol developed by Cisco Systems 
that can encapsulate a wide variety of network 
layer protocols inside virtual point­to­point links 
over an Internet Protocol network.
QFP
The Cisco QuantumFlow Processor ­ The Engine 
in the ASR 1000 Series.
To be put simply, the Cisco QuantumFlow 
Processor (QFP) is everything on a chip. Gone 
are the days where you bought a large router ­ 
let's pick on the 7200­series ­ and also had to buy 
daughter cards or rely on the main CPU for 
encryption, firewalls, network management, QoS, 
etc. 
ASR
Aggregation Services Routers
ASR
Much more bandwidth is available now than 
during the times of 300­bps modems, but the 
same business principles of saving as much 
bandwidth as possible still applies. It is particularly 
important for enterprises to conserve bandwidth, 
but it also important for service providers. 
ASR
Both segments must have a network architecture 
that can offer higher levels of service for critical 
customers or Layer 7 applications. 
For this reason, routers capable of offering quality 
of service (QoS) that is flexible, scalable, and 
high­performing is more important than ever. 
ASR
 QoS on Cisco ASR 1000 Series Aggregation 
Services Routers offers powerful advanced and 
flexible hardware QoS capability. 
The Cisco ASR 1000 Series Router hardware, 
includes the Cisco QuantumFlow Processor 
(Cisco QFP) and its two chips: Cisco QFP Engine 
and Cisco QFP Traffic Manager.
ASR
Cisco ASR 1000 Series has software QoS 
features and capabilities which can be applied in 
several different architectures and deployments. 
Configuring ERSPAN:
In this example we will capture received traffic on 
the ASR 1002 (GigabitEthernet0/1/0) and send to 
Catalyst 6509 Gig2/2/1. This traffic will simply be 
captured, encapsulated in GRE by ASR 1002 
natively by the QFP chipset and routed over to the 
Catalyst 6509. 
Configuring ERSPAN:
A sniffing station on the 6500 attached to GE2/2/1 
will see the complete Ethernet frame (L2 to L7) 
information.
Configuring ERSPAN:
Configuring source interface, direction of traffic, and ERSPAN session ID on the ASR 
1002.
ASR1002(config)# monitor session 1 type erspan-source
ASR1002(config-mon-erspan-src)# source interface gig0/1/0 rx
ASR1002(config-mon-erspan-src)# no shutdown
ASR1002(config-mon-erspan-src)# destination
ASR1002(config-mon-erspan-src-dst)# erspan-id 101
ASR1002(config-mon-erspan-src-dst)# ip address 10.1.1.1
ASR1002(config-mon-erspan-src-dst)# origin ip address 172.16.1.1
Configuring ERSPAN:
Configuring Catalyst 6509 to receive traffic from the source session on the ASR 1002
SW6509(config)# monitor session 2 type erspan-destination
SW6509(config-mon-erspan-dst)# destination interface
gigabitEthernet2/2/1
SW6509(config-mon-erspan-dst)# no shutdown
SW6509(config-mon-erspan-dst)# source
SW6509(config-mon-erspan-dst-src)# erspan-id 101
SW6509(config-mon-erspan-dst-src)# ip address 10.1.1.1
Configuring ERSPAN:
You can use the show monitor session command to verify the configuration:
ASR1002#sh monitor session 1
Session 1
---------
Type : ERSPAN Source Session
Status : Admin Enabled
Source Ports :
RX Only : Gi0/1/0
Destination IP Address : 10.1.1.1
MTU : 1464
Destination ERSPAN ID : 101
Origin IP Address : 172.16.1.1
Configuring ERSPAN:
To monitor the statistics of monitored traffic, you need to use "show platform hardware qfp 
active feature erspan state" command:
ASR1002#show platform hardware qfp active feature erspan state
ERSPAN State:
Status : Active
Complexes : 1
CPPs : 1
Capabilites :
Max sessions : 1024
Max outputs : 128
Encaps type : ERSPAN type-II
GRE protocol : 0x88BE
MTU : 1464
IP TOS : 0
IP TTL : 255
COS : 0
Configuring ERSPAN:
System Statistics:
DROP src session replica : 0 / 0
DROP term session replica: 0 / 0
DROP receive malformed : 0 / 0
DROP receive invalid ID : 0 / 0
DROP recycle queue full : 0 / 0
DROP no GPM memory : 0 / 0
DROP no channel memory : 0 / 0
Client Debug Config:
Enabled: Info, Warn
Data Path Debug Config:
0x00000000
ASR1002#
Configuring ERSPAN:
Note:  10.1.1.1 is SW6509’s loopback. 172.16.1.1 Is ASR1002's 
loopback. ip address in destination session and ip address in 
source session should match. If they do not then you are likely to 
see dropped packets in the status. 
Thank You
That was all for SPAN, RSPAN and ERSPAN.
If you have questions, please send them to : 
cisco­training@atrc.net.pk
SPAN RSPAN and ERSPAN
By : Khawar Nehal
Applied Technology Research Center
http://atrc.net.pk
khawar@atrc.net.pk
24 November 2015
CISCO CCIE SPAN RSPAN ERSPAN
CISCO CCIE SPAN RSPAN ERSPAN
CISCO CCIE SPAN RSPAN ERSPAN
CISCO CCIE SPAN RSPAN ERSPAN

More Related Content

What's hot

Active directory
Active directory Active directory
Active directory
deshvikas
 
High level architecture of isp .55
High level architecture of isp .55High level architecture of isp .55
High level architecture of isp .55
myrajendra
 

What's hot (20)

IP Multicasting
IP MulticastingIP Multicasting
IP Multicasting
 
IPv6 Addressing Architecture
IPv6 Addressing ArchitectureIPv6 Addressing Architecture
IPv6 Addressing Architecture
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Active directory
Active directory Active directory
Active directory
 
Introductionto SDN
Introductionto SDN Introductionto SDN
Introductionto SDN
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlow
 
Wireshark Tutorial
Wireshark TutorialWireshark Tutorial
Wireshark Tutorial
 
Introduction to DNS
Introduction to DNSIntroduction to DNS
Introduction to DNS
 
Routing
RoutingRouting
Routing
 
Domain name system (dns)
Domain name system (dns)Domain name system (dns)
Domain name system (dns)
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
Network Address Translation (NAT)
Network Address Translation (NAT)Network Address Translation (NAT)
Network Address Translation (NAT)
 
Ospf
 Ospf Ospf
Ospf
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)
 
High level architecture of isp .55
High level architecture of isp .55High level architecture of isp .55
High level architecture of isp .55
 
Vlan
Vlan Vlan
Vlan
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
VLAN
VLANVLAN
VLAN
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginners
 

Similar to CISCO CCIE SPAN RSPAN ERSPAN

ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013
RoHit VashIsht
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the Datacenter
Robb Boyd
 
Wireshark Traffic Analysis
Wireshark Traffic AnalysisWireshark Traffic Analysis
Wireshark Traffic Analysis
David Sweigert
 

Similar to CISCO CCIE SPAN RSPAN ERSPAN (20)

ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013
 
Manageengine Netflow analyzer - An Insight
Manageengine Netflow analyzer - An InsightManageengine Netflow analyzer - An Insight
Manageengine Netflow analyzer - An Insight
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
 
NFA - Middle East Workshop
NFA - Middle East WorkshopNFA - Middle East Workshop
NFA - Middle East Workshop
 
Enhancing Network Visibility Based On Open Converged Network Appliance
Enhancing Network Visibility Based On Open Converged Network ApplianceEnhancing Network Visibility Based On Open Converged Network Appliance
Enhancing Network Visibility Based On Open Converged Network Appliance
 
D2T2 - Emmanuel Gadaix and Philippe Langlois - The SS7 Protocols.pdf
D2T2 - Emmanuel Gadaix and Philippe Langlois - The SS7 Protocols.pdfD2T2 - Emmanuel Gadaix and Philippe Langlois - The SS7 Protocols.pdf
D2T2 - Emmanuel Gadaix and Philippe Langlois - The SS7 Protocols.pdf
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the Datacenter
 
Spirent TestCenter OpenFlow Controller Emulation
Spirent TestCenter OpenFlow Controller EmulationSpirent TestCenter OpenFlow Controller Emulation
Spirent TestCenter OpenFlow Controller Emulation
 
Tapping Into the Health of Your Network
Tapping Into the Health of Your NetworkTapping Into the Health of Your Network
Tapping Into the Health of Your Network
 
Wireshark Traffic Analysis
Wireshark Traffic AnalysisWireshark Traffic Analysis
Wireshark Traffic Analysis
 
Ospf
OspfOspf
Ospf
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorial
 
Software defined network and Virtualization
Software defined network and VirtualizationSoftware defined network and Virtualization
Software defined network and Virtualization
 
SS7
SS7SS7
SS7
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
 
Alpakka - Connecting Kafka and ElasticSearch to Akka Streams
Alpakka - Connecting Kafka and ElasticSearch to Akka StreamsAlpakka - Connecting Kafka and ElasticSearch to Akka Streams
Alpakka - Connecting Kafka and ElasticSearch to Akka Streams
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
IRJET- Performance Improvement of Wireless Network using Modern Simulation Tools
IRJET- Performance Improvement of Wireless Network using Modern Simulation ToolsIRJET- Performance Improvement of Wireless Network using Modern Simulation Tools
IRJET- Performance Improvement of Wireless Network using Modern Simulation Tools
 

More from Khawar Nehal khawar.nehal@atrc.net.pk

More from Khawar Nehal khawar.nehal@atrc.net.pk (20)

Linux Class 1 Reasons to use linux
Linux Class 1 Reasons to use linux Linux Class 1 Reasons to use linux
Linux Class 1 Reasons to use linux
 
Same old lessons in investing
Same old lessons in investingSame old lessons in investing
Same old lessons in investing
 
Linux class 15 26 oct 2021
Linux class 15   26 oct 2021Linux class 15   26 oct 2021
Linux class 15 26 oct 2021
 
Linux class 10 15 oct 2021-6
Linux class 10   15 oct 2021-6Linux class 10   15 oct 2021-6
Linux class 10 15 oct 2021-6
 
Linux class 9 15 oct 2021-5
Linux class 9   15 oct 2021-5Linux class 9   15 oct 2021-5
Linux class 9 15 oct 2021-5
 
Linux class 8 tar
Linux class 8   tar  Linux class 8   tar
Linux class 8 tar
 
File systems linux class 8
File systems linux class 8File systems linux class 8
File systems linux class 8
 
Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021
 
Linux course fhs file hierarchy standard
Linux   course   fhs file hierarchy standardLinux   course   fhs file hierarchy standard
Linux course fhs file hierarchy standard
 
Linux passwords class 4
Linux passwords class 4Linux passwords class 4
Linux passwords class 4
 
Using linux 5 oct 2021 3
Using linux 5 oct 2021 3Using linux 5 oct 2021 3
Using linux 5 oct 2021 3
 
Everyday uses of linux
Everyday uses of linux  Everyday uses of linux
Everyday uses of linux
 
Computing people
Computing people  Computing people
Computing people
 
Artificial Intelligence by Khawar Nehal
Artificial Intelligence by Khawar NehalArtificial Intelligence by Khawar Nehal
Artificial Intelligence by Khawar Nehal
 
Artificial Intelligence in Banking
Artificial Intelligence in BankingArtificial Intelligence in Banking
Artificial Intelligence in Banking
 
Electric Vehicles
Electric VehiclesElectric Vehicles
Electric Vehicles
 
Electric Vehicles
Electric VehiclesElectric Vehicles
Electric Vehicles
 
RevOps Revenue Operations
RevOps Revenue OperationsRevOps Revenue Operations
RevOps Revenue Operations
 
Management techniques of the world by khawar nehal 4 august 2020-1
Management techniques of the world by khawar nehal   4 august 2020-1Management techniques of the world by khawar nehal   4 august 2020-1
Management techniques of the world by khawar nehal 4 august 2020-1
 
Kona (TM) Autonomous Cars Anti Collision System
Kona (TM) Autonomous Cars Anti Collision SystemKona (TM) Autonomous Cars Anti Collision System
Kona (TM) Autonomous Cars Anti Collision System
 

Recently uploaded

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 

Recently uploaded (20)

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 

CISCO CCIE SPAN RSPAN ERSPAN