Hello User,

Are you sure that the command does not work? I'm not able to test on Jessie but on stretch/sid (quagga 1.0.20160315-1) and Centos 6.7 (quagga 0.99.15-7.el6_3.2) the command works fine.

Do note that there appears to be a problem in the documentation with using "10" in the access-list itself.

ripd> ena
ripd# conf t
ripd(config)# access-list private permit 10 10.0.0.0/8
% [RIP] Unknown command: access-list private permit 10 10.0.0.0/8
ripd(config)# access-list private deny any
ripd(config)# access-list private permit 10.0.0.0/8
ripd(config)# router rip
ripd(config-router)# distribute-list private in eth0
ripd(config-router)# sh run

Current configuration:
!
hostname ripd
password zebra
log stdout
!
router rip
 distribute-list private in eth0
!
access-list private deny any
access-list private permit 10.0.0.0/8
!
line vty
!
end

Regards,
Michael.

On 09/06/16 18:33, User wrote:
Hello all.
I try to use quagga (mostly ripd) 0.99.23.1-1+deb8u1 on debian 8.
In documentation (http://www.nongnu.org/quagga/docs/quagga.html#Filtering-RIP-Routes) described "distribute-list" command, but in my installation this command is not supported. What is it: this command is no longer supported and the documentation does not match my version of quagga, or quagga package in debian compiled without "distribution list" command?
Thank you.

_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users


_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to