IPI-SERVICE-MAP
Configure name
Name for the tunnel policy
This command is supported when following feature are enabled SERVICE MAPPING feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-127
Netconf edit-config payload
<service-map xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-service-map">
<tunnel-policies>
<tunnel-policy> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</tunnel-policy>
</tunnel-policies>
</service-map>
Command Syntax
tunnel-policy NAME
Configure color code
Use this attribute to configure color for tunnel policy
This command is supported when following feature are enabled SERVICE MAPPING feature
Attribute Name: color-code
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<service-map xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-service-map">
<tunnel-policies>
<tunnel-policy>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<color-code>1</color-code> <!-- operation="delete"-->
</tunnel-policy>
</tunnel-policies>
</service-map>
Command Syntax
color <1-4294967295>
Configure selection mode
Use this attribute to configure selection mode as dedicated or best-effort for tunnel policy
This command is supported when following feature are enabled SERVICE MAPPING feature
Attribute Name: selection-mode
Attribute Type: enum (dedicated|best-effort)
Default Value: dedicated
Netconf edit-config payload
<service-map xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-service-map">
<tunnel-policies>
<tunnel-policy>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<selection-mode>dedicated</selection-mode> <!-- operation="delete"-->
</tunnel-policy>
</tunnel-policies>
</service-map>
Command Syntax
mode (dedicated|best-effort)
Configure tunnel type
Use this attribute to configure selection mode as sr or srv6 or rsvp for tunnel policy
This command is supported when following feature are enabled SERVICE MAPPING feature
Attribute Name: tunnel-type
Attribute Type: enum (rsvp|sr-mpls|srv6)
Netconf edit-config payload
<service-map xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-service-map">
<tunnel-policies>
<tunnel-policy>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<tunnel-type>rsvp</tunnel-type> <!-- operation="delete"-->
</tunnel-policy>
</tunnel-policies>
</service-map>
Command Syntax
tunnel-type (rsvp|sr-mpls|srv6)
Last modified date: 10/09/2023