Worked perfectly!
Now I'm noticing that some commands don't appear in the help
listing!
Is this normal or is it a build problem?
For example:
Accel-PPP_01 (configuration router) #
family-address Enter the command mode Family Address
aggregate address Configure aggregate BGP entries
BGP information BGP
subgroup coalescence timer
distance Define an administrative distance
final End the current mode and change to activate the mode.
exit current mode and go down to previous mode
Find find CLI command that matches a regular expression
help Description of the interactive help system
list Print command list
neighbor Specify the neighbor router
network Specify a network to advertise via BGP
Deny a command or set your defaults
exit current mode and go down to previous mode
read-quanta How many packets to read from the point socket per I /
O cycle
RFP rfp information
show Show running system information
table BGP table for RIB route download filter
timers Adjust routing timers
update-delay Forces the initial delay to get the best path and
updates
configuration related to VNC / RFP vnc
vrf-policy Configure a VRF policy group
write Write the configuration running in memory, network or
terminal
write-quanta How many packets to write to the point socket per
execution
Em 10/03/2020 01:36, Quentin Young
escreveu:
FRR
bgpd has rejected the peer because the set of address families the
peer has claimed to support does not overlap with the set of
address families you have enabled support for. By default the
latter contains only IPv4. You likely need to enable the v6
address family in FRR:
address-family ipv6
neighbor <address> activate
exit-address-family