FreeBSD Bugzilla – Attachment 253655 Details for
Bug 280648
Traffic leak between fibs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
frr config
frr.conf (text/plain), 6.19 KB, created by
Egor
on 2024-09-19 06:49:22 UTC
(
hide
)
Description:
frr config
Filename:
MIME Type:
Creator:
Egor
Created:
2024-09-19 06:49:22 UTC
Size:
6.19 KB
patch
obsolete
>frr version 9.1.1 >frr defaults datacenter >hostname test-fw01 >log file /var/log/frr/frr.log >log syslog notifications >! >ip route 172.16.0.0/16 Null0 >ip route 172.17.0.0/16 Null0 >! >router bgp 4230040015 > bgp router-id 10.64.244.139 > no bgp default ipv4-unicast > bgp graceful-restart > no bgp network import-check > neighbor 192.168.255.0 remote-as 4230041240 > neighbor 192.168.255.0 bfd > neighbor 192.168.255.0 bfd profile DEFAULT > neighbor 192.168.255.0 update-source mce0.1240 > neighbor 192.168.255.0 timers 60 180 > neighbor 192.168.255.2 remote-as 4230041240 > neighbor 192.168.255.2 bfd > neighbor 192.168.255.2 bfd profile DEFAULT > neighbor 192.168.255.2 update-source mce1.1240 > neighbor 192.168.255.2 timers 60 180 > neighbor 192.168.255.16 remote-as 4230041250 > neighbor 192.168.255.16 bfd > neighbor 192.168.255.16 bfd profile DEFAULT > neighbor 192.168.255.16 update-source mce0.1250 > neighbor 192.168.255.16 timers 60 180 > neighbor 192.168.255.18 remote-as 4230041250 > neighbor 192.168.255.18 bfd > neighbor 192.168.255.18 bfd profile DEFAULT > neighbor 192.168.255.18 update-source mce1.1250 > neighbor 192.168.255.18 timers 60 180 > neighbor 192.168.255.32 remote-as 4230041260 > neighbor 192.168.255.32 bfd > neighbor 192.168.255.32 bfd profile DEFAULT > neighbor 192.168.255.32 update-source mce0.1260 > neighbor 192.168.255.32 timers 60 180 > neighbor 192.168.255.34 remote-as 4230041260 > neighbor 192.168.255.34 bfd > neighbor 192.168.255.34 bfd profile DEFAULT > neighbor 192.168.255.34 update-source mce1.1260 > neighbor 192.168.255.34 timers 60 180 > neighbor 192.168.255.48 remote-as 4230041270 > neighbor 192.168.255.48 bfd > neighbor 192.168.255.48 bfd profile DEFAULT > neighbor 192.168.255.48 update-source mce0.1270 > neighbor 192.168.255.48 timers 60 180 > neighbor 192.168.255.50 remote-as 4230041270 > neighbor 192.168.255.50 bfd > neighbor 192.168.255.50 bfd profile DEFAULT > neighbor 192.168.255.50 update-source mce1.1270 > neighbor 192.168.255.50 timers 60 180 > neighbor 192.168.255.64 remote-as 4230041280 > neighbor 192.168.255.64 bfd > neighbor 192.168.255.64 bfd profile DEFAULT > neighbor 192.168.255.64 update-source mce0.1280 > neighbor 192.168.255.64 timers 60 180 > neighbor 192.168.255.66 remote-as 4230041280 > neighbor 192.168.255.66 bfd > neighbor 192.168.255.66 bfd profile DEFAULT > neighbor 192.168.255.66 update-source mce1.1280 > neighbor 192.168.255.66 timers 60 180 > neighbor 192.168.255.80 remote-as 4230041310 > neighbor 192.168.255.80 bfd > neighbor 192.168.255.80 bfd profile DEFAULT > neighbor 192.168.255.80 update-source mce0.1310 > neighbor 192.168.255.80 timers 60 180 > neighbor 192.168.255.82 remote-as 4230041310 > neighbor 192.168.255.82 bfd > neighbor 192.168.255.82 bfd profile DEFAULT > neighbor 192.168.255.82 update-source mce1.1310 > neighbor 192.168.255.82 timers 60 180 > neighbor 192.168.255.96 remote-as 4230041490 > neighbor 192.168.255.96 bfd > neighbor 192.168.255.96 bfd profile DEFAULT > neighbor 192.168.255.96 update-source mce0.1490 > neighbor 192.168.255.96 timers 60 180 > neighbor 192.168.255.98 remote-as 4230041490 > neighbor 192.168.255.98 bfd > neighbor 192.168.255.98 bfd profile DEFAULT > neighbor 192.168.255.98 update-source mce1.1490 > neighbor 192.168.255.98 timers 60 180 > neighbor 192.168.255.112 remote-as 4230043101 > neighbor 192.168.255.112 bfd > neighbor 192.168.255.112 bfd profile DEFAULT > neighbor 192.168.255.112 update-source mce0.3101 > neighbor 192.168.255.112 timers 60 180 > neighbor 192.168.255.114 remote-as 4230043101 > neighbor 192.168.255.114 bfd > neighbor 192.168.255.114 bfd profile DEFAULT > neighbor 192.168.255.114 update-source mce1.3101 > neighbor 192.168.255.114 timers 60 180 > neighbor 192.168.255.144 remote-as 4230043100 > neighbor 192.168.255.144 bfd > neighbor 192.168.255.144 bfd profile DEFAULT > neighbor 192.168.255.144 update-source mce0.3100 > neighbor 192.168.255.144 timers 60 180 > neighbor 192.168.255.146 remote-as 4230043100 > neighbor 192.168.255.146 bfd > neighbor 192.168.255.146 bfd profile DEFAULT > neighbor 192.168.255.146 update-source mce1.3100 > neighbor 192.168.255.146 timers 60 180 > ! > address-family ipv4 unicast > network 172.16.0.0/16 > network 172.17.0.0/16 > neighbor 192.168.255.0 activate > neighbor 192.168.255.0 route-map Vxlan_fabric out > neighbor 192.168.255.2 activate > neighbor 192.168.255.2 route-map Vxlan_fabric out > neighbor 192.168.255.16 activate > neighbor 192.168.255.16 route-map Vxlan_fabric out > neighbor 192.168.255.18 activate > neighbor 192.168.255.18 route-map Vxlan_fabric out > neighbor 192.168.255.32 activate > neighbor 192.168.255.32 route-map Vxlan_fabric out > neighbor 192.168.255.34 activate > neighbor 192.168.255.34 route-map Vxlan_fabric out > neighbor 192.168.255.48 activate > neighbor 192.168.255.48 route-map Vxlan_fabric out > neighbor 192.168.255.50 activate > neighbor 192.168.255.50 route-map Vxlan_fabric out > neighbor 192.168.255.64 activate > neighbor 192.168.255.64 route-map Vxlan_fabric out > neighbor 192.168.255.66 activate > neighbor 192.168.255.66 route-map Vxlan_fabric out > neighbor 192.168.255.80 activate > neighbor 192.168.255.80 route-map Vxlan_fabric out > neighbor 192.168.255.82 activate > neighbor 192.168.255.82 route-map Vxlan_fabric out > neighbor 192.168.255.96 activate > neighbor 192.168.255.96 route-map Vxlan_fabric out > neighbor 192.168.255.98 activate > neighbor 192.168.255.98 route-map Vxlan_fabric out > neighbor 192.168.255.112 activate > neighbor 192.168.255.112 route-map Vxlan_fabric out > neighbor 192.168.255.114 activate > neighbor 192.168.255.114 route-map Vxlan_fabric out > neighbor 192.168.255.144 activate > neighbor 192.168.255.144 route-map Bozon_DCI out > neighbor 192.168.255.146 activate > neighbor 192.168.255.146 route-map Bozon_DCI out > maximum-paths 2 > exit-address-family >exit >! >ip prefix-list Internal_network seq 5 permit 172.16.0.0/16 >ip prefix-list Internal_network seq 10 permit 172.17.0.0/16 >ip prefix-list Bozon_DCI seq 5 permit 172.16.0.0/16 ge 22 >ip prefix-list Bozon_DCI seq 10 permit 172.17.0.0/16 ge 22 >! >route-map Vxlan_fabric permit 10 > match ip address prefix-list Internal_network >exit >! >route-map Bozon_DCI permit 10 > match ip address prefix-list Bozon_DCI >exit >! >ip nht resolve-via-default >! >ipv6 nht resolve-via-default >! >bfd > profile DEFAULT > detect-multiplier 5 > transmit-interval 100 > receive-interval 100 > exit > ! >exit >! >end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 280648
:
253636
|
253637
|
253638
|
253639
|
253640
|
253641
| 253655 |
253656
|
253684
|
253685
Working