IPI-PCEP-PEER
Configure address
The local Internet address of this PCEP peer.
Attribute Name: address
Attribute Type: union
Netconf edit-config payload
<pcep xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep">
<entity>
<entity-id>1</entity-id>
<config>
<entity-id>1</entity-id>
</config>
<peer> <!-- operation="delete"-->
<address>PCEP_IP_ADDR_T</address>
<config>
<address>PCEP_IP_ADDR_T</address>
</config>
</peer>
</entity>
</pcep>
Command Syntax
peer-address (ipv4 A.B.C.D|ipv6 X:X::X:X)
Configure delegation preference
The PCE peer delegation preference.
Attribute Name: delegation-preference
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<pcep xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep">
<entity>
<entity-id>1</entity-id>
<config>
<entity-id>1</entity-id>
</config>
<peer>
<address>PCEP_IP_ADDR_T</address>
<config>
<address>PCEP_IP_ADDR_T</address>
</config>
<delegation-preference>1</delegation-preference> <!-- operation="delete"-->
</peer>
</entity>
</pcep>
Command Syntax
peer-address delegation-priority <1-65535>
Configure authentication key
The authentication option.
Attribute Name: authentication-key
Attribute Type: string
Netconf edit-config payload
<pcep xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep">
<entity>
<entity-id>1</entity-id>
<config>
<entity-id>1</entity-id>
</config>
<peer>
<address>PCEP_IP_ADDR_T</address>
<config>
<address>PCEP_IP_ADDR_T</address>
</config>
<authentication-key>WORD</authentication-key> <!-- operation="delete"-->
</peer>
</entity>
</pcep>
Command Syntax
peer-address md5 WORD
clear pcep peer *
Netconf RPC payload
<ipi-pcep-peer_clear-pcep-peer-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep"/>
Command Syntax
clear pcep peer *
clear pcep peer (A.B.C.D|X:X::X:X)
Attribute Name: address
Attribute Type: inet:ip-address
Netconf RPC payload
<ipi-pcep-peer_clear-pcep-peer xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep">
<address>CML_IP_ADDR_T</address>
</ipi-pcep-peer_clear-pcep-peer>
Command Syntax
clear pcep peer (A.B.C.D|X:X::X:X)
clear pcep statistics
Netconf RPC payload
<ipi-pcep-peer_clear-pcep-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pcep"/>
Command Syntax
clear pcep statistics
Last modified date: 10/09/2023