Closed jp2195 closed 9 months ago
The show running-configuration interface parser is missing the fabric forwarding mode section.
fabric forwarding mode
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' },
I will be looking in to your ticket. Kindly give me some time
PR raised. I will update you once it got merged
PR has been merged. It will reflect in next release. Hence I am closing this ticket
The show running-configuration interface parser is missing the
fabric forwarding mode
section.Example Configuration:
Example output: