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

$iddhe$h Divekar siddhesh.divekar at gmail.com
Wed Oct 18 16:06:34 EDT 2017


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.frrouting.org/pipermail/dev/attachments/20171018/25034143/attachment.html>


More information about the dev mailing list