IPI-PBR
Configure enabled
Use this attribute to enable pbr support
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<pbr xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pbr">
<config>
</enabled><!-- operation="delete"-->
</config>
</pbr>
Command Syntax
feature pbr
Configure route map name
Use this attribute to set ip policy for route-map.
Attribute Name: route-map-name
Attribute Type: string
Netconf edit-config payload
<pbr xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pbr">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<route-map-name>WORD</route-map-name> <!-- operation="delete"-->
</interface>
</interfaces>
</pbr>
Command Syntax
ip policy route-map WORD
Configure route map v6 name
Use this attribute to set ipv6 policy for route-map.
Attribute Name: route-map-v6-name
Attribute Type: string
Netconf edit-config payload
<pbr xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pbr">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<route-map-v6-name>WORD</route-map-v6-name> <!-- operation="delete"-->
</interface>
</interfaces>
</pbr>
Command Syntax
ipv6 policy route-map WORD
clear route-map WORD pbr-statistics
Attribute Name: route-map-name
Attribute Type: string
Netconf RPC payload
<clear-route-map-pbr-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pbr">
<route-map-name>WORD</route-map-name>
</clear-route-map-pbr-statistics>
Command Syntax
clear route-map WORD pbr-statistics
Last modified date: 08/22/2023