- Written by Alok Kumar
- Posted on 2月 7, 2024
- Updated on 6月 12, 2024
- 4517 Views
Dot1q (802.1Q) is a tunneling protocol that encapsulates traffic from multiple customer (c-tag) VLANs in an additional single outer service provider (s-tag) VLAN for transit across a larger network structure that includes traffic from all customers. Tunneling eliminates the service provider requirement that every VLAN be configured from multiple customers, avoiding overlapping address space issues.
- Written by Sameer Pakalapati
- Posted on 7月 3, 2024
- Updated on 7月 3, 2024
- 1399 Views
The Command-tag feature adds support for grouping multiple configuration units/commands across features using a single command-tag, which is essentially a string. This tag can then be used to enable/disable/remove/disassociate all the associated commands with the tag, using a single CLI command, instead of performing the operation individually for each configuration command.
- Written by Ruoyi Wang
- Posted on 8月 31, 2023
- Updated on 2月 16, 2024
- 4594 Views
This feature allows exporting the route count by protocol, i.e., a summary of routes, in the FIB (Forwarding Information Base) through the OpenConfig AFT YANG model.
- Written by Brian Neville
- Posted on 11月 8, 2023
- Updated on 9月 30, 2024
- 4830 Views
gNSI (gRPC Network Security Interface) defines a set of gRPC-based microservices for executing security-related operations on network devices.
- Written by Sharad Birmiwal
- Posted on 2月 21, 2024
- Updated on 2月 21, 2024
- 2828 Views
BGP Monitoring Protocol (BMP) allows a monitoring station to connect to a router and collect all of the BGP announcements received from the router’s BGP peers. The announcements are sent to the station in the form of BMP Route Monitoring messages generated from path information in the router’s BGP internal tables. A BMP speaker may choose to send either Adj-Rib-In routes, or Loc-Rib routes (as defined by RFC9069), or both.
- Written by Nik Zaborovskii
- Posted on 12月 8, 2020
- Updated on 12月 12, 2024
- 10167 Views
Multicast NAT is a feature that performs NAT translations on multicast traffic. It can be configured under SVIs,
- Written by Venkata Vyshnav Lagisetty
- Posted on 3月 1, 2024
- Updated on 3月 1, 2024
- 2763 Views
The feature adds support for redirecting traffic matching on traffic policy rules applied to an egress interface to a specified next-hop or next-hop group. This feature requires the packet to be recirculated a second time through the packet forwarding pipeline to get its configured single or multiple next-hops to be resolved. This is achieved by configuring traffic-policy with redirect interface action applied on egress interface in conjunction with ingress redirect next-hop action applied on the recirculation interface. Redirect interface action is used to forward the egressing packet through an interface on which traffic loop-back ( a.k.a recirculation ) is enabled.
- Written by Charlotte Fedderly
- Posted on 8月 25, 2020
- Updated on 2月 21, 2024
- 9655 Views
This feature adds support for a selected set of configured interfaces to collect egress flow samples. Egress sFlow can be configured on ethernet and port-channel interfaces.
- Written by Bidong Chen
- Posted on 9月 7, 2021
- Updated on 12月 2, 2024
- 9237 Views
This feature extends the capabilities of Tap Aggregation traffic steering to allow for using interface traffic policies. Initially, interface traffic policies only allowed packet drop, count, qos (set traffic class, set dscp) and log actions.
- Written by Muhammad Yousuf
- Posted on 9月 9, 2021
- Updated on 2月 27, 2024
- 9119 Views
This TOI supplements the Ingress Traffic Policy applied on ingress interfaces. Please refer to that document for a description of Traffic Policies and field-sets. This TOI explains the Traffic Policies as applied in the egress direction on interfaces
- Written by Prateek Mali
- Posted on 8月 19, 2020
- Updated on 11月 14, 2024
- 21625 Views
Access Control Lists (ACL) use packet classification to mark certain packets going through the packet processor pipeline and then take configured action against them. Rules are defined based on various fields of packets and usually TCAM is used to match packets to rules. For example, there can be a rule to match the packet source IP address against a list of IP addresses, and drop the packet if there is a match. This will be expressed in TCAM with multiple entries matching the list of IP addresses. Number of entries is reduced by masking off bits, if possible. TCAM is a limited resource, so with classifiers having a large number of rules and a big field list, TCAM runs out of resources.
- Written by Adithya
- Posted on 2月 26, 2024
- Updated on 2月 26, 2024
- 2040 Views
EOS generates a single system-defined colored tunnel RIB for colored next hop resolution. When colored tunnels to the same destination address are learned from multiple protocols, a fixed preference that is associated with each protocol is used to determine the winning tunnel. This feature provides the ability to override the preference for all colored tunnels from a protocol in order to achieve non-default ordering of tunnels.
- Written by Stefan Kheraj
- Posted on 3月 3, 2023
- Updated on 3月 14, 2024
- 4486 Views
Support for independently editing packets copied to multiple tool interfaces.
A Tap Aggregation steering policy can redirect and replicate incoming traffic streams, as well as apply various packet editing actions, e.g., VLAN identity tagging, MAC address rewrite, timestamping, header removal, etc.
- Written by Gowtham Rameshkumar
- Posted on 9月 15, 2023
- Updated on 10月 14, 2024
- 3812 Views
The Unified Forwarding Table (UFT) is memory that is shared between Layer2 and Layer3 lookup tables with capabilities for variable partitions. Rather than separate Layer2 and Layer3 lookup tables of fixed size, the UFT may be partitioned to support user-requested combinations of Layer2 and Layer3 lookup table sizes.
- Written by Swaroop George
- Posted on 4月 15, 2021
- Updated on 2月 19, 2024
- 8080 Views
This feature allows selecting Differentiated Services Code Point (DSCP) and Traffic Class (TC) values for packets at VTEPs along VXLAN encapsulation and decapsulation directions respectively. DSCP is a field in IP Header and TC is a tag associated with a packet within the switch, both influence the Quality of Service the packet receives. This feature can be enabled via configuration as explained later in this document.