SlideShare a Scribd company logo
Copyright © Arista 2018. All rights reserved.
Next Gen Monitoring with INT
(In Band Network Telemetry)
Ismail Ali (ismail@arista.com)
MyNOG 2019
Copyright © Arista 2018. All rights reserved.
Agenda
• Network Monitoring Evolution
• Motivation for New INT Model
• What is INT and How it Works
• INT Use Cases
2
Copyright © Arista 2018. All rights reserved.
Network Monitoring
• Why we need to monitor a network?
• What we need to monitor for a network?
• When and How we monitor a network?
• What and when we can get payback for network monitoring?
3
Copyright © Arista 2018. All rights reserved.
Today’s Network Monitoring
4
Expensive and inefficient No fine granularity visibility NO visibility = no control
Copyright © Arista 2018. All rights reserved.
Network Monitoring Evolution -- Telemetry
• Telemetry: is an automated communications process by which measurements
and other data are collected at remote or inaccessible points and transmitted to
receiving equipment for monitoring
• Need more finer granularity network monitoring data
• Mostly vendor-specific chipset/system based
• Involved some open projects/standards
5
Copyright © Arista 2018. All rights reserved.
Network Monitoring Evolution -- INT
• INT: Inband Network Telemetry (INT) is a framework that is designed to
monitor, collect, and report (Telemetry) flows and network states (Network),
by the data plane, without requiring intervention or work by the control plane
(Inband),
• Through data plane, metadata based, more vendor system depending
• Network-wide, instead of original platform centralized
6
Copyright © Arista 2018. All rights reserved.
Motivations for Next-Gen Monitoring
• Realtime network monitoring
- Line rate monitoring
• Canonical data mode
- OpenConf/YANG
- Easy to multi-vendor deployment
• Assurance for services/quality
- SLA and proof
- Per packet metadata
• New services deployment
- NFV
- micro-service
• Next-Gen Operation
- Fast fault detecting
- Real time path tracing
- Fast responding
7
Copyright © Arista 2018. All rights reserved.
INT First Spec Draft in 2015
8
https://p4.org/assets/INT-current-spec.pdf
Copyright © Arista 2018. All rights reserved.
And the latest is…
9
https://github.com/p4lang/p4-applications/blob/master/docs/INT_v1_0.pdf
Copyright © Arista 2018. All rights reserved.
INT : In-band Network Telemetry
• Mechanism for collecting network state in the data plane
- As close to real-time as possible
- At current and future line rates
- With a framework that can adapt over time
• Examples of network state
- Switch ID, Ingress Port ID, Egress Port ID
- Egress Link Utilization
- Hop Latency
- Egress Queue Occupancy
- Egress Queue Congestion Status
- ….
10
Naga Katta, Mukesh Hira, Changhoon Kim, Anirudh Sivaraman, and Jennifer Rexford. HULA: Scalable Load Balancing Using
Programmable Data Planes. In SOSR 2016.
Copyright © Arista 2018. All rights reserved.
How INT works
• Network element inserting it’s state (referred to as INT Metadata) inline into
packets in the data path encapsulated within an INT Header.
• Each network element in the packet path that supports INT, inserts its state
onto the packet.
• At the tail end these are stripped off and sent to collectors where the
metadata can be analyzed to provide much deeper information regarding
the network element states at the time of packet transit.
11
Copyright © Arista 2018. All rights reserved.
INT Typical Deployment
12
Copyright © Arista 2018. All rights reserved.
INT Packet
• INT information/data is carried inline in data plane frames
- Possible for every packet in the network
• Two components for the INT information
- INT Header: A packet header that carries INT information
≫ Identifies the INT frame and also carries information for transit nodes. One of the primary fields in the header is the
‘INT-vector’ which is typically a bit-map of data-types that each transit node collects and inserts in the frame. Note
that draft-kumar, for example, uses template ids to map to a particular set of metadata as opposed to explicitly
specifying the metadata set via a bit vector.
≫ Note that the draft-kumar and draft-kumar-v2 use the term ‘IFA’ (Inband Flow Analyzer) to refer to ‘INT’. For example
the INT Header is referred to as the IFA Header in the drafts.
- INT Metadata: Information that an INT Source inserts into the INT Header
≫ can be viewed as the collection of data-plane state that is stamped by a node in the frame. Typically this can be
viewed as a variable-length array of node metadata, where each element of the array represents the metadata for a
particular node. The Metadata may follow immediately after the header with each transit node inserting its metadata
at the head of the array immediately after the header.
≫ Note that certain implementations mention that INT Metadata (or a part of it) may also be carried in the tail of the
frame, but this is typically done to get around some hardware limitations.
13
Copyright © Arista 2018. All rights reserved.
INT Header
• Two types of INT header
- Type 1: hop-by-hop type
≫ Intermediate devices must process this type of INT header
- Type 2: destination type
≫ Intermediate devices must ignore this type of head and must be only consumed by INT Sink
- Yet another type:
≫ When both INT header types are present, the hop-by-hop type must be precede the destination type
header
14
Copyright © Arista 2018. All rights reserved.
INT Header Over ANY Encapsulation
• Basically, and INT Header can be inserted as an option or payload of any
encapsulation type
- INT over VXLAN (as VXLAN payload, per GPE extension)
- INT over Geneve (as Geneve option)
- INT over NSH (as NSH payload)
- INT over TCP (as payload)
- INT over UDP (as payload)
- INT over GRE (as a shim between GRE header and encapsulated payload)
• All devices along the way need to agree with it
15
Copyright © Arista 2018. All rights reserved.
INT Hop-by-Hop Metadata Header Format
16
Copyright © Arista 2018. All rights reserved.
INT Header: Potential Locations for Different Encapsulation
17
Copyright © Arista 2018. All rights reserved.
An INT Header and Metadata Example for a Simple Topology
18
• Host1 sends a TCP packet to host2.
• The ToR switch of host1 (Switch1) acts
as the INT source.
• Switch1 adds INT headers and its own
metadata in the packet.
• Switch2 prepends its metadata.
• Finally, the ToR switch of host2
(Switch3) acts as the INT sink and
removes INT headers before forwarding
the packet to host2.
Copyright © Arista 2018. All rights reserved.
Metadata List for Present and Future (to be added)
• Switch Level
- Switch id
- Control plane state version number
• Ingress
- Ingress port identifier
- Ingress timestamp
- Ingress port RX pkt count
- Ingress port RX byte count
- Ingress port RX drop count
- Ingress port RX utilization
19
• Egress
- Egress port identifier
- Egress timestamp
- Egress port TX pkt count
- Egress port TX byte count
- Egress port TX drop count
- Egress port TX utilization
• Buffer Information
- Queue id
- Instantaneous queue length
- Average queue length
- Queue drop count
• Miscellaneous
- Checksum Complement
Copyright © Arista 2018. All rights reserved.
INT Flow Event – Watchlist & Event Detection
20
INT Endpoint
(source)
Flow watchlist
payload
header
Switch1
INT Metadata
payload
header
Switch2
INT Metadata
payload
header
Switch1
INT Metadata
INT Endpoint
(sink)
Event detection
payload
header
Switch2
INT Metadata
Switch3
Local report
report
header
Switch1
INT Metadata
INT Endpoint
(source)
Flow watchlist
Host1 Host2Switch1 Switch2 Switch3
Monitor
Collector
Copyright © Arista 2018. All rights reserved.
Some INT Report Types
• Local flow reports — Generated from flow events. Sent from the source or
sink for host-to-host data flows matching the watchlist
• Drop reports — Generated from drop events. Sent for certain supported
drops. Every INT-enabled switch sends these reports to the monitor-
collector
• Queue Congestion reports — Generated from queue-related events. Sent for
packets exceeding the queue depth or latency. Every INT-enabled switch
sends these reports to the monitor-collector
• INT reports — Sent by the sink. When INT-encapsulated data packets are
received on the sink fabric port, two reports are generated by the sink:
- Local report for traffic arriving on fabric port
- INT report for data received from the source
21
Copyright © Arista 2018. All rights reserved.
INT Report Example – Drop Report
22
payload
header
payload
header
INT Endpoint
Watchlist: Event detection
report
header
Switch1
Drop information
Host1 Host2Switch1 Switch2 Switch3
Monitor
Collector
report
header
Switch2
Drop information
report
header
Switch3
Drop information
payload
header
payload
header
INT Endpoint
Watchlist: Event detection
INT Endpoint
Watchlist: Event detection
Copyright © Arista 2018. All rights reserved.23
A simple INT use case:
Measuring and reporting end-to-end latency between virtual switches
Copyright © Arista 2018. All rights reserved.
How packet level telemetry helps
• Inflated latencies and congestion analysis
• Network topology and packet traversals
• Timeliness and flexibility for exceptions
• Doorway to machine learning
24
Copyright © Arista 2018. All rights reserved.
Questions INT tried to Address
25
http://www.opencompute.org/assets/Uploads/INT-In-Band-Network-Telemetry-A-Powerful-
Analytics-Framework-for-your-Data-Center-OCP-Final3.pdf
Copyright © Arista 2018. All rights reserved.
Network Path and Forwarding Rule
26
Copyright © Arista 2018. All rights reserved.
Network Latency
27
Copyright © Arista 2018. All rights reserved.
Congestion Cause
28
Copyright © Arista 2018. All rights reserved.
How INT Works
29
Remote
monitoring
engine
Copyright © Arista 2018. All rights reserved.
Extending INT telemetry beyond physical switches
30
Trident 3
Jericho 2
Copyright © Arista 2018. All rights reserved.
Three INT Models
• Out of Band Probes
- Similar to ping/traceroute in the sense that these are admin/initiated
≫ except that unlike ping/traceroute, these are handled in data plane.
- The transit nodes add INT metadata in data plane.
- Typically these probes are initiated and terminated on the Host side and the network switches/nodes perform the ‘transit’ function
• Inline INT Model
- INT information is carried inband/inline in existing data flows.
- By including the INT information (header + metadata) at the Initiating/Encapsulating node and by removing the INT headers and
metadata at the Terminating/Decapsulating node.
- Each transit node adds its own INT metadata
≫ Initiating and Terminating nodes may also perform the ‘transit’ role
• INT over mirror
- The INT Initiating node applies a selection process to select candidate frames for applying INT based on interface, ACL etc.
- The candidate frames are then subject to sampling at a configured rate to arrive at the final decision to apply further INT processing.
- The INT Initiating/Encapsulating node then mirrors or generates a copy of the selected frames.
- The original packet goes through unchanged, whereas the copy is augmented with INT data.
- The Initiating node inserts an INT header in the copy and each transit hop adds its metadata carrying INT information.
- The terminating node collects the INT information, drops the copy and forwards the summarized data to collector(s).
31
Copyright © Arista 2018. All rights reserved.
INT Deployment model
• INT Initiation at TOR
- The TOR switches perform the INT
Initiation and Termination functions.
- The servers are INT Agnostic and the
Spine switches perform INT transit
• INT Initiation at Server/NIC
- INT Initiation/Termination happens at
the NIC
- TOR and Spine switches are purely
transit from INT perspective.
32
Copyright © Arista 2018. All rights reserved.
References
• [draft-kumar-ifa-00]: Mechanism to sample and mirror data plane packets and
carry INT info in the mirrored packets which would be dropped at the terminating
node. This mechanism is referred to as IFA 1.0 in the draft. This is superseded
by draft-kumar-v2.
• [draft-kumar-ippm-ifa-01]: Update to draft-kumar that specifies usage of a new
‘experimental IP protocol type’ to identify INT packets. This is the current version
proposed in IETF. It is referred to as IFA 2.0 in the draft.
• [draft-ietf-ippm-ioam-data-03]: Mechanism to carry telemetry info in-situ i.e
along with data plane packets by inserting INT headers and metadata into
packets.
• [https://p4.org/assets/INT-current-spec.pdf]: specified mechanism to carry INT
info in normal data plane packets or special probe packets
• [draft-lapukhov-dataplane-probe-01]: Active data plane probes. These don't
carry application traffic i.e separate INT packets - sort of like ping, traceroute
except they would be handled in the data plane in the transiting nodes.
33
Copyright © Arista 2018. All rights reserved.Copyright © Arista 2018. All rights reserved.
Thanks
34

More Related Content

What's hot

FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
Kirill Tsym
 
Network visibility and control using industry standard sFlow telemetry
Network visibility and control using industry standard sFlow telemetryNetwork visibility and control using industry standard sFlow telemetry
Network visibility and control using industry standard sFlow telemetry
pphaal
 
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
Bruno Teixeira
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
APNIC
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT Tutorial
APNIC
 
Securing the Onion: 5G Cloud Native Infrastructure
Securing the Onion: 5G Cloud Native InfrastructureSecuring the Onion: 5G Cloud Native Infrastructure
Securing the Onion: 5G Cloud Native Infrastructure
MyNOG
 
Open vSwitch Offload: Conntrack and the Upstream Kernel
Open vSwitch Offload: Conntrack and the Upstream KernelOpen vSwitch Offload: Conntrack and the Upstream Kernel
Open vSwitch Offload: Conntrack and the Upstream Kernel
Netronome
 
Ovs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offload
Kevin Traynor
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting router
Shu Sugimoto
 
VXLAN
VXLANVXLAN
VXLAN
SAliyev1
 
Faster packet processing in Linux: XDP
Faster packet processing in Linux: XDPFaster packet processing in Linux: XDP
Faster packet processing in Linux: XDP
Daniel T. Lee
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
Febrian ‎
 
Cilium - Container Networking with BPF & XDP
Cilium - Container Networking with BPF & XDPCilium - Container Networking with BPF & XDP
Cilium - Container Networking with BPF & XDP
Thomas Graf
 
Inter-AS MPLS VPN Deployment
Inter-AS MPLS VPN DeploymentInter-AS MPLS VPN Deployment
Inter-AS MPLS VPN Deployment
Bangladesh Network Operators Group
 
IBTA Releases Updated Specification for RoCEv2
IBTA Releases Updated Specification for RoCEv2IBTA Releases Updated Specification for RoCEv2
IBTA Releases Updated Specification for RoCEv2
inside-BigData.com
 
Next Generation Nexus 9000 Architecture
Next Generation Nexus 9000 ArchitectureNext Generation Nexus 9000 Architecture
Next Generation Nexus 9000 Architecture
Cisco Canada
 
NVMe over Fabrics Demystified
NVMe over Fabrics Demystified NVMe over Fabrics Demystified
NVMe over Fabrics Demystified
Brad Eckert
 
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
PROIDEA
 
MPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - BasicMPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - Basic
Ericsson
 

What's hot (20)

FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
 
Network visibility and control using industry standard sFlow telemetry
Network visibility and control using industry standard sFlow telemetryNetwork visibility and control using industry standard sFlow telemetry
Network visibility and control using industry standard sFlow telemetry
 
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Milan Jan/2014
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT Tutorial
 
Securing the Onion: 5G Cloud Native Infrastructure
Securing the Onion: 5G Cloud Native InfrastructureSecuring the Onion: 5G Cloud Native Infrastructure
Securing the Onion: 5G Cloud Native Infrastructure
 
Open vSwitch Offload: Conntrack and the Upstream Kernel
Open vSwitch Offload: Conntrack and the Upstream KernelOpen vSwitch Offload: Conntrack and the Upstream Kernel
Open vSwitch Offload: Conntrack and the Upstream Kernel
 
Ovs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offload
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting router
 
VXLAN
VXLANVXLAN
VXLAN
 
Faster packet processing in Linux: XDP
Faster packet processing in Linux: XDPFaster packet processing in Linux: XDP
Faster packet processing in Linux: XDP
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
 
Cilium - Container Networking with BPF & XDP
Cilium - Container Networking with BPF & XDPCilium - Container Networking with BPF & XDP
Cilium - Container Networking with BPF & XDP
 
Inter-AS MPLS VPN Deployment
Inter-AS MPLS VPN DeploymentInter-AS MPLS VPN Deployment
Inter-AS MPLS VPN Deployment
 
IBTA Releases Updated Specification for RoCEv2
IBTA Releases Updated Specification for RoCEv2IBTA Releases Updated Specification for RoCEv2
IBTA Releases Updated Specification for RoCEv2
 
Next Generation Nexus 9000 Architecture
Next Generation Nexus 9000 ArchitectureNext Generation Nexus 9000 Architecture
Next Generation Nexus 9000 Architecture
 
NVMe over Fabrics Demystified
NVMe over Fabrics Demystified NVMe over Fabrics Demystified
NVMe over Fabrics Demystified
 
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
JDD 2017: Nginx + Lua = OpenResty (Marcin Stożek)
 
MPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - BasicMPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - Basic
 
OSS Presentation Arista
OSS Presentation AristaOSS Presentation Arista
OSS Presentation Arista
 

Similar to Next Gen Monitoring with INT

IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntopIT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
InfluxData
 
BGP FlowSpec experience and future developments
BGP FlowSpec experience and future developmentsBGP FlowSpec experience and future developments
BGP FlowSpec experience and future developments
Pavel Odintsov
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET Journal
 
Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
Aalok Shah
 
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitchDPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
Jim St. Leger
 
Wireshark, Tcpdump and Network Performance tools
Wireshark, Tcpdump and Network Performance toolsWireshark, Tcpdump and Network Performance tools
Wireshark, Tcpdump and Network Performance tools
Sachidananda Sahu
 
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SPKrzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
PROIDEA
 
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptxdraft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
ThomasGraf40
 
NFA - Middle East Workshop
NFA - Middle East WorkshopNFA - Middle East Workshop
NFA - Middle East Workshop
ManageEngine, Zoho Corporation
 
Synthesis & FPGA Implementation of UART IP Soft Core
Synthesis & FPGA Implementation of UART IP Soft CoreSynthesis & FPGA Implementation of UART IP Soft Core
Synthesis & FPGA Implementation of UART IP Soft Core
ijsrd.com
 
Maximizing High-Performance Applications with CAN Bus
Maximizing High-Performance Applications with CAN BusMaximizing High-Performance Applications with CAN Bus
Maximizing High-Performance Applications with CAN Bus
ICS
 
Maximizing High Performance Applications with CAN Bus
Maximizing High Performance Applications with CAN BusMaximizing High Performance Applications with CAN Bus
Maximizing High Performance Applications with CAN Bus
Janel Heilbrunn
 
Lagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
Lagopus presentation on 14th Annual ON*VECTOR International Photonics WorkshopLagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
Lagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
Lagopus SDN/OpenFlow switch
 
Linkmeup v076(2019-06).2
Linkmeup v076(2019-06).2Linkmeup v076(2019-06).2
Linkmeup v076(2019-06).2
eucariot
 
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET Journal
 
Botprobe - Reducing network threat intelligence big data
Botprobe - Reducing network threat intelligence big data Botprobe - Reducing network threat intelligence big data
Botprobe - Reducing network threat intelligence big data
DATA SECURITY SOLUTIONS
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
Editor IJMTER
 
IRJET- Design of Virtual Channel Less Five Port Network
IRJET- Design of Virtual Channel Less Five Port NetworkIRJET- Design of Virtual Channel Less Five Port Network
IRJET- Design of Virtual Channel Less Five Port Network
IRJET Journal
 
Workshop slides
Workshop slidesWorkshop slides
Workshop slides
Rishabh Jain
 

Similar to Next Gen Monitoring with INT (20)

IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntopIT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
IT Monitoring in the Era of Containers | Luca Deri Founder & Project Lead | ntop
 
BGP FlowSpec experience and future developments
BGP FlowSpec experience and future developmentsBGP FlowSpec experience and future developments
BGP FlowSpec experience and future developments
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
 
Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
 
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitchDPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
 
Wireshark, Tcpdump and Network Performance tools
Wireshark, Tcpdump and Network Performance toolsWireshark, Tcpdump and Network Performance tools
Wireshark, Tcpdump and Network Performance tools
 
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SPKrzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
Krzysztof Mazepa - Netflow/cflow - ulubionym narzędziem operatorów SP
 
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptxdraft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
draft-tgraf-opsawg-ipfix-on-path-telemetry-00.pptx
 
iCAM
iCAMiCAM
iCAM
 
NFA - Middle East Workshop
NFA - Middle East WorkshopNFA - Middle East Workshop
NFA - Middle East Workshop
 
Synthesis & FPGA Implementation of UART IP Soft Core
Synthesis & FPGA Implementation of UART IP Soft CoreSynthesis & FPGA Implementation of UART IP Soft Core
Synthesis & FPGA Implementation of UART IP Soft Core
 
Maximizing High-Performance Applications with CAN Bus
Maximizing High-Performance Applications with CAN BusMaximizing High-Performance Applications with CAN Bus
Maximizing High-Performance Applications with CAN Bus
 
Maximizing High Performance Applications with CAN Bus
Maximizing High Performance Applications with CAN BusMaximizing High Performance Applications with CAN Bus
Maximizing High Performance Applications with CAN Bus
 
Lagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
Lagopus presentation on 14th Annual ON*VECTOR International Photonics WorkshopLagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
Lagopus presentation on 14th Annual ON*VECTOR International Photonics Workshop
 
Linkmeup v076(2019-06).2
Linkmeup v076(2019-06).2Linkmeup v076(2019-06).2
Linkmeup v076(2019-06).2
 
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
 
Botprobe - Reducing network threat intelligence big data
Botprobe - Reducing network threat intelligence big data Botprobe - Reducing network threat intelligence big data
Botprobe - Reducing network threat intelligence big data
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
 
IRJET- Design of Virtual Channel Less Five Port Network
IRJET- Design of Virtual Channel Less Five Port NetworkIRJET- Design of Virtual Channel Less Five Port Network
IRJET- Design of Virtual Channel Less Five Port Network
 
Workshop slides
Workshop slidesWorkshop slides
Workshop slides
 

More from MyNOG

MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIAMEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
MyNOG
 
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s HotspotsMalaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
MyNOG
 
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICESHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
MyNOG
 
Building a Connected Future: The Power of Interconnection
Building a Connected Future: The Power of InterconnectionBuilding a Connected Future: The Power of Interconnection
Building a Connected Future: The Power of Interconnection
MyNOG
 
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIESCOHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
MyNOG
 
Strategies for Seamless Recovery in a Dynamic Data Landscape
Strategies for Seamless Recovery in a Dynamic Data LandscapeStrategies for Seamless Recovery in a Dynamic Data Landscape
Strategies for Seamless Recovery in a Dynamic Data Landscape
MyNOG
 
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
SRv6: DEPLOYMENT & USECASES by Aditya KaulSRv6: DEPLOYMENT & USECASES by Aditya Kaul
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
MyNOG
 
Peering Personal MyNOG-10
Peering Personal MyNOG-10Peering Personal MyNOG-10
Peering Personal MyNOG-10
MyNOG
 
Embedded CDNs in 2023
Embedded CDNs in 2023Embedded CDNs in 2023
Embedded CDNs in 2023
MyNOG
 
Edge virtualisation for Carrier Networks
Edge virtualisation for Carrier NetworksEdge virtualisation for Carrier Networks
Edge virtualisation for Carrier Networks
MyNOG
 
Equinix: New Markets, New Frontiers
Equinix: New Markets, New FrontiersEquinix: New Markets, New Frontiers
Equinix: New Markets, New Frontiers
MyNOG
 
Hierarchical Network Controller
Hierarchical Network ControllerHierarchical Network Controller
Hierarchical Network Controller
MyNOG
 
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
Aether: The First Open Source 5G/LTE Connected Edge Cloud PlatformAether: The First Open Source 5G/LTE Connected Edge Cloud Platform
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
MyNOG
 
Cleaning up your RPKI invalids
Cleaning up your RPKI invalidsCleaning up your RPKI invalids
Cleaning up your RPKI invalids
MyNOG
 
Introducing Peering LAN 2.0 at DE-CIX
Introducing Peering LAN 2.0 at DE-CIXIntroducing Peering LAN 2.0 at DE-CIX
Introducing Peering LAN 2.0 at DE-CIX
MyNOG
 
Load balancing and Service in Kubernetes
Load balancing and Service in KubernetesLoad balancing and Service in Kubernetes
Load balancing and Service in Kubernetes
MyNOG
 
Cloud SDN: BGP Peering and RPKI
Cloud SDN: BGP Peering and RPKICloud SDN: BGP Peering and RPKI
Cloud SDN: BGP Peering and RPKI
MyNOG
 
SDM – A New (Subsea) Cable Paradigm
SDM – A New (Subsea) Cable ParadigmSDM – A New (Subsea) Cable Paradigm
SDM – A New (Subsea) Cable Paradigm
MyNOG
 
AI in Networking: Transforming Network Operations with Juniper Mist AIDE
AI in Networking: Transforming Network Operations with Juniper Mist AIDEAI in Networking: Transforming Network Operations with Juniper Mist AIDE
AI in Networking: Transforming Network Operations with Juniper Mist AIDE
MyNOG
 
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
MyNOG
 

More from MyNOG (20)

MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIAMEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
 
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s HotspotsMalaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
 
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICESHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
 
Building a Connected Future: The Power of Interconnection
Building a Connected Future: The Power of InterconnectionBuilding a Connected Future: The Power of Interconnection
Building a Connected Future: The Power of Interconnection
 
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIESCOHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
 
Strategies for Seamless Recovery in a Dynamic Data Landscape
Strategies for Seamless Recovery in a Dynamic Data LandscapeStrategies for Seamless Recovery in a Dynamic Data Landscape
Strategies for Seamless Recovery in a Dynamic Data Landscape
 
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
SRv6: DEPLOYMENT & USECASES by Aditya KaulSRv6: DEPLOYMENT & USECASES by Aditya Kaul
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
 
Peering Personal MyNOG-10
Peering Personal MyNOG-10Peering Personal MyNOG-10
Peering Personal MyNOG-10
 
Embedded CDNs in 2023
Embedded CDNs in 2023Embedded CDNs in 2023
Embedded CDNs in 2023
 
Edge virtualisation for Carrier Networks
Edge virtualisation for Carrier NetworksEdge virtualisation for Carrier Networks
Edge virtualisation for Carrier Networks
 
Equinix: New Markets, New Frontiers
Equinix: New Markets, New FrontiersEquinix: New Markets, New Frontiers
Equinix: New Markets, New Frontiers
 
Hierarchical Network Controller
Hierarchical Network ControllerHierarchical Network Controller
Hierarchical Network Controller
 
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
Aether: The First Open Source 5G/LTE Connected Edge Cloud PlatformAether: The First Open Source 5G/LTE Connected Edge Cloud Platform
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
 
Cleaning up your RPKI invalids
Cleaning up your RPKI invalidsCleaning up your RPKI invalids
Cleaning up your RPKI invalids
 
Introducing Peering LAN 2.0 at DE-CIX
Introducing Peering LAN 2.0 at DE-CIXIntroducing Peering LAN 2.0 at DE-CIX
Introducing Peering LAN 2.0 at DE-CIX
 
Load balancing and Service in Kubernetes
Load balancing and Service in KubernetesLoad balancing and Service in Kubernetes
Load balancing and Service in Kubernetes
 
Cloud SDN: BGP Peering and RPKI
Cloud SDN: BGP Peering and RPKICloud SDN: BGP Peering and RPKI
Cloud SDN: BGP Peering and RPKI
 
SDM – A New (Subsea) Cable Paradigm
SDM – A New (Subsea) Cable ParadigmSDM – A New (Subsea) Cable Paradigm
SDM – A New (Subsea) Cable Paradigm
 
AI in Networking: Transforming Network Operations with Juniper Mist AIDE
AI in Networking: Transforming Network Operations with Juniper Mist AIDEAI in Networking: Transforming Network Operations with Juniper Mist AIDE
AI in Networking: Transforming Network Operations with Juniper Mist AIDE
 
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
Malaysia Data Center Landscape, Where is the next hotspot to place your fiber...
 

Recently uploaded

How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 

Recently uploaded (20)

How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 

Next Gen Monitoring with INT

  • 1. Copyright © Arista 2018. All rights reserved. Next Gen Monitoring with INT (In Band Network Telemetry) Ismail Ali (ismail@arista.com) MyNOG 2019
  • 2. Copyright © Arista 2018. All rights reserved. Agenda • Network Monitoring Evolution • Motivation for New INT Model • What is INT and How it Works • INT Use Cases 2
  • 3. Copyright © Arista 2018. All rights reserved. Network Monitoring • Why we need to monitor a network? • What we need to monitor for a network? • When and How we monitor a network? • What and when we can get payback for network monitoring? 3
  • 4. Copyright © Arista 2018. All rights reserved. Today’s Network Monitoring 4 Expensive and inefficient No fine granularity visibility NO visibility = no control
  • 5. Copyright © Arista 2018. All rights reserved. Network Monitoring Evolution -- Telemetry • Telemetry: is an automated communications process by which measurements and other data are collected at remote or inaccessible points and transmitted to receiving equipment for monitoring • Need more finer granularity network monitoring data • Mostly vendor-specific chipset/system based • Involved some open projects/standards 5
  • 6. Copyright © Arista 2018. All rights reserved. Network Monitoring Evolution -- INT • INT: Inband Network Telemetry (INT) is a framework that is designed to monitor, collect, and report (Telemetry) flows and network states (Network), by the data plane, without requiring intervention or work by the control plane (Inband), • Through data plane, metadata based, more vendor system depending • Network-wide, instead of original platform centralized 6
  • 7. Copyright © Arista 2018. All rights reserved. Motivations for Next-Gen Monitoring • Realtime network monitoring - Line rate monitoring • Canonical data mode - OpenConf/YANG - Easy to multi-vendor deployment • Assurance for services/quality - SLA and proof - Per packet metadata • New services deployment - NFV - micro-service • Next-Gen Operation - Fast fault detecting - Real time path tracing - Fast responding 7
  • 8. Copyright © Arista 2018. All rights reserved. INT First Spec Draft in 2015 8 https://p4.org/assets/INT-current-spec.pdf
  • 9. Copyright © Arista 2018. All rights reserved. And the latest is… 9 https://github.com/p4lang/p4-applications/blob/master/docs/INT_v1_0.pdf
  • 10. Copyright © Arista 2018. All rights reserved. INT : In-band Network Telemetry • Mechanism for collecting network state in the data plane - As close to real-time as possible - At current and future line rates - With a framework that can adapt over time • Examples of network state - Switch ID, Ingress Port ID, Egress Port ID - Egress Link Utilization - Hop Latency - Egress Queue Occupancy - Egress Queue Congestion Status - …. 10 Naga Katta, Mukesh Hira, Changhoon Kim, Anirudh Sivaraman, and Jennifer Rexford. HULA: Scalable Load Balancing Using Programmable Data Planes. In SOSR 2016.
  • 11. Copyright © Arista 2018. All rights reserved. How INT works • Network element inserting it’s state (referred to as INT Metadata) inline into packets in the data path encapsulated within an INT Header. • Each network element in the packet path that supports INT, inserts its state onto the packet. • At the tail end these are stripped off and sent to collectors where the metadata can be analyzed to provide much deeper information regarding the network element states at the time of packet transit. 11
  • 12. Copyright © Arista 2018. All rights reserved. INT Typical Deployment 12
  • 13. Copyright © Arista 2018. All rights reserved. INT Packet • INT information/data is carried inline in data plane frames - Possible for every packet in the network • Two components for the INT information - INT Header: A packet header that carries INT information ≫ Identifies the INT frame and also carries information for transit nodes. One of the primary fields in the header is the ‘INT-vector’ which is typically a bit-map of data-types that each transit node collects and inserts in the frame. Note that draft-kumar, for example, uses template ids to map to a particular set of metadata as opposed to explicitly specifying the metadata set via a bit vector. ≫ Note that the draft-kumar and draft-kumar-v2 use the term ‘IFA’ (Inband Flow Analyzer) to refer to ‘INT’. For example the INT Header is referred to as the IFA Header in the drafts. - INT Metadata: Information that an INT Source inserts into the INT Header ≫ can be viewed as the collection of data-plane state that is stamped by a node in the frame. Typically this can be viewed as a variable-length array of node metadata, where each element of the array represents the metadata for a particular node. The Metadata may follow immediately after the header with each transit node inserting its metadata at the head of the array immediately after the header. ≫ Note that certain implementations mention that INT Metadata (or a part of it) may also be carried in the tail of the frame, but this is typically done to get around some hardware limitations. 13
  • 14. Copyright © Arista 2018. All rights reserved. INT Header • Two types of INT header - Type 1: hop-by-hop type ≫ Intermediate devices must process this type of INT header - Type 2: destination type ≫ Intermediate devices must ignore this type of head and must be only consumed by INT Sink - Yet another type: ≫ When both INT header types are present, the hop-by-hop type must be precede the destination type header 14
  • 15. Copyright © Arista 2018. All rights reserved. INT Header Over ANY Encapsulation • Basically, and INT Header can be inserted as an option or payload of any encapsulation type - INT over VXLAN (as VXLAN payload, per GPE extension) - INT over Geneve (as Geneve option) - INT over NSH (as NSH payload) - INT over TCP (as payload) - INT over UDP (as payload) - INT over GRE (as a shim between GRE header and encapsulated payload) • All devices along the way need to agree with it 15
  • 16. Copyright © Arista 2018. All rights reserved. INT Hop-by-Hop Metadata Header Format 16
  • 17. Copyright © Arista 2018. All rights reserved. INT Header: Potential Locations for Different Encapsulation 17
  • 18. Copyright © Arista 2018. All rights reserved. An INT Header and Metadata Example for a Simple Topology 18 • Host1 sends a TCP packet to host2. • The ToR switch of host1 (Switch1) acts as the INT source. • Switch1 adds INT headers and its own metadata in the packet. • Switch2 prepends its metadata. • Finally, the ToR switch of host2 (Switch3) acts as the INT sink and removes INT headers before forwarding the packet to host2.
  • 19. Copyright © Arista 2018. All rights reserved. Metadata List for Present and Future (to be added) • Switch Level - Switch id - Control plane state version number • Ingress - Ingress port identifier - Ingress timestamp - Ingress port RX pkt count - Ingress port RX byte count - Ingress port RX drop count - Ingress port RX utilization 19 • Egress - Egress port identifier - Egress timestamp - Egress port TX pkt count - Egress port TX byte count - Egress port TX drop count - Egress port TX utilization • Buffer Information - Queue id - Instantaneous queue length - Average queue length - Queue drop count • Miscellaneous - Checksum Complement
  • 20. Copyright © Arista 2018. All rights reserved. INT Flow Event – Watchlist & Event Detection 20 INT Endpoint (source) Flow watchlist payload header Switch1 INT Metadata payload header Switch2 INT Metadata payload header Switch1 INT Metadata INT Endpoint (sink) Event detection payload header Switch2 INT Metadata Switch3 Local report report header Switch1 INT Metadata INT Endpoint (source) Flow watchlist Host1 Host2Switch1 Switch2 Switch3 Monitor Collector
  • 21. Copyright © Arista 2018. All rights reserved. Some INT Report Types • Local flow reports — Generated from flow events. Sent from the source or sink for host-to-host data flows matching the watchlist • Drop reports — Generated from drop events. Sent for certain supported drops. Every INT-enabled switch sends these reports to the monitor- collector • Queue Congestion reports — Generated from queue-related events. Sent for packets exceeding the queue depth or latency. Every INT-enabled switch sends these reports to the monitor-collector • INT reports — Sent by the sink. When INT-encapsulated data packets are received on the sink fabric port, two reports are generated by the sink: - Local report for traffic arriving on fabric port - INT report for data received from the source 21
  • 22. Copyright © Arista 2018. All rights reserved. INT Report Example – Drop Report 22 payload header payload header INT Endpoint Watchlist: Event detection report header Switch1 Drop information Host1 Host2Switch1 Switch2 Switch3 Monitor Collector report header Switch2 Drop information report header Switch3 Drop information payload header payload header INT Endpoint Watchlist: Event detection INT Endpoint Watchlist: Event detection
  • 23. Copyright © Arista 2018. All rights reserved.23 A simple INT use case: Measuring and reporting end-to-end latency between virtual switches
  • 24. Copyright © Arista 2018. All rights reserved. How packet level telemetry helps • Inflated latencies and congestion analysis • Network topology and packet traversals • Timeliness and flexibility for exceptions • Doorway to machine learning 24
  • 25. Copyright © Arista 2018. All rights reserved. Questions INT tried to Address 25 http://www.opencompute.org/assets/Uploads/INT-In-Band-Network-Telemetry-A-Powerful- Analytics-Framework-for-your-Data-Center-OCP-Final3.pdf
  • 26. Copyright © Arista 2018. All rights reserved. Network Path and Forwarding Rule 26
  • 27. Copyright © Arista 2018. All rights reserved. Network Latency 27
  • 28. Copyright © Arista 2018. All rights reserved. Congestion Cause 28
  • 29. Copyright © Arista 2018. All rights reserved. How INT Works 29 Remote monitoring engine
  • 30. Copyright © Arista 2018. All rights reserved. Extending INT telemetry beyond physical switches 30 Trident 3 Jericho 2
  • 31. Copyright © Arista 2018. All rights reserved. Three INT Models • Out of Band Probes - Similar to ping/traceroute in the sense that these are admin/initiated ≫ except that unlike ping/traceroute, these are handled in data plane. - The transit nodes add INT metadata in data plane. - Typically these probes are initiated and terminated on the Host side and the network switches/nodes perform the ‘transit’ function • Inline INT Model - INT information is carried inband/inline in existing data flows. - By including the INT information (header + metadata) at the Initiating/Encapsulating node and by removing the INT headers and metadata at the Terminating/Decapsulating node. - Each transit node adds its own INT metadata ≫ Initiating and Terminating nodes may also perform the ‘transit’ role • INT over mirror - The INT Initiating node applies a selection process to select candidate frames for applying INT based on interface, ACL etc. - The candidate frames are then subject to sampling at a configured rate to arrive at the final decision to apply further INT processing. - The INT Initiating/Encapsulating node then mirrors or generates a copy of the selected frames. - The original packet goes through unchanged, whereas the copy is augmented with INT data. - The Initiating node inserts an INT header in the copy and each transit hop adds its metadata carrying INT information. - The terminating node collects the INT information, drops the copy and forwards the summarized data to collector(s). 31
  • 32. Copyright © Arista 2018. All rights reserved. INT Deployment model • INT Initiation at TOR - The TOR switches perform the INT Initiation and Termination functions. - The servers are INT Agnostic and the Spine switches perform INT transit • INT Initiation at Server/NIC - INT Initiation/Termination happens at the NIC - TOR and Spine switches are purely transit from INT perspective. 32
  • 33. Copyright © Arista 2018. All rights reserved. References • [draft-kumar-ifa-00]: Mechanism to sample and mirror data plane packets and carry INT info in the mirrored packets which would be dropped at the terminating node. This mechanism is referred to as IFA 1.0 in the draft. This is superseded by draft-kumar-v2. • [draft-kumar-ippm-ifa-01]: Update to draft-kumar that specifies usage of a new ‘experimental IP protocol type’ to identify INT packets. This is the current version proposed in IETF. It is referred to as IFA 2.0 in the draft. • [draft-ietf-ippm-ioam-data-03]: Mechanism to carry telemetry info in-situ i.e along with data plane packets by inserting INT headers and metadata into packets. • [https://p4.org/assets/INT-current-spec.pdf]: specified mechanism to carry INT info in normal data plane packets or special probe packets • [draft-lapukhov-dataplane-probe-01]: Active data plane probes. These don't carry application traffic i.e separate INT packets - sort of like ping, traceroute except they would be handled in the data plane in the transiting nodes. 33
  • 34. Copyright © Arista 2018. All rights reserved.Copyright © Arista 2018. All rights reserved. Thanks 34