| 1 | Building configuration... | ||
| 2 | |||
| 3 | Current configuration: | ||
| 4 | ! | ||
| 5 | frr version 10.3 | ||
| 6 | frr defaults traditional | ||
| 7 | hostname cr1 | ||
| 8 | log syslog informational | ||
| 9 | no ip forwarding | ||
| 10 | no ipv6 forwarding | ||
| 11 | service integrated-vtysh-config | ||
| 12 | ! | ||
| 13 | interface enp0s8 | ||
| 14 | ip address 10.0.0.2/24 | ||
| 15 | ipv6 address fd00:1::2/64 | ||
| 16 | exit | ||
| 17 | ! | ||
| 18 | bfd | ||
| 19 | peer fd00:1::1 local-address fd00:1::2 | ||
| 20 | exit | ||
| 21 | ! | ||
| 22 | peer 10.0.0.1 local-address 10.0.0.2 | ||
| 23 | exit | ||
| 24 | ! | ||
| 25 | exit | ||
| 26 | ! | ||
| 27 | end | ||
| 28 | bgpd is not running | ||