From 79d2f64ee16d21a36718215dbf948031121513ac Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Wed, 16 Feb 2022 21:39:43 -0800 Subject: [PATCH] doc: add description for match evpn route-type Signed-off-by: Chirag Shah --- doc/user/routemap.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index a7f22cd40c..ef7aef9c5e 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -215,6 +215,18 @@ Route Map Match Command This is a ZEBRA specific match command. The number is a range from (0-255). Matches the originating protocols instance specified. +.. clicmd:: match evpn route-type ROUTE_TYPE_NAME + + This is a BGP EVPN specific match command. It matches to EVPN route-type + from type-1 (EAD route-type) to type-5 (Prefix route-type). + User can provide in an integral form (1-5) or string form of route-type + (i.e ead, macip, multicast, es, prefix). + +.. clicmd:: match evpn vni NUMBER + + This is a BGP EVPN specific match command which matches to EVPN VNI id. + The number is a range from (1-6777215). + .. _route-map-set-command: Route Map Set Command -- 2.39.5