aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4-ip4scale200k-rnd-ndrpdr.robot
AgeCommit message (Expand)AuthorFilesLines
2020-02-25FIX: check if t-rex is running at test setup of all perf testsJan Gelety1-2/+2
2020-01-10Support suite tags in autogenVratko Polak1-0/+1
2019-12-05Python3: IPv4 FIB scale tests with random flowsBalaji Venkatraman1-0/+133
f0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
---
name: Layer 2 Forwarding
maintainer: John Lo <loj@cisco.com>
features:
  - Layer 2 (L2) Cross-connect (xconnect) of two interfaces
  - Layer 2 (L2) Bridging of multiple interfaces in a bridge domain (BD):
      - Forwarding via destination MAC address of packet
      - MAC learning enable/disable on BD or per interface
      - MAC aging with specified aging interval enable/disable
      - MAC flush of learned MACs on interface down, BD deletion, or by user
      - User added static MACs not subject to aging nor overwritten by MAC learn
      - User added MACs not subject to aging but can be overwritten by MAC learn
      - Unicast forwarding enable/disable
      - Unknown unicast flooding enable/disable
      - Multicast/broadcast flooding enable/disable
      - ARP-termination to avoid flooding of ARP requests
      - Enable/disable unicast of ARP requests instead of flooding
      - BVI (Bridge Virtual Interface) for IP forwarding from or to BD
      - Set interface in BD to send unknown unicast packets instead of flooding
      - Support of split horizon group (SHG) on BD interfaces
  - VLAN tag rewrite on L2 bridging or xconnect interfaces
description: "Layer 2 Bridging and Cross-Connect Support"
state: production
properties: [API, CLI, MULTITHREAD]