diff --git a/README.md b/README.md index b1a6ee0..f2df7a1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ considered a 'preview' release. There are currently two environment variables to configure: `LIGHTWATCHER_LISTEN` (default: `127.0.0.1:8181`) + `LIGHTWATCHER_BIRDC` (default: `/var/run/bird/bird.ctl`) ## Contributing diff --git a/src/parsers/neighbors.rs b/src/parsers/neighbors.rs index f2e0469..a4502c4 100644 --- a/src/parsers/neighbors.rs +++ b/src/parsers/neighbors.rs @@ -92,18 +92,27 @@ impl Parse for Neighbor { } } -fn parse_line(mut neighbor: &mut Neighbor, state: State, line: &str) -> Result { +fn parse_line( + mut neighbor: &mut Neighbor, + state: State, + line: &str, +) -> Result { let state = match state { State::Start => parse_neighbor_header(&mut neighbor, line)?, State::Meta => parse_neighbor_meta(&mut neighbor, line)?, State::BgpState => parse_bgp_state(&mut neighbor, line)?, - State::RouteChangeStats => parse_route_change_stats(&mut neighbor, line)?, + State::RouteChangeStats => { + parse_route_change_stats(&mut neighbor, line)? + } }; Ok(state) } /// Parse Neighbor Header (name, state, uptime) and return next state -fn parse_neighbor_header(neighbor: &mut Neighbor, line: &str) -> Result { +fn parse_neighbor_header( + neighbor: &mut Neighbor, + line: &str, +) -> Result { // Does line match neighbor header if !line.contains("BGP") { return Ok(State::Start); @@ -186,7 +195,10 @@ impl ChangeStats { } /// Parse route change stats -fn parse_route_change_stats(neighbor: &mut Neighbor, line: &str) -> Result { +fn parse_route_change_stats( + neighbor: &mut Neighbor, + line: &str, +) -> Result { if let Some(caps) = RE_KEY_VALUE.captures(line) { let key = caps["key"].to_lowercase(); let val = caps["value"].to_string(); @@ -198,7 +210,8 @@ fn parse_route_change_stats(neighbor: &mut Neighbor, line: &str) -> Result = reader.filter(|n| !n.id.is_empty()).collect(); + let neighbors: Vec = + reader.filter(|n| !n.id.is_empty()).collect(); let neighbor = &neighbors[0]; assert_eq!(neighbor.id, "R194_42"); - assert_eq!(neighbor.address, "172.31.194.42"); + assert_eq!(neighbor.address, "111.111.194.42"); } } diff --git a/src/parsers/routes_worker.rs b/src/parsers/routes_worker.rs index 7af6884..ffad4ff 100644 --- a/src/parsers/routes_worker.rs +++ b/src/parsers/routes_worker.rs @@ -95,9 +95,9 @@ mod tests { #[tokio::test] async fn test_routes_worker() { - // let file = File::open("tests/birdc/show-route-all-protocol-R192_175").unwrap(); - let file: File = - File::open("tests/birdc/show-route-all-table-master4").unwrap(); + let file = + File::open("tests/birdc/show-route-all-protocol-R1").unwrap(); + // let file: File = File::open("tests/birdc/show-route-all-table-master4").unwrap(); let reader = BufReader::new(file); let re_routes_start = Regex::new(r"1007-\S").unwrap(); diff --git a/src/parsers/status.rs b/src/parsers/status.rs index d42651d..325f161 100644 --- a/src/parsers/status.rs +++ b/src/parsers/status.rs @@ -80,7 +80,7 @@ mod tests { reader.lines().map(|l| l.unwrap()).collect::>(); let status = BirdStatus::parse(block).unwrap(); assert_eq!(status.version, "2.0.10"); - assert_eq!(status.router_id, "172.31.192.157"); + assert_eq!(status.router_id, "111.111.111.111"); assert_eq!(status.current_server, "2023-05-10 14:27:32"); assert_eq!(status.last_reboot, "2023-05-10 11:34:49"); assert_eq!(status.last_reconfig, "2023-05-10 11:34:49"); diff --git a/tests/birdc b/tests/birdc deleted file mode 120000 index 65d13a9..0000000 --- a/tests/birdc +++ /dev/null @@ -1 +0,0 @@ -../../bwatcher-protocol-dump \ No newline at end of file diff --git a/tests/birdc/show-protocols-all b/tests/birdc/show-protocols-all new file mode 100644 index 0000000..00e0339 --- /dev/null +++ b/tests/birdc/show-protocols-all @@ -0,0 +1,259 @@ +0001 BIRD 2.0.10 ready. +2002-Name Proto Table State Since Info +1002-device1 Device --- up 2023-04-19 09:08:03 +1006- +1002-direct1 Direct --- down 2023-04-19 09:08:03 +1006- +1002-kernel4 Kernel master4 down 2023-04-19 09:08:03 +1006- Channel ipv4 + State: DOWN + Table: master4 + Preference: 10 + Input filter: ACCEPT + Output filter: REJECT + +1002-kernel6 Kernel master6 down 2023-04-19 09:08:03 +1006- Channel ipv6 + State: DOWN + Table: master6 + Preference: 10 + Input filter: ACCEPT + Output filter: REJECT + +1002-p_mc Pipe --- up 2023-04-19 09:08:03 master4 <=> collector4 +1006- Description: master4 → collector4 + Channel main + Table: master4 + Peer table: collector4 + Import state: up + Export state: up + Import filter: REJECT + Export filter: ACCEPT + Routes: 0 imported, 712337 exported + Route change stats: received rejected filtered ignored accepted + Import updates: 712337 712337 0 0 0 + Import withdraws: 0 0 --- 0 0 + Export updates: 712337 0 0 0 712337 + Export withdraws: 0 0 --- 0 0 + +1002-static_rpki Static rt_rpki_static up 2023-04-19 09:08:03 +1006- Channel roa4 + State: UP + Table: rt_rpki_static + Preference: 200 + Input filter: ACCEPT + Output filter: REJECT + Routes: 324552 imported, 0 exported, 324552 preferred + Route change stats: received rejected filtered ignored accepted + Import updates: 324552 0 0 0 324552 + Import withdraws: 0 0 --- 0 0 + Export updates: 0 0 0 --- 0 + Export withdraws: 0 --- --- --- 0 + +1002-static_bh_rpki Static rt_bh_rpki_static up 2023-04-19 09:08:03 +1006- Channel roa4 + State: UP + Table: rt_bh_rpki_static + Preference: 200 + Input filter: ACCEPT + Output filter: REJECT + Routes: 324552 imported, 0 exported, 324080 preferred + Route change stats: received rejected filtered ignored accepted + Import updates: 324552 0 0 0 324552 + Import withdraws: 0 0 --- 0 0 + Export updates: 0 0 0 --- 0 + Export withdraws: 0 --- --- --- 0 + +1002-R194_42 BGP --- up 2023-04-19 09:39:25 Established +1006- Description: Packet Pushers + BGP state: Established + Neighbor address: 111.111.194.42 + Neighbor AS: 42 + Local AS: 6695 + Neighbor ID: 111.111.194.42 + Local capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Graceful restart + 4-octet AS numbers + Enhanced refresh + Hostname: rs1.met.ixp.example + Neighbor capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Extended message + Graceful restart + Restart time: 180 + Restart recovery + AF supported: ipv4 + AF preserved: ipv4 + 4-octet AS numbers + Enhanced refresh + Session: external route-server AS4 + Source address: 111.111.193.157 + Hold timer: 158.973/180 + Keepalive timer: 51.101/60 + Channel ipv4 + State: UP + Table: master4 + Preference: 100 + Input filter: (unnamed) + Output filter: (unnamed) + Receive limit: 40000 + Action: disable + Import limit: 5000 + Action: warn + Export limit: 300000 + Action: warn + Routes: 88 imported, 0 filtered, 295747 exported, 85 preferred + Route change stats: received rejected filtered ignored accepted + Import updates: 88 0 0 0 88 + Import withdraws: 0 0 --- 0 0 + Export updates: 435159 151 133526 --- 307687 + Export withdraws: 0 --- --- --- 0 + BGP Next hop: 111.111.193.157 + +1002-R195_42 BGP --- up 2023-04-19 09:24:12 Established +1006- Description: Packet Clearing House + BGP state: Established + Neighbor address: 111.111.195.42 + Neighbor AS: 3856 + Local AS: 6695 + Neighbor ID: 111.111.195.42 + Local capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Graceful restart + 4-octet AS numbers + Enhanced refresh + Hostname: rs1.met.ixp.example + Neighbor capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Extended message + Graceful restart + Restart time: 180 + Restart recovery + AF supported: ipv4 + AF preserved: ipv4 + 4-octet AS numbers + Enhanced refresh + Session: external route-server AS4 + Source address: 111.111.193.157 + Hold timer: 146.279/180 + Keepalive timer: 12.783/60 + Channel ipv4 + State: UP + Table: master4 + Preference: 100 + Input filter: (unnamed) + Output filter: (unnamed) + Receive limit: 40000 + Action: disable + Import limit: 5000 + Action: warn + Export limit: 300000 + Action: warn + Routes: 1 imported, 0 filtered, 295850 exported, 1 preferred + Route change stats: received rejected filtered ignored accepted + Import updates: 1 0 0 0 1 + Import withdraws: 0 0 --- 0 0 + Export updates: 686584 3 189874 --- 373402 + Export withdraws: 0 --- --- --- 0 + BGP Next hop: 111.111.193.157 + +1002-R195_77 BGP --- up 2023-04-19 09:22:02 Established +1006- Description: AS112 + BGP state: Established + Neighbor address: 111.111.195.77 + Neighbor AS: 112 + Local AS: 6695 + Neighbor ID: 111.111.195.77 + Local capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Graceful restart + 4-octet AS numbers + Enhanced refresh + Hostname: rs1.met.ixp.example + Neighbor capabilities + Multiprotocol + AF announced: ipv4 + Route refresh + Extended message + Graceful restart + Restart time: 240 + Restart recovery + AF supported: ipv4 + AF preserved: ipv4 + 4-octet AS numbers + Enhanced refresh + Session: external route-server AS4 + Source address: 111.111.193.157 + Hold timer: 179.244/240 + Keepalive timer: 35.634/80 + Channel ipv4 + State: UP + Table: master4 + Preference: 100 + Input filter: (unnamed) + Output filter: (unnamed) + Receive limit: 40000 + Action: disable + Import limit: 5000 + Action: warn + Export limit: 300000 + Action: warn + Routes: 2 imported, 0 filtered, 296065 exported, 2 preferred + Route change stats: received rejected filtered ignored accepted + Import updates: 2 0 0 0 2 + Import withdraws: 0 0 --- 0 0 + Export updates: 709981 6 174686 --- 364358 + Export withdraws: 0 --- --- --- 0 + BGP Next hop: 111.111.193.157 + +1002-R_pp_60 BGP --- start 2023-04-19 09:08:03 Passive +1006- Description: IXP Local + BGP state: Passive + Neighbor address: 111.111.199.60 + Neighbor AS: 205529 + Local AS: 6695 + Channel ipv4 + State: DOWN + Table: master4 + Preference: 100 + Input filter: REJECT + Output filter: REJECT + +1002-R_pp_75 BGP --- start 2023-04-19 09:08:03 Passive +1006- Description: IXP Local + BGP state: Passive + Neighbor address: 111.111.199.75 + Neighbor AS: 205529 + Local AS: 6695 + Channel ipv4 + State: DOWN + Table: master4 + Preference: 100 + Input filter: REJECT + Output filter: REJECT + +1002-R_pp_90 BGP --- start 2023-04-19 09:08:03 Passive +1006- Description: IXP Local + BGP state: Passive + Neighbor address: 111.111.199.90 + Neighbor AS: 205529 + Local AS: 6695 + Channel ipv4 + State: DOWN + Table: master4 + Preference: 100 + Input filter: REJECT + Output filter: REJECT + +0000 diff --git a/tests/birdc/show-route-all-protocol-R1 b/tests/birdc/show-route-all-protocol-R1 new file mode 100644 index 0000000..ff2bd1c --- /dev/null +++ b/tests/birdc/show-route-all-protocol-R1 @@ -0,0 +1,1943 @@ +0001 BIRD 2.0.10 ready. +1007-Table master4: + 192.44.19.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.64.0/18 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-157.180.228.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS58069i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 58069 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.28.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.32.0/20 unicast [R192_175 2023-04-19 09:29:13] (100) [AS34878i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (34878,9) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.180.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.255.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-195.39.222.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS29010i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 29010 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-44.130.112.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS202113i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 202113 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-134.108.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.67.208.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.37.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.128.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.166.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.112.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.42.63.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.149.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-45.90.132.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.42.64.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.132.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.44.22.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.69.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-45.12.200.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS202539i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 202539 202539 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 202539) (6695, 1000, 1) +1007-192.108.46.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS58069i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 58069 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.97.11.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.52.48.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-2.21.21.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS20940i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 212522 20940 20940 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (212522, 3000, 0) (212522, 3000, 20940) (212522, 3003, 0) (6695, 1000, 2) (6695, 1001, 1) +1007-157.180.232.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS58069i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 58069 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-194.0.10.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS49488i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 49488 49488 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.10.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.18.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-172.68.253.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS13335i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 212522 13335 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (13335,10627) (13335,19020) (13335,20510) (13335,20520) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (212522, 3000, 0) (212522, 3000, 13335) (6695, 1000, 1) +1007-192.107.235.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-134.105.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.44.16.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.165.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-195.60.186.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS39100i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 39100 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-153.96.32.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.143.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.107.236.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.60.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.252.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.52.50.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-192.44.17.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.212.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.58.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.196.0.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.168.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.253.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.136.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.80.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.254.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.3.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS34878i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (34878,9) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.72.128.0/18 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.4.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.19.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.220.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-23.0.0.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS20940i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 212522 20940 20940 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (212522, 3000, 0) (212522, 3000, 20940) (212522, 3003, 0) (6695, 1000, 2) (6695, 1001, 1) +1007-192.108.40.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.58.0.0/15 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.196.192.0/18 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.69.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.59.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-45.140.180.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS208854i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 208854 208854 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 208854) (6695, 1000, 1) +1007-192.108.44.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.168.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.129.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.18.0.0/15 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.136.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.44.14.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.68.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.24.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.102.171.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.0.0/15 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-91.205.76.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.108.45.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS58069i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 58069 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.156.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.0.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.44.7.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-194.59.37.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.8.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-134.103.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-178.132.70.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS212522i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 212522 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-185.134.84.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-194.59.38.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-45.140.180.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS208854i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 208854 208854 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 208854) (6695, 1000, 1) +1007-153.96.18.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.253.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.97.0.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-147.142.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-194.59.39.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.254.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.70.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-134.60.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-192.76.243.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS35052i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 35052 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.72.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-153.96.88.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.72.0.0/17 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.196.160.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.54.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.130.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.152.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.44.37.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.0.0/17 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.16.0/20 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-141.68.0.0/15 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-153.97.26.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.70.128.0/17 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.108.68.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS58069i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 58069 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.28.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.108.35.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.129.30.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.144.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.52.32.0/20 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-192.44.0.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.160.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-194.59.36.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.83.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.8.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.52.0.0/19 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-144.41.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-192.108.36.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.124.28.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.200.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-134.2.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-153.96.16.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.13.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-129.206.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-194.59.36.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-185.237.153.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS213068i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 213068 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (23456,1001) (34878,100) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (213068, 1001, 1) (6695, 1000, 1) +1007-193.196.154.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-137.251.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.94.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-134.34.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-141.62.0.0/17 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.64.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-153.96.10.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.42.143.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.62.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.114.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.132.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.70.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-153.96.12.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.32.0/19 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.67.189.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS204680i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-132.230.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-129.13.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS34878i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (34878,9) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.120.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.7.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-194.113.96.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 60824 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-185.52.244.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS202113i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 202113 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.196.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.204.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.9.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.20.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.134.163.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS63293i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 212522 63293 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (212522, 3000, 0) (212522, 3000, 63293) (6695, 1000, 2) (6695, 1001, 1) +1007-153.96.70.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-185.65.241.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS202329i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 202329 202329 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 202329) (6695, 1000, 1) +1007-153.96.206.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.194.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-161.42.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-141.31.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.124.25.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-91.213.198.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS49739i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 49739 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-134.107.202.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.86.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.97.182.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.157.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.176.0/20 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.47.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.197.152.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.0.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.41.227.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-45.12.168.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS208974i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 208974 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 208974) (208974, 3, 0) (6695, 1000, 2) (6695, 1001, 1) +1007-141.79.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.87.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-185.237.152.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS213068i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 213068 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (23456,1001) (34878,100) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (213068, 1001, 1) (6695, 1000, 1) +1007-193.197.224.0/19 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,100) (553,600) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.192.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.44.24.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS5501i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 5501 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.28.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-193.197.85.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-129.233.193.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-192.124.26.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS42873i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 42873 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-194.76.38.0/23 unicast [R192_175 2023-04-19 09:29:13] (100) [AS50964i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 50964 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-141.52.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS34878i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 34878 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (34878,9) (34878,10100) (34878,10200) (34878,10300) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-153.96.72.0/22 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-45.12.170.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS208974i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 204680 208974 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (204680, 100, 208974) (208974, 3, 0) (6695, 1000, 2) (6695, 1001, 1) +1007-141.68.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-134.155.0.0/16 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,111) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: (rt, 553, 200) + BGP.large_community: (6695, 1000, 1) +1007-192.92.125.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS35052i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 35052 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-45.12.171.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 2) (6695, 1001, 1) +1007-192.44.27.0/24 unicast [R192_175 2023-04-19 09:29:13] (100) [AS60824i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 60824 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,112) (553,1200) (553,1281) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +1007-193.196.144.0/21 unicast [R192_175 2023-04-19 09:29:13] (100) [AS553i] + via 111.111.111.111 on vx0 +1008- Type: BGP univ +1012- BGP.origin: IGP + BGP.as_path: 553 + BGP.next_hop: 111.111.111.111 + BGP.local_pref: 100 + BGP.community: (553,120) (65101,1001) (65102,1000) (65103,276) (65104,150) + BGP.ext_community: + BGP.large_community: (6695, 1000, 1) +0000 diff --git a/tests/birdc/show-status b/tests/birdc/show-status new file mode 100644 index 0000000..1411d50 --- /dev/null +++ b/tests/birdc/show-status @@ -0,0 +1,8 @@ +0001 BIRD 2.0.10 ready. +1000-BIRD 2.0.10 +1011-Router ID is 111.111.111.111 + Hostname is rs1.met.ixp.example + Current server time is 2023-05-10 14:27:32 + Last reboot on 2023-05-10 11:34:49 + Last reconfiguration on 2023-05-10 11:34:49 +0013 Daemon is up and running