Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F46851766
vm side bird conf
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
cmooney
Apr 15 2024, 10:07 PM
2024-04-15 22:07:33 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
vm side bird conf
View Options
root@testvm2006:/etc/bird# cat bird.conf
router id 10.192.24.4;
debug protocols all;
protocol device {
scan time 10;
}
protocol bgp ganeti_v4 {
advertise hostname on;
ipv4 {
import none;
export none;
};
local as 64613;
neighbor 10.192.24.1 as 64612 external;
multihop;
}
protocol bgp ganeti_v6 {
advertise hostname on;
ipv6 {
import none;
export none;
};
local 2620:0:860:140:10:192:24:4 as 64613;
interface "ens13";
neighbor fe80::2022:22ff:fe22:2201 as 64612 external;
}
****************
bird> show protocols
Name Proto Table State Since Info
device1 Device --- up 22:05:42.015
ganeti_v4 BGP --- up 22:06:29.998 Established
ganeti_v6 BGP --- up 22:06:30.211 Established
*******************
bird> show protocols all
Name Proto Table State Since Info
device1 Device --- up 22:05:42.015
ganeti_v4 BGP --- up 22:06:29.998 Established
BGP state: Established
Neighbor address: 10.192.24.1
Neighbor AS: 64612
Local AS: 64613
Neighbor ID: 10.192.21.6
Local capabilities
Multiprotocol
AF announced: ipv4
Route refresh
Graceful restart
4-octet AS numbers
Enhanced refresh
Long-lived graceful restart
Hostname: testvm2006
Neighbor capabilities
Multiprotocol
AF announced: ipv4
Route refresh
Graceful restart
4-octet AS numbers
Enhanced refresh
Long-lived graceful restart
Session: external multihop AS4
Source address: 10.192.24.4
Hold timer: 127.857/240
Keepalive timer: 15.534/80
Channel ipv4
State: UP
Table: master4
Preference: 100
Input filter: REJECT
Output filter: REJECT
Routes: 0 imported, 0 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 0 0 0 --- 0
Export withdraws: 0 --- --- --- 0
BGP Next hop: 10.192.24.4
IGP IPv4 table: master4
ganeti_v6 BGP --- up 22:06:30.211 Established
BGP state: Established
Neighbor address: fe80::2022:22ff:fe22:2201%ens13
Neighbor AS: 64612
Local AS: 64613
Neighbor ID: 10.192.21.6
Local capabilities
Multiprotocol
AF announced: ipv6
Route refresh
Graceful restart
4-octet AS numbers
Enhanced refresh
Long-lived graceful restart
Hostname: testvm2006
Neighbor capabilities
Multiprotocol
AF announced: ipv6
Route refresh
Graceful restart
4-octet AS numbers
Enhanced refresh
Long-lived graceful restart
Session: external AS4
Source address: 2620:0:860:140:10:192:24:4
Hold timer: 162.717/240
Keepalive timer: 12.985/80
Channel ipv6
State: UP
Table: master6
Preference: 100
Input filter: REJECT
Output filter: REJECT
Routes: 0 imported, 0 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 0 0 0 --- 0
Export withdraws: 0 --- --- --- 0
BGP Next hop: 2620:0:860:140:10:192:24:4 fe80::a800:ff:fe6b:aa1c
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15860170
Default Alt Text
vm side bird conf (3 KB)
Attached To
Mode
P60542 vm side bird conf
Attached
Detach File
Event Timeline
Log In to Comment