IPI-ETHERNET-VPN
Configure esi hold time
Use this attribute to set time before ESI can be made up on enabling evpn
Attribute Name: esi-hold-time
Attribute Type: uint32
Attribute Range: 10-300
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<multi-homing>
<config>
<esi-hold-time>10</esi-hold-time> <!-- operation="delete"-->
</config>
</multi-homing>
</evpn>
Command Syntax
evpn esi hold-time <10-300>
Configure enable vxlan multihoming
Use this attribute to enable multihoming module on vxlan. Without this attribute multihomig functionality can not be achieved
Attribute Name: enable-vxlan-multihoming
Attribute Type: uint8
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<global>
<config>
</enable-vxlan-multihoming><!-- operation="delete"-->
</config>
</global>
</evpn>
Command Syntax
evpn multihoming enable
Configure enable evpn mpls multihoming
Use this attribute to enable multihoming module on evpn mpls. Without this attribute multihomig functionality can not be achieved
Attribute Name: enable-evpn-mpls-multihoming
Attribute Type: empty
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<global>
<config>
</enable-evpn-mpls-multihoming><!-- operation="delete"-->
</config>
</global>
</evpn>
Command Syntax
evpn mpls multihoming enable
Configure enable irb
Use this attribute to enable integrated routing and bridging module. Without this attribute IRB functionality can not be achieved
Attribute Name: enable-irb
Attribute Type: empty
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<global>
<config>
</enable-irb><!-- operation="delete"-->
</config>
</global>
</evpn>
Command Syntax
nvo vxlan irb
Configure enable mpls irb
Use this attribute to enable integrated routing and bridging module. Without this attribute IRB functionality can not be achieved
Attribute Name: enable-mpls-irb
Attribute Type: empty
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<global>
<config>
</enable-mpls-irb><!-- operation="delete"-->
</config>
</global>
</evpn>
Command Syntax
evpn mpls irb
Configure mac address
Use this attribute to configure common anycast mac-address for all IRB interfaces
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<irb-forwarding>
<config>
<mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</mac-address> <!-- operation="delete"-->
</config>
</irb-forwarding>
</evpn>
Command Syntax
evpn irb-forwarding anycast-gateway-mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX)
Configure gateway mac
Use this attribute to configure anycast mac-address for an IRB interface
Attribute Name: gateway-mac
Attribute Type: empty
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<irb-forwarding>
<irb-interfaces>
<irb-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</gateway-mac><!-- operation="delete"-->
</irb-interface>
</irb-interfaces>
</irb-forwarding>
</evpn>
Command Syntax
evpn irb-if-forwarding anycast-gateway-mac
Configure evpn segment id
This Object is used to configure the evpn multi-homed Ethernet Segment Identifier value
Attribute Name: evpn-segment-id
Attribute Type: string
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<evpn-segment-id>"ESI"</evpn-segment-id> <!-- operation="delete"-->
</interface>
</interfaces>
</evpn>
Command Syntax
evpn multi-homed esi "ESI"
Configure system mac
This Object is used to configure evpn multi-homed system-mac
Attribute Name: system-mac
Attribute Type: string
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<system-mac>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</system-mac> <!-- operation="delete"-->
</interface>
</interfaces>
</evpn>
Command Syntax
evpn multi-homed system-mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX)
Configure service type
Use this attribute to configure Vlan-Based EVPN-Service Type
Attribute Name: service-type
Attribute Type: enum (vlan-based|vlan-aware-bundle)
Netconf edit-config payload
<evpn xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ethernet-vpn">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<service-type>vlan-based</service-type> <!-- operation="delete"-->
</vrf>
</vrfs>
</evpn>
Command Syntax
evpn-vlan-service (vlan-based|vlan-aware-bundle)
Last modified date: 08/24/2023