CiscoTestAutomation / genieparser

sub-component of Genie that parse the device output into structured datastructure
Apache License 2.0
252 stars 387 forks source link

[NX-OS] - "show running-configuration interface" - Missing fabric forwarding mode #809

Closed jp2195 closed 9 months ago

jp2195 commented 10 months ago

The show running-configuration interface parser is missing the fabric forwarding mode section.

Example Configuration:

interface vlan 200
  vrf member TEST
  ip address 10.1.1.1/30
  fabric forwarding mode anycast-gateway

Example output:

'interface': {
        'Vlan200': {
            'switchport': False,
            'mtu': 9216,
            'vrf_member': 'TEST',
            'ip_address': '10.1.1.1/30'
        },
sowmyadn010501 commented 10 months ago

I will be looking in to your ticket. Kindly give me some time

sowmyadn010501 commented 10 months ago

PR raised. I will update you once it got merged

sowmyadn010501 commented 9 months ago

PR has been merged. It will reflect in next release. Hence I am closing this ticket