bd23b405fb
Type: improvement Change-Id: Iec585880085b12b08594a0640822cd831455d594 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
14 lines
496 B
YAML
14 lines
496 B
YAML
---
|
|
name: Layer 3 cross connect
|
|
maintainer: Neale Ranns <nranns@cisco.com>
|
|
features:
|
|
- cross connect all ingress traffic on an L3 interface to an output FIB path.
|
|
- the path can describe any output (with the exception of MPLS labels)
|
|
- The same functions can be achieved by using a dedicated VRF for the table
|
|
and adding a default route with the same path. However, the L3XC is more
|
|
efficient in memory and CPU
|
|
|
|
description: ""
|
|
state: production
|
|
properties: [API, CLI, MULTITHREAD]
|