From f0543d5d28d500409b2d35abefd8df5d2c2504a6 Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Tue, 8 Dec 2020 20:00:40 -0700 Subject: mpls-conf: T915: Add LDP import and export control In this commit we added the ability to control import and export of LDP FECs. This allows for an operator to specify which to filter on ingress, and which to not announce on egress. --- interface-definitions/protocols-mpls.xml.in | 145 ++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-mpls.xml.in b/interface-definitions/protocols-mpls.xml.in index e91db12de..c903b69bd 100644 --- a/interface-definitions/protocols-mpls.xml.in +++ b/interface-definitions/protocols-mpls.xml.in @@ -367,6 +367,37 @@ + + + Forwarding equivalence class (FEC) export filter + + + + + Access-list number to apply FEC filtering + + 1-2699 + Access list number + + + + + + + + + Access-list number for IPv4 neighbor selection to apply filtering + + 1-2699 + Access list number + + + + + + + + @@ -380,6 +411,120 @@ + + + Forwarding equivalence class (FEC) export filter + + + + + Access-list6 number to apply FEC filtering + + 1-2699 + Access list number + + + + + + + + + Access-list6 number for IPv6 neighbor selection to apply filtering + + 1-2699 + Access list number + + + + + + + + + + + + + + + Import parameters + + + + + IPv4 parameters + + + + + Forwarding equivalence class (FEC) import filter + + + + + Access-list number to apply FEC filtering + + 1-2699 + Access list number + + + + + + + + + Access-list number for IPv4 neighbor selection to apply filtering + + 1-2699 + Access list number + + + + + + + + + + + + + IPv6 parameters + + + + + Forwarding equivalence class (FEC) export filter + + + + + Access-list6 number to apply FEC filtering + + 1-2699 + Access list number + + + + + + + + + Access-list6 number for IPv6 neighbor selection to apply filtering + + 1-2699 + Access list number + + + + + + + + -- cgit v1.2.3