| 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 | service integrated-vtysh-config | ||
| 10 | ! | ||
| 11 | ip route 1.2.3.0/24 Null0 | ||
| 12 | ipv6 route fd99::/64 Null0 | ||
| 13 | ! | ||
| 14 | router bgp 44 | ||
| 15 | no bgp ebgp-requires-policy | ||
| 16 | timers bgp 2 6 | ||
| 17 | neighbor enp0s8 interface remote-as external | ||
| 18 | neighbor enp0s8 timers connect 1 | ||
| 19 | ! | ||
| 20 | address-family ipv4 unicast | ||
| 21 | network 1.2.3.0/24 | ||
| 22 | exit-address-family | ||
| 23 | ! | ||
| 24 | address-family ipv6 unicast | ||
| 25 | network fd99::/64 | ||
| 26 | neighbor enp0s8 activate | ||
| 27 | exit-address-family | ||
| 28 | exit | ||
| 29 | ! | ||
| 30 | end | ||
| 31 | |||
| 32 | IPv4 Unicast Summary: | ||
| 33 | BGP router identifier 10.151.6.168, local AS number 44 VRF default vrf-id 0 | ||
| 34 | BGP table version 1 | ||
| 35 | RIB entries 1, using 128 bytes of memory | ||
| 36 | Peers 1, using 23 KiB of memory | ||
| 37 | |||
| 38 | Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc | ||
| 39 | enp0s8 4 0 0 0 0 0 0 never Idle 0 N/A | ||
| 40 | |||
| 41 | Total number of neighbors 1 | ||
| 42 | BGP table version is 1, local router ID is 10.151.6.168, vrf id 0 | ||
| 43 | Default local pref 100, local AS 44 | ||
| 44 | Status codes: s suppressed, d damped, h history, u unsorted, * valid, > best, = multipath, | ||
| 45 | i internal, r RIB-failure, S Stale, R Removed | ||
| 46 | Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self | ||
| 47 | Origin codes: i - IGP, e - EGP, ? - incomplete | ||
| 48 | RPKI validation codes: V valid, I invalid, N Not found | ||
| 49 | |||
| 50 | Network Next Hop Metric LocPrf Weight Path | ||
| 51 | *> 1.2.3.0/24 0.0.0.0 0 32768 i | ||
| 52 | |||
| 53 | Displayed 1 routes and 1 total paths | ||
| 54 | % Unknown command: show ipv6 bgp | ||