Project

General

Profile

Bug #7969 » configs.txt

Andrew Dul, 12/08/2017 12:56 PM

 
[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat bgpd.conf
##################### DO NOT EDIT THIS FILE! ######################
###################################################################
# This file was created by an automatic configuration generator. #
# The contents of this file will be overwritten without warning! #
###################################################################
password abcd1234
log syslog

# BGP Config
router bgp 65000
bgp log-neighbor-changes
bgp router-id 192.168.1.1
address-family ipv4 unicast
network 192.168.1.1/32
exit-address-family

# BGP Neighbors
neighbor 192.168.1.50
neighbor 192.168.1.50 description sw1
neighbor 192.168.1.50 remote-as 65000
no neighbor 192.168.1.50 send-community
neighbor 192.168.1.50 password abcd1234

[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat frr_md5pw_add.conf
add 192.168.1.1 192.168.1.50 tcp 0x1000 -A tcp-md5 "abcd1234";
add 192.168.1.50 192.168.1.1 tcp 0x1001 -A tcp-md5 "abcd1234";

[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat frr_md5pw_del.conf
delete 192.168.1.1 192.168.1.50 tcp 0x1000 ;
delete 192.168.1.50 192.168.1.1 tcp 0x1001 ;

[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat zebra.conf
##################### DO NOT EDIT THIS FILE! ######################
###################################################################
# This file was created by an automatic configuration generator. #
# The contents of this file will be overwritten without warning! #
###################################################################
password abcd1234
log syslog

# Null Routes

# Accept Filters
ip prefix-list ACCEPTFILTER permit any
route-map ACCEPTFILTER permit 10
match ip address prefix-list ACCEPTFILTER
ip protocol ospf route-map ACCEPTFILTER

(10-10/10)