IPI-BGP-ADDRESS-FAMILY-VRF
Configure enable auto summary
Use this attribute to enable sending summarized routes by a BGP speaker to its peers. Auto-summary is used by a BGP router to advertise summarized routes to its peers. Auto-summary can be enabled if certain routes have already been advertised: in this case, configuring auto-summary advertises the summarized routes first, then corresponding non-summarized routes are withdrawn. If certain routes have already been advertised, and auto-summary is disabled, non-summarized routes are first advertised, then the corresponding summarized routes are withdrawn from all the connected peers.
Attribute Name: enable-auto-summary
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</enable-auto-summary><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
auto-summary
Configure enable network igp sync
Use this attribute to enable IGP synchronization for BGP static network routes
Attribute Name: enable-network-igp-sync
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</enable-network-igp-sync><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
network synchronization
Configure map name
Use this attribute to enable or disable suppression/modification of incoming BGP updates to IP RIB/FIB table installation. In a dedicated route reflector, all the routes it receives may not be required to be stored or only few selected routes need to be stored, because it may not lie in the data path. Table maps are particularly useful to attain this restriction. When map-name attribute is set, the route map referenced in the map-name attribute shall be used to set certain properties (such as the traffic index) of the routes for installation into the RIB. The route is always downloaded, regardless of whether it is permitted or denied by the route map.
Attribute Name: map-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<table-map>
<config>
<map-name>WORD</map-name> <!-- operation="delete"-->
</config>
</table-map>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
table-map WORD
Configure table map filter
When tableMapFilter attribute is given in the table map attribute, the route map referenced is used to control whether a BGP route is to be downloaded to the IP RIB (hence the filter). A BGP route is not downloaded to the RIB if it is denied by the route map.
Attribute Name: table-map-filter
Attribute Type: boolean
Attribute Name: map-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<table-map>
<config>
<map-name>WORD</map-name> <!-- operation="delete"-->
<table-map-filter>true</table-map-filter> <!-- operation="delete"-->
</config>
</table-map>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
table-map WORD filter
Configure local
Use this attribute to specify distance value for local routes
Attribute Name: local
Attribute Type: uint8
Attribute Range: 1-255
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<distance> <!-- operation="delete"-->
<local>1</local>
<config>
<local>1</local>
<ibgp>1</ibgp>
<ebgp>1</ebgp>
</config>
<ibgp>1</ibgp>
<ebgp>1</ebgp>
</distance>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
distance bgp <1-255> <1-255> <1-255>
Configure enable igp sync
Use this attribute to enable IGP synchronization of Internal BGP (iBGP) learned routes with the Internal Gateway Protocol (IGP) system. Synchronization is used when a BGP router should not advertise routes learned from iBGP neighbors, unless those routes are also present in an IGP (for example, OSPF). Synchronization may be enabled when all the routers in an autonomous system do not speak BGP, and the autonomous system is a transit for other autonomous systems.
Attribute Name: enable-igp-sync
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</enable-igp-sync><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
synchronization
Configure ebgp max path
Use this attribute to set the number of equal-cost multi-path (ECMP) routes for eBGP. You can install multiple BGP paths to the same destination to balance the load on the forwarding path
Attribute Name: ebgp-max-path
Attribute Type: int32
Attribute Range: 2-64
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<maximum-paths>
<config>
<ebgp-max-path>2</ebgp-max-path> <!-- operation="delete"-->
</config>
</maximum-paths>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
max-paths ebgp <2-64>
Configure afi
Use this attribute to set the number of equal-cost multi-path (ECMP) routes for eBGP. You can install multiple BGP paths to the same destination to balance the load on the forwarding path
Attribute Name: ebgp-max-path
Attribute Type: int32
Attribute Range: 2-64
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<maximum-paths>
<config>
<ebgp-max-path>2</ebgp-max-path> <!-- operation="delete"-->
</config>
</maximum-paths>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
max-paths ebgp <2-64>
Configure ibgp max path
Use this attribute to set the number of equal-cost multi-path (ECMP) routes for iBGP. You can install multiple BGP paths to the same destination to balance the load on the forwarding path.
Attribute Name: ibgp-max-path
Attribute Type: int32
Attribute Range: 2-64
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<maximum-paths>
<config>
<ibgp-max-path>2</ibgp-max-path> <!-- operation="delete"-->
</config>
</maximum-paths>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
max-paths ibgp <2-64>
Configure optional as
Use this attribute to specify optional AS for BGP dynamic peer-group
Attribute Name: optional-as
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<optional-as-lists>
<optional-as-list> <!-- operation="delete"-->
<optional-as>1</optional-as>
<config>
<optional-as>1</optional-as>
</config>
</optional-as-list>
</optional-as-lists>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD optional-as <1-4294967295>
Configure auth key encrypt
Use this attribute to configure the authentication key to specify if the password is to be encrypted or not.
Attribute Name: auth-key-encrypt
Attribute Type: enum (0|1)
Attribute Name: peer-group-tag
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<bgp-password>
<password>WORD</password>
<config>
<password>WORD</password>
</config>
<auth-key-encrypt>1</auth-key-encrypt>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
</peer-group>
</bgp-password>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD authentication-key (0|1) WORD
Configure bgp as
Use this attribute to configure the authentication key to specify if the password is to be encrypted or not.
Attribute Name: auth-key-encrypt
Attribute Type: enum (0|1)
Attribute Name: peer-group-tag
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<bgp-password>
<password>WORD</password>
<config>
<password>WORD</password>
</config>
<auth-key-encrypt>2</auth-key-encrypt>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
</peer-group>
</bgp-password>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD authentication-key WORD
Configure graceful shutdown
Gracefully shut down all sessions of the AFI/SAFI beloging to the vrf under this router. The BGP graceful shutdown feature reduces packet loss during maintenance activity.
Attribute Name: graceful-shutdown
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</graceful-shutdown><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp g-shut
Configure graceful shutdown capable
This attribute to enable the graceful shutdown capability
Attribute Name: graceful-shutdown-capable
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</graceful-shutdown-capable><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp g-shut-capable
Configure graceful shutdown local preference
This attribute sets the local preference of the router to use during graceful shutdown. The local preference value indicates the preferred path when there are multiple paths to the same destination in a single routing database. The path with a higher preference value is the preferred one. The preferred path is sent to all routers and access servers in the local autonomous system.
Attribute Name: graceful-shutdown-local-preference
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<graceful-shutdown-local-preference>0</graceful-shutdown-local-preference> <!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp g-shut-local-preference <0-4294967295>
Configure additional path select all
Use this attribute to select criteria to pick the paths
Attribute Name: additional-path-select-all
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
</additional-path-select-all><!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp additional-paths select all
Configure additional paths mode
Use this attribute to add additional paths in the BGP table
Attribute Name: additional-paths-mode
Attribute Type: bits (send-receive|receive|send)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<additional-paths-mode>send-receive</additional-paths-mode> <!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp additional-paths (send-receive|receive|send)
Configure additional paths best select count
Use this attribute to select best N paths
Attribute Name: additional-paths-best-select-count
Attribute Type: uint8
Attribute Range: 2-3
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<additional-paths-best-select-count>2</additional-paths-best-select-count> <!-- operation="delete"-->
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp additional-paths select best <2-3>
Configure protocol type
Use this attribute to inject routes from one routing process into another. Redistribution is used by routing protocols to advertise routes that are learned by some other means, such as by another routing protocol or by static routes. Since all internal routes are dumped into BGP, careful filtering is applied to make sure that only routes to be advertised reach the internet, not everything. This attribute allows redistribution by injecting prefixes from one routing protocol into another routing protocol.
Attribute Name: protocol-type
Attribute Type: enum (kernel|connected|static|rip|ospf|isis|connected-host-routes)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-redistribute-list> <!-- operation="delete"-->
<protocol-type>kernel</protocol-type>
<config>
<protocol-type>kernel</protocol-type>
</config>
</route-redistribute-list>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|isis|connected-host-routes)
Configure redist route map name
Use this attribute to configure route map to be used for redistributed routes.
Attribute Name: redist-route-map-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-redistribute-list>
<protocol-type>kernel</protocol-type>
<config>
<protocol-type>kernel</protocol-type>
</config>
<redist-route-map-name>WORD</redist-route-map-name> <!-- operation="delete"-->
</route-redistribute-list>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|isis|connected-host-routes) route-map WORD
Configure ospf instance number
Use this attribute to inject routes from one routing process into another. Redistribution is used by routing protocols to advertise routes that are learned by some other means, such as by another routing protocol or by static routes. Since all internal routes are dumped into BGP, careful filtering is applied to make sure that only routes to be advertised reach the internet, not everything. This attribute allows redistribution by injecting prefixes from one routing protocol into another routing protocol.
Attribute Name: ospf-instance-number
Attribute Type: union
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<bgp-redistribute-ospf> <!-- operation="delete"-->
<ospf-instance-number>""</ospf-instance-number>
<config>
<ospf-instance-number>""</ospf-instance-number>
</config>
</bgp-redistribute-ospf>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
redistribute (ospf) (WORD|<1-65535>)
Configure redistribute ospf route map
Use this attribute to specify route map to redistribute routes from OSPF into BGP.
Attribute Name: redistribute-ospf-route-map
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<bgp-redistribute-ospf>
<ospf-instance-number>""</ospf-instance-number>
<config>
<ospf-instance-number>""</ospf-instance-number>
</config>
<redistribute-ospf-route-map>WORD</redistribute-ospf-route-map> <!-- operation="delete"-->
</bgp-redistribute-ospf>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
redistribute (ospf) route-map WORD
Configure peer as
This attribute specifies a neighbors autonomous system number. If the specified ASN matches the ASN number specified in the router bgp global configuration, the neighbor is identified as internal. If the ASN does not match, it is identified as external to the local AS.
Attribute Name: peer-as
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<peer-as>1</peer-as>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor remote-as <1-4294967295>
Configure source identifier
This attribute allows internal BGP sessions to use any operational interface for TCP connections. Use this attribute in conjunction with any specified interface on the router. The loopback interface is the interface that is most commonly used with this attribute. The use of loopback interface eliminates a dependency and BGP does not have to rely on the availability of a particular interface for making TCP connections.
Attribute Name: source-identifier
Attribute Type: string
Default Value: NULL
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<source-identifier>WORD</source-identifier> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor update-source WORD
Configure peer local as
Use this attribute to specify an AS (autonomous system) number to use with BGP neighbor.
Attribute Name: peer-local-as
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<peer-local-as>1</peer-local-as> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor local-as <1-4294967295>
Configure bgp version
BGP Version. This attribute configures router to accept only a particular BGP version. By default, the system uses BGP version 4 and on request dynamically negotiates down to version 2. Using this attribute disables the routers version-negotiation capability and forces the router to use only a specified version with the neighbor.
Attribute Name: bgp-version
Attribute Type: uint8
Default Value: 4
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<bgp-version>(4)</bgp-version> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor version (4)
Configure peer connection interval
Connect timer value. This attribute sets the timers for a specific BGP neighbor. Keepalive messages are sent by a router to inform another router that the BGP connection between the two is still active. The keepalive interval is the period of time between each keepalive message sent by the router. The holdtime interval is the time the router waits to receive a keepalive message and if it does not receive a message for this period it declares the neighbor dead.
Attribute Name: peer-connection-interval
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<peer-connection-interval>1</peer-connection-interval> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor timers connect <1-65535>
Configure hold time
Use this attribute to globally set or reset the holdtime values for all the neighbors.
Attribute Name: hold-time
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: keep-alive
Attribute Type: uint16
Attribute Range: 0-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<timers>
<config>
<keep-alive>0</keep-alive>
<hold-time>0</hold-time>
</config>
</timers>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor timers <0-65535> <0-65535>
Configure enforce multihop
This attribute turns on the enforcement of eBGP neighbors perform multihop.
Attribute Name: enforce-multihop
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
</enforce-multihop><!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor enforce-multihop
Configure peer shutdown
This attribute disables a neighbor administratively. Use this attribute to terminate any active session for a specified neighbor and clear all related routing information. In case a peer group is specified for shutdown, a large number of peering sessions could be terminated.
Attribute Name: peer-shutdown
Attribute Type: uint8
Attribute Name: peer-shutdown-description
Attribute Type: string
Attribute Range: 1-255
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
<peer-shutdown-description>1</peer-shutdown-description> <!-- operation="delete"-->
</config>
</peer-shutdown><!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor shutdown (description LINE|)
Configure peer group tag
Creates a peer group. Neighbors with the same update policies are grouped into peer groups. This facilitates the updates of various policies, such as distribute and filter lists. The peer group is then configured easily with any of the neighbor attributes. Any changes made to the peer group affect all members.
Attribute Name: peer-group-tag
Attribute Type: string
Attribute Name: peer-group-range
Attribute Type: union
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group> <!-- operation="delete"-->
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
<peer-group-range>0</peer-group-range>
</config>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD peer-group
Configure peer group range
this attribute creates a Dynamic peer group for address family. IPv4/IPv6 prefix range Must be specified to create dynamic peer group.
Attribute Name: peer-group-range
Attribute Type: union
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-group-range>A.B.C.D/M</peer-group-range>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD peer-group range A.B.C.D/M
Configure safi
this attribute creates a Dynamic peer group for address family. IPv4/IPv6 prefix range Must be specified to create dynamic peer group.
Attribute Name: peer-group-range
Attribute Type: union
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-group-range>(X:X::X:X/M)</peer-group-range>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD peer-group range (X:X::X:X/M)
Configure group limit
Use this attribute to specify max number of peers in a dynamic peer-group for address family
Attribute Name: group-limit
Attribute Type: uint8
Attribute Range: 1-200
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<group-limit>1</group-limit> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD limit <1-200>
Configure vrf name
This attribute specifies a neighbors autonomous system number. If the specified ASN matches the ASN number specified in the router bgp global configuration, the neighbor is identified as internal. If the ASN does not match, it is identified as external to the local AS.
Attribute Name: peer-as
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-as>1</peer-as> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD remote-as <1-4294967295>
Configure keep alive
Use this attribute to globally set or reset the holdtime values for all the neighbors.
Attribute Name: hold-time
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: keep-alive
Attribute Type: uint16
Attribute Range: 0-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<timers>
<config>
<keep-alive>0</keep-alive>
<hold-time>0</hold-time>
</config>
</timers>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD timers <0-65535> <0-65535>
Configure peer shutdown description
This attribute disables a neighbor administratively. Use this attribute to terminate any active session for a specified neighbor and clear all related routing information. In case a peer group is specified for shutdown, a large number of peering sessions could be terminated.
Attribute Name: peer-shutdown
Attribute Type: uint8
Attribute Name: peer-shutdown-description
Attribute Type: string
Attribute Range: 1-255
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
<peer-shutdown-description>1</peer-shutdown-description> <!-- operation="delete"-->
</config>
</peer-shutdown><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD shutdown (description LINE|)
Configure enabled
Use this attribute to accept and attempt BGP connections to external peers on indirectly connected networks. Multihop is not established if the only route to the multihop peer is a default route. This avoids loop formation.
Attribute Name: enabled
Attribute Type: empty
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<ebgp-multihop>
<config>
</enabled>
</config>
</ebgp-multihop>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD ebgp-multihop
Configure maximum hop count
Use this attribute to accept and attempt BGP connections to external peers on indirectly connected networks. Multihop is not established if the only route to the multihop peer is a default route. This avoids loop formation.
Attribute Name: enabled
Attribute Type: empty
Attribute Name: maximum-hop-count
Attribute Type: uint8
Attribute Range: 1-255
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<ebgp-multihop>
<config>
<maximum-hop-count>1</maximum-hop-count> <!-- operation="delete"-->
</enabled><!-- operation="delete"-->
</config>
</ebgp-multihop>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD ebgp-multihop <1-255>
Configure neighbor passive
Use this attribute to set a BGP neighbor as passive.
Attribute Name: neighbor-passive
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</neighbor-passive><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD passive
Configure disable capability negotiation
Use this attribute to disable capability negotiation. The capability negotiation is performed by default. This attribute is used to allow compatibility with older BGP versions that have no capability parameters used in open messages between peers.
Attribute Name: disable-capability-negotiation
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</disable-capability-negotiation><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD dont-capability-negotiate
Configure enable dynamic capability
Use this attribute to enable the dynamic capability for a specific peer. This attribute allows a BGP speaker to advertise or withdraw an address family capability to a peer in a non-disruptive manner.
Attribute Name: enable-dynamic-capability
Attribute Type: empty
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</enable-dynamic-capability><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD capability dynamic
Configure min route advertisement interval
Minimum route advertisement interval. Sets minimum interval between the sending of BGP routing updates. To reduce the flapping of routes to internet, a minimum advertisement interval is set, so that the BGP routing updates are sent only per interval seconds. BGP dampening can also be used to control the effects of flapping routes.
Attribute Name: min-route-advertisement-interval
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<min-route-advertisement-interval>0</min-route-advertisement-interval> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD advertisement-interval <0-65535>
Configure peer as origin interval
Time interval. This attribute adjust the interval of sending AS origination routing updates. This attribute is used to change the minimum interval between the sending of AS-origination routing updates.
Attribute Name: peer-as-origin-interval
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-as-origin-interval>1</peer-as-origin-interval> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD as-origination-interval <1-65535>
Configure neighbor as override
Use this attribute to configure a PE router to override the Autonomous System Number (ASN) of a site with the ASN of a provider. BGP normally ignores the routes from the same AS. However, this attribute is used to override the customers ASN in BGP, so that the customer CE accepts and installs routes from the same AS. Typically, this attribute is used when Customer Edge (CE) routers have the same ASN in some or all sites. As per BGP requirement, a BGP speaker rejects a route that has the same ASN as itself, in the AS_PATH attribute. Thus the CE routers having the same ASN do not accept routes from each other. Set neighborAsOverrideAf attribute on the PE router removes the CE neighbors ASN from the AS_PATH attribute allowing CE routers with the same ASN to accept routes from each other.
Attribute Name: neighbor-as-override
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</neighbor-as-override><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD as-override
Configure peer description
Use this attribute to associate a description with a neighbor. This attribute helps in identifying a neighbor quickly. It is useful for an ISP that has multiple neighbor relationships.
Attribute Name: peer-description
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-description>LINE</peer-description> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD description LINE
Configure peer restart time
This attribute sets a different restart-time other than the global restart-time. This attribute takes precedence over the restart-time value specified using the graceful-restart-set attribute. The restart-time value is the maximum time that a graceful-restart neighbor waits to come back up after a restart. The default value is 120 seconds.
Attribute Name: peer-restart-time
Attribute Type: uint32
Attribute Range: 1-3600
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-restart-time>1</peer-restart-time> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD restart-time <1-3600>
Configure site origin identifier
Use this attribute to enable the site-of-origin (SOO) feature. If the customer AS is multi-homed to the ISP, this attribute ensures that the PE does not advertise the routes back to the same AS.
Attribute Name: site-origin-identifier
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<site-origin-identifier>AS:nn_or_IP:nn</site-origin-identifier> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD soo AS:nn_or_IP:nn
Configure graceful shut
Use this attribute to start a graceful shutdown for the BGP session of the specified BGP neighbor. The BGP session for this neighbor is shut down after the graceful shutdown timer expires. If there is no alternate path available for traffic to flow prior the actual shutdown of the BGP session, this path is made available for 60 seconds or for configured time after which the path is no longer available and traffic is dropped.
Attribute Name: graceful-shut
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</graceful-shut><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD g-shut
Configure graceful shut timer
Use this attribute to configure the value of the graceful shutdown timer. After the timer expires, the BGP session initiated for graceful shutdown is shut down.
Attribute Name: graceful-shut-timer
Attribute Type: uint32
Attribute Range: 10-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<graceful-shut-timer>10</graceful-shut-timer> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD g-shut-timer <10-65535>
Configure bgp port
The BGP port number of a neighbor
Attribute Name: bgp-port
Attribute Type: uint16
Default Value: 179
Attribute Range: 0-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<bgp-port>0</bgp-port> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD port <0-65535>
Configure enable ext opt param len
Use this attribute for a specific peer to encode extended optional parameter length.
Attribute Name: enable-ext-opt-param-len
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</enable-ext-opt-param-len><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD extended-optional-param
Configure enable peer bfd
Enable bidirectional forwarding detection (BFD) for the BGP peer
Attribute Name: enable-peer-bfd
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</enable-peer-bfd><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD fall-over bfd
Configure vrf name
Enable bidirectional forwarding detection (BFD) for the BGP peer with multihop
Attribute Name: enable-peer-bfd-multihop
Attribute Type: uint8
Attribute Name: afi
Attribute Type: enum (ipv4|ipv6)
Attribute Name: safi
Attribute Type: enum (unicast|flowspec)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: peer-group-tag
Attribute Type: string
Attribute Range: 1-255
Attribute Name: enable-peer-bfd
Attribute Type: empty
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>
</enable-peer-bfd><!-- operation="delete"-->
</enable-peer-bfd-multihop><!-- operation="delete"-->
<address-family-vrf>
<afi>ipv4</afi>
<safi>unicast</safi>
<vrf-name>WORD</vrf-name>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
</peer-group>
</address-family-vrf>
</peer>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD fall-over bfd multihop
Configure activate
Activate/Deactivate neighbor. This attribute enables or disables the exchange of AF information with a neighboring router.
Attribute Name: activate
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</activate><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD activate
Configure default peer route map name
This attribute allows a BGP local router to send the default route 0.0.0.0 to a neighbor for use as a default route for specified address-family.
Attribute Name: default-peer-route-map-name
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</default-peer-route-map-name><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD default-originate
Configure peer route map orig name
This attribute configures route map to be used for a BGP local router to send the default route 0.0.0.0 to a neighbor for use as a default route for specified address-family. This attribute can be used with standard or extended access lists.
Attribute Name: peer-route-map-orig-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<peer-route-map-orig-name>WORD</peer-route-map-orig-name> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD default-originate route-map WORD
Configure weight
This attribute specifies a weight value, for specified address-family, to all routes learned from a neighbor for specified address-family. The route with the highest weight gets preference when the same prefix is learned from more than one peer. Unlike the local-preference attribute, the weight attribute is relevant only to the local router. When the weight is set for a peer group, all members of the peer group get the same weight. This attribute can also be used to assign a different weight to an individual peer-group member. When an individually-configured weight of a peer-group member is removed, its weight is reset to its peer groups weight.
Attribute Name: weight
Attribute Type: uint16
Default Value: 0
Attribute Range: 0-65535
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<weight>0</weight> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD weight <0-65535>
Configure peer route reflector
This attribute configures the router as a BGP route reflector and configure the specified neighbor as its client for specified address-family. Route reflectors are a solution for the explosion of iBGP peering within an autonomous system. By route reflection the number of iBGP peers within an AS is reduced. Use this attribute to configure the local router as the route reflector and specify neighbors as its client. An AS can have more than one route reflector. One route reflector treats the other route reflector as another iBGP speaker.
Attribute Name: peer-route-reflector
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</peer-route-reflector><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD route-reflector-client
Configure peer remove private as
This attribute removes the private Autonomous System (AS) number from outbound updates. Private AS numbers are not advertised to the Internet. This attribute is used with external BGP peers only. The router removes the AS numbers only if the update includes private AS numbers. If the update includes both private and public AS numbers, the system treats it as an error.
Attribute Name: peer-remove-private-as
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</peer-remove-private-as><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD remove-private-AS
Configure no send community
This attribute specifies if a community attribute should be sent to a BGP neighbor for specified address-family. The community attribute groups destinations in a certain community and applies routing decisions according to those communities. By default, both standard and extended community attributes are sent to a neighbor
Attribute Name: no-send-community
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</no-send-community><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
no neighbor WORD send-community
Configure no send community type
This attribute specifies the type of community attribute to be sent to a BGP neighbor.
Attribute Name: no-send-community-type
Attribute Type: bits (both|standard|extended|large)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<no-send-community-type>both</no-send-community-type> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
no neighbor WORD send-community (both|standard|extended|large)
Configure neighbor attribute unchanged
This attribute advertises unchanged BGP AS path, next hop and med to the specified neighbor.
Attribute Name: neighbor-attribute-unchanged
Attribute Type: bits (as-path|next-hop|med)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<neighbor-attribute-unchanged>14</neighbor-attribute-unchanged> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD attribute-unchanged
Configure orf prefix capability
This attribute enables Outbound Router Filtering (ORF), and advertise the ORF capability to its neighbors. The ORFs send and receive capabilities to lessen the number of updates exchanged between neighbors. By filtering updates, this option minimizes generating and processing of updates. The two routers exchange updates to maintain the ORF for each router.
Attribute Name: orf-prefix-capability
Attribute Type: bits (both|receive|send)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<orf-prefix-capability>both</orf-prefix-capability> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD capability orf prefix-list (both|receive|send)
Configure peer allow ebgp vpn
This attribute allows an eBGP neighbor to be a VPN peer. By default, BGP VPN functionality is allowed only for iBGP peers. Using the peer-allow-ebgp-vpn attribute allows the VPN connection to be established to an eBGP peer.
Attribute Name: peer-allow-ebgp-vpn
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</peer-allow-ebgp-vpn><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD allow-ebgp-vpn
Configure allow as number
This attribute advertises prefixes (routes) even when the source of the prefixes is from the same Autonomous System (AS) number for specified address-family. Use this attribute in a scenario where two routers at different locations use the same Autonomous System number and are connected via an ISP. Once prefixes arrive from one branch at the ISP, they are tagged with the customers AS number. By default, when the ISP passes the prefixes to the other router, the prefixes are dropped if the other router uses the same AS number. Use this attribute to advertise the prefixes at the other side. Control the number of times an AS number is advertised by specifying a number. In a hub and spoke configuration in a VPN, a PE (Provider Edge) router advertises all prefixes containing duplicate AS numbers. Use this attribute to configure two VRFs on each PE router to receive and advertise prefixes. One of the VRFs receives prefixes with AS numbers from all PE routers and then advertises them to neighboring PE routers. The other VRF receives prefixes with AS numbers from the CE (Customer Edge) router and advertises them to all PE routers in the hub and spoke configuration.
Attribute Name: allow-as-number
Attribute Type: uint32
Default Value: 3
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<allow-as-number>1</allow-as-number> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD allowas-in <1-10>
Configure capability graceful restart
This attribute configures the router to advertise the Graceful Restart Capability to the neighbors. This configuration indicates that the BGP speaker has the ability to preserve its forwarding state for the address family when BGP restarts. Use this attribute to advertise to the neighbor routers the capability of graceful restart.
Attribute Name: capability-graceful-restart
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
</capability-graceful-restart><!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD capability graceful-restart
Configure prefix count
This attribute specifies number of prefixes that a BGP router is allowed to receive from a neighbor. When the maximum-prefix-warning attribute is not set and extra prefixes are received, the router ends the peering.
Attribute Name: prefix-count
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<maximum-prefixes> <!-- operation="delete"-->
<prefix-count>1</prefix-count>
<config>
<prefix-count>1</prefix-count>
</config>
</maximum-prefixes>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD maximum-prefix <1-4294967295>
Configure stop update
Stop installing the routes when limit is exceeded.
Attribute Name: stop-update
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<maximum-prefixes>
<prefix-count>1</prefix-count>
<config>
<prefix-count>1</prefix-count>
</config>
</stop-update>
</maximum-prefixes>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD maximum-prefix <1-4294967295> stop-update
Configure maximum prefix warning
This attribute when enabled only give warning message when limit is exceeded. When it is not set and extra prefixes are received, the router ends the peering.
Attribute Name: maximum-prefix-warning
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<maximum-prefixes>
<prefix-count>1</prefix-count>
<config>
<prefix-count>1</prefix-count>
</config>
</maximum-prefix-warning>
</maximum-prefixes>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD maximum-prefix <1-4294967295> warning-only
Configure threshold percentage
Threshold-value in percen. This attribute controls the number of prefixes that can be received from a neighbor. This attribute allows the configuration of a specified number of prefixes that a BGP router is allowed to receive from a neighbor. When the maximum-prefix-warning attribute is not set and extra prefixes are received, the router ends the peering.
Attribute Name: threshold-percentage
Attribute Type: uint8
Default Value: 75
Attribute Range: 1-100
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<maximum-prefixes>
<prefix-count>1</prefix-count>
<config>
<prefix-count>1</prefix-count>
</config>
<threshold-percentage>1</threshold-percentage>
</maximum-prefixes>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD maximum-prefix <1-4294967295> <1-100>
Configure warning only
Throw warning if exceeds threshold-value
Attribute Name: warning-only
Attribute Type: uint8
Attribute Name: threshold-percentage
Attribute Type: uint8
Default Value: 75
Attribute Range: 1-100
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<maximum-prefixes>
<prefix-count>1</prefix-count>
<config>
<prefix-count>1</prefix-count>
<threshold-percentage>1</threshold-percentage>
</config>
</warning-only>
</maximum-prefixes>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD maximum-prefix <1-4294967295> <1-100> warning-only
Configure unsuppress route map name
unsuppress map name. This attribute is used to selectively leak more-specific routes to a particular neighbor.
Attribute Name: unsuppress-route-map-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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<unsuppress-route-map-name>WORD</unsuppress-route-map-name> <!-- operation="delete"-->
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD unsuppress-map WORD
Configure access list identifier
Access List information
Attribute Name: access-list-identifier
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<distribute-list-filters>
<distribute-list-filter>
<filter-direction>in</filter-direction>
<config>
<filter-direction>in</filter-direction>
</config>
<access-list-identifier>WORD</access-list-identifier>
</distribute-list-filter>
</distribute-list-filters>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD distribute-list WORD (in|out)
Configure as access list identifier
Access-list number. This attribute sets a BGP filter. This attribute specifies an access list filter on updates based on the BGP autonomous system paths. Each filter is an access list based on regular expressions
Attribute Name: as-access-list-identifier
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<as-list-filters>
<as-list-filter>
<as-list-direction>in</as-list-direction>
<config>
<as-list-direction>in</as-list-direction>
</config>
<as-access-list-identifier>WORD</as-access-list-identifier>
</as-list-filter>
</as-list-filters>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD filter-list WORD (in|out)
Configure prefix list name
This attribute specify a prefix list for filtering BGP advertisements for specified address-family. Filtering by prefix list matches the prefixes of routes with those listed in the prefix list. If there is a match, the route is used. An empty prefix list permits all prefixes. If a given prefix does not match any entries of a prefix list, the route is denied access. When multiple entries of a prefix list match a prefix, the entry with the smallest sequence number is considered to be a real match.The router begins the search at the top of the prefix list, with the sequence number 1. Once a match or deny occurs, the router does not need to go through the rest of the prefix list. For efficiency the most common matches or denies are listed at the top.
Attribute Name: prefix-list-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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<prefix-list-filters>
<prefix-list-filter>
<prefix-filter-direction>in</prefix-filter-direction>
<config>
<prefix-filter-direction>in</prefix-filter-direction>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix-list-filter>
</prefix-list-filters>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD prefix-list WORD (in|out)
Configure route map name
Use this attribute to apply a route map to incoming or outgoing routes. This attribute filters updates and modifies attributes. A route map is applied to inbound or outbound updates. Only the routes that pass the route map are sent or accepted in updates.
Attribute Name: route-map-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<peer-group>
<peer-group-tag>WORD</peer-group-tag>
<config>
<peer-group-tag>WORD</peer-group-tag>
</config>
<route-map-filters>
<route-map-filter>
<route-map-direction>in</route-map-direction>
<config>
<route-map-direction>in</route-map-direction>
</config>
<route-map-name>WORD</route-map-name>
</route-map-filter>
</route-map-filters>
</peer-group>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor WORD route-map WORD (in|out)
Configure peer address
Use this attribute to configure the authentication key to specify if the password is to be encrypted or not.
Attribute Name: auth-key-encrypt
Attribute Type: enum (0|1)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<bgp-password>
<password>WORD</password>
<config>
<password>WORD</password>
</config>
<auth-key-encrypt>1</auth-key-encrypt>
</bgp-password>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor authentication-key (0|1) WORD
Configure password
Use this attribute to configure the authentication key to specify if the password is to be encrypted or not.
Attribute Name: auth-key-encrypt
Attribute Type: enum (0|1)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<bgp-password>
<password>WORD</password>
<config>
<password>WORD</password>
</config>
<auth-key-encrypt>2</auth-key-encrypt>
</bgp-password>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor authentication-key WORD
Configure peer interface name
Interface name. Configures IP address or IPv6 address on interface
Attribute Name: peer-interface-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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<peer-interface-name>WORD</peer-interface-name> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) interface WORD
Configure enable peer bfd multihop
Enable bidirectional forwarding detection (BFD) for the BGP peer with multihop
Attribute Name: enable-peer-bfd-multihop
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
</enable-peer-bfd-multihop><!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor fall-over bfd multihop
Configure de activate
Deactivate neighbor. This attribute disables the exchange of AF information with a neighboring router.
Attribute Name: de-activate
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
</de-activate><!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor de-activate
Configure mapped peer group tag af
BGP peer group name. Adds a neighbor to an existing peer group. Neighbors with the same update policies are grouped into peer groups. This facilitates the updates of various policies, such as distribute and filter lists. The peer group is then configured easily with any of the neighbor attributes. Any changes made to the peer group affect all members.
Attribute Name: mapped-peer-group-tag-af
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<mapped-peer-group-tag-af>WORD</mapped-peer-group-tag-af> <!-- operation="delete"-->
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor (A.B.C.D|X:X::X:X) peer-group WORD
Configure filter direction
Access List information
Attribute Name: access-list-identifier
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<distribute-list-filter>
<filter-direction>in</filter-direction>
<config>
<filter-direction>in</filter-direction>
</config>
<access-list-identifier>WORD</access-list-identifier>
</distribute-list-filter>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor distribute-list WORD (in|out)
Configure as list direction
Access-list number. This attribute sets a BGP filter. This attribute specifies an access list filter on updates based on the BGP autonomous system paths. Each filter is an access list based on regular expressions
Attribute Name: as-access-list-identifier
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<as-list-filter>
<as-list-direction>in</as-list-direction>
<config>
<as-list-direction>in</as-list-direction>
</config>
<as-access-list-identifier>WORD</as-access-list-identifier>
</as-list-filter>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor filter-list WORD (in|out)
Configure prefix filter direction
This attribute specify a prefix list for filtering BGP advertisements for specified address-family. Filtering by prefix list matches the prefixes of routes with those listed in the prefix list. If there is a match, the route is used. An empty prefix list permits all prefixes. If a given prefix does not match any entries of a prefix list, the route is denied access. When multiple entries of a prefix list match a prefix, the entry with the smallest sequence number is considered to be a real match.The router begins the search at the top of the prefix list, with the sequence number 1. Once a match or deny occurs, the router does not need to go through the rest of the prefix list. For efficiency the most common matches or denies are listed at the top.
Attribute Name: prefix-list-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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<prefix-list-filter>
<prefix-filter-direction>in</prefix-filter-direction>
<config>
<prefix-filter-direction>in</prefix-filter-direction>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix-list-filter>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor prefix-list WORD (in|out)
Configure route map direction
Use this attribute to apply a route map to incoming or outgoing routes. This attribute filters updates and modifies attributes. A route map is applied to inbound or outbound updates. Only the routes that pass the route map are sent or accepted in updates.
Attribute Name: route-map-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<vrf-peer>
<peer-address>CML_IP_ADDR_T</peer-address>
<config>
<peer-address>CML_IP_ADDR_T</peer-address>
</config>
<route-map-filter>
<route-map-direction>in</route-map-direction>
<config>
<route-map-direction>in</route-map-direction>
</config>
<route-map-name>WORD</route-map-name>
</route-map-filter>
</vrf-peer>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
neighbor route-map WORD (in|out)
Configure enable dampening
Use this attribute to enable route flap dampening
Attribute Name: enable-dampening
Attribute Type: enum (enable-dampening)
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-flap-dampening> <!-- operation="delete"-->
<enable-dampening>enable-dampening</enable-dampening>
<config>
<enable-dampening>enable-dampening</enable-dampening>
</config>
</route-flap-dampening>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp dampening
Configure reach half life
Use this attribute to configure reachability half-life time for the penalty in minutes for the bgp route dampening. The time for the penalty to decrease to one-half of its current value.
Attribute Name: reach-half-life
Attribute Type: uint32
Default Value: 15
Attribute Range: 1-45
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-flap-dampening>
<enable-dampening>enable-dampening</enable-dampening>
<config>
<enable-dampening>enable-dampening</enable-dampening>
</config>
<reach-half-life>1</reach-half-life> <!-- operation="delete"-->
</route-flap-dampening>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp dampening <1-45>
Configure max suppress time
Use this attribute to configure the value to start suppressing a route for BGP route dampening. When the penalty for a route exceeds the suppress value, the route is suppressed
Attribute Name: max-suppress-time
Attribute Type: uint32
Attribute Range: 1-255
Attribute Name: reach-half-life
Attribute Type: uint32
Attribute Range: 1-45
Attribute Name: reuse-penalty
Attribute Type: uint32
Attribute Range: 1-20000
Attribute Name: suppress-penalty
Attribute Type: uint32
Attribute Range: 1-20000
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-flap-dampening>
<enable-dampening>enable-dampening</enable-dampening>
<config>
<enable-dampening>enable-dampening</enable-dampening>
<reach-half-life>1</reach-half-life> <!-- operation="delete"-->
<reuse-penalty>1</reuse-penalty> <!-- operation="delete"-->
<suppress-penalty>1</suppress-penalty> <!-- operation="delete"-->
</config>
<max-suppress-time>1</max-suppress-time> <!-- operation="delete"-->
</route-flap-dampening>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp dampening <1-45> <1-20000> <1-20000> <1-255>
Configure unreach half life
Use this attribute to configure un-reachability half-life time for the penalty in minutes for bgp route dampening. The dampening information is purged from the router once the penalty becomes less than half of the reuse limit.
Attribute Name: unreach-half-life
Attribute Type: uint32
Attribute Range: 1-45
Attribute Name: reach-half-life
Attribute Type: uint32
Attribute Range: 1-45
Attribute Name: reuse-penalty
Attribute Type: uint32
Attribute Range: 1-20000
Attribute Name: suppress-penalty
Attribute Type: uint32
Attribute Range: 1-20000
Attribute Name: max-suppress-time
Attribute Type: uint32
Attribute Range: 1-255
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-flap-dampening>
<enable-dampening>enable-dampening</enable-dampening>
<config>
<enable-dampening>enable-dampening</enable-dampening>
<reach-half-life>1</reach-half-life> <!-- operation="delete"-->
<reuse-penalty>1</reuse-penalty> <!-- operation="delete"-->
<suppress-penalty>1</suppress-penalty> <!-- operation="delete"-->
<max-suppress-time>1</max-suppress-time> <!-- operation="delete"-->
</config>
<unreach-half-life>1</unreach-half-life> <!-- operation="delete"-->
</route-flap-dampening>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp dampening <1-45> <1-20000> <1-20000> <1-255> <1-45>
Configure dampening rmap name
Use this attribute to configure route map to specify criteria for dampening.
Attribute Name: dampening-rmap-name
Attribute Type: string
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<route-flap-dampening>
<enable-dampening>enable-dampening</enable-dampening>
<config>
<enable-dampening>enable-dampening</enable-dampening>
</config>
<dampening-rmap-name>WORD</dampening-rmap-name> <!-- operation="delete"-->
</route-flap-dampening>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp dampening route-map WORD
Configure identifier
This attribute to specifies a BGP confederation identifier.
Attribute Name: identifier
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<confederation>
<config>
<identifier>1</identifier> <!-- operation="delete"-->
</config>
</confederation>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp confederation identifier <1-4294967295>
Configure peer as number
Use this attribute to configure the Autonomous Systems (AS) that belong to a confederation. A confederation allows an AS to be divided into several ASs. The AS is given a confederation identifier. External BGP (eBGP) routers view only the whole confederation as one AS. Each AS is fully meshed within itself and is visible internally to the confederation.
Attribute Name: peer-as-number
Attribute Type: uint32
Attribute Range: 1-4294967295
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<confederation>
<config>
<peer-as-number>1</peer-as-number> <!-- operation="delete"-->
</config>
</confederation>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
bgp confederation peers .<1-4294967295>
Configure vrf name
network address with backdoor for address family
Attribute Name: backdoor
Attribute Type: uint8
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: network-rmap-name
Attribute Type: string
Default Value: NULL
Attribute Range: 1-63
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>
<address-family>
<safi>unicast</safi>
<config>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<afi>ipv4</afi>
<network-list>
<local-network-prefix>A.B.C.D</local-network-prefix>
<config>
<local-network-prefix>BGP_IP_NETWORK_T</local-network-prefix>
<network-rmap-name>WORD</network-rmap-name>
</config>
</backdoor>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
</address-family-vrf>
</network-list>
</address-family>
</bgp-instance>
</bgp>
Command Syntax
network (A.B.C.D | A.B.C.D/M) (route-map WORD|) (backdoor|)
Configure backdoor
network address with backdoor for address family
Attribute Name: backdoor
Attribute Type: uint8
Attribute Name: network-rmap-name
Attribute Type: string
Default Value: NULL
Attribute Range: 1-63
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>
<address-family-vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
<safi>unicast</safi>
<afi>ipv4</afi>
</config>
<safi>unicast</safi>
<afi>ipv4</afi>
<network-list>
<local-network-prefix>A.B.C.D</local-network-prefix>
<config>
<local-network-prefix>BGP_IP_NETWORK_T</local-network-prefix>
<network-rmap-name>WORD</network-rmap-name>
</config>
</backdoor>
</network-list>
</address-family-vrf>
</bgp-instance>
</bgp>
Command Syntax
network (X:X::X:X/M) (route-map WORD|) (backdoor|)
clear ip bgp all vrf (VRFNAME|all|default) (description LINE|)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: peer-reset-description
Attribute Type: string
Attribute Range: 1-255
Netconf RPC payload
<ipi-bgp-address-family-vrf_clear-ip-bgp-all-vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<vrf-name>VRFNAME</vrf-name>
<peer-reset-description>1</peer-reset-description>
</ipi-bgp-address-family-vrf_clear-ip-bgp-all-vrf>
Command Syntax
clear ip bgp all vrf (VRFNAME|all|default) (description LINE|)
clear ip bgp vrf WORD (A.B.C.D|X:X::X:X|WORD|WORD) (description LINE|)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: address
Attribute Type: union
Attribute Name: peer-reset-description
Attribute Type: string
Attribute Range: 1-255
Netconf RPC payload
<ipi-bgp-address-family-vrf_clear-ip-bgp-vrf-peer xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bgp">
<vrf-name>WORD</vrf-name>
<address>BGP_HOSTNAME_T</address>
<peer-reset-description>1</peer-reset-description>
</ipi-bgp-address-family-vrf_clear-ip-bgp-vrf-peer>
Command Syntax
clear ip bgp vrf WORD (A.B.C.D|X:X::X:X|WORD|WORD) (description LINE|)
Last modified date: 08/24/2023