Hi,
I want to used Juniper YANG models to create a configuration template and I noticed that destination-udp-port leaf is missing from bridge-domains.vxlan grouping.
Also, I can see the same on device CLI, that parameter is missing
device@v8529# set routing-instances ABCD bridge-domains ACB vxlan ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
decapsulate-accept-inner-vlan Accept VXLAN packets with inner VLAN
encapsulate-inner-vlan Retain inner VLAN in the packet
ingress-node-replication Enable ingress node replication
multicast-group Multicast group registered for VXLAN segment
ovsdb-managed Bridge-domain is managed remotely via VXLAN OVSDB Controller
+ static-remote-vtep-list Configure bridge domain specific static remote VXLAN tunnel endpoints
translation-vni Translated VXLAN identifier (1..16777214)
unreachable-vtep-aging-timer Unreachable VXLAN tunnel endpoint removal timer (300..1800 seconds)
vni VXLAN identifier (0..16777214)
[edit]
But, it will be recognise once I enter the command
set routing-instances ABCD instance-type virtual-switch
set routing-instances ABCD bridge-domains ABC vxlan destination-udp-port 8472
Thank you!
Hi,
I want to used Juniper YANG models to create a configuration template and I noticed that
destination-udp-portleaf is missing frombridge-domains.vxlangrouping.Also, I can see the same on device CLI, that parameter is missing
But, it will be recognise once I enter the command
Thank you!