OK I have the ND DB and the trace attached.
On 14/05/2024 13:21, Brendan Doyle via discuss wrote:
On 14/05/2024 11:38, Dumitru Ceara wrote:
On 5/14/24 12:06, Brendan Doyle via discuss wrote:
On 14/05/2024 09:50, Dumitru Ceara wrote:
On 5/7/24 12:38, Brendan Doyle via discuss wrote:
Hi,
Seems there is a regression with the latest LTS release in terms
of Port
Group
ACLs when ports are in multiple Port Groups. As an example I have 3
ports in a
Port Group, and two of them in another Port Group, that has an
ACL to
allow
IP protocol 112, and this use to work, but now I am seeing lots of:
2024-05-07T05:24:06.692Z|01357|acl_log(ovn_pinctrl0)|INFO|name="def-10",
verdict=drop, severity=info, direction=to-lport:
ip,vlan_tci=0x0000,dl_src=00:13:97:ec:6a:3d,dl_dst=01:00:5e:00:00:12,nw_src=10.1.2.21,nw_dst=224.0.0.18,nw_proto=112,nw_tos=192,nw_ecn=0,nw_ttl=255,nw_frag=no
If I place the ACL in the PG that has all ports then the 112 pkts are
allowed.
Hi Brendan,
Thanks for reporting this! I tried in a simplified setup and I can't
really reproduce the problem. We probably need some more info to
debug
this, please see below.
Hi Dumitru,
I'll need to reproduce it myself, I've noticed that it seems to be
intermittent, and
sometimes works and other times does not. But yes, once I reproduce
Hmm, that's interesting information though. Can it be an incremental
processing bug in ovn-northd or ovn-controller?
If you reproduce the issue the following additional info might help us
debug:
# Enable northd jsonrpc and i-p logs.
ovn-appctl -t ovn-northd vlog/disable-rate-limit
ovn-appctl -t ovn-northd vlog/set jsonrpc:DBG
ovn-appctl -t ovn-northd vlog/set inc_proc_eng:DBG
ovn-appctl -t ovn-northd vlog/set inc_proc_northd:DBG
# Enable ovn-controller jsonrpc and i-p logs.
ovn-appctl vlog/disable-rate-limit
ovn-appctl vlog/set jsonrpc:DBG
ovn-appctl vlog/set inc_proc_eng:DBG
# Trigger an ovn-controller recompute.
ovn-appctl inc-engine/recompute
# Check if traffic is allowed properly.
# If not, collect northd and ovn-controller logs and share them.
# Trigger an ovn-northd recompute.
ovn-appctl -t ovn-northd inc-engine/recompute
# Check if traffic is allowed properly.
# If not, collect northd and ovn-controller logs and share them.
OK, so I have reproduced it (eventually) and now I don't think it is
intermittent, it
more depends on the members of the Port Groups (PG).
We have a per subnet PG (call it pg_sn) that contains an entry for all
NICs in the subnet,
and we have a Load Balancer PG (Not OVN LB, this is two haproxy
services running in a
containers and connected to br-int via a veth pipe) call that pg_lb
(this is the PG that allows
proto 112).
So If I just create an LB, then its ports (one in each container) are
added to both PGs.
And all is ok proto 112 is allowed through. But then I deploy a VM in
the subnet so
that pg_sn now has three ports the VMs and the two LB ones, and pg_lb
just has the LB
ones, then suddenly proto 112 starts to get dropped.
I'll get the ovn-trace and ND DB dump in a bit, but just wanted to
update you
on the further characterization of the problem.
Brendan
I'll get an
ovn-trace and full NB DB dump.
Thanks
Thanks!
Here are the details (an example of just one)
The PG with all ports:
ovn-nbctl list Port_Group pg_vcn4958117_net72295_sl42074
_uuid : a928b8f5-3fce-4d32-afaa-8a9cc46ac902
acls : [29cd825f-73c5-461d-8603-c78a1e89e799,
30971674-3471-49aa-ab55-8df17528b250,
4f311ad6-0eae-4e23-aea8-a48ac8d503af,
6d142bf8-30fc-46df-adde-2318c55a62f2,
6d448692-ac65-4d40-aa30-c87fa478ed96,
a647d19a-eaf6-4240-a323-0065d3fc8b4e,
c323482c-b748-41f3-85a9-de67aa541ff5,
d3d923d1-0e89-4165-a747-05a5908e5f08]
external_ids : {}
name : pg_vcn4958117_net72295_sl42074
ports : [192c7921-8091-4008-878a-5b2f6ae7aadf,
lbv4958117L650B
a3e67f89-a989-469d-b7f2-a01631ad4f46,
766e9eda-0943-11ef-9ba6-0010e0daa67a
ee13c9d9-576b-4fa7-9c5b-c2accbc0a811]
lbv4958117L650A
The Port Group that has just two Ports (which are also in the
other PG)
ovn-nbctl list Port_Group lb_pg_vcn4958117_L650
_uuid : 4b04b824-7d27-4a9d-addc-818919544b0f
acls : [444c209a-8ef6-41c7-97d7-aa66a9c38d66,
6b76680a-395c-4be1-80df-dcde36426acd]
external_ids : {}
name : lb_pg_vcn4958117_L650
ports : [192c7921-8091-4008-878a-5b2f6ae7aadf,
lbv4958117L650B
ee13c9d9-576b-4fa7-9c5b-c2accbc0a811]
lbv4958117L650A
The ACL associated with the PG:
ovn-nbctl acl-list lb_pg_vcn4958117_L650
from-lport 32000 (inport == @lb_pg_vcn4958117_L650 && (ip4.dst ==
224.0.0.18 && ip.proto == 112)) allow-related
to-lport 32000 (outport == @lb_pg_vcn4958117_L650 && (ip4.dst ==
224.0.0.18 && ip.proto == 112)) allow-related
That should allow IP 112, but it does not (anymore, like I said it
use
to work)!
The ACL associated with pg_vcn4958117_net72295_sl42074:
from-lport 32767 (inport == @pg_vcn4958117_net72295_sl42074 &&
(arp ||
udp.dst == 67 || udp.dst == 68)) allow-related
from-lport 32767 (inport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.dst
== 169.254.0.2 && tcp.dst == 3260)) reject
log(name=pg_vcn4958117_net72295_sl42074_reject,severity=info)
from-lport 32766 (inport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.src
== 169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
from-lport 16000 (inport == @pg_vcn4958117_net72295_sl42074)
allow-related
from-lport 0 (inport == @pg_vcn4958117_net72295_sl42074) drop
log(name=def-4,severity=info)
to-lport 32767 (outport == @pg_vcn4958117_net72295_sl42074 &&
(arp ||
udp.dst == 67 || udp.dst == 68)) allow-related
to-lport 32767 (outport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.src
== 169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
to-lport 0 (outport == @pg_vcn4958117_net72295_sl42074) drop
log(name=def-10,severity=info)
So Even though the lb_pg_vcn4958117_L650 allows 112, we are
hitting the
drop in the ACL above!
I looked at the sbflows and it seems to have flows for the 112 ACL
entry:
ovn-sbctl lflow-list
--------------------
Datapath: "ls_vcn4958117_net72295"
(7bba2e8d-6612-487b-8f1e-f2e98d281a85) Pipeline: ingress
table=9 (ls_in_acl ), priority=33000, match=(reg0[7]
== 1 &&
(inport == @lb_pg_vcn4958117_L650 && (ip4.dst == 224.0.0.18 &&
ip.proto
== 112))), action=(reg0[1] = 1; next;)
table=9 (ls_in_acl ), priority=33000, match=(reg0[8]
== 1 &&
(inport == @lb_pg_vcn4958117_L650 && (ip4.dst == 224.0.0.18 &&
ip.proto
== 112))), action=(next;)
Datapath: "ls_vcn4958117_net72295"
(7bba2e8d-6612-487b-8f1e-f2e98d281a85) Pipeline: egress
table=4 (ls_out_acl ), priority=33000, match=(reg0[7]
== 1 &&
(outport == @lb_pg_vcn4958117_L650 && (ip4.dst == 224.0.0.18 &&
ip.proto
== 112))), action=(reg0[1] = 1; next;)
table=4 (ls_out_acl ), priority=33000, match=(reg0[8]
== 1 &&
(outport == @lb_pg_vcn4958117_L650 && (ip4.dst == 224.0.0.18 &&
ip.proto
== 112))), action=(next;)
Would it be possible to try an ovn-trace for the packets? The output
should be quite accurate, VRRP (IP multicast packets will always be
considered as having ct_state=+trk+new if I'm not wrong).
An example of ovn-trace invocation (you need to replace macs, IPs and
ports to match your setup):
ovn-trace 'inport=="vm1" && eth.src == 00:00:00:00:00:01 && eth.dst ==
01:00:5e:00:00:12 && ip4.src == 42.42.42.2 && ip4.dst == 224.0.0.18 &&
ip.proto == 112'
And OVS flows also seem to have entries:
ovs-ofctl dump-flows br-int
cookie=0x48b6ec2c, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x5,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0xbb05b3e, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x26,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0x45ade6ea, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x28,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0x9ea8bc7e, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x7,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0xc3b6660c, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x31,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0x1574390e, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x32,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0xba0820b4, table=17,
priority=33000,ip,reg0=0x100/0x100,reg14=0x4,metadata=0x61,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,18)
cookie=0x3ab5481d, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x5,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0x246464a0, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x26,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0xb7597534, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x28,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0xa39db4b2, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x7,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0x1ba59849, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x31,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0x845680ed, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x32,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0x5b88a1c8, table=17,
priority=33000,ip,reg0=0x80/0x80,reg14=0x4,metadata=0x61,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,18)
cookie=0x43eec225, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x5,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0xb2e98e98, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x26,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0x22d2bdce, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x28,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0xcbc86a80, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x7,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0x788cf92d, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x31,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0x93fc9ed, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x32,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0xa41bd3e7, table=44,
priority=33000,ip,reg0=0x80/0x80,reg15=0x4,metadata=0x61,nw_dst=224.0.0.18,nw_proto=112
actions=load:0x1->NXM_NX_XXREG0[97],resubmit(,45)
cookie=0xb0c3031a, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x5,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0x13552aa4, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x26,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0xda88db5f, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x28,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0xf29c5f9c, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x7,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0x73e20386, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x31,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0xe72b74cd, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x32,metadata=0x7,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
cookie=0x302c1113, table=44,
priority=33000,ip,reg0=0x100/0x100,reg15=0x4,metadata=0x61,nw_dst=224.0.0.18,nw_proto=112
actions=resubmit(,45)
And as I said if I add the rule to the PG that has all the ports
in it,
then things work:
ovn-nbctl acl-list pg_vcn4958117_net72295_sl42074
from-lport 32767 (inport == @pg_vcn4958117_net72295_sl42074 &&
(arp ||
udp.dst == 67 || udp.dst == 68)) allow-related
from-lport 32767 (inport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.dst
== 169.254.0.2 && tcp.dst == 3260)) reject
log(name=pg_vcn4958117_net72295_sl42074_reject,severity=info)
from-lport 32766 (inport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.src
== 169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
from-lport 32000 (inport == @lb_pg_vcn4958117_L650 && (ip.proto ==
112))
allow-related log(name=BJD)
from-lport 32000 (inport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.dst
== 224.0.0.18 && ip.proto == 112)) allow-related log(name=BJD)
from-lport 16000 (inport == @pg_vcn4958117_net72295_sl42074)
allow-related
from-lport 0 (inport == @pg_vcn4958117_net72295_sl42074) drop
log(name=def-4,severity=info)
to-lport 32767 (outport == @pg_vcn4958117_net72295_sl42074 &&
(arp ||
udp.dst == 67 || udp.dst == 68)) allow-related
to-lport 32767 (outport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.src
== 169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
to-lport 32000 (outport == @lb_pg_vcn4958117_L650 && (ip.proto ==
112)) allow-related log(name=BJD)
to-lport 32000 (outport == @pg_vcn4958117_net72295_sl42074 &&
(ip4.dst
== 224.0.0.18 && ip.proto == 112)) allow-related log(name=BJD)
to-lport 0 (outport == @pg_vcn4958117_net72295_sl42074) drop
log(name=def-10,severity=info)
An ovn-trace in the working scenario might help us spot the
difference.
Ideally, if you could share the whole northbound database content that
would make it easier to debug.
Best regards,
Dumitru
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://urldefense.com/v3/__https://mail.openvswitch.org/mailman/listinfo/ovs-discuss__;!!ACWV5N9M2RV99hQ!MNu3KG-dhcR3OvG9l4OHEvHUau7EGmXYnHC-AhsZNWmd7Ce2cHOrXo-JocosHHo2hsxOKxE75xGxw03mCg$
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://urldefense.com/v3/__https://mail.openvswitch.org/mailman/listinfo/ovs-discuss__;!!ACWV5N9M2RV99hQ!IHopEAlNTIY3Z5a0Gr9DTdYMxAI5VRkCmmlqqZ2-p_Ctc3x4xl6x2fCnsJ0NUOtnlaI0f3tfoXdew2WdAMp_7rFK5tIrow$
switch 5d705360-ca8b-4cac-bd64-c33c60929be5 (ls_vcn4632089_external_ugw)
port ln-ls_vcn4632089_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn4632089_external_ugw-lr_vcn4632089
type: router
router-port: lr_vcn4632089-ls_vcn4632089_external_ugw
switch f7d76a80-b9e2-4f20-b4e3-28e3849d7066 (ls_vcn4637380_net20610)
port 7453d348-0c51-11ef-a12d-0010e0daa602
addresses: ["00:13:97:b4:c9:2e 10.0.0.2"]
port ls_vcn4637380_net20610-lr_vcn4637380_net20610
type: router
addresses: ["00:13:97:a5:99:42"]
router-port: lr_vcn4637380_net20610-ls_vcn4637380_net20610
switch 0d449721-d2a2-4ee8-bdd1-2f37e03bd0c2 (ls_vcn1812749_meta)
port vethvcn1812749m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn1812749_meta-lr_vcn1812749_meta
type: router
addresses: ["00:13:97:5c:12:f8"]
router-port: lr_vcn1812749_meta-ls_vcn1812749_meta
switch 8b6d2561-b3a5-489b-a129-9215da19bb53 (ls_vcn7763244_external_igw)
port ln-ls_vcn7763244_external_igw
type: localnet
addresses: ["unknown"]
port ls_vcn7763244_external_igw-lr_vcn7763244_igw
type: router
router-port: lr_vcn7763244_igw-ls_vcn7763244_external_igw
switch ff80ef03-46db-4f80-908b-5cb05340c775 (ls_vcn1347266_meta)
port vethvcn1347266m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn1347266_meta-lr_vcn1347266_meta
type: router
addresses: ["00:13:97:ef:11:15"]
router-port: lr_vcn1347266_meta-ls_vcn1347266_meta
switch 70ae3143-7269-4226-bdef-8055f8a5035f (ls_vcn7473477_meta)
port ls_vcn7473477_meta-lr_vcn7473477_meta
type: router
addresses: ["00:13:97:b7:35:0a"]
router-port: lr_vcn7473477_meta-ls_vcn7473477_meta
port vethvcn7473477m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
switch 0b2ede06-f991-4282-8e19-fd5b96e69e77 (ls_vcn1685193_external_ugw)
port ls_vcn1685193_external_ugw-lr_vcn1685193
type: router
router-port: lr_vcn1685193-ls_vcn1685193_external_ugw
port ln-ls_vcn1685193_external_ugw
type: localnet
addresses: ["unknown"]
switch 3f908086-752e-4967-afd8-e4a247ea0841 (ls_vcn1685193_backbone)
port lsb_vcn1685193-lr_vcn1685193
type: router
router-port: lr_vcn1685193-lsb_vcn1685193
port lsb_vcn1685193_net15451-lr_vcn1685193_net15451
type: router
router-port: lr_vcn1685193_net15451-lsb_vcn1685193_net15451
port lsb_vcn1685193_meta-lr_vcn1685193_meta
type: router
router-port: lr_vcn1685193_meta-lsb_vcn1685193_meta
port lsb_vcn1685193_lpg-lr_vcn1685193_lpg
type: router
router-port: lr_vcn1685193_lpg-lsb_vcn1685193_lpg
switch 4f6432e6-6c8e-4677-807a-d063dd24e784 (ls_vcn7473477_external_ugw)
port ls_vcn7473477_external_ugw-lr_vcn7473477
type: router
router-port: lr_vcn7473477-ls_vcn7473477_external_ugw
port ln-ls_vcn7473477_external_ugw
type: localnet
addresses: ["unknown"]
switch 600fade7-9841-463b-b6ec-90a87538197a (ls_vcn7473477_backbone)
port lsb_vcn7473477_igw-lr_vcn7473477_igw
type: router
router-port: lr_vcn7473477_igw-lsb_vcn7473477_igw
port lsb_vcn7473477-lr_vcn7473477
type: router
router-port: lr_vcn7473477-lsb_vcn7473477
port lsb_vcn7473477_lpg-lr_vcn7473477_lpg
type: router
router-port: lr_vcn7473477_lpg-lsb_vcn7473477_lpg
port lsb_vcn7473477_meta-lr_vcn7473477_meta
type: router
router-port: lr_vcn7473477_meta-lsb_vcn7473477_meta
port lsb_vcn7473477_net20087-lr_vcn7473477_net20087
type: router
router-port: lr_vcn7473477_net20087-lsb_vcn7473477_net20087
switch 540ab188-4392-45df-b1af-f8915ab9f8df (ls_vcn1347266_external_stgw)
port ls_vcn1347266_external_stgw-lr_vcn1347266_stgw
type: router
router-port: lr_vcn1347266_stgw-ls_vcn1347266_external_stgw
port ln-ls_vcn1347266_external_stgw
type: localnet
addresses: ["unknown"]
switch f3f930e8-9f20-48e5-8899-7a30a96846f0 (ls_vcn8680783_external_igw)
port ls_vcn8680783_external_igw-lr_vcn8680783_igw
type: router
router-port: lr_vcn8680783_igw-ls_vcn8680783_external_igw
port ln-ls_vcn8680783_external_igw
type: localnet
addresses: ["unknown"]
switch fe7452c8-6e23-45e6-8f83-df8f79bf045a (ls_vcn1685193_net15451)
port a2fe1f4e-0f2d-11ef-81dc-0010e0da904e
addresses: ["00:13:97:22:dc:a7 10.0.0.6"]
port 0848d98e-0f29-11ef-b808-0010e0da904e
addresses: ["00:13:97:44:5c:7a 10.0.0.4"]
port 0d8e82a8-0dbd-11ef-a33f-0010e0da9054
addresses: ["00:13:97:47:c7:af 10.0.0.5"]
port ls_vcn1685193_net15451-lr_vcn1685193_net15451
type: router
addresses: ["00:13:97:1a:10:52"]
router-port: lr_vcn1685193_net15451-ls_vcn1685193_net15451
port 86feb71c-0cbd-11ef-af70-0010e0da904e
addresses: ["00:13:97:3c:da:9f 10.0.0.3"]
port 1917de2a-0c9c-11ef-b022-0010e0daa602
addresses: ["00:13:97:70:02:a3 10.0.0.2"]
switch c3b27e08-e8aa-4ced-b561-0deabe88f609 (ls_vcn1812749_external_igw)
port ln-ls_vcn1812749_external_igw
type: localnet
addresses: ["unknown"]
port ls_vcn1812749_external_igw-lr_vcn1812749_igw
type: router
router-port: lr_vcn1812749_igw-ls_vcn1812749_external_igw
switch 90b0ec29-9046-4ffc-a5d5-6117fc883e60 (ls_vcn3064820_net31762)
port ls_vcn3064820_net31762-lr_vcn3064820_net31762
type: router
addresses: ["00:13:97:2e:7c:a4"]
router-port: lr_vcn3064820_net31762-ls_vcn3064820_net31762
switch e5cde669-2f09-4372-8787-5aa072e6329f (ls_vcn4637380_external_igw)
port ln-ls_vcn4637380_external_igw
type: localnet
addresses: ["unknown"]
port ls_vcn4637380_external_igw-lr_vcn4637380_igw
type: router
router-port: lr_vcn4637380_igw-ls_vcn4637380_external_igw
switch 9c8bd14a-46ad-49ab-a78d-1cbf95f4f978 (ls_vcn8680783_backbone)
port lsb_vcn8680783_igw-lr_vcn8680783_igw
type: router
router-port: lr_vcn8680783_igw-lsb_vcn8680783_igw
port lsb_vcn8680783_meta-lr_vcn8680783_meta
type: router
router-port: lr_vcn8680783_meta-lsb_vcn8680783_meta
port lsb_vcn8680783_net18630-lr_vcn8680783_net18630
type: router
router-port: lr_vcn8680783_net18630-lsb_vcn8680783_net18630
port lsb_vcn8680783_net56761-lr_vcn8680783_net56761
type: router
router-port: lr_vcn8680783_net56761-lsb_vcn8680783_net56761
port lsb_vcn8680783_net34995-lr_vcn8680783_net34995
type: router
router-port: lr_vcn8680783_net34995-lsb_vcn8680783_net34995
port lsb_vcn8680783-lr_vcn8680783
type: router
router-port: lr_vcn8680783-lsb_vcn8680783
port lsb_vcn8680783_ngw5300931-lr_vcn8680783_ngw5300931
type: router
router-port: lr_vcn8680783_ngw5300931-lsb_vcn8680783_ngw5300931
port lsb_vcn8680783_lpg-lr_vcn8680783_lpg
type: router
router-port: lr_vcn8680783_lpg-lsb_vcn8680783_lpg
port lsb_vcn8680783_net74553-lr_vcn8680783_net74553
type: router
router-port: lr_vcn8680783_net74553-lsb_vcn8680783_net74553
switch fa7ddd6a-6808-43e8-9119-4644223f44b8 (ls_vcn8279172_net32331)
port ls_vcn8279172_net32331-lr_vcn8279172_net32331
type: router
addresses: ["00:13:97:7f:b2:3e"]
router-port: lr_vcn8279172_net32331-ls_vcn8279172_net32331
switch eae5050b-a44b-4041-9773-dd523d374795 (ls_vcn8876112_external_ugw)
port ln-ls_vcn8876112_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn8876112_external_ugw-lr_vcn8876112
type: router
router-port: lr_vcn8876112-ls_vcn8876112_external_ugw
switch 8b7a9a2b-abef-4136-ac87-82bb62abe569 (ls_vcn7763244_backbone)
port lsb_vcn7763244-lr_vcn7763244
type: router
router-port: lr_vcn7763244-lsb_vcn7763244
port lsb_vcn7763244_net59821-lr_vcn7763244_net59821
type: router
router-port: lr_vcn7763244_net59821-lsb_vcn7763244_net59821
port lsb_vcn7763244_meta-lr_vcn7763244_meta
type: router
router-port: lr_vcn7763244_meta-lsb_vcn7763244_meta
port lsb_vcn7763244_igw-lr_vcn7763244_igw
type: router
router-port: lr_vcn7763244_igw-lsb_vcn7763244_igw
port lsb_vcn7763244_lpg-lr_vcn7763244_lpg
type: router
router-port: lr_vcn7763244_lpg-lsb_vcn7763244_lpg
switch 8224fc8d-0fe4-4871-95a0-98b72adab7a2 (ls_vcn1347266_net61131)
port 01d7db40-0880-11ef-9dc8-0010e0daa602
addresses: ["00:13:97:db:ee:bb 10.0.0.3"]
port lbv1347266L940B
addresses: ["00:13:97:3f:68:31 10.0.0.7"]
port lbv1347266L203A
addresses: ["00:13:97:93:0d:6e 10.0.0.9"]
port lbv1347266L940A
addresses: ["00:13:97:84:87:65 10.0.0.6"]
port fc254b36-0ed0-11ef-b646-0010e0daa602
addresses: ["00:13:97:83:f2:bc 10.0.0.17"]
port lbv1347266L203B
addresses: ["00:13:97:cb:b9:97 10.0.0.10"]
port 3bceb9f2-0f08-11ef-a961-0010e0da9054
addresses: ["00:13:97:4f:7e:a2 10.0.0.18"]
port a1c74c32-0df1-11ef-895d-0010e0daa602
addresses: ["00:13:97:ec:2a:ab 10.0.0.12"]
port ls_vcn1347266_net61131-lr_vcn1347266_net61131
type: router
addresses: ["00:13:97:b2:c3:84"]
router-port: lr_vcn1347266_net61131-ls_vcn1347266_net61131
switch 6e4f242d-1a59-4b76-b635-67f87053060a (ls_vcn8876112_meta)
port vethvcn8876112m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn8876112_meta-lr_vcn8876112_meta
type: router
addresses: ["00:13:97:6a:97:ae"]
router-port: lr_vcn8876112_meta-ls_vcn8876112_meta
switch c1cb3ace-66ba-4db3-9119-55aa3f3f2d2a (ls_vcn1812749_backbone)
port lsb_vcn1812749_igw-lr_vcn1812749_igw
type: router
router-port: lr_vcn1812749_igw-lsb_vcn1812749_igw
port lsb_vcn1812749_net52986-lr_vcn1812749_net52986
type: router
router-port: lr_vcn1812749_net52986-lsb_vcn1812749_net52986
port lsb_vcn1812749_stgw-lr_vcn1812749_stgw
type: router
router-port: lr_vcn1812749_stgw-lsb_vcn1812749_stgw
port lsb_vcn1812749-lr_vcn1812749
type: router
router-port: lr_vcn1812749-lsb_vcn1812749
port lsb_vcn1812749_net17532-lr_vcn1812749_net17532
type: router
router-port: lr_vcn1812749_net17532-lsb_vcn1812749_net17532
port lsb_vcn1812749_lpg-lr_vcn1812749_lpg
type: router
router-port: lr_vcn1812749_lpg-lsb_vcn1812749_lpg
port lsb_vcn1812749_meta-lr_vcn1812749_meta
type: router
router-port: lr_vcn1812749_meta-lsb_vcn1812749_meta
switch e49aa12f-7917-4d03-b998-9ad05e652cd3 (ls_vcn8279172_meta)
port vethvcn8279172m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn8279172_meta-lr_vcn8279172_meta
type: router
addresses: ["00:13:97:4b:20:6c"]
router-port: lr_vcn8279172_meta-ls_vcn8279172_meta
switch 3bf3abaf-08f8-48c0-897b-eaffa49b8bc1 (ls_vcn3064820_meta)
port vethvcn3064820m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn3064820_meta-lr_vcn3064820_meta
type: router
addresses: ["00:13:97:d3:52:dd"]
router-port: lr_vcn3064820_meta-ls_vcn3064820_meta
switch ea465890-a998-4315-9852-cbd043353c0b (ls_vcn1812749_external_stgw)
port ln-ls_vcn1812749_external_stgw
type: localnet
addresses: ["unknown"]
port ls_vcn1812749_external_stgw-lr_vcn1812749_stgw
type: router
router-port: lr_vcn1812749_stgw-ls_vcn1812749_external_stgw
switch affef0d1-bad3-4012-9096-0eeef762fe78 (ls_vcn1685193_meta)
port ls_vcn1685193_meta-lr_vcn1685193_meta
type: router
addresses: ["00:13:97:3e:23:06"]
router-port: lr_vcn1685193_meta-ls_vcn1685193_meta
port vethvcn1685193m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
switch 94b5f7b2-456d-45f5-b4ce-0e899baec3e1 (ls_vcn4637380_meta)
port vethvcn4637380m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn4637380_meta-lr_vcn4637380_meta
type: router
addresses: ["00:13:97:ca:d7:6d"]
router-port: lr_vcn4637380_meta-ls_vcn4637380_meta
switch cb374e52-df99-4871-bfa3-cae9d08497bf (ls_vcn8680783_external_ngw5300931)
port ln-ls_vcn8680783_external_ngw5300931
type: localnet
addresses: ["unknown"]
port ls_vcn8680783_external_ngw5300931-lr_vcn8680783_ngw5300931
type: router
router-port: lr_vcn8680783_ngw5300931-ls_vcn8680783_external_ngw5300931
switch e6a0edf3-1d95-44cb-80ad-c4828547e501 (ls_vcn1347266_external_ugw)
port ln-ls_vcn1347266_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn1347266_external_ugw-lr_vcn1347266
type: router
router-port: lr_vcn1347266-ls_vcn1347266_external_ugw
switch 7ccb12b4-2b25-42d1-b8ef-25bd4000a077 (ls_vcn3064820_external_ugw)
port ln-ls_vcn3064820_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn3064820_external_ugw-lr_vcn3064820
type: router
router-port: lr_vcn3064820-ls_vcn3064820_external_ugw
switch b5677834-cae2-411a-ad4a-dbbc05418bc2 (ls_vcn4632089_meta)
port ls_vcn4632089_meta-lr_vcn4632089_meta
type: router
addresses: ["00:13:97:4d:0c:24"]
router-port: lr_vcn4632089_meta-ls_vcn4632089_meta
port vethvcn4632089m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
switch 3b6806b4-720a-45fb-ba5e-3ff5fba17a2e (ls_vcn4637380_backbone)
port lsb_vcn4637380_lpg-lr_vcn4637380_lpg
type: router
router-port: lr_vcn4637380_lpg-lsb_vcn4637380_lpg
port lsb_vcn4637380_igw-lr_vcn4637380_igw
type: router
router-port: lr_vcn4637380_igw-lsb_vcn4637380_igw
port lsb_vcn4637380-lr_vcn4637380
type: router
router-port: lr_vcn4637380-lsb_vcn4637380
port lsb_vcn4637380_meta-lr_vcn4637380_meta
type: router
router-port: lr_vcn4637380_meta-lsb_vcn4637380_meta
port lsb_vcn4637380_net20610-lr_vcn4637380_net20610
type: router
router-port: lr_vcn4637380_net20610-lsb_vcn4637380_net20610
switch 57a4ddb5-5f95-4a3e-b835-aa3752b29945 (ls_vcn1347266_external_igw)
port ls_vcn1347266_external_igw-lr_vcn1347266_igw
type: router
router-port: lr_vcn1347266_igw-ls_vcn1347266_external_igw
port ln-ls_vcn1347266_external_igw
type: localnet
addresses: ["unknown"]
switch b2509af5-faf7-4956-84c8-52b4415c58c7 (ls_vcn8680783_meta)
port ls_vcn8680783_meta-lr_vcn8680783_meta
type: router
addresses: ["00:13:97:4c:8d:ed"]
router-port: lr_vcn8680783_meta-ls_vcn8680783_meta
port vethvcn8680783m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
switch becb39b6-d885-4ade-8e09-476b6e53b2bf (ls_vcn8279172_external_ugw)
port ln-ls_vcn8279172_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn8279172_external_ugw-lr_vcn8279172
type: router
router-port: lr_vcn8279172-ls_vcn8279172_external_ugw
switch 9aeff236-0f70-4354-a86e-962b5497c54f (ls_vcn1812749_net17532)
port 150199da-0f2f-11ef-8a1c-0010e0da904e
addresses: ["00:13:97:79:34:52 10.0.2.38"]
port 31ccbefe-0f2b-11ef-a57c-0010e0da9054
addresses: ["00:13:97:a3:98:24 10.0.2.32"]
port 513fee8c-0f1c-11ef-b808-0010e0da904e
addresses: ["00:13:97:5f:94:6a 10.0.2.7"]
port 98d07be6-0f25-11ef-acca-0010e0da9054
addresses: ["00:13:97:d1:76:51 10.0.2.22"]
port ls_vcn1812749_net17532-lr_vcn1812749_net17532
type: router
addresses: ["00:13:97:11:b0:85"]
router-port: lr_vcn1812749_net17532-ls_vcn1812749_net17532
port 159dceec-0f2d-11ef-98bc-0010e0daa602
addresses: ["00:13:97:e5:8f:93 10.0.2.35"]
port 4a3b132a-0f29-11ef-8d13-0010e0da9054
addresses: ["00:13:97:d8:ab:70 10.0.2.28"]
port cf52ce34-0f21-11ef-98bc-0010e0daa602
addresses: ["00:13:97:ae:34:d0 10.0.2.15"]
port 1ccf08de-0f1e-11ef-b808-0010e0da904e
addresses: ["00:13:97:52:20:90 10.0.2.9"]
port ce3b8692-0f23-11ef-b808-0010e0da904e
addresses: ["00:13:97:6b:0e:8c 10.0.2.20"]
port c0e4b64e-0f23-11ef-8006-0010e0da904e
addresses: ["00:13:97:8b:17:9e 10.0.2.19"]
port 58ec7c06-0f29-11ef-a818-0010e0da9054
addresses: ["00:13:97:b7:45:8d 10.0.2.29"]
port 2b350158-0f1e-11ef-aa13-0010e0daa602
addresses: ["00:13:97:3b:94:6c 10.0.2.10"]
port 122d574e-0f20-11ef-87fc-0010e0da9054
addresses: ["00:13:97:c7:1d:9c 10.0.2.14"]
port 8ab87880-094c-11ef-b409-0010e0da9054
addresses: ["00:13:97:1f:72:5a 10.0.2.3"]
port 2082ec7c-0f2b-11ef-ba91-0010e0daa602
addresses: ["00:13:97:44:39:0b 10.0.2.31"]
port 11fd2618-0f2b-11ef-b3d4-0010e0daa602
addresses: ["00:13:97:aa:b7:87 10.0.2.30"]
port dc85ef28-0f21-11ef-a818-0010e0da9054
addresses: ["00:13:97:8f:18:c8 10.0.2.16"]
port 413c954e-0f1c-11ef-a57c-0010e0da9054
addresses: ["00:13:97:10:38:33 10.0.2.6"]
port 621cbe1a-0f1c-11ef-a12c-0010e0da9054
addresses: ["00:13:97:1a:82:b2 10.0.2.8"]
port a554f8ce-0f25-11ef-b483-0010e0daa602
addresses: ["00:13:97:1a:8f:8f 10.0.2.23"]
port f4cf03e6-0f2e-11ef-8429-0010e0daa602
addresses: ["00:13:97:99:c7:51 10.0.2.36"]
port 0046849e-0f2d-11ef-a818-0010e0da9054
addresses: ["00:13:97:8d:e9:c4 10.0.2.34"]
port b887f210-0d00-11ef-b409-0010e0da9054
addresses: ["00:13:97:4d:5e:6e 10.0.2.4"]
port b388ed26-0f23-11ef-a818-0010e0da9054
addresses: ["00:13:97:22:e8:06 10.0.2.18"]
port ef103166-0f2c-11ef-bbf0-0010e0daa602
addresses: ["00:13:97:73:cd:48 10.0.2.33"]
port cead926c-0f1b-11ef-ba3e-0010e0da9054
addresses: ["00:13:97:ee:19:c2 10.0.2.5"]
port e93bebe6-0f21-11ef-8b8a-0010e0da904e
addresses: ["00:13:97:f7:54:5a 10.0.2.17"]
port 04b0535a-0f2f-11ef-8d13-0010e0da9054
addresses: ["00:13:97:48:b6:ba 10.0.2.37"]
port 892c7384-0f25-11ef-bbf0-0010e0daa602
addresses: ["00:13:97:ae:98:f8 10.0.2.21"]
switch 339b4a96-8fe3-4eea-b572-3a47bf8639d1 (ls_vcn1812749_external_ugw)
port ls_vcn1812749_external_ugw-lr_vcn1812749
type: router
router-port: lr_vcn1812749-ls_vcn1812749_external_ugw
port ln-ls_vcn1812749_external_ugw
type: localnet
addresses: ["unknown"]
switch 0e96ee76-abc4-4acc-979f-818298e66398 (ls_vcn3064820_backbone)
port lsb_vcn3064820-lr_vcn3064820
type: router
router-port: lr_vcn3064820-lsb_vcn3064820
port lsb_vcn3064820_net31762-lr_vcn3064820_net31762
type: router
router-port: lr_vcn3064820_net31762-lsb_vcn3064820_net31762
port lsb_vcn3064820_meta-lr_vcn3064820_meta
type: router
router-port: lr_vcn3064820_meta-lsb_vcn3064820_meta
port lsb_vcn3064820_igw-lr_vcn3064820_igw
type: router
router-port: lr_vcn3064820_igw-lsb_vcn3064820_igw
port lsb_vcn3064820_lpg-lr_vcn3064820_lpg
type: router
router-port: lr_vcn3064820_lpg-lsb_vcn3064820_lpg
switch 340a0297-c15d-40a6-a46a-7cea36e8ac84 (ls_vcn1347266_backbone)
port lsb_vcn1347266_igw-lr_vcn1347266_igw
type: router
router-port: lr_vcn1347266_igw-lsb_vcn1347266_igw
port lsb_vcn1347266_stgw-lr_vcn1347266_stgw
type: router
router-port: lr_vcn1347266_stgw-lsb_vcn1347266_stgw
port lsb_vcn1347266_net61131-lr_vcn1347266_net61131
type: router
router-port: lr_vcn1347266_net61131-lsb_vcn1347266_net61131
port lsb_vcn1347266_meta-lr_vcn1347266_meta
type: router
router-port: lr_vcn1347266_meta-lsb_vcn1347266_meta
port lsb_vcn1347266-lr_vcn1347266
type: router
router-port: lr_vcn1347266-lsb_vcn1347266
port lsb_vcn1347266_lpg-lr_vcn1347266_lpg
type: router
router-port: lr_vcn1347266_lpg-lsb_vcn1347266_lpg
switch 927fbcf8-c20f-4aab-9a11-1611e398c365 (ls_vcn7473477_net20087)
port ls_vcn7473477_net20087-lr_vcn7473477_net20087
type: router
addresses: ["00:13:97:b8:5a:7b"]
router-port: lr_vcn7473477_net20087-ls_vcn7473477_net20087
switch c5a5dd19-4761-4929-a77e-ce76e5ccf78f (ls_vcn4632089_net08869)
port ls_vcn4632089_net08869-lr_vcn4632089_net08869
type: router
addresses: ["00:13:97:01:7e:01"]
router-port: lr_vcn4632089_net08869-ls_vcn4632089_net08869
port 632116e4-0931-11ef-9bc4-0010e0da904e
addresses: ["00:13:97:b1:b0:a8 10.0.0.2"]
switch bd4eb5b9-9c34-42d6-8b52-aca0f8fabb06 (ls_vcn8876112_net58936)
port 97d893ba-11e9-11ef-939a-0010e0da904e
addresses: ["00:13:97:25:76:f7 10.100.1.5"]
port lbv8876112L782B
addresses: ["00:13:97:f0:23:de 10.100.1.7"]
port ls_vcn8876112_net58936-lr_vcn8876112_net58936
type: router
addresses: ["00:13:97:82:e6:2a"]
router-port: lr_vcn8876112_net58936-ls_vcn8876112_net58936
port lbv8876112L782A
addresses: ["00:13:97:81:55:92 10.100.1.6"]
switch 9aba3859-1f4c-4254-8ecc-d374c6749083 (ls_vcn7763244_external_ugw)
port ls_vcn7763244_external_ugw-lr_vcn7763244
type: router
router-port: lr_vcn7763244-ls_vcn7763244_external_ugw
port ln-ls_vcn7763244_external_ugw
type: localnet
addresses: ["unknown"]
switch 132ccbfa-3f55-4437-b61e-1034a3d72c99 (ls_vcn7763244_meta)
port vethvcn7763244m
addresses: ["02:13:97:be:ef:00 169.254.169.254"]
port ls_vcn7763244_meta-lr_vcn7763244_meta
type: router
addresses: ["00:13:97:05:22:69"]
router-port: lr_vcn7763244_meta-ls_vcn7763244_meta
switch ed8560ba-ab63-4927-895a-91d052607935 (ls_vcn8876112_backbone)
port lsb_vcn8876112_net56995-lr_vcn8876112_net56995
type: router
router-port: lr_vcn8876112_net56995-lsb_vcn8876112_net56995
port lsb_vcn8876112-lr_vcn8876112
type: router
router-port: lr_vcn8876112-lsb_vcn8876112
port lsb_vcn8876112_net58936-lr_vcn8876112_net58936
type: router
router-port: lr_vcn8876112_net58936-lsb_vcn8876112_net58936
port lsb_vcn8876112_lpg-lr_vcn8876112_lpg
type: router
router-port: lr_vcn8876112_lpg-lsb_vcn8876112_lpg
port lsb_vcn8876112_net81816-lr_vcn8876112_net81816
type: router
router-port: lr_vcn8876112_net81816-lsb_vcn8876112_net81816
port lsb_vcn8876112_meta-lr_vcn8876112_meta
type: router
router-port: lr_vcn8876112_meta-lsb_vcn8876112_meta
switch 4b1e00fa-cd22-4a1c-a08c-aaa6beca5661 (ls_vcn3064820_external_igw)
port ln-ls_vcn3064820_external_igw
type: localnet
addresses: ["unknown"]
port ls_vcn3064820_external_igw-lr_vcn3064820_igw
type: router
router-port: lr_vcn3064820_igw-ls_vcn3064820_external_igw
switch 37197c3a-384c-4133-9ecd-36825be68166 (ls_vcn8279172_external_igw)
port ls_vcn8279172_external_igw-lr_vcn8279172_igw
type: router
router-port: lr_vcn8279172_igw-ls_vcn8279172_external_igw
port ln-ls_vcn8279172_external_igw
type: localnet
addresses: ["unknown"]
switch 78e50a3b-c652-40fd-9029-50cb1a1ef783 (ls_vcn7473477_external_igw)
port ls_vcn7473477_external_igw-lr_vcn7473477_igw
type: router
router-port: lr_vcn7473477_igw-ls_vcn7473477_external_igw
port ln-ls_vcn7473477_external_igw
type: localnet
addresses: ["unknown"]
switch 00bd4e3c-8115-4e95-a3ad-e9a7e874f08e (ls_vcn8279172_backbone)
port lsb_vcn8279172_igw-lr_vcn8279172_igw
type: router
router-port: lr_vcn8279172_igw-lsb_vcn8279172_igw
port lsb_vcn8279172_lpg-lr_vcn8279172_lpg
type: router
router-port: lr_vcn8279172_lpg-lsb_vcn8279172_lpg
port lsb_vcn8279172_net32331-lr_vcn8279172_net32331
type: router
router-port: lr_vcn8279172_net32331-lsb_vcn8279172_net32331
port lsb_vcn8279172-lr_vcn8279172
type: router
router-port: lr_vcn8279172-lsb_vcn8279172
port lsb_vcn8279172_meta-lr_vcn8279172_meta
type: router
router-port: lr_vcn8279172_meta-lsb_vcn8279172_meta
switch e09f0c7e-9051-4f19-8ad9-76536eed5b93 (ls_vcn4637380_external_ugw)
port ls_vcn4637380_external_ugw-lr_vcn4637380
type: router
router-port: lr_vcn4637380-ls_vcn4637380_external_ugw
port ln-ls_vcn4637380_external_ugw
type: localnet
addresses: ["unknown"]
switch 7e7deabe-2a64-4dc5-b907-898952ea550e (ls_vcn1812749_net52986)
port ls_vcn1812749_net52986-lr_vcn1812749_net52986
type: router
addresses: ["00:13:97:d5:d3:ba"]
router-port: lr_vcn1812749_net52986-ls_vcn1812749_net52986
port 51ed8a4c-117e-11ef-ac75-0010e0da904e
addresses: ["00:13:97:5d:49:cf 10.0.1.3"]
switch 6333b43e-5fc9-463a-892c-18e66610a1fa (ls_vcn8680783_external_ugw)
port ln-ls_vcn8680783_external_ugw
type: localnet
addresses: ["unknown"]
port ls_vcn8680783_external_ugw-lr_vcn8680783
type: router
router-port: lr_vcn8680783-ls_vcn8680783_external_ugw
switch 86a62ebf-b4d8-40ba-a444-9959c9059c3b (ls_vcn4632089_backbone)
port lsb_vcn4632089-lr_vcn4632089
type: router
router-port: lr_vcn4632089-lsb_vcn4632089
port lsb_vcn4632089_meta-lr_vcn4632089_meta
type: router
router-port: lr_vcn4632089_meta-lsb_vcn4632089_meta
port lsb_vcn4632089_lpg-lr_vcn4632089_lpg
type: router
router-port: lr_vcn4632089_lpg-lsb_vcn4632089_lpg
port lsb_vcn4632089_net08869-lr_vcn4632089_net08869
type: router
router-port: lr_vcn4632089_net08869-lsb_vcn4632089_net08869
router fd6ebc60-05c2-4352-b666-86978c7467ed (lr_vcn8279172_meta)
port lr_vcn8279172_meta-ls_vcn8279172_meta
mac: "00:13:97:4b:20:6c"
networks: ["169.254.239.1/16"]
port lr_vcn8279172_meta-lsb_vcn8279172_meta
mac: "00:13:97:ae:d9:25"
networks: ["253.255.47.4/25"]
router cee0ca60-077d-4119-8d07-b005d024e246 (lr_vcn8876112_lpg)
port lr_vcn8876112_lpg-lsb_vcn8876112_lpg
mac: "00:13:97:14:c2:cf"
networks: ["253.255.36.130/25"]
router a9c2daa0-b299-4fdc-98e2-79dddb60c8cd (lr_vcn1685193)
port lr_vcn1685193-lsb_vcn1685193
mac: "00:13:97:19:21:6b"
networks: ["253.255.27.3/25"]
port lr_vcn1685193-ls_vcn1685193_external_ugw
mac: "00:13:97:48:75:ab"
networks: ["253.255.80.8/16"]
gateway chassis: [pcacn001 shadower pcacn002 pcacn003]
nat e9e7d089-e076-4ccd-9dea-e5f416f75c12
external ip: "253.255.80.8"
logical ip: "10.0.0.0/16"
type: "snat"
router f134a9e0-575e-48c0-9fb8-ce7b736dba14 (lr_vcn8680783)
port lr_vcn8680783-ls_vcn8680783_external_ugw
mac: "00:13:97:3f:56:ed"
networks: ["253.255.80.15/16"]
gateway chassis: [shadower pcacn001 pcacn002 pcacn003]
port lr_vcn8680783-lsb_vcn8680783
mac: "00:13:97:d6:62:b6"
networks: ["253.255.30.3/25"]
nat f76e1bbe-caa7-4487-8f58-1d3d8ce547d7
external ip: "253.255.80.15"
logical ip: "10.0.0.0/16"
type: "snat"
router eab22b62-690b-4f8a-a06a-c9b0825640d1 (lr_vcn4637380_meta)
port lr_vcn4637380_meta-ls_vcn4637380_meta
mac: "00:13:97:ca:d7:6d"
networks: ["169.254.239.1/16"]
port lr_vcn4637380_meta-lsb_vcn4637380_meta
mac: "00:13:97:3b:a9:6c"
networks: ["253.255.31.4/25"]
router adf5d0e5-a002-4756-b7ed-68dfdcd43dad (lr_vcn1812749_meta)
port lr_vcn1812749_meta-ls_vcn1812749_meta
mac: "00:13:97:5c:12:f8"
networks: ["169.254.239.1/16"]
port lr_vcn1812749_meta-lsb_vcn1812749_meta
mac: "00:13:97:60:be:37"
networks: ["253.255.25.4/25"]
router 7d82e9e6-2f4c-42a4-bd86-b19a65094c4e (lr_vcn8876112_net58936)
port lr_vcn8876112_net58936-ls_vcn8876112_net58936
mac: "00:13:97:82:e6:2a"
networks: ["10.100.1.1/24"]
port lr_vcn8876112_net58936-lsb_vcn8876112_net58936
mac: "00:13:97:57:78:18"
networks: ["253.255.36.133/25"]
router 03a397e7-4069-4f3d-92f4-10a392b9a9da (lr_vcn7763244_meta)
port lr_vcn7763244_meta-lsb_vcn7763244_meta
mac: "00:13:97:90:4f:ff"
networks: ["253.255.25.132/25"]
port lr_vcn7763244_meta-ls_vcn7763244_meta
mac: "00:13:97:05:22:69"
networks: ["169.254.239.1/16"]
router 832f6a68-cedc-443a-9435-cc623e11121c (lr_vcn7763244_igw)
port lr_vcn7763244_igw-ls_vcn7763244_external_igw
mac: "00:13:97:ff:d2:6d"
networks: ["253.255.80.14/16"]
gateway chassis: [shadower pcacn001 pcacn003 pcacn002]
port lr_vcn7763244_igw-lsb_vcn7763244_igw
mac: "00:13:97:83:22:35"
networks: ["253.255.25.134/25"]
router 2dddfac8-bdbf-4122-bb2f-0d7f4266300a (lr_vcn8680783_ngw5300931)
port lr_vcn8680783_ngw5300931-ls_vcn8680783_external_ngw5300931
mac: "00:13:97:ef:de:81"
networks: ["253.255.80.11/16"]
gateway chassis: [pcacn001 shadower pcacn003 pcacn002]
port lr_vcn8680783_ngw5300931-lsb_vcn8680783_ngw5300931
mac: "00:13:97:63:69:8c"
networks: ["253.255.30.5/25"]
nat 7269bb31-2725-4079-940a-bfa890e355f0
external ip: "10.80.55.187"
logical ip: "10.0.0.0/16"
type: "snat"
router 8fbb18e8-14b6-4809-a938-a09571d28708 (lr_vcn4637380_lpg)
port lr_vcn4637380_lpg-lsb_vcn4637380_lpg
mac: "00:13:97:38:ff:1f"
networks: ["253.255.31.2/25"]
router b7bf9049-aa1d-4b95-83a0-9401389517b4 (lr_vcn1812749)
port lr_vcn1812749-lsb_vcn1812749
mac: "00:13:97:b7:f7:24"
networks: ["253.255.25.3/25"]
port lr_vcn1812749-ls_vcn1812749_external_ugw
mac: "00:13:97:cb:33:fb"
networks: ["253.255.80.5/16"]
gateway chassis: [pcacn002 pcacn001 shadower pcacn003]
nat b83b68aa-f29a-4f85-a725-0b9a8c41a71a
external ip: "253.255.80.5"
logical ip: "10.0.0.0/16"
type: "snat"
router 3e5197c9-f671-432a-8c02-f1c981bc9a00 (lr_vcn3064820_meta)
port lr_vcn3064820_meta-ls_vcn3064820_meta
mac: "00:13:97:d3:52:dd"
networks: ["169.254.239.1/16"]
port lr_vcn3064820_meta-lsb_vcn3064820_meta
mac: "00:13:97:48:e6:a9"
networks: ["253.255.28.4/25"]
router 455c1e2a-e989-4de7-82ee-0475f6242ec3 (lr_vcn4632089_net08869)
port lr_vcn4632089_net08869-lsb_vcn4632089_net08869
mac: "00:13:97:7e:b5:5a"
networks: ["253.255.26.133/25"]
port lr_vcn4632089_net08869-ls_vcn4632089_net08869
mac: "00:13:97:01:7e:01"
networks: ["10.0.0.1/16"]
router c06022ea-0eef-4916-8068-622bc2d4354f (lr_vcn1685193_lpg)
port lr_vcn1685193_lpg-lsb_vcn1685193_lpg
mac: "00:13:97:c9:92:08"
networks: ["253.255.27.2/25"]
router f808a86a-7204-4e08-bc83-2206abdc2bd7 (lr_vcn1347266_stgw)
port lr_vcn1347266_stgw-ls_vcn1347266_external_stgw
mac: "00:13:97:48:56:d2"
networks: ["253.255.80.4/16"]
gateway chassis: [pcacn003 shadower pcacn002 pcacn001]
port lr_vcn1347266_stgw-lsb_vcn1347266_stgw
mac: "00:13:97:81:18:9d"
networks: ["253.255.24.134/25"]
router bbaa5beb-e1a1-488a-8797-82a5358bf32b (lr_vcn3064820)
port lr_vcn3064820-lsb_vcn3064820
mac: "00:13:97:8a:51:6f"
networks: ["253.255.28.3/25"]
port lr_vcn3064820-ls_vcn3064820_external_ugw
mac: "00:13:97:b7:4d:6f"
networks: ["253.255.80.6/16"]
gateway chassis: [pcacn001 pcacn003 shadower pcacn002]
nat 78c491b4-47cf-40fe-9859-ef4835ecdf08
external ip: "253.255.80.6"
logical ip: "10.0.0.0/16"
type: "snat"
router 3725058b-9125-4b3d-86da-46ff0b7069a1 (lr_vcn1347266_meta)
port lr_vcn1347266_meta-ls_vcn1347266_meta
mac: "00:13:97:ef:11:15"
networks: ["169.254.239.1/16"]
port lr_vcn1347266_meta-lsb_vcn1347266_meta
mac: "00:13:97:00:dd:bd"
networks: ["253.255.24.132/25"]
router 7b83abcb-58a4-4e4d-82c8-58724863b09c (lr_vcn3064820_net31762)
port lr_vcn3064820_net31762-ls_vcn3064820_net31762
mac: "00:13:97:2e:7c:a4"
networks: ["10.0.0.1/24"]
port lr_vcn3064820_net31762-lsb_vcn3064820_net31762
mac: "00:13:97:bb:9a:d8"
networks: ["253.255.28.6/25"]
router 1a2dc84c-61e7-423d-9c48-4ee273b58c0b (lr_vcn8876112_meta)
port lr_vcn8876112_meta-ls_vcn8876112_meta
mac: "00:13:97:6a:97:ae"
networks: ["169.254.239.1/16"]
port lr_vcn8876112_meta-lsb_vcn8876112_meta
mac: "00:13:97:84:6d:10"
networks: ["253.255.36.132/25"]
router f1dd090c-0137-4791-a0a7-5f8f8bbc495d (lr_vcn1812749_stgw)
port lr_vcn1812749_stgw-ls_vcn1812749_external_stgw
mac: "00:13:97:a7:e6:38"
networks: ["253.255.80.20/16"]
gateway chassis: [pcacn002 pcacn003 shadower pcacn001]
port lr_vcn1812749_stgw-lsb_vcn1812749_stgw
mac: "00:13:97:e9:2a:d6"
networks: ["253.255.25.8/25"]
router 3967836d-a5f2-4abe-b345-165dfee3d592 (lr_vcn4637380_net20610)
port lr_vcn4637380_net20610-lsb_vcn4637380_net20610
mac: "00:13:97:9b:ff:0b"
networks: ["253.255.31.5/25"]
port lr_vcn4637380_net20610-ls_vcn4637380_net20610
mac: "00:13:97:a5:99:42"
networks: ["10.0.0.1/24"]
router fb561d6d-8a5a-40a1-bda4-2355250269f6 (lr_vcn1812749_net52986)
port lr_vcn1812749_net52986-ls_vcn1812749_net52986
mac: "00:13:97:d5:d3:ba"
networks: ["10.0.1.1/24"]
port lr_vcn1812749_net52986-lsb_vcn1812749_net52986
mac: "00:13:97:88:b1:bd"
networks: ["253.255.25.5/25"]
router 60ba916e-32e7-4ced-8070-bfb6e0bb7588 (lr_vcn7763244_lpg)
port lr_vcn7763244_lpg-lsb_vcn7763244_lpg
mac: "00:13:97:d5:fd:0d"
networks: ["253.255.25.130/25"]
router c6ca88ce-a58b-44e7-83d3-c4fe98d42d75 (lr_vcn4632089)
port lr_vcn4632089-ls_vcn4632089_external_ugw
mac: "00:13:97:a0:87:42"
networks: ["253.255.80.3/16"]
gateway chassis: [pcacn003 pcacn002 shadower pcacn001]
port lr_vcn4632089-lsb_vcn4632089
mac: "00:13:97:3c:91:41"
networks: ["253.255.26.131/25"]
nat b0b622e4-f3d7-4474-a6c1-677c1ac18f67
external ip: "253.255.80.3"
logical ip: "10.0.0.0/16"
type: "snat"
router c26f25cf-cf1a-4bcf-a4b2-5baeb42cfa44 (lr_vcn8680783_meta)
port lr_vcn8680783_meta-ls_vcn8680783_meta
mac: "00:13:97:4c:8d:ed"
networks: ["169.254.239.1/16"]
port lr_vcn8680783_meta-lsb_vcn8680783_meta
mac: "00:13:97:25:15:58"
networks: ["253.255.30.4/25"]
router c492b4cf-9bb3-4aa4-9547-a0a7e88bfad3 (lr_vcn7473477_igw)
port lr_vcn7473477_igw-lsb_vcn7473477_igw
mac: "00:13:97:a3:07:e0"
networks: ["253.255.45.133/25"]
port lr_vcn7473477_igw-ls_vcn7473477_external_igw
mac: "00:13:97:7d:cf:27"
networks: ["253.255.80.17/16"]
gateway chassis: [pcacn003 shadower pcacn002 pcacn001]
router 13d6fdd0-a9a8-44b4-a501-0548edff4cd8 (lr_vcn7473477_net20087)
port lr_vcn7473477_net20087-lsb_vcn7473477_net20087
mac: "00:13:97:c2:be:3f"
networks: ["253.255.45.134/25"]
port lr_vcn7473477_net20087-ls_vcn7473477_net20087
mac: "00:13:97:b8:5a:7b"
networks: ["10.0.0.1/24"]
router a5cc2651-fee3-4c43-8526-a94fa00f1dda (lr_vcn3064820_igw)
port lr_vcn3064820_igw-lsb_vcn3064820_igw
mac: "00:13:97:a0:7a:dc"
networks: ["253.255.28.5/25"]
port lr_vcn3064820_igw-ls_vcn3064820_external_igw
mac: "00:13:97:9c:df:83"
networks: ["253.255.80.19/16"]
gateway chassis: [pcacn001 shadower pcacn002 pcacn003]
router 1133f872-f843-410f-8e09-f1ec411fbdbe (lr_vcn1347266_igw)
port lr_vcn1347266_igw-lsb_vcn1347266_igw
mac: "00:13:97:af:78:98"
networks: ["253.255.24.135/25"]
port lr_vcn1347266_igw-ls_vcn1347266_external_igw
mac: "00:13:97:1d:d8:a1"
networks: ["253.255.80.9/16"]
gateway chassis: [shadower pcacn002 pcacn001 pcacn003]
nat 3844f6f2-7036-430e-95f2-e5e2e65692f3
external ip: "10.80.55.185"
logical ip: "10.0.0.3"
type: "dnat_and_snat"
nat 4d4058af-d73b-4186-be09-0875feeb899d
external ip: "10.80.55.189"
logical ip: "10.0.0.17"
type: "dnat_and_snat"
nat 525c7d78-79b9-42da-b7b5-b0906db1c694
external ip: "10.80.55.184"
logical ip: "10.0.0.18"
type: "dnat_and_snat"
nat 8b34143b-586b-4852-8f6b-2d04c2ca226b
external ip: "10.80.55.180"
logical ip: "10.0.0.8"
type: "dnat_and_snat"
nat b6b88f0c-e895-48c1-b1bc-4f788cb96daa
external ip: "10.80.55.180"
logical ip: "10.0.0.11"
type: "dnat_and_snat"
router bc725d32-7340-4d14-90ef-0c3a82cebcc7 (lr_vcn7473477_lpg)
port lr_vcn7473477_lpg-lsb_vcn7473477_lpg
mac: "00:13:97:52:75:34"
networks: ["253.255.45.130/25"]
router 8c63c9d4-8f00-4588-adec-4459c716ad48 (lr_vcn1347266)
port lr_vcn1347266-ls_vcn1347266_external_ugw
mac: "00:13:97:71:65:ea"
networks: ["253.255.80.2/16"]
gateway chassis: [pcacn002 pcacn003 pcacn001 shadower]
port lr_vcn1347266-lsb_vcn1347266
mac: "00:13:97:82:b1:a7"
networks: ["253.255.24.131/25"]
nat 31ccd5d0-c5f5-46be-b6c1-6367841fdb64
external ip: "253.255.80.2"
logical ip: "10.0.0.0/16"
type: "snat"
router 8549f794-d362-49f6-b19a-07b323347a10 (lr_vcn8279172_lpg)
port lr_vcn8279172_lpg-lsb_vcn8279172_lpg
mac: "00:13:97:f1:10:24"
networks: ["253.255.47.2/25"]
router 3b2eff55-88ed-49cc-8540-810a80565373 (lr_vcn1347266_lpg)
port lr_vcn1347266_lpg-lsb_vcn1347266_lpg
mac: "00:13:97:fd:da:2b"
networks: ["253.255.24.130/25"]
router f3dad8f6-4087-42bb-8a4a-759b66ae9ff1 (lr_vcn1685193_meta)
port lr_vcn1685193_meta-ls_vcn1685193_meta
mac: "00:13:97:3e:23:06"
networks: ["169.254.239.1/16"]
port lr_vcn1685193_meta-lsb_vcn1685193_meta
mac: "00:13:97:5c:1e:46"
networks: ["253.255.27.4/25"]
router a54d5f56-d3fc-487d-bf21-436bc281c3e1 (lr_vcn8279172_igw)
port lr_vcn8279172_igw-lsb_vcn8279172_igw
mac: "00:13:97:0b:22:d4"
networks: ["253.255.47.6/25"]
port lr_vcn8279172_igw-ls_vcn8279172_external_igw
mac: "00:13:97:df:a7:e5"
networks: ["253.255.80.28/16"]
gateway chassis: [pcacn001 pcacn002 shadower pcacn003]
router 924ebe76-e395-4129-ac44-d471aa768760 (lr_vcn1812749_net17532)
port lr_vcn1812749_net17532-ls_vcn1812749_net17532
mac: "00:13:97:11:b0:85"
networks: ["10.0.2.1/24"]
port lr_vcn1812749_net17532-lsb_vcn1812749_net17532
mac: "00:13:97:cf:d1:58"
networks: ["253.255.25.6/25"]
router 95b699d7-45d7-4f8a-a7a3-9046ab67a0cd (lr_vcn4637380)
port lr_vcn4637380-lsb_vcn4637380
mac: "00:13:97:79:91:8c"
networks: ["253.255.31.3/25"]
port lr_vcn4637380-ls_vcn4637380_external_ugw
mac: "00:13:97:18:08:64"
networks: ["253.255.80.12/16"]
gateway chassis: [pcacn003 pcacn002 shadower pcacn001]
nat 232b98b4-3e72-4e26-bda2-6fa3759d3182
external ip: "253.255.80.12"
logical ip: "10.0.0.0/16"
type: "snat"
router af833b17-0deb-4ba3-8dbb-6d7fefee75d7 (lr_vcn8279172_net32331)
port lr_vcn8279172_net32331-ls_vcn8279172_net32331
mac: "00:13:97:7f:b2:3e"
networks: ["10.1.0.1/24"]
port lr_vcn8279172_net32331-lsb_vcn8279172_net32331
mac: "00:13:97:8a:45:ef"
networks: ["253.255.47.5/25"]
router fa34cfd8-18b6-44f4-9d29-249fe7f76013 (lr_vcn8680783_lpg)
port lr_vcn8680783_lpg-lsb_vcn8680783_lpg
mac: "00:13:97:d2:27:25"
networks: ["253.255.30.2/25"]
router 1bb9bed8-a0d9-4f99-8170-9839ff9ce560 (lr_vcn3064820_lpg)
port lr_vcn3064820_lpg-lsb_vcn3064820_lpg
mac: "00:13:97:06:31:ed"
networks: ["253.255.28.2/25"]
router d72288b8-4093-4e80-a909-5936cc50666b (lr_vcn1347266_net61131)
port lr_vcn1347266_net61131-ls_vcn1347266_net61131
mac: "00:13:97:b2:c3:84"
networks: ["10.0.0.1/16"]
port lr_vcn1347266_net61131-lsb_vcn1347266_net61131
mac: "00:13:97:b3:43:88"
networks: ["253.255.24.133/25"]
router 76a0f6b8-4991-4b99-8853-bf4801940f50 (lr_vcn4637380_igw)
port lr_vcn4637380_igw-ls_vcn4637380_external_igw
mac: "00:13:97:e8:9c:b2"
networks: ["253.255.80.13/16"]
gateway chassis: [pcacn003 pcacn001 pcacn002 shadower]
port lr_vcn4637380_igw-lsb_vcn4637380_igw
mac: "00:13:97:28:35:9d"
networks: ["253.255.31.6/25"]
nat 926a5246-3c59-4ae5-ae13-b28926beba04
external ip: "10.80.55.186"
logical ip: "10.0.0.2"
type: "dnat_and_snat"
router 4716f298-4967-494f-b15a-7ad1629ea037 (lr_vcn4632089_lpg)
port lr_vcn4632089_lpg-lsb_vcn4632089_lpg
mac: "00:13:97:d3:c2:a6"
networks: ["253.255.26.130/25"]
router 4f358879-6c25-4f2f-bb92-377415b29923 (lr_vcn1812749_lpg)
port lr_vcn1812749_lpg-lsb_vcn1812749_lpg
mac: "00:13:97:bf:6d:e3"
networks: ["253.255.25.2/25"]
router 8fb54899-d0c0-47bb-a260-5568021f712d (lr_vcn1685193_net15451)
port lr_vcn1685193_net15451-ls_vcn1685193_net15451
mac: "00:13:97:1a:10:52"
networks: ["10.0.0.1/24"]
port lr_vcn1685193_net15451-lsb_vcn1685193_net15451
mac: "00:13:97:61:9c:d6"
networks: ["253.255.27.5/25"]
router 7e1c85d9-921f-4a11-9297-4dccd2f52fa2 (lr_vcn8680783_igw)
port lr_vcn8680783_igw-ls_vcn8680783_external_igw
mac: "00:13:97:8f:02:2d"
networks: ["253.255.80.16/16"]
gateway chassis: [pcacn001 pcacn003 shadower pcacn002]
port lr_vcn8680783_igw-lsb_vcn8680783_igw
mac: "00:13:97:a1:09:5c"
networks: ["253.255.30.6/25"]
router b94ce23a-2b42-4bba-842a-ca54423d6519 (lr_vcn8279172)
port lr_vcn8279172-lsb_vcn8279172
mac: "00:13:97:80:08:15"
networks: ["253.255.47.3/25"]
port lr_vcn8279172-ls_vcn8279172_external_ugw
mac: "00:13:97:97:89:df"
networks: ["253.255.80.27/16"]
gateway chassis: [shadower pcacn003 pcacn001 pcacn002]
nat 83179cee-4259-4024-9578-3eedd479352f
external ip: "253.255.80.27"
logical ip: "10.1.0.0/16"
type: "snat"
router 4758ab3a-266c-46fa-b508-4ec20f9062ab (lr_vcn8876112)
port lr_vcn8876112-ls_vcn8876112_external_ugw
mac: "00:13:97:ad:f7:45"
networks: ["253.255.80.21/16"]
gateway chassis: [pcacn002 pcacn003 shadower pcacn001]
port lr_vcn8876112-lsb_vcn8876112
mac: "00:13:97:a5:a6:0e"
networks: ["253.255.36.131/25"]
nat 61681119-8d49-43bd-bb65-f6105c2d64b2
external ip: "253.255.80.21"
logical ip: "10.100.0.0/16"
type: "snat"
router e7050b5a-d1a1-4004-a419-a18db4efc47c (lr_vcn7473477_meta)
port lr_vcn7473477_meta-ls_vcn7473477_meta
mac: "00:13:97:b7:35:0a"
networks: ["169.254.239.1/16"]
port lr_vcn7473477_meta-lsb_vcn7473477_meta
mac: "00:13:97:dc:55:57"
networks: ["253.255.45.132/25"]
router 7f68b59d-7d7b-40ce-9f02-2e8b9fb0566c (lr_vcn4632089_meta)
port lr_vcn4632089_meta-lsb_vcn4632089_meta
mac: "00:13:97:3c:7c:26"
networks: ["253.255.26.132/25"]
port lr_vcn4632089_meta-ls_vcn4632089_meta
mac: "00:13:97:4d:0c:24"
networks: ["169.254.239.1/16"]
router 86b9915e-e6a7-436c-ad2a-710e1c4e23d1 (lr_vcn7473477)
port lr_vcn7473477-ls_vcn7473477_external_ugw
mac: "00:13:97:22:93:07"
networks: ["253.255.80.23/16"]
gateway chassis: [shadower pcacn002 pcacn001 pcacn003]
port lr_vcn7473477-lsb_vcn7473477
mac: "00:13:97:a6:67:af"
networks: ["253.255.45.131/25"]
nat 23224ade-4d53-44f2-960d-da034f9e7106
external ip: "253.255.80.23"
logical ip: "10.0.0.0/16"
type: "snat"
router 4c12d27e-67f7-466d-ba6d-a1dc9e89e63b (lr_vcn1812749_igw)
port lr_vcn1812749_igw-lsb_vcn1812749_igw
mac: "00:13:97:bb:97:2c"
networks: ["253.255.25.7/25"]
port lr_vcn1812749_igw-ls_vcn1812749_external_igw
mac: "00:13:97:da:c0:43"
networks: ["253.255.80.7/16"]
gateway chassis: [pcacn001 shadower pcacn002 pcacn003]
nat a6df4019-b98e-461d-92c4-3cacd42a8e3f
external ip: "10.80.55.178"
logical ip: "10.0.1.3"
type: "dnat_and_snat"
router 472fc35f-5085-41f2-93e3-d4e96981b42a (lr_vcn7763244)
port lr_vcn7763244-ls_vcn7763244_external_ugw
mac: "00:13:97:d3:a4:6a"
networks: ["253.255.80.10/16"]
gateway chassis: [pcacn003 pcacn002 shadower pcacn001]
port lr_vcn7763244-lsb_vcn7763244
mac: "00:13:97:73:75:90"
networks: ["253.255.25.131/25"]
nat e9aa6c55-747f-42ec-9268-baf5055fa498
external ip: "253.255.80.10"
logical ip: "10.0.0.0/16"
type: "snat"
bash-4.2# ovn-trace --detailed ls_vcn8876112_net58936
'inport=="lbv8876112L782B" && eth.src == 00:13:97:f0:23:de && eth.dst ==
01:00:5e:00:00:12 && ip4.src == 10.100.1.7 && ip4.dst == 224.0.0.18 && ip.proto
== 112'
#
ip,reg14=0x5,vlan_tci=0x0000,dl_src=00:13:97:f0:23:de,dl_dst=01:00:5e:00:00:12,nw_src=10.100.1.7,nw_dst=224.0.0.18,nw_proto=112,nw_tos=0,nw_ecn=0,nw_ttl=0,nw_frag=no
ingress(dp="ls_vcn8876112_net58936", inport="lbv8876112L782B")
--------------------------------------------------------------
0. ls_in_port_sec_l2 (northd.c:5630): inport == "lbv8876112L782B", priority
50, uuid bbcdb967
next;
5. ls_in_pre_acl (northd.c:5877): eth.mcast, priority 110, uuid edbc5068
next;
6. ls_in_pre_lb (northd.c:5958): eth.mcast, priority 110, uuid 667c0db8
next;
8. ls_in_acl_hint (northd.c:6131): !ct.trk, priority 5, uuid dcac287c
reg0[8] = 1;
reg0[9] = 1;
next;
9. ls_in_acl (northd.c:6389): reg0[8] == 1 && (inport ==
@lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18 && ip.proto == 112)), priority
33000, uuid 491f63bb
next;
24. ls_in_l2_lkup (northd.c:8449): eth.mcast, priority 70, uuid 7ce6f023
outport = "_MC_flood";
output;
multicast(dp="ls_vcn8876112_net58936", mcgroup="_MC_flood")
-----------------------------------------------------------
egress(dp="ls_vcn8876112_net58936", inport="lbv8876112L782B",
outport="97d893")
-------------------------------------------------------------------------------
0. ls_out_pre_lb (northd.c:5959): eth.mcast, priority 110, uuid
0018c01a
next;
1. ls_out_pre_acl (northd.c:5879): eth.mcast, priority 110, uuid
dc4101a6
next;
3. ls_out_acl_hint (northd.c:6131): !ct.trk, priority 5, uuid 1e00f1b0
reg0[8] = 1;
reg0[9] = 1;
next;
4. ls_out_acl (northd.c:6462): reg0[9] == 1 && (outport ==
@pg_vcn8876112_net58936_sl94931), priority 1000, uuid 94811004
log(name="def-10", verdict=drop, severity=info);
LOG: ACL name=def-10, direction=OUT, verdict=drop, severity=info,
packet="ip,reg0=0x300,reg14=0x5,reg15=0x4,vlan_tci=0x0000,dl_src=00:13:97:f0:23:de,dl_dst=01:00:5e:00:00:12,nw_src=10.100.1.7,nw_dst=224.0.0.18,nw_proto=112,nw_tos=0,nw_ecn=0,nw_ttl=0,nw_frag=no"
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
egress(dp="ls_vcn8876112_net58936", inport="lbv8876112L782B",
outport="lbv8876112L782A")
----------------------------------------------------------------------------------------
0. ls_out_pre_lb (northd.c:5959): eth.mcast, priority 110, uuid
0018c01a
next;
1. ls_out_pre_acl (northd.c:5879): eth.mcast, priority 110, uuid
dc4101a6
next;
3. ls_out_acl_hint (northd.c:6131): !ct.trk, priority 5, uuid 1e00f1b0
reg0[8] = 1;
reg0[9] = 1;
next;
4. ls_out_acl (northd.c:6389): reg0[8] == 1 && (outport ==
@lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18 && ip.proto == 112)), priority
33000, uuid 3c6fa20f
next;
9. ls_out_port_sec_l2 (northd.c:5752): eth.mcast, priority 100, uuid
2529614b
output;
/* output to "lbv8876112L782A", type "" */
egress(dp="ls_vcn8876112_net58936", inport="lbv8876112L782B",
outport="lbv8876112L782B")
----------------------------------------------------------------------------------------
/* omitting output because inport == outport && !flags.loopback */
egress(dp="ls_vcn8876112_net58936", inport="lbv8876112L782B",
outport="ls_vcn8876112_net58936-lr_vcn8876112_net58936")
----------------------------------------------------------------------------------------------------------------------
0. ls_out_pre_lb (northd.c:5959): eth.mcast, priority 110, uuid
0018c01a
next;
1. ls_out_pre_acl (northd.c:5879): eth.mcast, priority 110, uuid
dc4101a6
next;
3. ls_out_acl_hint (northd.c:6131): !ct.trk, priority 5, uuid 1e00f1b0
reg0[8] = 1;
reg0[9] = 1;
next;
9. ls_out_port_sec_l2 (northd.c:5752): eth.mcast, priority 100, uuid
2529614b
output;
/* output to "ls_vcn8876112_net58936-lr_vcn8876112_net58936", type
"patch" */
ingress(dp="lr_vcn8876112_net58936",
inport="lr_vcn8876112_net58936-ls_vcn8876112_net58936")
--------------------------------------------------------------------------------------------
0. lr_in_admission (northd.c:10920): eth.mcast && inport ==
"lr_vcn8876112_net58936-ls_vcn8876112_net58936", priority 50, uuid 5632a874
xreg0[0..47] = 00:13:97:82:e6:2a;
next;
1. lr_in_lookup_neighbor (northd.c:11063): 1, priority 0, uuid 2e20fc04
reg9[2] = 1;
next;
2. lr_in_learn_neighbor (northd.c:11072): reg9[2] == 1, priority 100,
uuid e58e0a62
next;
3. lr_in_ip_input (northd.c:12643): inport ==
"lr_vcn8876112_net58936-ls_vcn8876112_net58936" && ip4 && ip.ttl == {0, 1} &&
!ip.later_frag, priority 100, uuid 656cea65
icmp4 { eth.dst <-> eth.src; icmp4.type = 11; icmp4.code = 0;
ip4.dst = ip4.src; ip4.src = 10.100.1.1; ip.ttl = 254; outport =
"lr_vcn8876112_net58936-ls_vcn8876112_net58936"; flags.loopback = 1; output; };
icmp4
-----
eth.dst <-> eth.src;
icmp4.type = 11;
icmp4.code = 0;
ip4.dst = ip4.src;
ip4.src = 10.100.1.1;
ip.ttl = 254;
outport = "lr_vcn8876112_net58936-ls_vcn8876112_net58936";
flags.loopback = 1;
output;
egress(dp="lr_vcn8876112_net58936",
inport="lr_vcn8876112_net58936-ls_vcn8876112_net58936",
outport="lr_vcn8876112_net58936-ls_vcn8876112_net58936")
----------------------------------------------------------------------------------------------------------------------------------------------------
0. lr_out_chk_dnat_local (northd.c:13452): 1, priority 0, uuid fb8d508f
reg9[4] = 0;
next;
6. lr_out_delivery (northd.c:12276): outport ==
"lr_vcn8876112_net58936-ls_vcn8876112_net58936", priority 100, uuid c7ecfb23
output;
/* output to "lr_vcn8876112_net58936-ls_vcn8876112_net58936", type
"patch" */
ingress(dp="ls_vcn8876112_net58936",
inport="ls_vcn8876112_net58936-lr_vcn8876112_net58936")
--------------------------------------------------------------------------------------------
0. ls_in_port_sec_l2 (northd.c:7897): eth.src[40], priority 100, uuid
536751e7
drop;
Subnet PG: pg_vcn8876112_net58936_sl94931
------------------------------------------
ovn-nbctl list Port_Group pg_vcn8876112_net58936_sl94931
_uuid : 3dc0156d-f76e-41ef-9942-796b0d4c4320
acls : [1a51738a-5dbb-47e1-b8e8-05eaf1e14e58,
20051f68-34ac-4e9d-883d-5481bbe325ec, 21ecc25c-7ef2-494a-b9d2-0c2cb198a2e5,
2e7cc715-4193-445d-be67-c32aa7da40bd, 321ffd28-06dd-4a70-9952-9c36ed7ff279,
6e2e74b4-b2c6-4bad-af02-780cb5effa0f, 838221bc-7731-4d82-b632-5ff510b1b4f6,
867d3b79-94c3-4d4c-9bd4-b5db23c94fd8, 92ec8bc4-2ed8-44d3-85db-9c387bd30088,
a4ee4fdc-e5c4-4723-b9f0-851b00e163f3, d39abdf6-d3e9-40cb-82c1-139604a67dea]
external_ids : {}
name : pg_vcn8876112_net58936_sl94931
ports : [2f8611db-1649-4fc1-9584-fda02adf55d0,
408a4bca-7f4b-4f5b-a4bb-ba15036b7d18, ceae6723-9efc-4659-ad3e-b434455bd053]
ovn-nbctl list Logical_Switch_Port 2f8611db-1649-4fc1-9584-fda02adf55d0
_uuid : 2f8611db-1649-4fc1-9584-fda02adf55d0
addresses : ["00:13:97:25:76:f7 10.100.1.5"]
dhcpv4_options : 0e6c7fb2-e74d-438c-ab54-4f790c22a77a
dhcpv6_options : []
dynamic_addresses : []
enabled : []
external_ids : {}
ha_chassis_group : []
name : "97d893ba-11e9-11ef-939a-0010e0da904e"
options : {}
parent_name : []
port_security : ["00:13:97:25:76:f7 10.100.1.5"]
tag : []
tag_request : []
type : ""
up : true
ovn-nbctl acl-list pg_vcn8876112_net58936_sl94931
from-lport 32000 (inport == @lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18 &&
ip.proto == 112)) allow-related
to-lport 32000 (outport == @lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18
&& ip.proto == 112)) allow-related
[root@pcamn01 ~]# ovn-nbctl acl-list pg_vcn8876112_net58936_sl94931
from-lport 32767 (inport == @pg_vcn8876112_net58936_sl94931 && (arp || udp.dst
== 67 || udp.dst == 68)) allow-related
from-lport 32767 (inport == @pg_vcn8876112_net58936_sl94931 && (ip4.dst ==
169.254.0.2 && tcp.dst == 3260)) reject
log(name=pg_vcn8876112_net58936_sl94931_reject,severity=info)
from-lport 32766 (inport == @pg_vcn8876112_net58936_sl94931 && (ip4.src ==
169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
from-lport 16000 (inport == @pg_vcn8876112_net58936_sl94931) allow-related
from-lport 0 (inport == @pg_vcn8876112_net58936_sl94931) drop
log(name=def-4,severity=info)
to-lport 32767 (outport == @pg_vcn8876112_net58936_sl94931 && (arp || udp.dst
== 67 || udp.dst == 68)) allow-related
to-lport 32767 (outport == @pg_vcn8876112_net58936_sl94931 && (ip4.src ==
169.254.0.0/16 ||ip4.dst == 169.254.0.0/16)) allow-related
to-lport 14000 (outport == @pg_vcn8876112_net58936_sl94931 && ip.proto == 1
&& (ip4.src == 10.100.0.0/16 && (icmp4.type == 3))) allow-related
to-lport 13000 (outport == @pg_vcn8876112_net58936_sl94931 && ip.proto == 1
&& (icmp4.type == 3 && icmp4.code == 4)) allow-related
to-lport 11000 (outport == @pg_vcn8876112_net58936_sl94931 && ip.proto == 6
&& (tcp.dst == 22)) allow-related
to-lport 0 (outport == @pg_vcn8876112_net58936_sl94931) drop
log(name=def-10,severity=info)
LB PG: lb_pg_vcn8876112_L782
------------------------------
ovn-nbctl list Port_Group lb_pg_vcn8876112_L782
_uuid : c9701d59-6c0a-4d9b-8d19-287fffdc219a
acls : [64c283e3-d7d1-4d18-9dc8-1f6cb29a6abb,
9148bc51-5d05-418f-9114-3883309ebd01]
external_ids : {}
name : lb_pg_vcn8876112_L782
ports : [408a4bca-7f4b-4f5b-a4bb-ba15036b7d18,
ceae6723-9efc-4659-ad3e-b434455bd053]
ovn-nbctl list Logical_Switch_Port 408a4bca-7f4b-4f5b-a4bb-ba15036b7d18
_uuid : 408a4bca-7f4b-4f5b-a4bb-ba15036b7d18
addresses : ["00:13:97:f0:23:de 10.100.1.7"]
dhcpv4_options : []
dhcpv6_options : []
dynamic_addresses : []
enabled : []
external_ids : {}
ha_chassis_group : []
name : lbv8876112L782B
options : {}
parent_name : []
port_security : []
tag : []
tag_request : []
type : ""
up : true
ovn-nbctl list Logical_Switch_Port ceae6723-9efc-4659-ad3e-b434455bd053
_uuid : ceae6723-9efc-4659-ad3e-b434455bd053
addresses : ["00:13:97:81:55:92 10.100.1.6"]
dhcpv4_options : []
dhcpv6_options : []
dynamic_addresses : []
enabled : []
external_ids : {}
ha_chassis_group : []
name : lbv8876112L782A
options : {}
parent_name : []
port_security : []
tag : []
tag_request : []
type : ""
up : true
ovn-nbctl acl-list lb_pg_vcn8876112_L782
from-lport 32000 (inport == @lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18 &&
ip.proto == 112)) allow-related
to-lport 32000 (outport == @lb_pg_vcn8876112_L782 && (ip4.dst == 224.0.0.18
&& ip.proto == 112)) allow-related
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss