IPI-SOURCE-INTERFACE
Configure protocol type
Protocol type to apply the source-interface.
This command is supported when following feature are enabled hostp feature
Attribute Name: protocol-type
Attribute Type: enum (tacacs+|ntp|snmp|syslog|radius)
Attribute Name: port-number
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<source-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-source-interface">
<address-family-ipv4>
<source-nat-mappings>
<source-nat-mapping> <!-- operation="delete"-->
<protocol-type>tacacs+</protocol-type>
<config>
<protocol-type>tacacs+</protocol-type>
<interface-name>WORD</interface-name>
<port-number>0</port-number>
<vrf-name>VRF_NAME</vrf-name>
</config>
<interface-name>IFNAME</interface-name>
</source-nat-mapping>
</source-nat-mappings>
</address-family-ipv4>
</source-interface>
Command Syntax
ip source-interface IFNAME (tacacs+|ntp|snmp|syslog|radius) (port (0|<1025-65535>)|) (vrf VRF_NAME|)
Configure interface name
Protocol type to apply the source-interface.
This command is supported when following feature are enabled IPV6 feature,hostp feature
Attribute Name: protocol-type
Attribute Type: enum (tacacs+|ntp|snmp|syslog|radius)
Attribute Name: port-number
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<source-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-source-interface">
<address-family-ipv6>
<source-nat-mappings>
<source-nat-mapping> <!-- operation="delete"-->
<protocol-type>tacacs+</protocol-type>
<config>
<protocol-type>tacacs+</protocol-type>
<interface-name>WORD</interface-name>
<port-number>0</port-number>
<vrf-name>VRF_NAME</vrf-name>
</config>
<interface-name>IFNAME</interface-name>
</source-nat-mapping>
</source-nat-mappings>
</address-family-ipv6>
</source-interface>
Command Syntax
ipv6 source-interface IFNAME (tacacs+|ntp|snmp|syslog|radius) (port (0|<1025-65535>)|) (vrf VRF_NAME|)
Last modified date: 10/09/2023