Hi,

I'm experiencing bird heavy loaded and causing some delays for forward packets. I have 03 full route sections bgp and I am route reflector for 02 other router.

This happen when bird process kernel protocol:

protocol kernel kernel4 {
    #scan time 90;
    learn;
    persist;
    ipv4 {
        export filter {
            if proto = "ST_BGP4" then {
                #print "Reject: kernel_export: ", bgp_path, " ", source;
                reject;
            } else {
                #if source = RTS_BGP then reject;
                accept;
            }
        };
    };
}
protocol kernel kernel6 {
    #scan time 90;
    learn;
    persist;
    ipv6 {
        export filter {
            if proto = "ST_BGP6" then {
                #print "Reject: kernel_export: ", bgp_path, " ", source;
                reject;
            } else {
                accept;
            }
        };
    };
}

and if I reject routes from BPG to kernel this problem ends

From netstat -m there is this close limit:

244194K/33475K/277669K bytes allocated to network (current/cache/total)

# cat os-release
NAME=FreeBSD
VERSION=14.0-CURRENT
VERSION_ID=14.0
ID=freebsd
ANSI_COLOR="0;31"
PRETTY_NAME="FreeBSD 14.0-CURRENT"
CPE_NAME=cpe:/o:freebsd:freebsd:14.0
HOME_URL=https://FreeBSD.org/
BUG_REPORT_URL=https://bugs.FreeBSD.org/

# cat /etc/version
1.99

Are there any suggestion for big route FIB processed in kernel by BIRD?

Thanks,

Paulo.

--
“Because there is no army that can hold back an economic principle whose time 
has come.”
John Donovan, AT&T
Skype: paulo.dcap




_______________________________________________
Bsdrp-users mailing list
Bsdrp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bsdrp-users

Reply via email to