John Lo | ff63798 | 2020-01-03 17:47:34 -0500 | [diff] [blame] | 1 | --- |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 2 | name: Layer 2 Forwarding |
John Lo | ff63798 | 2020-01-03 17:47:34 -0500 | [diff] [blame] | 3 | maintainer: John Lo <loj@cisco.com> |
| 4 | features: |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 5 | - Layer 2 (L2) Cross-connect (xconnect) of two interfaces |
| 6 | - Layer 2 (L2) Bridging of multiple interfaces in a bridge domain (BD): |
John Lo | ff63798 | 2020-01-03 17:47:34 -0500 | [diff] [blame] | 7 | - Forwarding via destination MAC address of packet |
| 8 | - MAC learning enable/disable on BD or per interface |
| 9 | - MAC aging with specified aging interval enable/disable |
John Lo | 7adf573 | 2020-01-06 09:54:36 -0500 | [diff] [blame] | 10 | - MAC flush of learned MACs on interface down, BD deletion, or by user |
| 11 | - User added static MACs not subject to aging nor overwritten by MAC learn |
| 12 | - User added MACs not subject to aging but can be overwritten by MAC learn |
John Lo | ff63798 | 2020-01-03 17:47:34 -0500 | [diff] [blame] | 13 | - Unicast forwarding enable/disable |
| 14 | - Unknown unicast flooding enable/disable |
| 15 | - Multicast/broadcast flooding enable/disable |
| 16 | - ARP-termination to avoid flooding of ARP requests |
| 17 | - Enable/disable unicast of ARP requests instead of flooding |
| 18 | - BVI (Bridge Virtual Interface) for IP forwarding from or to BD |
| 19 | - Set interface in BD to send unknown unicast packets instead of flooding |
| 20 | - Support of split horizon group (SHG) on BD interfaces |
| 21 | - VLAN tag rewrite on L2 bridging or xconnect interfaces |
| 22 | description: "Layer 2 Bridging and Cross-Connect Support" |
| 23 | state: production |
| 24 | properties: [API, CLI, MULTITHREAD] |