/
protocols bgp peer <text> ipv4-unicast

protocols bgp peer <text> ipv4-unicast


Users can configure the peer to send ipv4-unicast route or not. When users set this parameter to true, the peer will send ipv4-unicast route.


Command Syntax
set protocols bgp peer <text> ipv4-uniicast <bool>
delete protocols bgp peer <text> ipv4-unicast


Parameter
<text>router identifier,(eg:192.168.10.2)
<bool>send or don't send ipv4-unicast route

  • true send ipv4-unicast route
  • false don't send ipv4-unicast route


Example
• This example is to set peer 192.168.10.2 to send ipv4-unicast route:

admin@XorPlus# set protocols bgp peer 192.168.10.2 ipv4-unicast true 
admin@XorPlus# commit

Copyright © 2025 Pica8 Inc. All Rights Reserved.