IPI-VXLAN
Configure enable vxlan
Use this attribute to enable VxLAN module. Without this attribute vxlan functionality can not be achieved
Attribute Name: enable-vxlan
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<global>
<config>
</enable-vxlan>
</config>
</global>
</vxlan>
Command Syntax
nvo vxlan enable
Configure vtep ipv4
Use this attribute to set source vtep global ip address. This will be treated at vxlan tunnel source address
Attribute Name: vtep-ipv4
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<global>
<config>
<vtep-ipv4>A.B.C.D</vtep-ipv4> <!-- operation="delete"-->
</config>
</global>
</vxlan>
Command Syntax
nvo vxlan vtep-ip-global A.B.C.D
Configure mac ageing timer
Use this attribute to set the time till a learned mac address will persist after last update
Attribute Name: mac-ageing-timer
Attribute Type: uint32
Default Value: 300
Attribute Range: 10-572
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<global>
<config>
<mac-ageing-timer>10</mac-ageing-timer> <!-- operation="delete"-->
</config>
</global>
</vxlan>
Command Syntax
nvo vxlan mac-ageing-time <10-572>
Configure arp nd refresh timer
Use this attribute to configure aging out the arp-cache and nd-cache entries for given time multiplied by 3 in secs.
Attribute Name: arp-nd-refresh-timer
Attribute Type: uint32
Attribute Range: 3-190
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<global>
<config>
<arp-nd-refresh-timer>3</arp-nd-refresh-timer> <!-- operation="delete"-->
</config>
</global>
</vxlan>
Command Syntax
nvo vxlan arp-nd refresh-timer <3-190>
Configure traffic direction
Use this attribute to set global direction(ingress/egress) for VxLAN. Ingreess means traffic coming to network side and egress means traffic going out from network side
This command is supported when following feature are enabled QOS feature
Attribute Name: traffic-direction
Attribute Type: enum (ingress|egress)
Attribute Name: profile-name
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<qos-tunnel-mappings>
<qos-tunnel-mapping> <!-- operation="delete"-->
<traffic-direction>ingress</traffic-direction>
<config>
<traffic-direction>ingress</traffic-direction>
<qos-map-mode>cos-dscp</qos-map-mode>
<profile-name>NAME</profile-name>
</config>
<qos-map-mode>cos-dscp</qos-map-mode>
</qos-tunnel-mapping>
</qos-tunnel-mappings>
</vxlan>
Command Syntax
nvo vxlan tunnel qos-map-mode (cos-dscp) (ingress|egress) NAME
Configure tenant type
Use this attribute to create tenant with multicast tunnel
Attribute Name: tenant-type
Attribute Type: enum (default|multicast|ingress-replication|ingress-replication inner-vid-disabled)
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<tenant-type>default</tenant-type>
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
nvo vxlan id <1-16777215> ((default|multicast|ingress-replication|ingress-replication inner-vid-disabled)|)
Configure xconnect identifier
Use this attribute to create Xconnect tenant
Attribute Name: xconnect-identifier
Attribute Type: uint32
Attribute Range: 1-16777215
Attribute Name: tenant-xconnect-type
Attribute Type: enum (default|inner-vid-disabled)
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
<tenant-xconnect-type>default</tenant-xconnect-type>
</config>
<xconnect-identifier>1</xconnect-identifier>
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
nvo vxlan id <1-16777215> xconnect target-vxlan-id <1-16777215> ((default|inner-vid-disabled)|)
Configure vrf name
Use this attribute to map VRF to carry EVPN routes. This defines BGP as the mechanism for host reachability advertisement.
Attribute Name: vrf-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<vrf-name>NAME</vrf-name> <!-- operation="delete"-->
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
vxlan host-reachability-protocol evpn-bgp NAME
Configure map network
Use this attribute to map a tunnel to the tenant
Attribute Name: map-network
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<map-network>NAME</map-network> <!-- operation="delete"-->
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
vxlan map-network tunnel NAME
Configure mac hold timer
Use this attribute to set the time a host mac entry will persist after unconfiguring. Hold time range -1 to 300 in seconds. -1(never expire)
Attribute Name: mac-hold-timer
Attribute Type: int32
Default Value: 0
Attribute Range: -1-300
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<mac-hold-timer>-1</mac-hold-timer> <!-- operation="delete"-->
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
mac-holdtime <-1-300>
Configure tenant description
Use this attribute to set VxLAN identifier name
Attribute Name: tenant-description
Attribute Type: string
Attribute Range: 1-10
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<tenant-description>WORD</tenant-description> <!-- operation="delete"-->
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
vni-name WORD
Configure irb name
Use this attribute to to configure default gateway behavior on a VTEP for particular VNID.
Attribute Name: irb-name
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<irb-name>NAME</irb-name> <!-- operation="delete"-->
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
evpn NAME
Configure irb advertise host route
Use this attribute to set advertise host to route
Attribute Name: irb-advertise-host-route
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<irb>
<config>
</irb-advertise-host-route><!-- operation="delete"-->
</config>
</irb>
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
evpn irb-advertise-host-route
Configure mac address
Use this attribute to know MAC address of the host.create a static route to reach a destination MAC in the VXLAN forwarding table. This command helps to supports different tenants so that they can have the same MAC/IP, but different VNIDs.This command is required for unicast tunnels to map the remote VTEP
Attribute Name: mac-address
Attribute Type: string
Attribute Name: remote-vtep-ipv4
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-tenants>
<vxlan-tenant>
<vxlan-identifier>1</vxlan-identifier>
<config>
<vxlan-identifier>1</vxlan-identifier>
</config>
<static-tenants>
<static-tenant> <!-- operation="delete"-->
<mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>CML_MAC_ADDR_T</mac-address>
<remote-vtep-ipv4>A.B.C.D</remote-vtep-ipv4>
</config>
</static-tenant>
</static-tenants>
</vxlan-tenant>
</vxlan-tenants>
</vxlan>
Command Syntax
vxlan static-entry host-mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) remote-vtep-ip A.B.C.D
Configure untagged interface name
Use this attribute to map a physical interface to identify the tenant traffic and to enter NVO access interface mode
Attribute Name: untagged-interface-name
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface> <!-- operation="delete"-->
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
nvo vxlan access-if port IFNAME
Configure default access interface
Use this attribute to create default access interface
Attribute Name: default-access-interface
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</default-access-interface>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
nvo vxlan access-if port IFNAME default
Configure admin shutdown
Use this attribute to shutdown vxlan access interface
This command is supported when following feature are disabled DNX feature
Attribute Name: admin-shutdown
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</admin-shutdown><!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
shutdown
Configure description
Use this attribute to set description of access interface
This command is supported when following feature are disabled DNX feature
Attribute Name: description
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<description>LINE</description> <!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
description LINE
Configure dynamic learning disable
Use this attribute to disable dynamic learning of MACs at the access port. This command also disables dynamic learning of MAC/IP from ARP/ND messages received on this access port.
This command is supported when following feature are disabled DNX feature
Attribute Name: dynamic-learning-disable
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</dynamic-learning-disable><!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
dynamic-learning disable
Configure access mac hold time
Use this attribute to set the time a host mac entry will persist after unconfiguring. The feature holds the MAC in hardware until BGP has withdrawn from the neighbors. This helps to reduce flooding to other access ports. This setting applies when the access port is shut down, the physical port on which the access port is down, or the access port is removed from the VNID using the no form of the map vnid command. When the MAC hold time is configured as -1, then the MAC is not removed from the hardware and is also not withdrawn from EVPN BGP
This command is supported when following feature are disabled DNX feature
Attribute Name: access-mac-hold-time
Attribute Type: int32
Attribute Range: -1-300
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<access-mac-hold-time>-1</access-mac-hold-time> <!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
mac-holdtime <-1-300>
Configure arp nd flood suppress
Use this attribute to restrict the flood of ARP/ND packets towards remote VTEPs or other access ports.This command applies only when the ARP cache and ND cache are enabled. When the ARP cache is disabled, ARP flooding is not suppressed even if this command is given. When the ND cache is disabled, ND flooding is not disabled, even if this command is given
This command is supported when following feature are disabled DNX feature
Attribute Name: arp-nd-flood-suppress
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</arp-nd-flood-suppress><!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
arp-nd flood-suppress
Configure garp gna enable
Use this attribute to allow garp-gna packets advertisement
This command is supported when following feature are disabled DNX feature
Attribute Name: garp-gna-enable
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
</garp-gna-enable><!-- operation="delete"-->
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
garp-gna enable
Configure arp cache disable
Use this attribute to disable the ARP cache for MAC/IP. When the ARP cache is disabled on a VxLAN access port, ZebOS-XP does not reply to any ARP arriving on this port from the cache. ZebOS-XP withdraws all MAC/IPs configured/learned on this access port and removes the MAC/IP entry for this access port from the local ARP cache. ZebOS-XP also makes sure that on withdrawing the MAC/IP route, the MAC does not become unknown. If all routes for this MAC are being withdrawn because of this command, then ZebOS-XP advertises a MAC-only route. This is done so that the MAC does not become unknown and only the cache functionality becomes disabled.See also nvo vxlan max-cache-disable. Use the no form of this command to enable ARP cache for MAC/IP. Note: On enabling the cache, an IP will be in conflict, then the cache enable will fail. The conflict has to be manually removed and then the cache enabled.
This command is supported when following feature are disabled DNX feature
Attribute Name: arp-cache-disable
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<cache>
<config>
</arp-cache-disable><!-- operation="delete"-->
</config>
</cache>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
arp-cache disable
Configure nd cache disable
Use this attribute to disable ND cache for MAC/IPv6. When the ARP cache is disabled on a VxLAN access port, ZebOS-XP does not reply to any ARP arriving on this port from the cache. ZebOS-XP withdraws all MAC/IPs configured/learned on this access port and removes the MAC/IP entry for this access port from the local ARP cache. ZebOS-XP also makes sure that on withdrawing the MAC/IP route, the MAC does not become unknown. If all routes for this MAC are being withdrawn because of this command, then ZebOS-XP advertises a MAC-only route. This is done so that the MAC does not become unknown and only the cache functionality becomes disabled. Use the no form of this command to enable ND cache for MAC/IPv6. Note: On enabling the cache, an IP will be in conflict, then the cache enable will fail. The conflict has to be manually removed and then the cache enabled.
This command is supported when following feature are disabled DNX feature
Attribute Name: nd-cache-disable
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<cache>
<config>
</nd-cache-disable><!-- operation="delete"-->
</config>
</cache>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
nd-cache disable
Configure vxlan identifier
Use this attribute to map a tenant to an access-port
This command is supported when following feature are disabled DNX feature
Attribute Name: vxlan-identifier
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<map>
<config>
<vxlan-identifier>1</vxlan-identifier> <!-- operation="delete"-->
</config>
</map>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
map vnid <1-16777215>
Configure ipv4 address
Use this attribute to know MAC address of the host
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<host-macs-ipv4>
<host-mac-ipv4> <!-- operation="delete"-->
<ipv4-address>A.B.C.D</ipv4-address>
<config>
<ipv4-address>A.B.C.D</ipv4-address>
<mac-address>CML_MAC_ADDR_T</mac-address>
</config>
<mac-address>CML_MAC_ADDR_T</mac-address>
</host-mac-ipv4>
</host-macs-ipv4>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ip IP-ADDRESS
Configure ipv6 address
Use this attribute to know MAC address of the host
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<host-macs-ipv6>
<host-mac-ipv6> <!-- operation="delete"-->
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>IP-ADDRESS</ipv6-address>
<mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</mac-address>
</config>
<mac-address>CML_MAC_ADDR_T</mac-address>
</host-mac-ipv6>
</host-macs-ipv6>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ipv6 IP-ADDRESS
Configure profile map type
Use this attribute to map the profile type for which qos profile is already created globally to access port
This command is supported when following feature are enabled QOS feature and following feature are disabled DNX feature
Attribute Name: profile-map-type
Attribute Type: enum (cos-to-queue|queue-color-to-cos)
Attribute Name: profile-name
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<untagged-access-interfaces>
<untagged-access-interface>
<untagged-interface-name>WORD</untagged-interface-name>
<config>
<untagged-interface-name>WORD</untagged-interface-name>
</config>
<access-interface-qos-type-mappings>
<access-interface-qos-type-mapping> <!-- operation="delete"-->
<profile-map-type>cos-to-queue</profile-map-type>
<config>
<profile-map-type>cos-to-queue</profile-map-type>
<profile-name>NAME</profile-name>
</config>
</access-interface-qos-type-mapping>
</access-interface-qos-type-mappings>
</untagged-access-interface>
</untagged-access-interfaces>
</vxlan>
Command Syntax
map qos-profile (cos-to-queue|queue-color-to-cos) NAME
Configure vlan identifier
Use this attriute to map a VLAN on physical interface to identify the tenant traffic and to enter NVO access interface mode
This command is supported when following feature are disabled DNX feature
Attribute Name: vlan-identifier
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<tagged-access-interfaces>
<tagged-access-interface> <!-- operation="delete"-->
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<config>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</config>
<interface-name>WORD</interface-name>
</tagged-access-interface>
</tagged-access-interfaces>
</vxlan>
Command Syntax
nvo vxlan access-if port-vlan IFNAME VLAN_RANGE
Configure tag protocol identifier
Use this attribute to set the Tpid for the outer vlan. Ox88A8: IEEE 802.1ad Provider Bridging and Ox9100: IEEE 802.1Q VLAN-tagged frame with double tagging
This command is supported when following feature are disabled DNX feature
Attribute Name: tag-protocol-identifier
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<tagged-access-interfaces>
<tagged-access-interface>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<config>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</config>
<interface-name>WORD</interface-name>
<tag-protocol-identifier>TPID</tag-protocol-identifier> <!-- operation="delete"-->
</tagged-access-interface>
</tagged-access-interfaces>
</vxlan>
Command Syntax
encapsulation TPID
Configure interface name
Use this attribute to shutdown vxlan access interface
This command is supported when following feature are disabled DNX feature
Attribute Name: admin-shutdown
Attribute Type: empty
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<tagged-access-interfaces>
<tagged-access-interface>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<config>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</config>
<interface-name>WORD</interface-name>
</admin-shutdown><!-- operation="delete"-->
</tagged-access-interface>
</tagged-access-interfaces>
</vxlan>
Command Syntax
shutdown
Configure profile name
Use this attribute to map the profile type for which qos profile is already created globally to access port
This command is supported when following feature are enabled QOS feature and following feature are disabled DNX feature
Attribute Name: profile-map-type
Attribute Type: enum (cos-to-queue|queue-color-to-cos)
Attribute Name: profile-name
Attribute Type: string
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<tagged-access-interfaces>
<tagged-access-interface>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<config>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</config>
<interface-name>WORD</interface-name>
<access-interface-qos-type-mappings>
<access-interface-qos-type-mapping> <!-- operation="delete"-->
<profile-map-type>cos-to-queue</profile-map-type>
<config>
<profile-map-type>cos-to-queue</profile-map-type>
<profile-name>NAME</profile-name>
</config>
</access-interface-qos-type-mapping>
</access-interface-qos-type-mappings>
</tagged-access-interface>
</tagged-access-interfaces>
</vxlan>
Command Syntax
map qos-profile (cos-to-queue|queue-color-to-cos) NAME
Configure inner vlan identifier
Use this attriute to map VLAN’S on an interface to identify the tenant traffic and to enter NVO access interface mode
This command is supported when following feature are disabled DNX feature
Attribute Name: inner-vlan-identifier
Attribute Type: uint32
Attribute Range: 2-4094
Netconf edit-config payload
<vxlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<double-tagged-access-interfaces>
<double-tagged-access-interface> <!-- operation="delete"-->
<inner-vlan-identifier>2</inner-vlan-identifier>
<config>
<inner-vlan-identifier>2</inner-vlan-identifier>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</config>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
<interface-name>WORD</interface-name>
</double-tagged-access-interface>
</double-tagged-access-interfaces>
</vxlan>
Command Syntax
nvo vxlan access-if port-vlan IFNAME VLAN_RANGE inner-vlan <2-4094>
clear mac address-table dynamic vxlan
Netconf RPC payload
<clear-nvo-vxlan-dynamic-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan"/>
Command Syntax
clear mac address-table dynamic vxlan
clear nvo vxlan tunnels
Netconf RPC payload
<clear-nvo-vxlan-tunnels xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan"/>
Command Syntax
clear nvo vxlan tunnels
clear nvo vxlan tunnels dst-ip A.B.C.D
Attribute Name: destination-vtep-ip
Attribute Type: inet:ipv4-address
Netconf RPC payload
<clear-nvo-id-vxlan-tunnels-destip xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<destination-vtep-ip>A.B.C.D</destination-vtep-ip>
</clear-nvo-id-vxlan-tunnels-destip>
Command Syntax
clear nvo vxlan tunnels dst-ip A.B.C.D
clear nvo vxlan mac-stale-entries (vnid <1-16777215>|)
Attribute Name: vxlan-identifier
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf RPC payload
<clear-nvo-vxlan-mac-stale-entries xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<vxlan-identifier>1</vxlan-identifier>
</clear-nvo-vxlan-mac-stale-entries>
Command Syntax
clear nvo vxlan mac-stale-entries (vnid <1-16777215>|)
clear nvo vxlan counters access-port port IFNAME
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<clear-vxlan-untagged-access-port-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<interface-name>IFNAME</interface-name>
</clear-vxlan-untagged-access-port-counters>
Command Syntax
clear nvo vxlan counters access-port port IFNAME
clear nvo vxlan counters access-port port-vlan IFNAME VLAN_RANGE
Attribute Name: interface-name
Attribute Type: string
Attribute Name: vlan-identifier
Attribute Type: string
Netconf RPC payload
<clear-vxlan-single-tagged-access-port-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<interface-name>IFNAME</interface-name>
<vlan-identifier>VLAN_RANGE</vlan-identifier>
</clear-vxlan-single-tagged-access-port-counters>
Command Syntax
clear nvo vxlan counters access-port port-vlan IFNAME VLAN_RANGE
clear nvo vxlan counters access-port port-vlan IFNAME outer-vlan <2-4094> inner-vlan <2-4094>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: outer-vlan-identifier
Attribute Type: uint32
Attribute Range: 2-4094
Attribute Name: inner-vlan-identifier
Attribute Type: uint32
Attribute Range: 2-4094
Netconf RPC payload
<clear-vxlan-double-tagged-access-port-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<interface-name>IFNAME</interface-name>
<outer-vlan-identifier>outer-vlan</outer-vlan-identifier>
<inner-vlan-identifier>inner-vlan</inner-vlan-identifier>
</clear-vxlan-double-tagged-access-port-counters>
Command Syntax
clear nvo vxlan counters access-port port-vlan IFNAME outer-vlan <2-4094> inner-vlan <2-4094>
clear nvo vxlan counters access-port all
Netconf RPC payload
<clear-vxlan-access-port-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan"/>
Command Syntax
clear nvo vxlan counters access-port all
clear nvo vxlan counters network-port dst A.B.C.D
Attribute Name: destination-vtep-ip
Attribute Type: inet:ipv4-address
Netconf RPC payload
<clear-vxlan-network-port-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan">
<destination-vtep-ip>A.B.C.D</destination-vtep-ip>
</clear-vxlan-network-port-counters>
Command Syntax
clear nvo vxlan counters network-port dst A.B.C.D
clear nvo vxlan counters network-port all
Netconf RPC payload
<clear-vxlan-network-port-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vxlan"/>
Command Syntax
clear nvo vxlan counters network-port all
Last modified date: 08/22/2023