You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Can I know the family of junos device you are using and I see you are using models from junos/ yang family directory? Can you also share the 'show system information' command outut?
@rampolisetty yes, I am using those models for some parts of configuration. Related to my issue, am using this models for routing-instances: [email protected]
This is the junos version on the device: Junos: 22.2R2.10
Hi,
I want to used Juniper YANG models to create a configuration template and I noticed that
destination-udp-port
leaf is missing frombridge-domains.vxlan
grouping.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!
The text was updated successfully, but these errors were encountered: