diff --git a/src/genie/libs/parser/nxos/show_vxlan.py b/src/genie/libs/parser/nxos/show_vxlan.py index 365f51a422..219a00deb9 100644 --- a/src/genie/libs/parser/nxos/show_vxlan.py +++ b/src/genie/libs/parser/nxos/show_vxlan.py @@ -1501,6 +1501,7 @@ class ShowL2routeMacIpAllDetailSchema(MetaParser): Optional('sent_to'): str, Optional('soo'): int, Optional('l3_info'): int, + Optional('label'): int, } } } @@ -1549,8 +1550,9 @@ def cli(self, output=None): # 201 0011.01ff.0001 10.1.1.2 BGP -- 0 2001:db8:646:a2bb:0:abcd:5678:1 # 202 0011.01ff.0001 5:1:1:1::2 BGP -- 0 2001:db8:646:a2bb:0:abcd:5678:1 p5 = re.compile(r'^\s*(?P[\d]+) +(?P[\w\.]+) +(?P[\w\/\.\:]+)' - ' +(?P[\w\,]+)' - ' +(?P[\w\,\-]+) +(?P[\d]+) +(?P[\w\/\.\:]+)$') + r' +(?P[\w\,]+)' + r' +(?P[\w\,\-]+) +(?P[\d]+) +(?P[\w\/\.\:]+)' + r'( +\(Label: (?P