[dev] VTY status 13 while sending config over vty socket

$iddhe$h Divekar siddhesh.divekar at gmail.com
Thu Oct 19 14:43:10 EDT 2017


It works fine if I don't have vrf in the config.
Looks like vrf is not known to bgp and
hence it return config error back.

On Wed, Oct 18, 2017 at 1:06 PM, $iddhe$h Divekar <
siddhesh.divekar at gmail.com> wrote:

> Hi,
> Am getting following error when sending config over vty socket.
> VTY status 13.
>
> Below is the config am trying to send.
> It happens when "redistribute connected" is sent over the socket.
>
>  configure terminal
>  router bgp 1234 vrf foo
>  neighbor 2.2.2.2 remote-as 3456
>  neighbor 2.2.2.2 shutdown
>  address-family ipv6 unicast
>  redistribute connected
>  exit-address-family
>  address-family ipv6 unicast
>  redistribute static
>  exit-address-family
>  address-family ipv4 unicast
>  redistribute connected
>  exit-address-family
>  address-family ipv4 unicast
>  redistribute static
>  exit-address-family
>  end
>
> If I do show running I see following config applied.
> router bgp 1234 vrf foo
>  neighbor 2.2.2.2 remote-as 3456
>  neighbor 2.2.2.2 shutdown
>  !
>  address-family ipv6 unicast
>   redistribute connected
>  exit-address-family
> !
>
> Is there anything wrong with the config.
> Copy pasting the config directly works fine.
>
> --
> -$iddhesh.
>



-- 
-$iddhesh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.frrouting.org/pipermail/dev/attachments/20171019/7275e529/attachment.html>


More information about the dev mailing list