1
|
[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat bgpd.conf
|
2
|
##################### DO NOT EDIT THIS FILE! ######################
|
3
|
###################################################################
|
4
|
# This file was created by an automatic configuration generator. #
|
5
|
# The contents of this file will be overwritten without warning! #
|
6
|
###################################################################
|
7
|
password abcd1234
|
8
|
log syslog
|
9
|
|
10
|
# BGP Config
|
11
|
router bgp 65000
|
12
|
bgp log-neighbor-changes
|
13
|
bgp router-id 192.168.1.1
|
14
|
address-family ipv4 unicast
|
15
|
network 192.168.1.1/32
|
16
|
exit-address-family
|
17
|
|
18
|
# BGP Neighbors
|
19
|
neighbor 192.168.1.50
|
20
|
neighbor 192.168.1.50 description sw1
|
21
|
neighbor 192.168.1.50 remote-as 65000
|
22
|
no neighbor 192.168.1.50 send-community
|
23
|
neighbor 192.168.1.50 password abcd1234
|
24
|
|
25
|
[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat frr_md5pw_add.conf
|
26
|
add 192.168.1.1 192.168.1.50 tcp 0x1000 -A tcp-md5 "abcd1234";
|
27
|
add 192.168.1.50 192.168.1.1 tcp 0x1001 -A tcp-md5 "abcd1234";
|
28
|
|
29
|
[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat frr_md5pw_del.conf
|
30
|
delete 192.168.1.1 192.168.1.50 tcp 0x1000 ;
|
31
|
delete 192.168.1.50 192.168.1.1 tcp 0x1001 ;
|
32
|
|
33
|
[2.4.2-RELEASE][admin@pfSense.localdomain]/var/etc/frr: cat zebra.conf
|
34
|
##################### DO NOT EDIT THIS FILE! ######################
|
35
|
###################################################################
|
36
|
# This file was created by an automatic configuration generator. #
|
37
|
# The contents of this file will be overwritten without warning! #
|
38
|
###################################################################
|
39
|
password abcd1234
|
40
|
log syslog
|
41
|
|
42
|
# Null Routes
|
43
|
|
44
|
# Accept Filters
|
45
|
ip prefix-list ACCEPTFILTER permit any
|
46
|
route-map ACCEPTFILTER permit 10
|
47
|
match ip address prefix-list ACCEPTFILTER
|
48
|
ip protocol ospf route-map ACCEPTFILTER
|
49
|
|