blob: 510dc17a4f43c4480fd034e190a372306df6b13b [file] [log] [blame]
John Loff637982020-01-03 17:47:34 -05001---
John DeNisco7c9fe922020-01-10 10:07:26 -05002name: Layer 2 Forwarding
John Loff637982020-01-03 17:47:34 -05003maintainer: John Lo <loj@cisco.com>
4features:
John DeNisco7c9fe922020-01-10 10:07:26 -05005 - Layer 2 (L2) Cross-connect (xconnect) of two interfaces
6 - Layer 2 (L2) Bridging of multiple interfaces in a bridge domain (BD):
John Loff637982020-01-03 17:47:34 -05007 - 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 Lo7adf5732020-01-06 09:54:36 -050010 - 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 Loff637982020-01-03 17:47:34 -050013 - 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
22description: "Layer 2 Bridging and Cross-Connect Support"
23state: production
24properties: [API, CLI, MULTITHREAD]