summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c55011a463285f3d8d680ea178ceb5834dd93cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*~
.classpath
.project
.settings
target
*.iml
.idea
bin
xtend-gen
yang-gen-config
yang-gen-sal
target
.DS_Store
META-INF
maven-metadata-local.xml
*.log
.asciidoctor/
**/asciidoc/*.png
**/asciidoc/*.png.cache
# usused builders generated by yangtools
**/org/opendaylight/yang/gen/v1/urn
ble.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
---
name: ACL Based Forwarding
maintainer: Neale Ranns <nranns@cisco.com>
features:
  - 'Policy Based Routing'
  - ACLs match traffic to be forwarded
  - Each rule in the ACL has an associated 'path' which determines how the
    traffic will be forwarded. This path is described as a FIB path, so anything
    possible with basic L3 forwarding is possible with ABF (with the exception
    of output MPLS labels)
  - ACLs are grouped into a policy
  - ACL priorities within the policy determine which traffic is preferentially
    matched
  - Policies are attached to interfaces.
  - ABF runs as an input feature in the L3 path


description: "ACL Based Forwarding"
state: production
properties: [API, CLI, MULTITHREAD]