CiscoDevNet/terraform-provider-iosxe

ip bgp-community new-format

grotewortel opened this issue · 2 comments

Description

The option to configure ip bgp-community new-format seems to be missing.

Can you please tell us how to configure or implement this feature?

show running-config | section ip bgp-community
This is part of an example running config:

ip bgp-community new-format

json path: .data["Cisco-IOS-XE-native:native"].ip
This is the restconf-json formatted running config:

{
  "bgp-community": {
    "new-format": [
      null
    ]
  }
}

Added in 0.5.2 release.