IPI-BGP-EPE
Configure enable epe
Use this attribute to enable Egress Peer Engineering for bgp
Attribute Name: enable-epe
Attribute Type: uint8
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance>
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer-engineering>
<config>
</enable-epe><!-- operation="delete"-->
</config>
</peer-engineering>
</bgp-instance>
</bgp>
Command Syntax
egress-engineering
Configure enable peer node
Use this attribute to enable peer node SID for bgp neighbor
Attribute Name: enable-peer-node
Attribute Type: uint8
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance>
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<config>
<peer-address>BGP_IP_ADDR_T</peer-address>
</config>
<egress-engineering>
<config>
</enable-peer-node><!-- operation="delete"-->
</config>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-node
Configure set name
Use this attribute for the set-name
Attribute Name: set-name
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance>
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<config>
<peer-address>BGP_IP_ADDR_T</peer-address>
</config>
<egress-engineering>
<peer-set>
<config>
<set-name>NAME</set-name>
</config>
</peer-set>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-set NAME
Configure address
Use this attribute for the backup peer-address
Attribute Name: address
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance>
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<config>
<peer-address>BGP_IP_ADDR_T</peer-address>
</config>
<egress-engineering>
<backup>
<peer-node>
<config>
<address>A.B.C.D</address>
</config>
</peer-node>
</backup>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-node backup backup-type peer-node backup-peer A.B.C.D
Configure peer address
Use this attribute to start a BGP process.
Attribute Name: bgp-as
Attribute Type: uint32
Attribute Name: peer-address
Attribute Type: union
Attribute Name: adjacent-address
Attribute Type: string
Attribute Name: nexthop-address
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance> <!-- operation="delete"-->
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<egress-engineering>
<backup>
<adjacency>
<config>
<adjacent-address>A.B.C.D</adjacent-address>
<nexthop-address>NEXTHOP</nexthop-address>
</config>
</adjacency>
</backup>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-node backup backup-type peer-adj backup-peer A.B.C.D hop-address NHOP
Configure hop address
Use this attribute for the hop-address
Attribute Name: hop-address
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance>
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<config>
<peer-address>BGP_IP_ADDR_T</peer-address>
</config>
<egress-engineering>
<peer-adjacency> <!-- operation="delete"-->
<hop-address>A.B.C.D</hop-address>
<config>
<hop-address>A.B.C.D</hop-address>
</config>
</peer-adjacency>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-adj hop-address A.B.C.D
Configure hop address
Use this attribute to start a BGP process.
Attribute Name: bgp-as
Attribute Type: uint32
Attribute Name: peer-address
Attribute Type: union
Attribute Name: hop-address
Attribute Type: string
Attribute Name: address
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance> <!-- operation="delete"-->
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<egress-engineering>
<peer-adjacency>
<hop-address>A.B.C.D</hop-address>
<backup>
<peer-node>
<config>
<address>A.B.C.D</address>
</config>
</peer-node>
</backup>
</peer-adjacency>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-adj hop-address A.B.C.D backup backup-type peer-node backup-peer A.B.C.D
Configure adjacent address
Use this attribute to start a BGP process.
Attribute Name: bgp-as
Attribute Type: uint32
Attribute Name: peer-address
Attribute Type: union
Attribute Name: hop-address
Attribute Type: string
Attribute Name: adjacent-address
Attribute Type: string
Attribute Name: nexthop-address
Attribute Type: string
Netconf edit-config payload
<bgp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<bgp-instance> <!-- operation="delete"-->
<bgp-as>1</bgp-as>
<config>
<bgp-as>1</bgp-as>
</config>
<peer>
<peer-address>A.B.C.D|X:X::X:X</peer-address>
<egress-engineering>
<peer-adjacency>
<hop-address>A.B.C.D</hop-address>
<backup>
<adjacency>
<config>
<adjacent-address>A.B.C.D</adjacent-address>
<nexthop-address>NEXTHOP</nexthop-address>
</config>
</adjacency>
</backup>
</peer-adjacency>
</egress-engineering>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-adj hop-address A.B.C.D backup backup-type peer-adj backup-peer A.B.C.D hop-address NHOP
Last modified date: 08/22/2023